Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | exception handling with installer | |||||
* | - add adsl_atboot() to check at boot status | Damien Chaumette | 2004-02-18 | 1 | -1/+3 | |
| | | | | | - use it instead of chk_internet() | |||||
* | 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 | |
| | | | | | - adsl onboot using chk_config() | |||||
* | 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 apply settings bug - fix and shrink sub apply - drop $gui and $config - add new hash style $p | |||||
* | 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 | |
| | | | | | | - drop useless @all_cards - 'ath' and 'wlan' cards fix | |||||
* | - add 'ath' and 'wlan' to ethernet kind | Damien Chaumette | 2004-02-10 | 1 | -4/+5 | |
| | | | | | - use regexp once | |||||
* | - do only one regexp on $interface | Damien Chaumette | 2004-02-06 | 1 | -3/+9 | |
| | | | | | - more readable repack | |||||
* | - add sub check_field | Damien Chaumette | 2004-02-06 | 1 | -2/+10 | |
| | | | | | | - check IPs - delete BOOTPROTO when not needed | |||||
* | Informations doesn't exist in english, use Information instead (no need to ↵ | Guillaume Cottenceau | 2004-02-05 | 1 | -5/+5 | |
| | | | | update the POs, they already contain Information elsewhere) | |||||
* | 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 | |
| | | | | | - kill duplicated code | |||||
* | 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 | |
| | | | | | - store and retreive network interfaces via $config file | |||||
* | - remove not needed $security | Damien Chaumette | 2004-01-30 | 1 | -4/+5 | |
| | | | | | - clean dumb foreach repetition (one foreach to rule them all) | |||||
* | - show gateway in ethernet only | Damien Chaumette | 2004-01-30 | 1 | -6/+8 | |
| | | | | | - hide gateway Entry in dhcp mode | |||||
* | replace conf_network_card_backend() "detect" calls by get_eth_cards() ones | Thierry Vignaud | 2004-01-29 | 1 | -2/+2 | |
| | ||||||
* | beautify ethernet cards name | Damien Chaumette | 2004-01-29 | 1 | -0/+9 | |
| | ||||||
* | shrink | Damien Chaumette | 2004-01-29 | 1 | -14/+5 | |
| | ||||||
* | fix modem login fetching | Damien Chaumette | 2004-01-29 | 1 | -0/+1 | |
| | ||||||
* | - use nice interfaces name (e.g. ethernet0 rather than eth0) | Damien Chaumette | 2004-01-29 | 1 | -5/+4 | |
| | | | | | - fix adsl loading and saving calls | |||||
* | 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 | |||||
* | fix typo s/Netwok name (ESSID)/Network name (ESSID)/ | Damien Chaumette | 2004-01-27 | 1 | -1/+1 | |
| | ||||||
* | - fix Information page | Damien Chaumette | 2004-01-27 | 1 | -3/+3 | |
| | | | | | - use mapIntfToDevice to get infos | |||||
* | 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 | |
| | ||||||
* | - fix missing parameters | Damien Chaumette | 2004-01-26 | 1 | -16/+24 | |
| | | | | | | - add kind and protocol to $config - fix various issues from $config changes | |||||
* | get rid of global variables regarding connect/disconnect scripts | Thierry Vignaud | 2004-01-26 | 1 | -12/+6 | |
| | ||||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 | |
| | ||||||
* | - fix untraslated strings | Thierry Vignaud | 2004-01-22 | 1 | -17/+17 | |
| | | | | | - upcase tcp/ip | |||||
* | - remove _radio suffix | Damien Chaumette | 2004-01-22 | 1 | -5/+5 | |
| | | | | | - prevent undefined value to be get_texted | |||||
* | - further s/cnx/intf/ | Damien Chaumette | 2004-01-22 | 1 | -7/+5 | |
| | | | | | - remove old code | |||||
* | do not test $intf but $gui, poulpy sux | Damien Chaumette | 2004-01-22 | 1 | -1/+1 | |
| |