summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* fix sagem net_cnx_up (thanks to QA team)Damien Chaumette2004-01-081-4/+4
|
* fixes merged from head into updatesThierry Vignaud2004-01-071-11/+14
|
* forward sagem configuration fixThierry Vignaud2003-12-011-1/+1
|
* (configure) forward fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* (configure) forward fix untranslatable strings: switch from ask_from_list_() toThierry Vignaud2003-11-131-7/+7
| | | | | | ask_from_list() else cjk users get bogus GUIes
* forward "always list sagem_dhcp in list, hidding it due to missingThierry Vignaud2003-11-131-3/+1
| | | | | translations is insane", there're just too many lost users
* (write_interface_conf) forward fix: setVarsInSh() already take care ofThierry Vignaud2003-11-121-3/+1
| | | | | | | not writing undefined parameters, so it's safer to always write wireless parameters if set else we drop user set wireless parameters when our wireless modules list is not uptodate
* update wireless modules listThierry Vignaud2003-11-121-1/+1
|
* forward program logic fix: write up/down programs for adsl speedtouchThierry Vignaud2003-11-121-1/+2
| | | | | | even if firmware is already there or if one say "let see this later" which result in up/down scripts to be removed on drakconnect startup
* 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
|
* forward ISDN usb adapters supportThierry Vignaud2003-10-272-3/+15
|
* after further investigation at Houston, the bcm440 bug was not relatedThierry Vignaud2003-10-171-1/+1
| | | | | | | to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection.
* - fix drakconnect logic regarding hotplug (hotplug being a binaryThierry Vignaud2003-10-161-1/+4
| | | | | | | | | | boolean and MII_NOT_SUPPORTED being a string) - default to enabled network hotplug bug if the card is blacklisted else rely on user provided value - blacklist bcm4400 for hp
* forward:Thierry Vignaud2003-10-133-14/+19
| | | | | | | | | - fix #425, #1881: wireless adapters settings were lost when altering network configuration when not from wizard mode - when steping back in wizard, do not overwrite first card parameters with last one's (#3276) - do not overwrite current config from ifcfg-INTF with old.ifcfg-INTF
* forward #3276 fix: when steping back in drakconnect wizard, do not overwriteThierry Vignaud2003-10-081-3/+3
| | | | | first card parameters with last one's
* 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
|