| Commit message (Expand) | Author | Age | Files | Lines |
* | fix include path (#18103) | Olivier Blin | 2005-09-01 | 1 | -1/+1 |
* | fix isdn config in manage interface | Olivier Blin | 2005-08-30 | 1 | -1/+1 |
* | use lower case 'i' in iwconfig/iwpriv/iwspy (#18031) | Olivier Blin | 2005-08-30 | 1 | -4/+4 |
* | apply gateway modifications (#17260) | Olivier Blin | 2005-08-03 | 1 | -1/+4 |
* | don't save configuration dozens of times | Olivier Blin | 2005-08-03 | 1 | -1/+2 |
* | use apply() | Olivier Blin | 2005-08-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 display... | Thierry Vignaud | 2005-02-22 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | (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 |