summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* manage interfaces don't want to break cnx_scriptsDamien Chaumette2004-02-171-1/+1
|
* sort lan protocolsThierry Vignaud2004-02-171-1/+1
|
* one can now start from scratch with ipsec.confFlorin Grad2004-02-171-30/+26
|
* fix the ";" mark in the Security Policies SectionFlorin Grad2004-02-171-1/+2
|
* typo fixesPablo Saratxaga2004-02-161-1/+1
|
* fix automatically found "...2" dns when network is doneThierry Vignaud2004-02-161-3/+5
|
* show a more precise error messages when no wireless cards were foundThierry Vignaud2004-02-161-1/+2
|
* eagle was renamed as eagle-usbThierry Vignaud2004-02-161-1/+1
|
* removed N() around of a non-translatable stringPablo Saratxaga2004-02-161-1/+1
|
* minor poulpe cleanupThierry Vignaud2004-02-161-1/+1
|
* explain about DNS (#7908)Thierry Vignaud2004-02-161-1/+2
|
* (isdn_detect_backend) try harder to detect ISDN devicesThierry Vignaud2004-02-141-1/+2
|
* fix automatically found "...2" dnsThierry Vignaud2004-02-141-3/+3
|
* fix crash on canceling "already configured net device" configuration (#7679)Thierry Vignaud2004-02-141-2/+2
|
* by default do not start connection at boot for modems (#7705)Thierry Vignaud2004-02-131-0/+1
|
* new banner iconsThierry Vignaud2004-02-131-1/+1
|
* offer_to_connect: fix indentationThierry Vignaud2004-02-131-1/+1
|
* - do not flush /etc/sysconfig/drakconnect with an empty hashDamien Chaumette2004-02-131-8/+10
| | | | | - move $offer_to_connect after %adsl_devices declaration (fix typo?)
* s/$config/$p/ for drakconnect conf fileDamien Chaumette2004-02-131-1/+1
|
* ask isp for ip and gateway by default (#7705)Thierry Vignaud2004-02-121-2/+2
|
* do use the actual user's answerThierry Vignaud2004-02-121-1/+2
|
* preselect right protocol for ethernet though connectionsThierry Vignaud2004-02-121-1/+7
|
* fix step linking with ask_connect_now and restart steps:Thierry Vignaud2004-02-121-4/+10
| | | | | | - fix check for restart step - only offer to connect now for ppp connections
* fix module retrieving when configuring an adsl connection over ethernetThierry Vignaud2004-02-121-1/+1
|
* sort ADSL protocols according to localeThierry Vignaud2004-02-121-1/+1
|
* fix adsk over ethernet through dhcp protocolThierry Vignaud2004-02-121-1/+1
|
* simplify adsl protocol choosing through format callbackThierry Vignaud2004-02-121-7/+6
|
* fix the perl_checker errorsFlorin Grad2004-02-111-2/+13
|
* remove debugging print commandsFlorin Grad2004-02-111-8/+8
|
* first shy attemptFlorin Grad2004-02-111-0/+781
|
* do not allow to step forward if no network card was found (workaroundThierry Vignaud2004-02-101-0/+6
| | | | | | #7672). we'd better be able to manually add an unsupported network card though.
* (mapIntfToDevice) match pci function too (not that important since weThierry Vignaud2004-02-101-2/+2
| | | | | | | | | do not know of any ethernet pci card that export two functions on the pci bug but anyway it's saner) note that we do not match for pci domain since ldetect does not report it
* 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
| | | | | ifplugd support for all other drivers even at install time (#7389)
* 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
| | | | | pci/usb when looking for module (#7431)
* (get_eth_cards) try first to match a pcmcia device before trying toThierry Vignaud2004-02-051-4/+9
| | | | | match pci/usb ones when looking for real device's name (#7401)
* enable one to not enter optional parameters (aka relax checks on validThierry Vignaud2004-02-051-2/+2
| | | | | values for bitrate and frequency) (#7432)
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-042-5/+11
| | | | | - kill duplicated code
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-041-3/+6
|
* - fix adsl_conf_backend callDamien Chaumette2004-02-031-2/+4
| | | | | - store and retreive network interfaces via $config file