summaryrefslogtreecommitdiffstats
path: root/lib/network/tools.pm
Commit message (Collapse)AuthorAgeFilesLines
* simplify: use //= where appropirateThierry Vignaud2018-10-301-1/+1
|
* add IPv6 function to show IPv6 adress along with IPv4 in net_appletJosé JORGE [zezinho]2018-09-231-0/+6
|
* prevent segfaulting b/c of fork vs threads (mga#12041)Thierry Vignaud2013-12-211-1/+13
| | | | | the issue is that glib/gtk create threads behind us however threads & fork() don't behave well when mixed...
* Avoid system() as this seems to crash net_applet.Colin Guthrie2013-12-081-1/+7
| | | | | | | | | | | | | In what would appear to be related to threads and gtk3, calling system() here appears to crash net_applet(). We can avoid it by simply reading the network config. I'm not sure if a global $net variable is available here or if things could be re-engineered to pass this object in, but this seems like a quick and easy fix. mga#11929
* polkit: Fix support for several third party net management commands (mga#11286)Colin Guthrie2013-11-211-5/+5
|
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
|
* (connected) use chroot's /etc/resolv.conf if stage1 didn't write anyThierry Vignaud2012-09-041-0/+4
| | | | (Derek Jennings, mga#5772)
* fix connectivity test during install (and possibly standalone) by Olivier Blin2012-05-101-6/+1
| | | | | calling res_init before hostname resolution (#5772)
* (connected) fix testing network connectivy test after resolv.conf changesThierry Vignaud2012-05-101-1/+9
| | | | (Derek Jennings, mga#5772)
* adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on majorThierry Vignaud2012-03-121-2/+1
| | | | | | | | | perl live upgrade, thus reducing the amount of resident memory used by net_applet by not loading so much useless perl modules (regression introduced when adding support for reading routes with kernel-2.6.38+)
* revert bogus part of last commitThierry Vignaud2011-11-181-1/+1
|
* update main catalog (#3371)Thierry Vignaud2011-11-181-1/+1
|
* (get_routes) use the right moduleThierry Vignaud2011-07-271-2/+2
|
* (get_routes) make network connectivity check work with kernel-2.6.39+ (#1266)Thierry Vignaud2011-07-271-1/+4
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia
* Adding missing require to fix mdkapplet crashes (#48729 and a bunch ofEugeni Dodonov2009-03-131-0/+1
| | | | others).
* Retreiving updated DNS server information.Eugeni Dodonov2009-03-041-0/+2
|
* find ptp gateway earlierOlivier Blin2008-05-291-2/+2
|
* find gateway address for ptp connections with only one interface route (like ↵Olivier Blin2008-05-201-1/+12
| | | | hso devices)
* declare gw_addressOlivier Blin2008-03-261-1/+1
|
* add has_network_connection helperOlivier Blin2008-03-191-0/+5
|
* rename network::tools::get_internet_connection as ↵Olivier Blin2008-03-191-1/+1
| | | | network::tools::get_default_connection (will break mdkapplet)
* add is_zeroconf_interface helperOlivier Blin2008-03-051-0/+5
|
* fix getting address of alias interfacesOlivier Blin2008-03-051-1/+1
|
* add utility functions for real/vlan/virtual interfacesOlivier Blin2008-03-051-1/+23
|
* improve support for virtual interfacesOlivier Blin2008-03-051-0/+1
|
* sync with 2007.1 (because of SVN loss)2007.1Olivier Blin2007-05-251-50/+26
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+255