Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable to alter encapsulation, vci and vpi parameters in advanced mode | Thierry Vignaud | 2004-01-29 | 1 | -1/+3 |
| | |||||
* | write cnx scripts for cable connection too | Thierry Vignaud | 2004-01-29 | 1 | -0/+6 |
| | |||||
* | fix encapsulation parameter | Thierry Vignaud | 2004-01-29 | 1 | -2/+2 |
| | |||||
* | fix VPI parameter setting | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_conf_backend) fix disconnect script | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_conf_backend) fix ppp's pty server | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | (adsl_probe_info) minor cleanups | Thierry Vignaud | 2004-01-28 | 1 | -3/+3 |
| | |||||
* | (adsl_conf_backend) new configuration stuff | Thierry Vignaud | 2004-01-28 | 1 | -135/+163 |
| | |||||
* | sucky toggled fix (queen fix) | Damien Chaumette | 2004-01-28 | 1 | -6/+6 |
| | |||||
* | - move radio buttons to $gui->{intf_radio} | Damien Chaumette | 2004-01-28 | 1 | -7/+8 |
| | | | | | - fix authentication menu wrongly used for isdn | ||||
* | Update | David Baudens | 2004-01-28 | 4 | -0/+0 |
| | |||||
* | removed useless variable | Thierry Vignaud | 2004-01-28 | 1 | -2/+1 |
| | |||||
* | create add_modify_remove_sensitive() and use it so that "Modify" and "Remove" | Pascal Rigaux | 2004-01-28 | 1 | -1/+9 |
| | | | | | are non sensitive when the initial list is empty | ||||
* | simplify code through format callback (thus enabling to centralize translatable | Thierry Vignaud | 2004-01-28 | 2 | -41/+42 |
| | | | | | strings, thus reducing error risk) | ||||
* | - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allow | Pascal Rigaux | 2004-01-27 | 1 | -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 fix | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | rollback debug stuff :-( | Thierry Vignaud | 2004-01-27 | 1 | -21/+22 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-27 | 1 | -22/+21 |
| | |||||
* | fix typo s#Network name#Network name# | Damien Chaumette | 2004-01-27 | 2 | -2/+2 |
| | |||||
* | get encapsulation default value from provider db and offer to configure it | Thierry Vignaud | 2004-01-27 | 1 | -1/+13 |
| | |||||
* | - add Retevision spanish provider | Thierry Vignaud | 2004-01-27 | 1 | -0/+29 |
| | | | | | - add encapsulation default value | ||||
* | fix typo s/Netwok name (ESSID)/Network name (ESSID)/ | Damien Chaumette | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | - fix Information page | Damien Chaumette | 2004-01-27 | 1 | -3/+3 |
| | | | | | - use mapIntfToDevice to get infos | ||||
* | adiusbadsl package was renamed as eagle | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | default protocol for speedtouch is pppoa | Thierry Vignaud | 2004-01-27 | 1 | -0/+1 |
| | |||||
* | do not try to install "auto" package | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | install needed packages w/o second thoughs | Thierry Vignaud | 2004-01-27 | 1 | -3/+3 |
| | |||||
* | remove extra argument | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | add a step in order to select a provider from kppp database | Thierry Vignaud | 2004-01-27 | 1 | -3/+41 |
| | |||||
* | kill dead code | Thierry Vignaud | 2004-01-27 | 1 | -23/+0 |
| | |||||
* | (adsl_probe_info) vpi and vci parameters are independant | Thierry Vignaud | 2004-01-27 | 1 | -2/+2 |
| | |||||
* | configure adsl account | Thierry Vignaud | 2004-01-27 | 1 | -8/+47 |
| | |||||
* | (isdn account step) | Thierry Vignaud | 2004-01-27 | 1 | -29/+18 |
| | | | | | | - directly use needed variables - kill uneeded fields | ||||
* | preset domainname for a few known providers | Thierry Vignaud | 2004-01-27 | 2 | -1/+6 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | Remove unused sub. | Stew Benedict | 2004-01-26 | 1 | -15/+1 |
| | |||||
* | reuse values got from provider db | Thierry Vignaud | 2004-01-26 | 1 | -1/+4 |
| | |||||
* | rename dns fields as they're named in netc structure | Thierry Vignaud | 2004-01-26 | 1 | -32/+32 |
| | |||||
* | (mapIntfToDevice) actually use given interface rather than hardcoded "eth0" | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | cleanups | Thierry Vignaud | 2004-01-26 | 1 | -7/+4 |
| | |||||
* | display nice "ethX: card description" rather than raw interface name when | Thierry Vignaud | 2004-01-26 | 1 | -6/+12 |
| | | | | | selecting an ethernet interface | ||||
* | (get_eth_cards) | Thierry Vignaud | 2004-01-26 | 1 | -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 a | Thierry Vignaud | 2004-01-26 | 1 | -1/+8 |
| | | | | | pci/usb/... device | ||||
* | Another cron issue reported on Anthill. | Stew Benedict | 2004-01-26 | 1 | -2/+3 |
| | |||||
* | reput back my changes that poulpy gratuitously rollbacked because: | Thierry Vignaud | 2004-01-26 | 1 | -12/+6 |
| | | | | | | | | | | - he hadn't update network/*pm but only update standalone/drakconnect - he happilly followed what perl_checker instrumentate him w/o any second thoughs next time damien, do not listen gc when he's explaining how he resolves conflicts the first time he used cvs :-( | ||||
* | - fix sucky fix | Damien Chaumette | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | - fix missing parameters | Damien Chaumette | 2004-01-26 | 1 | -16/+24 |
| | | | | | | - add kind and protocol to $config - fix various issues from $config changes | ||||
* | perl_checker was wrong | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
| |