summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* s/alcatel/Alcatel/Pablo Saratxaga2003-08-211-1/+1
|
* - more use info in load_firmware_floppyDamien Chaumette2003-08-211-20/+23
| | | | | | | | - catch no floppy in drive error - catch wizcancel - add '-e 1' pppoa option for speedtouch USB - N_ instead of N, won't translate twice (guillaume has the greatest member)
* fix no winmodem message/behaviorDamien Chaumette2003-08-211-0/+2
|
* - allow user to copy firmware from a floppyDamien Chaumette2003-08-211-4/+39
| | | | | | - fix 'previous' behavior - change wrong url
* perl_checker compliance (revert non usefull titi change)Pascal Rigaux2003-08-191-1/+1
|
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
|
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-183-8/+13
|
* perl_checker compliancePascal Rigaux2003-08-101-2/+2
|
* replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ↵Pascal Rigaux2003-08-101-1/+1
| | | | #4564)
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-0/+32
| | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth
* fix typo (thanks to perl_checker)Pascal Rigaux2003-07-301-1/+1
|
* cleanup (especially ensure $interface is not something like "eth0 (usingPascal Rigaux2003-07-301-12/+10
| | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change)
* revert to 1.129:Pascal Rigaux2003-07-301-4/+1
| | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix
* fix fpons sucks (as usuall as he neither tests nor care about bugThierry Vignaud2003-07-221-1/+4
| | | | | reports)
* dhcp host name cannot be set if one want to get it from dhcp serverThierry Vignaud2003-07-211-1/+1
|
* add a hint if we never restore profiles featureThierry Vignaud2003-07-211-0/+1
|