summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* - translate all server namesThierry Vignaud2003-10-141-5/+5
| | | | | - harmonize server names
* (default_interfaces)Thierry Vignaud2003-10-141-16/+8
| | | | | | | | | | | - simplify: ask_from already optimize the one item case for us - make it show up a pull-down menu rather than forcing one to type in the interface - fix it: $conf{net_interface} was *not* set on multiple interfaces case (read) fix it (conf was uselely initialized)
* readd strict & diagnostics pragma removed by florinThierry Vignaud2003-10-131-2/+2
|
* simplify "do not remove wireless parameters from ifcfg when not in wizard ↵Thierry Vignaud2003-10-082-8/+4
| | | | mode" fix
* network interface configuration step: using network interface fromThierry Vignaud2003-10-081-3/+4
| | | | | | interface/driver list is more robust that relying on possibly empty int variable (better #3276 fix)
* fix #3276: when steping back in drakconnect wizard, do not overwriteThierry Vignaud2003-10-061-3/+3
| | | | | first card parameters with last one's
* check both nfs servers version 2 and version 3, and remove duplicates (bug ↵Pascal Rigaux2003-10-061-11/+17
| | | | #6055)
* cleanupsThierry Vignaud2003-10-031-2/+0
|
* only read /etc/sysconfig/network-scripts/ifcfg-*, not old.ifcfg-* andThierry Vignaud2003-10-031-1/+1
| | | | | the like...
* fix #425, #1881 (was there since 20021020 :-() : wireless adaptersThierry Vignaud2003-10-031-2/+6
| | | | | | settings were lost when altering network configuration when not from wizard mode
* factorize wireless card detection into network::tools:is_wireless_intf()Thierry Vignaud2003-10-032-7/+13
|
* perl_checkerPascal Rigaux2003-10-011-2/+2
|
* no need to escape " in /xxx \" xxx/Pascal Rigaux2003-09-302-2/+2
|
* perl_checker fixesPascal Rigaux2003-09-291-3/+3
|
* small cleanup (thanks to perl_checker)Pascal Rigaux2003-09-291-7/+6
| | | | | !! default_interfaces() is still wrong !!
* allow drakfirewall to choose the interfaceFlorin Grad2003-09-242-18/+49
|
* futile to try starting network service, dhcp cannot work as no module areFrancois Pons2003-09-231-1/+0
| | | | | suitable for dhclient from boot kernel.
* make sure network is started for start_internet.Francois Pons2003-09-231-1/+3
|
* make sure module are loaded only during installation.Francois Pons2003-09-221-1/+1
|
* try loading boot kernel modules before trying to start internet connection...Francois Pons2003-09-221-0/+1
|
* simplified perl writing, make sure bool2yesno has a chance to be called for ↵Francois Pons2003-09-221-1/+1
| | | | MII_NOT_SUPPORTED
* fixed strange perl writing sense less...Francois Pons2003-09-221-3/+3
|
* fix firmware testing at installationDamien Chaumette2003-09-161-2/+2
|
* initialize $adsl, fix #5674 and pppoe.conf problemsDamien Chaumette2003-09-151-0/+1
|
* net install autodetection fixDamien Chaumette2003-09-151-2/+4
|
* fix #5056 (mostly workaround as kernel is frozen)Damien Chaumette2003-09-151-1/+2
|
* added sub copy_firmware, sub use_windows(), sub use_floppyDamien Chaumette2003-09-121-0/+45
| | | | | firmware copy works from floppy and windows/winnt
* - dropped sub load_firmware_floppyDamien Chaumette2003-09-121-25/+6
| | | | | - handle windows firmware's copy
* fix #5586 (netprofile package still need be fixed)Thierry Vignaud2003-09-121-4/+4
|
* add the network interface window as in the drakgw's caseFlorin Grad2003-09-111-1/+3
|
* follow std explanations policyThierry Vignaud2003-09-101-4/+4
|
* added sagem support for dhcp (as used by Free degroupped ;-))Francois Pons2003-09-101-2/+25
|
* profile is 'default' if no configuration file foundDamien Chaumette2003-09-091-1/+1
|
* save_conf() really is deadThierry Vignaud2003-09-081-1/+0
|
* - do not call anymore network::netconnect::save_confDamien Chaumette2003-09-081-11/+3
| | | | | - good set_profiles($netcnx) call
* - fix/use explanationsDamien Chaumette2003-09-085-13/+20
| | | | | - fix #5307 (firmware)
* - $netcnx->{PROFILE} is current profile name (now scalar)Damien Chaumette2003-09-071-5/+8
| | | | | | - fix non working profiles loading/saving - perl_checker
* workaround messed up ppp0 configrationDamien Chaumette2003-09-051-1/+1
|
* small fixes for drakgw and drakfirewallFlorin Grad2003-09-052-5/+7
|
* always ask for modem device even if not detected, unless user has winmodemDamien Chaumette2003-09-041-1/+1
|
* fix #5242, don't go back to main menu if winmodem isn't foundDamien Chaumette2003-09-041-2/+2
|
* restore profiles feature through new netprofile packageThierry Vignaud2003-08-291-30/+8
|
* remove system("cp..."); (I suck so much...)Damien Chaumette2003-08-291-2/+1
|
* fix #4372Damien Chaumette2003-08-281-1/+1
|
* fix firmware name (shame on me)Damien Chaumette2003-08-271-1/+1
|
* fix #4363 (titi's so beautiful)Damien Chaumette2003-08-271-7/+12
|
* fix pkg to install for sambaThierry Vignaud2003-08-261-1/+1
|
* fix drakconnect not working on console (found by poulpy) due to havingThierry Vignaud2003-08-251-6/+4
| | | | | | killed pre_func() which used to set a background pixmap in the old days, thus the bogus test that went in.
* offer samba in services listThierry Vignaud2003-08-221-0/+6
|
* typo fix s/succeed/succeeded/Damien Chaumette2003-08-221-1/+1
|