summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-588/+0
|
* really preselect default interfaceOlivier Blin2005-09-071-1/+1
|
* show ppp/isdn interfaces as well (#18303)Olivier Blin2005-09-071-6/+6
|
* interactive is unusedOlivier Blin2005-09-011-1/+0
|
* use window instead of rwindow, they're equivalentOlivier Blin2005-09-011-11/+11
|
* remove connect/diconnect_backendOlivier Blin2005-07-071-4/+4
| | | | | | add start/stop_net_interface add detach parameter to start/stop_interface
* remove MDK::Common::Globals::init (fix crash)Olivier Blin2005-06-241-2/+0
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-12/+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
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-2/+2
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* perl_checker, indentOlivier Blin2005-04-051-3/+3
|
* detect more devices (e.g. wireless)Olivier Blin2005-04-051-2/+3
|
* really fix typo (ie revert gtknew() patch)Pascal Rigaux2004-10-191-74/+67
|
* fix typoPascal Rigaux2004-10-191-68/+75
|
* simplifyPascal Rigaux2004-10-191-5/+4
|
* (update) do not re-select the default interface every 5 secondsOlivier Blin2004-10-161-5/+8
|
* check every 5 seconds (instead of 20) for new or disconnected interfaces ↵Olivier Blin2004-09-291-1/+1
| | | | (#11780)
* I am stupid, start when asked to start, stop when asked to stopOlivier Blin2004-09-261-2/+2
|
* simplifyOlivier Blin2004-09-221-1/+1
|
* remove connection time timer if connection fails (fix #11590)Olivier Blin2004-09-201-1/+3
|
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+2
|
* fix stupid errorOlivier Blin2004-09-011-1/+1
|
* move start_interface and stop_interface from net_monitor to network::tools, ↵Olivier Blin2004-08-301-21/+10
| | | | use it in net_monitor and net_applet
* watch connection time, not disconnection time :-)Olivier Blin2004-08-231-1/+1
|
* do not assume internet isn't configured if connect scripts do notOlivier Blin2004-08-201-3/+2
| | | | | exist (they're obsolete), fix connect button sensitivity
* let's be more l10n-friendlyThierry Vignaud2004-08-121-3/+3
|
* fix default connection time (Fabrice FACORAT)Thierry Vignaud2004-08-121-1/+1
|
* add a horizontal separator in stats to prevent visual disguts betweenThierry Vignaud2004-08-101-0/+1
| | | | | supposed non aligned labels
* fix looking aka vertical alignment of labels (Fabrice FACORAT ↵Thierry Vignaud2004-08-101-1/+1
| | | | <f.faber-pro@ifrance.com>, #10300)
* fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300)Thierry Vignaud2004-08-101-2/+2
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-1/+1
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-1/+1
|
* save/restore optionsThierry Vignaud2004-07-271-4/+12
|
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵Olivier Blin2004-07-201-2/+1
| | | | to lload_conf with read_conf, remove all previous calls to read_conf)
* cosmeticsOlivier Blin2004-07-201-3/+7
|
* do not allocate new Gtk2::Gdk::GC at each redraw (last memory leakOlivier Blin2004-07-201-5/+6
| | | | | fixed ?)
* use the power of the Gtk2::Dialog widget, thus giving change_color()Olivier Blin2004-07-201-12/+7
| | | | | more luck to succeed
* translate connection type (Fabrice Facorat)Olivier Blin2004-07-201-2/+2
|
* fix spacing (from Fabrice Facorat, #10300), remove blank lineOlivier Blin2004-07-201-2/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* unsensitive buttons immediatly once ifup/isdown has completedThierry Vignaud2004-07-191-2/+19
|
* use run_program, try to handle default interface betterOlivier Blin2004-07-191-4/+5
|
* disable the connect button if up interface is found (there isOlivier Blin2004-07-191-2/+2
| | | | | currently no reliable way to find the gateway interface)
* code factorization, do not use system() but fork() and exec() since we don'tOlivier Blin2004-07-191-4/+19
| | | | | want to wait the command to return
* perl_checker complianceOlivier Blin2004-07-191-1/+1
|
* use ifup/ifdown to connect/disconnectOlivier Blin2004-07-191-5/+2
|
* no need to be root to monitor connectionOlivier Blin2004-07-191-1/+1
|
* add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat)Olivier Blin2004-07-151-3/+3
|