summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_applet
Commit message (Collapse)AuthorAgeFilesLines
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-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 happyPascal Rigaux2005-06-031-5/+5
|
* fix blino suxPascal Rigaux2005-06-031-1/+1
|
* move netprofile stuff in network::networkOlivier Blin2005-05-301-4/+4
|
* let user call drakroam (#16019)Olivier Blin2005-05-251-1/+2
|
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* increase network check timeout to lower the loadOlivier Blin2005-04-181-1/+1
|
* remove useless assignmentsOlivier Blin2005-04-181-1/+0
|
* fix refresh (forget erased settings)Olivier Blin2005-04-071-0/+3
|
* really load network configuration at startOlivier Blin2005-03-291-1/+1
|
* force refresh if asked by user from the menuOlivier Blin2005-03-241-1/+1
|
* reload configuration on SIGHUPOlivier Blin2005-03-241-2/+5
|
* ask for root password if needed when setting a new profileOlivier Blin2005-03-241-1/+1
|
* don't modify autostart config file value if started with --forceOlivier Blin2005-03-211-6/+10
|
* refresh every second, and do not reread network conf at each refreshOlivier Blin2005-03-021-7/+7
|
* netprofile support, allow to select watched interfaceOlivier Blin2005-02-281-7/+48
|
* no space before question marks in EnglishPablo Saratxaga2005-02-241-1/+1
|
* no space after colon in EnglishPablo Saratxaga2005-02-241-1/+1
|
* 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
* reflect new label from drakconfOlivier Blin2005-02-221-1/+1
|
* disable activefw by defaultOlivier Blin2005-02-221-12/+19
|
* remove spurious spacesOlivier Blin2005-02-181-1/+1
|
* show unprocessed attacks when the applet startsOlivier Blin2005-02-181-0/+8
|
* store attacks in a queue instead of blocking DBus bus with a Gtk2 main loopOlivier Blin2005-02-181-15/+41
|
* let the daemon handle the blacklist policy in automatic modeOlivier Blin2005-02-181-0/+6
|
* allow to enable automatic mode from popupOlivier Blin2005-02-171-6/+13
|
* use only one 'edge' ButtonBoxOlivier Blin2005-02-171-9/+5
|
* rename get_mode as get_interactiveOlivier Blin2005-02-161-1/+1
|
* fix typo againOlivier Blin2005-02-151-1/+1
|
* fix typoOlivier Blin2005-02-151-1/+1
|
* remove unneeded variableOlivier Blin2005-02-151-1/+0
|
* use network::activefw;Olivier Blin2005-02-151-98/+17
|
* use real IP addressOlivier Blin2005-02-141-1/+1
|
* remove some debug codeOlivier Blin2005-02-141-13/+2
|
* active firewall supportOlivier Blin2005-02-141-3/+167
|
* perl_checker fixesOlivier Blin2005-02-091-7/+7
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* - Numeric comparisonsDaouda Lo2004-09-301-1/+1
|
* fix again running processes detectionOlivier Blin2004-09-261-1/+5
|
* (go2state) do not destroy/re-create menu if state hasn't changed, orOlivier Blin2004-09-261-3/+6
| | | | | else the menu may disappear without any reason
* lower refresh timeout to 5 secondsOlivier Blin2004-09-101-1/+1
|
* make connect/disconnect buttons usefulOlivier Blin2004-09-101-0/+1
|
* add notconfigured stateOlivier Blin2004-09-011-4/+11
|
* perl_checker cleanupsThierry Vignaud2004-09-011-2/+3
|
* (is_running) enhance regexp, use anyOlivier Blin2004-08-311-1/+2
|
* (is_running) make it workThierry Vignaud2004-08-311-2/+1
|
* (is_running) try harderThierry Vignaud2004-08-311-1/+1
|
* (is_running) ignore our own process ... (brown paper bag bug)Thierry Vignaud2004-08-311-1/+1
|