Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | https proxy support (#19666) | Olivier Blin | 2005-12-05 | 1 | -9/+17 |
| | |||||
* | don't duplicate variables (MTU, NETMASK, IPADDR) in ifcfg files (#19325) | Olivier Blin | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | make it more readable | Olivier Blin | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | temporary workaround to have device-independant config files in wireless.d | Olivier Blin | 2005-11-02 | 1 | -0/+2 |
| | |||||
* | fix typo (thanks to Berthy) | Olivier Blin | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | (miscellaneous_choose) try harder to explain (#17261) | Thierry Vignaud | 2005-10-07 | 1 | -1/+1 |
| | |||||
* | set hostname only after packages have been installed, or else graphical ↵ | Olivier Blin | 2005-09-21 | 1 | -1/+2 |
| | | | | urpmi may fail | ||||
* | don't try to update shorewall configuration if it's disabled | Olivier Blin | 2005-09-15 | 1 | -1/+1 |
| | |||||
* | drakconnect: update interfaces list in shorewall | Olivier Blin | 2005-09-15 | 1 | -0/+5 |
| | |||||
* | drakconnect: write wireless settings in wireless.d/ as well | Olivier Blin | 2005-09-15 | 1 | -3/+13 |
| | |||||
* | call network::ethernet::update_iftab from ↵ | Olivier Blin | 2005-09-14 | 1 | -1/+0 |
| | | | | network::ethernet::configure_eth_aliases | ||||
* | allow to write more modem variables in ifcfg files | Olivier Blin | 2005-09-11 | 1 | -0/+2 |
| | |||||
* | - configure wpa_supplicant correctly for shared or passwordless connections | Olivier Blin | 2005-08-30 | 1 | -10/+19 |
| | | | | | | | - split write_interface_setttings out of network::network::write_interface_conf - wpa_supplicant may list some networks twice, handle it - rewrite drakroam to use wpa_supplicant | ||||
* | fill in missing titles for banners and specify icons | Thierry Vignaud | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | keep MS_DNS1, MS_DNS2 and DOMAIN variables in ifcfg files | Olivier Blin | 2005-08-08 | 1 | -1/+4 |
| | |||||
* | initial IPv6 support (6to4 tunnel) | Olivier Blin | 2005-08-08 | 1 | -2/+6 |
| | |||||
* | fix variable declaration | Olivier Blin | 2005-07-26 | 1 | -1/+2 |
| | |||||
* | kill(signal, <empty string>) sends the signal to the calling process, avoid it | Olivier Blin | 2005-07-26 | 1 | -1/+3 |
| | |||||
* | write hosts in correct order in /etc/hosts | Olivier Blin | 2005-07-24 | 1 | -2/+2 |
| | |||||
* | make net_applet reload the configuration | Olivier Blin | 2005-07-13 | 1 | -0/+1 |
| | |||||
* | don't strip VLAN and MTU fields from ifcfg files | Olivier Blin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | use prefix only once it has been defined by install | Olivier Blin | 2005-06-08 | 1 | -15/+19 |
| | |||||
* | make it more readable | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | set system hostname when writing network configuration | Olivier Blin | 2005-06-06 | 1 | -0/+1 |
| | |||||
* | update comments | Olivier Blin | 2005-06-06 | 1 | -2/+2 |
| | |||||
* | keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/network | Olivier Blin | 2005-06-03 | 1 | -2/+3 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -139/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | move netprofile stuff in network::network | Olivier Blin | 2005-05-30 | 1 | -1/+42 |
| | |||||
* | - move read_dhcpd_conf() in network::dhcpd | Olivier Blin | 2005-05-24 | 1 | -28/+10 |
| | | | | | | - move read_squid_conf() in network::squid - create update_broadcast_and_network() and force NETWORK and BROADCAST variables update | ||||
* | DVB support | Olivier Blin | 2005-05-13 | 1 | -1/+2 |
| | |||||
* | move wireless stuff in wireless.pm | Olivier Blin | 2005-04-19 | 1 | -143/+0 |
| | |||||
* | configure wpa driver in drakconnect, wpa_supplicant init script is dropped | Olivier Blin | 2005-04-18 | 1 | -11/+16 |
| | |||||
* | remove useless and unwanted non-ASCII character | Olivier Blin | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | write ATM_ADDR field | Olivier Blin | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | hide wlan-ng settings for non-root users | Olivier Blin | 2005-03-09 | 1 | -0/+3 |
| | |||||
* | make wpa_supplicant.conf readable by root only | Olivier Blin | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | write selected dhcp client in ifcfg files | Olivier Blin | 2005-03-09 | 1 | -2/+2 |
| | |||||
* | (wpa_supplicant_configure) scan hidden ssid | Olivier Blin | 2005-03-08 | 1 | -0/+1 |
| | |||||
* | write DHCP_TIMEOUT for DHCP connections | Olivier Blin | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | write PEERYP and PEERNTPD for DHCP connections | Olivier Blin | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | write PEERDNS for DHCP interfaces | Olivier Blin | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | write USERCTL too | Olivier Blin | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | do not update kde config file if kde isn't installed | Olivier Blin | 2005-02-24 | 1 | -12/+15 |
| | | | | | (spotted by Mathieu Geli) | ||||
* | fix typos | Olivier Blin | 2005-02-24 | 1 | -3/+3 |
| | |||||
* | minimal WPA support | Olivier Blin | 2005-02-24 | 1 | -8/+25 |
| | |||||
* | always restart wlan-ng interface | Olivier Blin | 2005-02-24 | 1 | -3/+3 |
| | |||||
* | move wlan-ng stuff in network::network | Olivier Blin | 2005-02-24 | 1 | -0/+44 |
| | |||||
* | handle wpa_supplicant files | Olivier Blin | 2005-02-23 | 1 | -0/+66 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-02-14 | 1 | -1/+1 |
| |