summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
...
* (configure) fix untranslatable strings: switch from ask_from_list_()Thierry Vignaud2003-11-061-7/+7
| | | | | to ask_from_list()
* unexport not used elsewhere connected2 functionThierry Vignaud2003-11-041-1/+1
|
* perl_checker fixesThierry Vignaud2003-11-041-3/+3
|
* fix always detecting ethernet cards even when none is presentThierry Vignaud2003-10-301-1/+2
|
* fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readableThierry Vignaud2003-10-301-2/+4
| | | | | since it contains password/user mapping for dialup
* fix installer when network::ethernet wasn't loaded beforeThierry Vignaud2003-10-291-0/+1
|
* (isdn_get_info) simplify it trough MDK::CommonThierry Vignaud2003-10-271-3/+1
|
* simplify isdn detection:Thierry Vignaud2003-10-272-4/+3
| | | | | | | - no need to pass a ref around; if it's bound to be overwritten, just return a new hash - let isdn_detect only care of which fields we want for isdn stuff
* - make isdn detection more readableThierry Vignaud2003-10-271-1/+1
| | | | | - ensure previously detected isdn stuff is cleared on redetection
* handle usb isdn adaptersThierry Vignaud2003-10-221-2/+4
|
* add entries for usb isdn adaptersThierry Vignaud2003-10-221-0/+10
|
* fix steping back on choosing isdn card stepThierry Vignaud2003-10-221-1/+1
|
* fix isdn detectionThierry Vignaud2003-10-221-1/+1
|
* fix #6159: fix detection when a local name server is faking theThierry Vignaud2003-10-201-7/+7
| | | | | | connection because of its cache by checking at least a packet is ack-ed
* roolback hp fix:Thierry Vignaud2003-10-171-1/+1
| | | | | | | | after further investigation at Houston, the bcm440 bug was not related to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection.
* - simplifyThierry Vignaud2003-10-172-24/+15
| | | | | | | | - remove spurious module imports & requires - remove never used arg (this enable to simplify caller) - fix detection logic: do not mix old detected stuff with new one if one step back in drakconnect after plugging some network devices in
* fix for HP (current module does not work if MII_NOT_SUPPORTED to set to yes)Francois Pons2003-10-161-1/+1
|
* - 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
|