summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
Commit message (Collapse)AuthorAgeFilesLines
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-1/+1
|
* keep MS_DNS1, MS_DNS2 and DOMAIN variables in ifcfg filesOlivier Blin2005-08-081-1/+4
|
* initial IPv6 support (6to4 tunnel)Olivier Blin2005-08-081-2/+6
|
* fix variable declarationOlivier Blin2005-07-261-1/+2
|
* kill(signal, <empty string>) sends the signal to the calling process, avoid itOlivier Blin2005-07-261-1/+3
|
* write hosts in correct order in /etc/hostsOlivier Blin2005-07-241-2/+2
|
* make net_applet reload the configurationOlivier Blin2005-07-131-0/+1
|
* don't strip VLAN and MTU fields from ifcfg filesOlivier Blin2005-06-201-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-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 installOlivier Blin2005-06-081-15/+19
|
* make it more readableOlivier Blin2005-06-061-1/+1
|
* set system hostname when writing network configurationOlivier Blin2005-06-061-0/+1
|
* update commentsOlivier Blin2005-06-061-2/+2
|
* keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/networkOlivier Blin2005-06-031-2/+3
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-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::networkOlivier Blin2005-05-301-1/+42
|
* - move read_dhcpd_conf() in network::dhcpdOlivier Blin2005-05-241-28/+10
| | | | | | - move read_squid_conf() in network::squid - create update_broadcast_and_network() and force NETWORK and BROADCAST variables update
* DVB supportOlivier Blin2005-05-131-1/+2
|
* move wireless stuff in wireless.pmOlivier Blin2005-04-191-143/+0
|
* configure wpa driver in drakconnect, wpa_supplicant init script is droppedOlivier Blin2005-04-181-11/+16
|
* remove useless and unwanted non-ASCII characterOlivier Blin2005-04-051-1/+1
|
* write ATM_ADDR fieldOlivier Blin2005-03-241-1/+1
|
* hide wlan-ng settings for non-root usersOlivier Blin2005-03-091-0/+3
|
* make wpa_supplicant.conf readable by root onlyOlivier Blin2005-03-091-0/+2
|
* write selected dhcp client in ifcfg filesOlivier Blin2005-03-091-2/+2
|
* (wpa_supplicant_configure) scan hidden ssidOlivier Blin2005-03-081-0/+1
|
* write DHCP_TIMEOUT for DHCP connectionsOlivier Blin2005-02-281-1/+1
|
* write PEERYP and PEERNTPD for DHCP connectionsOlivier Blin2005-02-281-1/+1
|
* write PEERDNS for DHCP interfacesOlivier Blin2005-02-281-1/+1
|
* write USERCTL tooOlivier Blin2005-02-251-1/+1
|
* do not update kde config file if kde isn't installedOlivier Blin2005-02-241-12/+15
| | | | | (spotted by Mathieu Geli)
* fix typosOlivier Blin2005-02-241-3/+3
|
* minimal WPA supportOlivier Blin2005-02-241-8/+25
|
* always restart wlan-ng interfaceOlivier Blin2005-02-241-3/+3
|
* move wlan-ng stuff in network::networkOlivier Blin2005-02-241-0/+44
|
* handle wpa_supplicant filesOlivier Blin2005-02-231-0/+66
|
* perl_checker fixOlivier Blin2005-02-141-1/+1
|
* proxy_configure: modify KDE proxy settings tooOlivier Blin2005-02-141-0/+15
|
* do not require perl-Gnome2-Gconf in drakxtools, but use gconftool-2Olivier Blin2005-02-071-7/+2
|
* make it easy to use other GConf interfacesOlivier Blin2005-02-071-15/+20
|
* remove useless messageOlivier Blin2005-02-051-1/+0
|
* gnome proxy support in drakproxyOlivier Blin2005-02-041-0/+58
|
* fix (bugzilla #13197)Pascal Rigaux2005-01-261-0/+1
|
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-031-1/+1
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* don't pass the prefix/etc/sysconfig/network to ↵Pascal Rigaux2004-11-301-2/+3
| | | | network::network::write_conf(), we always use the same file name
* hide ifcfg files for non-root users if they contain a WEP key (#12177)Olivier Blin2004-11-051-0/+2
|
* (configureNetwork2) remove /etc/sysconfig/network-scripts/ethX filesOlivier Blin2004-10-091-1/+4
| | | | | that may have been created by sagem scripts
* call the scripts in /etc/sysconfig/network-scripts/hostname.d like the networkFrederic Lepied2004-10-011-0/+4
| | | | | scripts are doing when changing the hostname.
* more zeroconf fixes (zcip isn't a service, stop tmdns service ifOlivier Blin2004-09-201-5/+7
| | | | | zeroconf is disabled, check tmdns init file in prefix/etc)