summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* do not allow to step forward if no network card was found (workaroundThierry Vignaud2004-02-101-0/+6
* (mapIntfToDevice) match pci function too (not that important since weThierry Vignaud2004-02-101-2/+2
* fix unability to select gateway (#7585)Thierry Vignaud2004-02-091-3/+4
* fix empty list in "multiple internet_connexions" stepThierry Vignaud2004-02-091-2/+4
* fix unwritten ethernet interface configThierry Vignaud2004-02-091-0/+1
* (ether_conf) rename it as write_ether_conf()Thierry Vignaud2004-02-091-1/+1
* (mapIntfToDevice) fix pci/usb ethernet devices matchingThierry Vignaud2004-02-091-1/+1
* sort ethX interfaces in listThierry Vignaud2004-02-091-1/+1
* blacklist bogus forcedeth driver for network hotplugging, enableThierry Vignaud2004-02-091-1/+3
* handle range (bugzilla #7172)Pascal Rigaux2004-02-061-2/+2
* help perl_checker regarding comments for translatorsThierry Vignaud2004-02-061-2/+3
* wireless step: add an hint for translatorsThierry Vignaud2004-02-061-0/+1
* split wireless step into two steps since there way too much optionsThierry Vignaud2004-02-061-11/+22
* fix wireless settings (references being made too early)Thierry Vignaud2004-02-061-1/+3
* (main) try first to match a pcmcia device before trying to matchThierry Vignaud2004-02-061-1/+7
* (get_eth_cards) try first to match a pcmcia device before trying toThierry Vignaud2004-02-051-4/+9
* enable one to not enter optional parameters (aka relax checks on validThierry Vignaud2004-02-051-2/+2
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-042-5/+11
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-041-3/+6
* - fix adsl_conf_backend callDamien Chaumette2004-02-031-2/+4
* only list wireless capabale cards when one choose wireless cnxThierry Vignaud2004-02-021-0/+7
* (is_wireless_intf) kill it since it's no more usefull.Thierry Vignaud2004-02-021-6/+1
* split out wireless connections out of lan ones so that users are lessThierry Vignaud2004-02-021-5/+5
* fix preselecting ppoa for speedtouch modemThierry Vignaud2004-02-021-2/+2
* (adsl_detect) fix modem detection so that harddrake get full deviceThierry Vignaud2004-02-021-3/+3
* remove pseudo global variables use from use_floppy()Thierry Vignaud2004-02-022-4/+2
* remove pseudo global variables use from adsl_conf_backend()Thierry Vignaud2004-02-022-3/+2
* this module does not need anymore pseudo global variablesThierry Vignaud2004-02-021-2/+0
* (get_eth_cards) handle not loaded driversThierry Vignaud2004-02-021-1/+2
* add sources urlThierry Vignaud2004-01-311-0/+6
* enable to set hostname even when using DHCP (#7230)Thierry Vignaud2004-01-311-1/+1
* do not offer to select dhcp client when configuring static interfacesThierry Vignaud2004-01-301-2/+4
* fix crash on module lookup when ifcfg-<intf> file is missing on diskThierry Vignaud2004-01-301-2/+2
* (conf_network_card_backend) make type and interface arguments mandatoryThierry Vignaud2004-01-301-6/+6
* perl_checker cleanupsThierry Vignaud2004-01-301-6/+6
* kppp provider db reading: blacklist spurious .directory entriesThierry Vignaud2004-01-291-1/+1
* kill dead codeThierry Vignaud2004-01-291-10/+0
* prevent the installer from going back to proxy configuration (!!!)Thierry Vignaud2004-01-291-1/+1
* cleanups enabled b/c of path sharing between standalone tool andThierry Vignaud2004-01-291-35/+16
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-294-8/+8
* (set_cnx_script) split it out of write_cnx_script()Thierry Vignaud2004-01-291-11/+11
* (conf_network_card_backend) insert a bug noticeThierry Vignaud2004-01-291-0/+1
* (conf_network_card_backend) remove compat stuff since callers wereThierry Vignaud2004-01-291-2/+0
* replace conf_network_card_backend() "detect" calls by get_eth_cards() onesThierry Vignaud2004-01-292-3/+3
* help cperl-mode parsing this file (drawback: perl_checker won't beThierry Vignaud2004-01-291-1/+1
* simplifyThierry Vignaud2004-01-291-2/+2
* fix interface config file writingThierry Vignaud2004-01-291-5/+2
* fix DHCP client installationThierry Vignaud2004-01-291-3/+3
* fix static/dhcp step branchingThierry Vignaud2004-01-291-1/+1
* fix ethernet network card listThierry Vignaud2004-01-291-1/+1