Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #3276: when steping back in drakconnect wizard, do not overwrite | Thierry Vignaud | 2003-10-06 | 1 | -3/+3 |
| | | | | | first card parameters with last one's | ||||
* | check both nfs servers version 2 and version 3, and remove duplicates (bug ↵ | Pascal Rigaux | 2003-10-06 | 1 | -11/+17 |
| | | | | #6055) | ||||
* | cleanups | Thierry Vignaud | 2003-10-03 | 1 | -2/+0 |
| | |||||
* | only read /etc/sysconfig/network-scripts/ifcfg-*, not old.ifcfg-* and | Thierry Vignaud | 2003-10-03 | 1 | -1/+1 |
| | | | | | the like... | ||||
* | fix #425, #1881 (was there since 20021020 :-() : wireless adapters | Thierry Vignaud | 2003-10-03 | 1 | -2/+6 |
| | | | | | | settings were lost when altering network configuration when not from wizard mode | ||||
* | factorize wireless card detection into network::tools:is_wireless_intf() | Thierry Vignaud | 2003-10-03 | 2 | -7/+13 |
| | |||||
* | perl_checker | Pascal Rigaux | 2003-10-01 | 1 | -2/+2 |
| | |||||
* | no need to escape " in /xxx \" xxx/ | Pascal Rigaux | 2003-09-30 | 2 | -2/+2 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2003-09-29 | 1 | -3/+3 |
| | |||||
* | small cleanup (thanks to perl_checker) | Pascal Rigaux | 2003-09-29 | 1 | -7/+6 |
| | | | | | !! default_interfaces() is still wrong !! | ||||
* | allow drakfirewall to choose the interface | Florin Grad | 2003-09-24 | 2 | -18/+49 |
| | |||||
* | futile to try starting network service, dhcp cannot work as no module are | Francois Pons | 2003-09-23 | 1 | -1/+0 |
| | | | | | suitable for dhclient from boot kernel. | ||||
* | make sure network is started for start_internet. | Francois Pons | 2003-09-23 | 1 | -1/+3 |
| | |||||
* | make sure module are loaded only during installation. | Francois Pons | 2003-09-22 | 1 | -1/+1 |
| | |||||
* | try loading boot kernel modules before trying to start internet connection... | Francois Pons | 2003-09-22 | 1 | -0/+1 |
| | |||||
* | simplified perl writing, make sure bool2yesno has a chance to be called for ↵ | Francois Pons | 2003-09-22 | 1 | -1/+1 |
| | | | | MII_NOT_SUPPORTED | ||||
* | fixed strange perl writing sense less... | Francois Pons | 2003-09-22 | 1 | -3/+3 |
| | |||||
* | fix firmware testing at installation | Damien Chaumette | 2003-09-16 | 1 | -2/+2 |
| | |||||
* | initialize $adsl, fix #5674 and pppoe.conf problems | Damien Chaumette | 2003-09-15 | 1 | -0/+1 |
| | |||||
* | net install autodetection fix | Damien Chaumette | 2003-09-15 | 1 | -2/+4 |
| | |||||
* | fix #5056 (mostly workaround as kernel is frozen) | Damien Chaumette | 2003-09-15 | 1 | -1/+2 |
| | |||||
* | added sub copy_firmware, sub use_windows(), sub use_floppy | Damien Chaumette | 2003-09-12 | 1 | -0/+45 |
| | | | | | firmware copy works from floppy and windows/winnt | ||||
* | - dropped sub load_firmware_floppy | Damien Chaumette | 2003-09-12 | 1 | -25/+6 |
| | | | | | - handle windows firmware's copy | ||||
* | fix #5586 (netprofile package still need be fixed) | Thierry Vignaud | 2003-09-12 | 1 | -4/+4 |
| | |||||
* | add the network interface window as in the drakgw's case | Florin Grad | 2003-09-11 | 1 | -1/+3 |
| | |||||
* | follow std explanations policy | Thierry Vignaud | 2003-09-10 | 1 | -4/+4 |
| | |||||
* | added sagem support for dhcp (as used by Free degroupped ;-)) | Francois Pons | 2003-09-10 | 1 | -2/+25 |
| | |||||
* | profile is 'default' if no configuration file found | Damien Chaumette | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | save_conf() really is dead | Thierry Vignaud | 2003-09-08 | 1 | -1/+0 |
| | |||||
* | - do not call anymore network::netconnect::save_conf | Damien Chaumette | 2003-09-08 | 1 | -11/+3 |
| | | | | | - good set_profiles($netcnx) call | ||||
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 5 | -13/+20 |
| | | | | | - fix #5307 (firmware) | ||||
* | - $netcnx->{PROFILE} is current profile name (now scalar) | Damien Chaumette | 2003-09-07 | 1 | -5/+8 |
| | | | | | | - fix non working profiles loading/saving - perl_checker | ||||
* | workaround messed up ppp0 configration | Damien Chaumette | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | small fixes for drakgw and drakfirewall | Florin Grad | 2003-09-05 | 2 | -5/+7 |
| | |||||
* | always ask for modem device even if not detected, unless user has winmodem | Damien Chaumette | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | fix #5242, don't go back to main menu if winmodem isn't found | Damien Chaumette | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | restore profiles feature through new netprofile package | Thierry Vignaud | 2003-08-29 | 1 | -30/+8 |
| | |||||
* | remove system("cp..."); (I suck so much...) | Damien Chaumette | 2003-08-29 | 1 | -2/+1 |
| | |||||
* | fix #4372 | Damien Chaumette | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | fix firmware name (shame on me) | Damien Chaumette | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | fix #4363 (titi's so beautiful) | Damien Chaumette | 2003-08-27 | 1 | -7/+12 |
| | |||||
* | fix pkg to install for samba | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | fix drakconnect not working on console (found by poulpy) due to having | Thierry Vignaud | 2003-08-25 | 1 | -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 list | Thierry Vignaud | 2003-08-22 | 1 | -0/+6 |
| | |||||
* | typo fix s/succeed/succeeded/ | Damien Chaumette | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | s/alcatel/Alcatel/ | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - more use info in load_firmware_floppy | Damien Chaumette | 2003-08-21 | 1 | -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/behavior | Damien Chaumette | 2003-08-21 | 1 | -0/+2 |
| | |||||
* | - allow user to copy firmware from a floppy | Damien Chaumette | 2003-08-21 | 1 | -4/+39 |
| | | | | | | - fix 'previous' behavior - change wrong url | ||||
* | perl_checker compliance (revert non usefull titi change) | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| |