| Commit message (Expand) | Author | Age | Files | Lines |
* | hide ifcfg files for non-root users if they contain a WEP key (#12177) | Olivier Blin | 2004-11-05 | 1 | -0/+2 |
* | (configureNetwork2) remove /etc/sysconfig/network-scripts/ethX files | Olivier Blin | 2004-10-09 | 1 | -1/+4 |
* | call the scripts in /etc/sysconfig/network-scripts/hostname.d like the network | Frederic Lepied | 2004-10-01 | 1 | -0/+4 |
* | more zeroconf fixes (zcip isn't a service, stop tmdns service if | Olivier Blin | 2004-09-20 | 1 | -5/+7 |
* | (configureNetwork2) really enable zeroconf if zeroconf is requested | Olivier Blin | 2004-09-17 | 1 | -1/+5 |
* | (configureNetwork2) write blank zeroconf hostname if zeroconf is | Olivier Blin | 2004-09-17 | 1 | -1/+2 |
* | (configureNetwork2) use services do disable zeroconf, do not disable | Olivier Blin | 2004-09-17 | 1 | -1/+5 |
* | (read_all_conf) use network::tools to probe connection type | Olivier Blin | 2004-09-16 | 1 | -1/+3 |
* | (configureNetwork2) configure eth aliases, needs modules_conf | Olivier Blin | 2004-09-14 | 1 | -1/+2 |
* | (read_all_conf) remove spurous character from regexp | Thierry Vignaud | 2004-09-09 | 1 | -1/+1 |
* | (read_all_conf) ignore rpm's backups (#10816) | Thierry Vignaud | 2004-09-09 | 1 | -0/+1 |
* | (configureNetwork2) update iftab when config is written | Olivier Blin | 2004-09-08 | 1 | -0/+3 |
* | (findIntf, read_all_conf) use default DEVICE field only at last | Olivier Blin | 2004-09-03 | 1 | -4/+6 |
* | (write_interface_conf) remove quotes if DEVICE is the result of a command | Olivier Blin | 2004-09-03 | 1 | -0/+1 |
* | (configureNetwork2) use key from $intf hash to determine ifcfg | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
* | (write_interface_conf) allow TYPE field, will be used to recognize ADSL inter... | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
* | 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 |
* | (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 al... | Olivier Blin | 2004-08-20 | 1 | -7/+2 |
* | (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 |
* | (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 |
* | 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 |
* | 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) unbreak oblin code | Thierry Vignaud | 2004-07-22 | 1 | -1/+1 |