Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Thierry Vignaud | 2003-11-07 | 1 | -3/+1 |
| | |||||
* | oops, network::tools is still needed by configureNetworkIntf... | Thierry Vignaud | 2003-11-07 | 1 | -0/+1 |
| | |||||
* | (write_interface_conf) setVarsInSh() already take care of not writing | Thierry Vignaud | 2003-11-07 | 1 | -2/+1 |
| | | | | | | | 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 | ||||
* | fix installer when network::ethernet wasn't loaded before | Thierry Vignaud | 2003-10-29 | 1 | -0/+1 |
| | |||||
* | roolback hp fix: | Thierry Vignaud | 2003-10-17 | 1 | -1/+1 |
| | | | | | | | | after further investigation at Houston, the bcm440 bug was not related to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection. | ||||
* | fix for HP (current module does not work if MII_NOT_SUPPORTED to set to yes) | Francois Pons | 2003-10-16 | 1 | -1/+1 |
| | |||||
* | simplify "do not remove wireless parameters from ifcfg when not in wizard ↵ | Thierry Vignaud | 2003-10-08 | 1 | -2/+2 |
| | | | | mode" fix | ||||
* | 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 | 1 | -6/+3 |
| | |||||
* | no need to escape " in /xxx \" xxx/ | Pascal Rigaux | 2003-09-30 | 1 | -1/+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/use explanations | Damien Chaumette | 2003-09-08 | 1 | -8/+10 |
| | | | | | - fix #5307 (firmware) | ||||
* | workaround messed up ppp0 configration | Damien Chaumette | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | small fixes for drakgw and drakfirewall | Florin Grad | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | revert to 1.129: | Pascal Rigaux | 2003-07-30 | 1 | -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 bug | Thierry Vignaud | 2003-07-22 | 1 | -1/+4 |
| | | | | | reports) | ||||
* | dhcp host name cannot be set if one want to get it from dhcp server | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | properly use checkboxes | Thierry Vignaud | 2003-07-17 | 1 | -4/+4 |
| | |||||
* | - miscellaneous_choose() no longer use uneeded b_clicked | Damien Chaumette | 2003-06-12 | 1 | -4/+4 |
| | | | | | | - drop $::Expert - perl_checker fix | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -1/+1 |
| | |||||
* | #3628 /etc/resolv.conf explicit rights set (by titi) | Damien Chaumette | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | add some ip checking (#853) | Damien Chaumette | 2003-05-21 | 1 | -15/+25 |
| | | | | | remove old comments | ||||
* | move expert stuff under the "advanced" button like in all other ↵ | Thierry Vignaud | 2003-05-19 | 1 | -7/+6 |
| | | | | drakx/drakxtools code | ||||
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 1 | -3/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -15/+15 |
| | |||||
* | changed netcnx type probe (so that if an ethernet connection exists, it won't | Francois Pons | 2003-03-11 | 1 | -2/+2 |
| | | | | | cause netcnx type to be always lan). | ||||
* | detect if the device is pcmcia when initializing the ONBOOT parameter | Florent Villard | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | this is perl, not python ;p | Pascal Rigaux | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | allow to set hostname in DHCP mode | Frederic Lepied | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | install tmdns only when bind isn't installed | Frederic Lepied | 2003-03-04 | 1 | -1/+3 |
| | |||||
* | corrected HOSTNAME/DHCP_HOSTNAME management. | Frederic Lepied | 2003-02-28 | 1 | -14/+11 |
| | |||||
* | corrected HOSTNAME management | Frederic Lepied | 2003-02-27 | 1 | -11/+5 |
| | |||||
* | add the read_dhcpd_conf function for drakgw | Florin Grad | 2003-02-27 | 1 | -0/+12 |
| | |||||
* | small fixes. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | added probe separately to handle drakconnect horror. | Francois Pons | 2003-02-26 | 1 | -0/+4 |
| | |||||
* | add probe of internet connection (this could avoid strange behaviour). | Francois Pons | 2003-02-26 | 1 | -2/+10 |
| | |||||
* | fixed back as titi sucks about message. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | try to get back DOMAINNAME if needed. | Francois Pons | 2003-02-26 | 1 | -4/+3 |
| | |||||
* | (read_resolv_conf_raw): fix "search ..." handling | Pascal Rigaux | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | no need to use regexp | Damien Chaumette | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | use detect_devices::pcmcia_probe() instead of detect_devices::probeall() | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | - read_resolv_conf() reads DOMAINNAME & DOMAINNAME2 | Pascal Rigaux | 2003-02-20 | 1 | -8/+17 |
| | | | | | | - read_resolv_conf() reads /etc/resolv.conf by default - read_resolv_conf_raw() created | ||||
* | dhcp fix | Damien Chaumette | 2003-02-20 | 1 | -4/+2 |
| | |||||
* | (read_conf) simplify | Thierry Vignaud | 2003-02-19 | 1 | -2/+1 |
| | |||||
* | Get back configuration settings from conf files | Damien Chaumette | 2003-02-18 | 1 | -1/+2 |
| | | | | | (fix some kind of titi sucking) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+3 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now |