summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-1053/+0
|
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-4/+4
|
* do not let modem settings be overriden by previous ppp0 settingsOlivier Blin2005-09-081-1/+1
|
* fix include path (#18103)Olivier Blin2005-09-011-1/+1
|
* fix isdn config in manage interfaceOlivier Blin2005-08-301-1/+1
|
* use lower case 'i' in iwconfig/iwpriv/iwspy (#18031)Olivier Blin2005-08-301-4/+4
|
* apply gateway modifications (#17260)Olivier Blin2005-08-031-1/+4
|
* don't save configuration dozens of timesOlivier Blin2005-08-031-1/+2
|
* use apply()Olivier Blin2005-08-031-1/+1
|
* fix typo (#17253, me sux)Olivier Blin2005-08-031-1/+1
|
* remove deprecated codeOlivier Blin2005-08-031-5/+0
|
* remove connect/diconnect_backendOlivier Blin2005-07-071-2/+2
| | | | | | add start/stop_net_interface add detach parameter to start/stop_interface
* use start/stop_interfaceOlivier Blin2005-07-071-2/+2
|
* kill unused variablesOlivier Blin2005-06-061-3/+0
|
* simplify apply() since sethostname() is done by configure_network()Olivier Blin2005-06-061-5/+2
|
* handle GATEWAY field again in manage interfaceOlivier Blin2005-06-061-6/+6
|
* use real_main here since exceptions are handledOlivier Blin2005-06-061-1/+1
|
* drop unused subsOlivier Blin2005-06-031-19/+0
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-80/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* remove dead codeOlivier Blin2005-05-311-5/+0
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-3/+3
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-2/+2
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* use get_interface_type() to decide if the wifi settings page should be displayedOlivier Blin2005-04-131-1/+1
|
* use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*)Olivier Blin2005-04-121-1/+1
|
* really detect wireless devices in manage interfaceOlivier Blin2005-03-181-1/+1
|
* fill at least the DEVICE field for non-configured devicesOlivier Blin2005-03-171-1/+1
|
* allow to modify non configured devices in manage interfaceOlivier Blin2005-03-171-0/+1
|
* s/Netmask address/Netmask/. typo fixFunda Wang2005-03-121-1/+1
|
* write selected dhcp client in ifcfg filesOlivier Blin2005-03-091-4/+4
|
* handle NEEDHOSTNAME and DHCP_HOSTNAME in Manage interfaceOlivier Blin2005-03-071-6/+13
|
* move DHCP settings in a notebook pageOlivier Blin2005-03-071-32/+28
|
* perl_checker fixOlivier Blin2005-03-041-1/+1
|
* allow to modify DHCP settings tooOlivier Blin2005-03-041-29/+57
|
* use detect_devices::is_lan_interfaceOlivier Blin2005-03-041-2/+3
|
* enhance "wrong network mask format" message (#10712)Olivier Blin2005-02-281-8/+11
|
* perl_checko fixes (especially fix wrong message)Thierry Vignaud2005-02-251-3/+3
|
* remove spurious spacesOlivier Blin2005-02-231-1/+0
|
* reuse the very same messageThierry Vignaud2005-02-221-1/+1
|
* unbreak blino change: reuse string from mcc since that's what will be ↵Thierry Vignaud2005-02-221-1/+1
| | | | displayed and allter *all* callers
* fix typoOlivier Blin2005-02-171-4/+4
|
* perl_checker fixesOlivier Blin2005-02-171-21/+21
|
* don't use net_cnx_up anymoreOlivier Blin2005-02-171-2/+1
|
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-201-6/+6
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* adapt to new network::ethernet::get_eth_cards_names() prototypePascal Rigaux2005-01-191-6/+6
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-2/+2
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* (del_intf) fix crash introduced by trainee just before the release :-(Thierry Vignaud2004-10-121-6/+6
|
* remove /etc/sysconfig/network-scripts/ethX filesOlivier Blin2004-10-091-0/+1
|