summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
* reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff whenThierry Vignaud2003-11-121-1/+1
* (network::tools::is_dynamic_ip) consolidate test for any dynamic interfaceThierry Vignaud2003-11-121-1/+6
* (is_wireless_intf) fix #6312: list acx100_pci as a wireless networkThierry Vignaud2003-11-081-1/+1
* fix lan always marked as detected even when no detection was performedThierry Vignaud2003-11-081-6/+6
* fix last part of #5315: do not ask for confirmation at install timeThierry Vignaud2003-11-081-1/+1
* perl_checker fixesThierry Vignaud2003-11-071-3/+1
* (conf_network_card_backend) use getNetDriver() rather than relying onThierry Vignaud2003-11-071-1/+1
* oops, network::tools is still needed by configureNetworkIntf...Thierry Vignaud2003-11-071-0/+1
* (write_interface_conf) setVarsInSh() already take care of not writingThierry Vignaud2003-11-071-2/+1
* one more wireless moduleThierry Vignaud2003-11-061-1/+1
* (configure_eth_aliases) let the autoprobing load modules tooThierry Vignaud2003-11-061-1/+0
* let only remove aliases on bootstrapping (ie only in harddrakeThierry Vignaud2003-11-061-1/+0
* (configure_eth_aliases) introduce it to autoconfigure all ethernetThierry Vignaud2003-11-061-0/+10
* (configureNetwork) alter remove_alias() callers for new APIThierry Vignaud2003-11-061-1/+1
* simplify pcmcia matchingThierry Vignaud2003-11-061-5/+2
* save a useless ifconfig forkThierry Vignaud2003-11-061-1/+0
* document dams logicThierry Vignaud2003-11-061-1/+1
* (conf_network_card_backend) fix unseen/unconfigured usb wirelessThierry Vignaud2003-11-061-2/+1
* list a few more modules as wireless ones (should really be splited outThierry Vignaud2003-11-061-1/+1
* always list sagem_dhcp in list, hidding it due to missing translationsThierry Vignaud2003-11-061-3/+1
* escaped strings fixesThierry Vignaud2003-11-062-3/+3
* (configure) fix untranslatable strings: switch from ask_from_list_()Thierry Vignaud2003-11-061-7/+7
* 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
* 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
* - make isdn detection more readableThierry Vignaud2003-10-271-1/+1
* 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
* roolback hp fix:Thierry Vignaud2003-10-171-1/+1
* - simplifyThierry Vignaud2003-10-172-24/+15
* 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
* (default_interfaces)Thierry Vignaud2003-10-141-16/+8
* readd strict & diagnostics pragma removed by florinThierry Vignaud2003-10-131-2/+2
* simplify "do not remove wireless parameters from ifcfg when not in wizard mod...Thierry Vignaud2003-10-082-8/+4
* network interface configuration step: using network interface fromThierry Vignaud2003-10-081-3/+4
* fix #3276: when steping back in drakconnect wizard, do not overwriteThierry Vignaud2003-10-061-3/+3
* check both nfs servers version 2 and version 3, and remove duplicates (bug #6...Pascal Rigaux2003-10-061-11/+17
* cleanupsThierry Vignaud2003-10-031-2/+0
* only read /etc/sysconfig/network-scripts/ifcfg-*, not old.ifcfg-* andThierry Vignaud2003-10-031-1/+1
* fix #425, #1881 (was there since 20021020 :-() : wireless adaptersThierry Vignaud2003-10-031-2/+6
* factorize wireless card detection into network::tools:is_wireless_intf()Thierry Vignaud2003-10-032-7/+13