summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
...
* new banner iconsThierry Vignaud2004-02-131-1/+2
|
* - nice ethernet names backDamien Chaumette2004-02-131-3/+5
|
* - fix adsl via ethernet bugDamien Chaumette2004-02-131-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 menuDamien Chaumette2004-02-121-1/+0
|
* - isdn and modem are fetched from $intfDamien Chaumette2004-02-101-5/+7
| | | | | | - drop useless @all_cards - 'ath' and 'wlan' cards fix
* - add 'ath' and 'wlan' to ethernet kindDamien Chaumette2004-02-101-4/+5
| | | | | - use regexp once
* - do only one regexp on $interfaceDamien Chaumette2004-02-061-3/+9
| | | | | - more readable repack
* - add sub check_fieldDamien Chaumette2004-02-061-2/+10
| | | | | | - check IPs - delete BOOTPROTO when not needed
* Informations doesn't exist in english, use Information instead (no need to ↵Guillaume Cottenceau2004-02-051-5/+5
| | | | update the POs, they already contain Information elsewhere)
* compact declarationDamien Chaumette2004-02-041-4/+2
|
* ethernet cards get via get_eth_cards()Damien Chaumette2004-02-041-0/+2
|
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-041-6/+1
| | | | | - kill duplicated code
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-041-2/+2
|
* typo fix...Damien Chaumette2004-02-041-0/+1
|
* - fix adsl_conf_backend callDamien Chaumette2004-02-031-3/+2
| | | | | - store and retreive network interfaces via $config file
* - remove not needed $securityDamien Chaumette2004-01-301-4/+5
| | | | | - clean dumb foreach repetition (one foreach to rule them all)
* - show gateway in ethernet onlyDamien Chaumette2004-01-301-6/+8
| | | | | - hide gateway Entry in dhcp mode
* replace conf_network_card_backend() "detect" calls by get_eth_cards() onesThierry Vignaud2004-01-291-2/+2
|
* beautify ethernet cards nameDamien Chaumette2004-01-291-0/+9
|
* shrinkDamien Chaumette2004-01-291-14/+5
|
* fix modem login fetchingDamien Chaumette2004-01-291-0/+1
|
* - use nice interfaces name (e.g. ethernet0 rather than eth0)Damien Chaumette2004-01-291-5/+4
| | | | | - fix adsl loading and saving calls
* 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
* fix typo s/Netwok name (ESSID)/Network name (ESSID)/Damien Chaumette2004-01-271-1/+1
|
* - fix Information pageDamien Chaumette2004-01-271-3/+3
| | | | | - use mapIntfToDevice to get infos
* reput back my changes that poulpy gratuitously rollbacked because:Thierry Vignaud2004-01-261-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 fixDamien Chaumette2004-01-261-1/+1
|
* - fix missing parametersDamien Chaumette2004-01-261-16/+24
| | | | | | - add kind and protocol to $config - fix various issues from $config changes
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-261-12/+6
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* - fix untraslated stringsThierry Vignaud2004-01-221-17/+17
| | | | | - upcase tcp/ip
* - remove _radio suffixDamien Chaumette2004-01-221-5/+5
| | | | | - prevent undefined value to be get_texted
* - further s/cnx/intf/Damien Chaumette2004-01-221-7/+5
| | | | | - remove old code
* do not test $intf but $gui, poulpy suxDamien Chaumette2004-01-221-1/+1
|
* fix isdn modem pageDamien Chaumette2004-01-221-1/+1
|
* factorise gui set_textDamien Chaumette2004-01-221-4/+2
|
* - drop detection, will use interface scheme ($config)Damien Chaumette2004-01-221-21/+21
| | | | | - use $interface_kind
* drop now unused codeDamien Chaumette2004-01-221-8/+0
|
* fix broken MII_NOT_SUPPORTED and HWADDRDamien Chaumette2004-01-221-2/+6
|
* add dns3 entryDamien Chaumette2004-01-221-1/+1
|
* fix typoDamien Chaumette2004-01-201-1/+1
|
* - add build_tree to fetch info before doing GUI stuffDamien Chaumette2004-01-191-116/+157
| | | | | | | - use $intf->{$interface}{save} to re-use existing write_foo specific fonctions - change build_notebook thing - indenting && perl_checking
* kill useless diagnostics pragmaThierry Vignaud2004-01-191-1/+0
|
* add wait message as hardware detection takes timeDamien Chaumette2004-01-171-3/+8
|
* kill unused variablesThierry Vignaud2004-01-161-5/+3
|
* * manage interfaces:Damien Chaumette2004-01-161-8/+8
| | | | | | - fix Ok button logic - fix some calls to $apply
* * manage interfacesDamien Chaumette2004-01-161-19/+68
| | | | | | - added Modem page - most of the GUI in place
* - manage interfaces :Damien Chaumette2004-01-141-12/+44
| | | | | | | | o add Account page o speedtouch and sagem modems o build_notebook don't need $window anymore o cosmetic change to Infornations page
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-23/+24
|