Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo (#17253, me sux) | Olivier Blin | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | remove deprecated code | Olivier Blin | 2005-08-03 | 1 | -5/+0 |
| | |||||
* | remove connect/diconnect_backend | Olivier Blin | 2005-07-07 | 1 | -2/+2 |
| | | | | | | add start/stop_net_interface add detach parameter to start/stop_interface | ||||
* | use start/stop_interface | Olivier Blin | 2005-07-07 | 1 | -2/+2 |
| | |||||
* | kill unused variables | Olivier Blin | 2005-06-06 | 1 | -3/+0 |
| | |||||
* | simplify apply() since sethostname() is done by configure_network() | Olivier Blin | 2005-06-06 | 1 | -5/+2 |
| | |||||
* | handle GATEWAY field again in manage interface | Olivier Blin | 2005-06-06 | 1 | -6/+6 |
| | |||||
* | use real_main here since exceptions are handled | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | drop unused subs | Olivier Blin | 2005-06-03 | 1 | -19/+0 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -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 code | Olivier Blin | 2005-05-31 | 1 | -5/+0 |
| | |||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -3/+3 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -2/+2 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | use get_interface_type() to decide if the wifi settings page should be displayed | Olivier Blin | 2005-04-13 | 1 | -1/+1 |
| | |||||
* | use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*) | Olivier Blin | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | really detect wireless devices in manage interface | Olivier Blin | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | fill at least the DEVICE field for non-configured devices | Olivier Blin | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | allow to modify non configured devices in manage interface | Olivier Blin | 2005-03-17 | 1 | -0/+1 |
| | |||||
* | s/Netmask address/Netmask/. typo fix | Funda Wang | 2005-03-12 | 1 | -1/+1 |
| | |||||
* | write selected dhcp client in ifcfg files | Olivier Blin | 2005-03-09 | 1 | -4/+4 |
| | |||||
* | handle NEEDHOSTNAME and DHCP_HOSTNAME in Manage interface | Olivier Blin | 2005-03-07 | 1 | -6/+13 |
| | |||||
* | move DHCP settings in a notebook page | Olivier Blin | 2005-03-07 | 1 | -32/+28 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | allow to modify DHCP settings too | Olivier Blin | 2005-03-04 | 1 | -29/+57 |
| | |||||
* | use detect_devices::is_lan_interface | Olivier Blin | 2005-03-04 | 1 | -2/+3 |
| | |||||
* | enhance "wrong network mask format" message (#10712) | Olivier Blin | 2005-02-28 | 1 | -8/+11 |
| | |||||
* | perl_checko fixes (especially fix wrong message) | Thierry Vignaud | 2005-02-25 | 1 | -3/+3 |
| | |||||
* | remove spurious spaces | Olivier Blin | 2005-02-23 | 1 | -1/+0 |
| | |||||
* | reuse the very same message | Thierry Vignaud | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | unbreak blino change: reuse string from mcc since that's what will be ↵ | Thierry Vignaud | 2005-02-22 | 1 | -1/+1 |
| | | | | displayed and allter *all* callers | ||||
* | fix typo | Olivier Blin | 2005-02-17 | 1 | -4/+4 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-02-17 | 1 | -21/+21 |
| | |||||
* | don't use net_cnx_up anymore | Olivier Blin | 2005-02-17 | 1 | -2/+1 |
| | |||||
* | restore previous network::ethernet::get_eth_cards_names() behaviour | Pascal Rigaux | 2005-01-20 | 1 | -6/+6 |
| | | | | | (i got hit by { map ... }; being a block and not a hash ref) | ||||
* | adapt to new network::ethernet::get_eth_cards_names() prototype | Pascal Rigaux | 2005-01-19 | 1 | -6/+6 |
| | |||||
* | don't pass prefix to network::netconnect::main() (it doesn't use it) | Pascal Rigaux | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | (del_intf) fix crash introduced by trainee just before the release :-( | Thierry Vignaud | 2004-10-12 | 1 | -6/+6 |
| | |||||
* | remove /etc/sysconfig/network-scripts/ethX files | Olivier Blin | 2004-10-09 | 1 | -0/+1 |
| | |||||
* | (save) applying changes can be quite time expensive, especially with | Thierry Vignaud | 2004-10-05 | 1 | -5/+19 |
| | | | | | | ppp and wifi connections thus let's show the same "wait" dialog like in the old interface | ||||
* | (apply) recompute NETWORK and BROADCAST fiels in manage interface | Olivier Blin | 2004-10-04 | 1 | -1/+2 |
| | |||||
* | (manage) use both type and device name in non-ethernet interfaces list | Olivier Blin | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | (build_notebook) do not crash if BOOTPROTO is empty, use 'none' by | Olivier Blin | 2004-10-04 | 1 | -1/+1 |
| | | | | | default (#11899) | ||||
* | (get_eth_cards_names) remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | (configureNetwork2) configure eth aliases, needs modules_conf | Olivier Blin | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (configure_net) use network::test to test internet connection | Olivier Blin | 2004-09-10 | 1 | -1/+18 |
| | |||||
* | fix #11287 | Olivier Blin | 2004-09-08 | 1 | -6/+11 |
| |