Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | symlink resolv.conf in install root, so that it works for dhcp too | Olivier Blin | 2004-09-01 | 1 | -4/+4 |
| | |||||
* | write /etc/resolv.conf in install root | Olivier Blin | 2004-09-01 | 1 | -1/+5 |
| | |||||
* | write metric in ifcfg files according to connection type | Olivier Blin | 2004-08-27 | 1 | -1/+2 |
| | |||||
* | (add2hosts) use difference2 | Olivier Blin | 2004-08-24 | 1 | -1/+1 |
| | |||||
* | (add2hosts) make it more readable | Olivier Blin | 2004-08-24 | 1 | -9/+7 |
| | |||||
* | (add2hosts) rework parsing | Olivier Blin | 2004-08-24 | 1 | -5/+10 |
| | |||||
* | i sux | Olivier Blin | 2004-08-24 | 1 | -1/+1 |
| | |||||
* | (configureNetwork2) always add an hostname alias and add it on the | Olivier Blin | 2004-08-24 | 1 | -2/+2 |
| | | | | | loopback device (bug 10345) | ||||
* | (add2hosts) allow multiple aliases per host | Olivier Blin | 2004-08-24 | 1 | -1/+1 |
| | |||||
* | (add2hosts) regexp fixes | Olivier Blin | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | (add2hosts) make it work with sub hostnames | Olivier Blin | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | add a fixme comment | Olivier Blin | 2004-08-20 | 1 | -0/+1 |
| | |||||
* | update mac address in network::ethernet::get_eth_cards to be sure iftab is ↵ | Olivier Blin | 2004-08-20 | 1 | -7/+2 |
| | | | | always up-to-date | ||||
* | (write_interface_conf) use mac_ieee1394 descriptor in iftab for firewire links | Olivier Blin | 2004-08-18 | 1 | -2/+4 |
| | |||||
* | use network::ethernet::get_eth_categories() when needed | Olivier Blin | 2004-08-17 | 1 | -1/+2 |
| | |||||
* | (easy_dhcp) probe all network sub categories | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp) don't use network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -4/+10 |
| | |||||
* | (easy_dhcp) sort devices and keep only eth[0-9]+ devices | Olivier Blin | 2004-08-17 | 1 | -4/+4 |
| | |||||
* | (easy_dhcp) allow configured interface not to be eth0 and make sure it | Olivier Blin | 2004-08-17 | 1 | -4/+6 |
| | | | | | uses ethernet | ||||
* | (write_interface_conf) use unspec descriptor in iftab if link isn't ether | Olivier Blin | 2004-08-17 | 1 | -2/+3 |
| | |||||
* | (easy_dhcp) handle pcmci card too | Thierry Vignaud | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | fix suckiness (write proper iftab) | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | (write_interface_conf) do not write undefined MAC address in iftab | Olivier Blin | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | write interface MAC address in iftab | Olivier Blin | 2004-08-12 | 1 | -0/+3 |
| | |||||
* | errm, don't commit crappy gnome proxy handling for now | Olivier Blin | 2004-08-12 | 1 | -34/+0 |
| | |||||
* | (write_interface_conf) simplify HWADDR assignment and define | Olivier Blin | 2004-08-12 | 1 | -8/+37 |
| | | | | | $mac_address (will be used later for /etc/iftab) | ||||
* | perl_checker prototype compliance | Pascal Rigaux | 2004-08-09 | 1 | -6/+6 |
| | |||||
* | perl_checker compliance + cleanup | Pascal Rigaux | 2004-08-09 | 1 | -14/+14 |
| | |||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -3/+3 |
| | |||||
* | hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOT | Olivier Blin | 2004-07-23 | 1 | -1/+1 |
| | |||||
* | - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections | Olivier Blin | 2004-07-23 | 1 | -1/+2 |
| | | | | | | - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | - 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) |