summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typo fixThierry Vignaud2004-01-291-1/+1
|
* 9.3-23mdkThierry Vignaud2004-01-291-1/+29
|
* fix encapsulation pull down menu fillingThierry Vignaud2004-01-291-1/+1
|
* enable to alter encapsulation, vci and vpi parameters in advanced modeThierry Vignaud2004-01-291-1/+3
|
* write cnx scripts for cable connection tooThierry Vignaud2004-01-291-0/+6
|
* fix encapsulation parameterThierry Vignaud2004-01-291-2/+2
|
* fix VPI parameter settingThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix disconnect scriptThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix ppp's pty serverThierry Vignaud2004-01-291-1/+1
|
* (adsl_probe_info) minor cleanupsThierry Vignaud2004-01-281-3/+3
|
* (adsl_conf_backend) new configuration stuffThierry Vignaud2004-01-281-135/+163
|
* support more sata controller sata_svw ata_piix sata_promiseNicolas Planel2004-01-281-0/+1
|
* sucky toggled fix (queen fix)Damien Chaumette2004-01-281-6/+6
|
* - move radio buttons to $gui->{intf_radio}Damien Chaumette2004-01-281-7/+8
| | | | | - fix authentication menu wrongly used for isdn
* allow having no DNS by only using the ip callback once, see DNS == IP as a ↵Guillaume Cottenceau2004-01-282-2/+22
| | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts
* UpdateDavid Baudens2004-01-284-0/+0
|
* removed useless variableThierry Vignaud2004-01-281-2/+1
|
* create add_modify_remove_sensitive() and use it so that "Modify" and "Remove"Pascal Rigaux2004-01-281-1/+9
| | | | | are non sensitive when the initial list is empty
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-282-41/+42
| | | | | strings, thus reducing error risk)
* - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allowPascal Rigaux2004-01-271-0/+55
| | | | | | | running a command in background and get the filtered output in a TextView - add Gtk2::OptionMenu::new_with_strings() which is a simple combination of ->new, ->set_popdown_strings and ->set_text
* typo fixThierry Vignaud2004-01-271-1/+1
|
* rollback debug stuff :-(Thierry Vignaud2004-01-271-21/+22
|
* typo fixThierry Vignaud2004-01-271-22/+21
|
* fix typo s#Network name#Network name#Damien Chaumette2004-01-272-2/+2
|
* get encapsulation default value from provider db and offer to configure itThierry Vignaud2004-01-271-1/+13
|
* - add Retevision spanish providerThierry Vignaud2004-01-271-0/+29
| | | | | - add encapsulation default value
* fix typo s/Netwok name (ESSID)/Network name (ESSID)/Damien Chaumette2004-01-271-1/+1
|
* typo fixThierry Vignaud2004-01-271-1/+1
|
* - fix Information pageDamien Chaumette2004-01-271-3/+3
| | | | | - use mapIntfToDevice to get infos
* adiusbadsl package was renamed as eagleThierry Vignaud2004-01-271-1/+1
|
* default protocol for speedtouch is pppoaThierry Vignaud2004-01-271-0/+1
|
* do not try to install "auto" packageThierry Vignaud2004-01-271-1/+1
|
* install needed packages w/o second thoughsThierry Vignaud2004-01-271-3/+3
|
* remove extra argumentThierry Vignaud2004-01-271-1/+1
|
* add a step in order to select a provider from kppp databaseThierry Vignaud2004-01-271-3/+41
|
* kill dead codeThierry Vignaud2004-01-271-23/+0
|
* (adsl_probe_info) vpi and vci parameters are independantThierry Vignaud2004-01-271-2/+2
|
* configure adsl accountThierry Vignaud2004-01-271-8/+47
|
* (isdn account step)Thierry Vignaud2004-01-271-29/+18
| | | | | | - directly use needed variables - kill uneeded fields
* preset domainname for a few known providersThierry Vignaud2004-01-272-1/+6
|
* typo fixThierry Vignaud2004-01-271-1/+1
|
* Remove unused sub.Stew Benedict2004-01-261-15/+1
|
* reuse values got from provider dbThierry Vignaud2004-01-261-1/+4
|
* rename dns fields as they're named in netc structureThierry Vignaud2004-01-261-32/+32
|
* (mapIntfToDevice) actually use given interface rather than hardcoded "eth0"Thierry Vignaud2004-01-261-1/+1
|
* cleanupsThierry Vignaud2004-01-261-7/+4
|
* display nice "ethX: card description" rather than raw interface name whenThierry Vignaud2004-01-261-6/+12
| | | | | selecting an ethernet interface
* (get_eth_cards)Thierry Vignaud2004-01-261-15/+21
| | | | | | | | | - split it out of conf_network_card_backend() (which still call it for compatibility for now but sincefunctions whose behavior is totally altered by arguments are insane should just be splited, caller will be fixed then this compatibily call removed) - add a third string in returned tuples (physical net device description)
* (mapIntfToDevice) introduce it in order to map a network interface to aThierry Vignaud2004-01-261-1/+8
| | | | | pci/usb/... device
* Another cron issue reported on Anthill.Stew Benedict2004-01-261-2/+3
|