Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - don't use if_() when not needed and strange | Pascal Rigaux | 2004-07-22 | 1 | -4/+4 | |
| | | | | | - read_tmdns_conf() now knows which file it reads, don't give it as argument | |||||
* | (read_tmdns_conf) unbreak oblin code | Thierry Vignaud | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | (read_tmdns_conf) reinsert parameter naming for parameter checking | Thierry Vignaud | 2004-07-22 | 1 | -1/+2 | |
| | ||||||
* | rewrite read_tmdns_conf to use cat_ | Olivier Blin | 2004-07-22 | 1 | -10/+1 | |
| | ||||||
* | perl_checker/misc fixes | Olivier Blin | 2004-07-22 | 1 | -2/+5 | |
| | ||||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | |||||
* | do not write wireless encryption key if empty | Olivier Blin | 2004-07-19 | 1 | -1/+1 | |
| | ||||||
* | properly handle ascii WEP keys (#9884) | Olivier Blin | 2004-06-24 | 1 | -1/+2 | |
| | ||||||
* | (read_all_conf) read VLAN interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 | |
| | ||||||
* | (read_all_conf) read ip aliased interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 | |
| | ||||||
* | (write_interface_conf) fix missing quotes around wireless encryption key (#8887) | Thierry Vignaud | 2004-03-15 | 1 | -0/+1 | |
| | ||||||
* | (write_resolv_conf) only remove /etc/resolv.conf if it's really a link | Thierry Vignaud | 2004-03-05 | 1 | -1/+1 | |
| | | | | | | (prevent no resolv.conf rewriting when it was empty eg b/c link was dead) | |||||
* | replace conf_network_card_backend() "detect" calls by get_eth_cards() ones | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 | |
| | ||||||
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -17/+17 | |
| | ||||||
* | kill unused down_it() and up_it() functions | Thierry Vignaud | 2004-01-26 | 1 | -15/+1 | |
| | ||||||
* | fix #6944: ensure proper perms on /etc/profile.d/proxy.{,c}sh | Thierry Vignaud | 2004-01-20 | 1 | -0/+2 | |
| | | | | | (pieleric@etu.utc.fr) | |||||
* | add the silly read_squid function | Florin Grad | 2004-01-19 | 1 | -0/+8 | |
| | ||||||
* | do not alter proxies config while configuring network interfaces (needed since | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 | |
| | | | | | we've disabled proxy config in network interface config path) | |||||
* | do not install zeroconf if no zeroconf hostname was typed in (we may add a | Thierry Vignaud | 2004-01-16 | 1 | -3/+5 | |
| | | | | | USE_ZEROCONF variable to /etc/sysconfig/network instead) | |||||
* | (miscellaneous_choose) restore it for drakproxy (we'd better split out | Thierry Vignaud | 2004-01-14 | 1 | -0/+17 | |
| | | | | | network interface and proxy configuration at install time) | |||||
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -151/+1 | |
| | | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs) | |||||
* | - use do_pkgs->ensure_is_installed instead of do_pkgs->install where it's ↵ | Pascal Rigaux | 2003-12-04 | 1 | -3/+3 | |
| | | | | | | | | | | | easy to do so - do_pkgs->install won't do anything when $::testing we need a ensure_are_installed we also need to share more package pkgs_interactive code which is hosted in install_any and standalone | |||||
* | (read_all_conf) ignore ifcfg-<intf>~ and the like entries | Thierry Vignaud | 2003-11-28 | 1 | -1/+1 | |
| | ||||||
* | (configureNetwork2) do not install package or rewrite config files in | Thierry Vignaud | 2003-11-28 | 1 | -13/+14 | |
| | | | | | testing mode | |||||
* | reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff when | Thierry Vignaud | 2003-11-12 | 1 | -1/+1 | |
| | | | | | there's not any dynamic interfaces | |||||
* | 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 |