Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sanitize network::activefw | Thierry Vignaud | 2005-06-30 | 1 | -5/+5 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -20/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -5/+5 |
| | |||||
* | fix blino sux | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | move netprofile stuff in network::network | Olivier Blin | 2005-05-30 | 1 | -4/+4 |
| | |||||
* | let user call drakroam (#16019) | Olivier Blin | 2005-05-25 | 1 | -1/+2 |
| | |||||
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | increase network check timeout to lower the load | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | remove useless assignments | Olivier Blin | 2005-04-18 | 1 | -1/+0 |
| | |||||
* | fix refresh (forget erased settings) | Olivier Blin | 2005-04-07 | 1 | -0/+3 |
| | |||||
* | really load network configuration at start | Olivier Blin | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | force refresh if asked by user from the menu | Olivier Blin | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | reload configuration on SIGHUP | Olivier Blin | 2005-03-24 | 1 | -2/+5 |
| | |||||
* | ask for root password if needed when setting a new profile | Olivier Blin | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | don't modify autostart config file value if started with --force | Olivier Blin | 2005-03-21 | 1 | -6/+10 |
| | |||||
* | refresh every second, and do not reread network conf at each refresh | Olivier Blin | 2005-03-02 | 1 | -7/+7 |
| | |||||
* | netprofile support, allow to select watched interface | Olivier Blin | 2005-02-28 | 1 | -7/+48 |
| | |||||
* | no space before question marks in English | Pablo Saratxaga | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | no space after colon in English | Pablo Saratxaga | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | reflect new label from drakconf | Olivier Blin | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | disable activefw by default | Olivier Blin | 2005-02-22 | 1 | -12/+19 |
| | |||||
* | remove spurious spaces | Olivier Blin | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | show unprocessed attacks when the applet starts | Olivier Blin | 2005-02-18 | 1 | -0/+8 |
| | |||||
* | store attacks in a queue instead of blocking DBus bus with a Gtk2 main loop | Olivier Blin | 2005-02-18 | 1 | -15/+41 |
| | |||||
* | let the daemon handle the blacklist policy in automatic mode | Olivier Blin | 2005-02-18 | 1 | -0/+6 |
| | |||||
* | allow to enable automatic mode from popup | Olivier Blin | 2005-02-17 | 1 | -6/+13 |
| | |||||
* | use only one 'edge' ButtonBox | Olivier Blin | 2005-02-17 | 1 | -9/+5 |
| | |||||
* | rename get_mode as get_interactive | Olivier Blin | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | fix typo again | Olivier Blin | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | remove unneeded variable | Olivier Blin | 2005-02-15 | 1 | -1/+0 |
| | |||||
* | use network::activefw; | Olivier Blin | 2005-02-15 | 1 | -98/+17 |
| | |||||
* | use real IP address | Olivier Blin | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | remove some debug code | Olivier Blin | 2005-02-14 | 1 | -13/+2 |
| | |||||
* | active firewall support | Olivier Blin | 2005-02-14 | 1 | -3/+167 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-02-09 | 1 | -7/+7 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | - Numeric comparisons | Daouda Lo | 2004-09-30 | 1 | -1/+1 |
| | |||||
* | fix again running processes detection | Olivier Blin | 2004-09-26 | 1 | -1/+5 |
| | |||||
* | (go2state) do not destroy/re-create menu if state hasn't changed, or | Olivier Blin | 2004-09-26 | 1 | -3/+6 |
| | | | | | else the menu may disappear without any reason | ||||
* | lower refresh timeout to 5 seconds | Olivier Blin | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | make connect/disconnect buttons useful | Olivier Blin | 2004-09-10 | 1 | -0/+1 |
| | |||||
* | add notconfigured state | Olivier Blin | 2004-09-01 | 1 | -4/+11 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-09-01 | 1 | -2/+3 |
| | |||||
* | (is_running) enhance regexp, use any | Olivier Blin | 2004-08-31 | 1 | -1/+2 |
| | |||||
* | (is_running) make it work | Thierry Vignaud | 2004-08-31 | 1 | -2/+1 |
| | |||||
* | (is_running) try harder | Thierry Vignaud | 2004-08-31 | 1 | -1/+1 |
| |