| Commit message (Expand) | Author | Age | Files | Lines |
* | (build_notebook) default protocol is dhcp (eg for unconfigured | Thierry Vignaud | 2004-03-12 | 1 | -1/+1 |
* | (apply) do not write IPADDR, NETMASK and NETWORK fields in ifcfg-ethX | Thierry Vignaud | 2004-03-12 | 1 | -3/+5 |
* | (apply) factorize interface hash | Thierry Vignaud | 2004-03-12 | 1 | -2/+3 |
* | (apply) fix crash (is_dynamic_ip expect a hash of network interaces, | Thierry Vignaud | 2004-03-12 | 1 | -2/+1 |
* | (configure_net) kill useless code | Thierry Vignaud | 2004-03-12 | 1 | -9/+0 |
* | (configure_net) fix layout by using a table | Thierry Vignaud | 2004-03-12 | 1 | -18/+17 |
* | remove a few more parameters | Thierry Vignaud | 2004-03-12 | 1 | -2/+0 |
* | (configure_net) get rid of mask now we've cleaned up parameters | Thierry Vignaud | 2004-03-12 | 1 | -20/+5 |
* | only show dns from resolv.conf for now | Thierry Vignaud | 2004-03-12 | 1 | -4/+2 |
* | (configure_net) remove some parameters according to specs | Thierry Vignaud | 2004-03-12 | 1 | -21/+3 |
* | (configure_net) sanitize buttons layout (#8637) | Thierry Vignaud | 2004-03-12 | 1 | -4/+3 |
* | fix bootproto filling (#8498) | Thierry Vignaud | 2004-03-01 | 1 | -0/+1 |
* | fix forgotten $::prefix (could I say typo fix ?) | Damien Chaumette | 2004-02-25 | 1 | -1/+1 |
* | - RTC Modem page shown and pretty okayish | Damien Chaumette | 2004-02-25 | 1 | -13/+24 |
* | misc perl_checker cleanups | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
* | (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to be | Thierry Vignaud | 2004-02-23 | 1 | -3/+0 |
* | (del_intf) down the network interface when deleting it | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
* | (del_intf) when no network configuration is configured, just report it | Thierry Vignaud | 2004-02-23 | 1 | -0/+4 |
* | (del_intf) only list configured interfaces when offering to delete them | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
* | fix ability to set ip parameters broken by localizing bootproto | Thierry Vignaud | 2004-02-23 | 1 | -1/+4 |
* | handle and translate BOOTPROTO | Thierry Vignaud | 2004-02-23 | 1 | -2/+9 |
* | read ppp auth method | Thierry Vignaud | 2004-02-23 | 1 | -2/+4 |
* | handle new PAP/CHAP method | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
* | fix untranslated strings | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
* | do not complain about gateway format when it's not set | Thierry Vignaud | 2004-02-23 | 1 | -1/+3 |
* | (add_intf) no need to handle errors, it's done by callee now in order to share | Thierry Vignaud | 2004-02-20 | 1 | -5/+1 |
* | - add adsl_atboot() to check at boot status | Damien Chaumette | 2004-02-18 | 1 | -1/+3 |
* | fix adsl at boot, better and more clean | Damien Chaumette | 2004-02-18 | 1 | -6/+5 |
* | force apply button to be right aligned | Thierry Vignaud | 2004-02-18 | 1 | -1/+1 |
* | - add chk_config() to test internet service state | Damien Chaumette | 2004-02-17 | 1 | -1/+8 |
* | move check_field's ask_warn() to save_notebook() | Damien Chaumette | 2004-02-16 | 1 | -3/+5 |
* | check gateway entry | Damien Chaumette | 2004-02-16 | 1 | -0/+1 |
* | forgotten modem page, to be traduced, not yet usable (please don't hurt me) | Damien Chaumette | 2004-02-13 | 1 | -19/+60 |
* | new banner icons | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
* | remove useless comment | Thierry Vignaud | 2004-02-13 | 1 | -1/+0 |
* | new banner icons | Thierry Vignaud | 2004-02-13 | 1 | -1/+2 |
* | - nice ethernet names back | Damien Chaumette | 2004-02-13 | 1 | -3/+5 |
* | - fix adsl via ethernet bug | Damien Chaumette | 2004-02-13 | 1 | -31/+27 |
* | fix ethernet and adsl conflict in menu | Damien Chaumette | 2004-02-12 | 1 | -1/+0 |
* | - isdn and modem are fetched from $intf | Damien Chaumette | 2004-02-10 | 1 | -5/+7 |
* | - add 'ath' and 'wlan' to ethernet kind | Damien Chaumette | 2004-02-10 | 1 | -4/+5 |
* | - do only one regexp on $interface | Damien Chaumette | 2004-02-06 | 1 | -3/+9 |
* | - add sub check_field | Damien Chaumette | 2004-02-06 | 1 | -2/+10 |
* | Informations doesn't exist in english, use Information instead (no need to up... | Guillaume Cottenceau | 2004-02-05 | 1 | -5/+5 |
* | compact declaration | Damien Chaumette | 2004-02-04 | 1 | -4/+2 |
* | ethernet cards get via get_eth_cards() | Damien Chaumette | 2004-02-04 | 1 | -0/+2 |
* | - add network::ethernet::get_eth_cards_names | Damien Chaumette | 2004-02-04 | 1 | -6/+1 |
* | drop Storable and use Dumper (queen & pipi rulez) | Damien Chaumette | 2004-02-04 | 1 | -2/+2 |
* | typo fix... | Damien Chaumette | 2004-02-04 | 1 | -0/+1 |
* | - fix adsl_conf_backend call | Damien Chaumette | 2004-02-03 | 1 | -3/+2 |