Commit Graph

13 Commits (05285c1a6b74c8f70c26ed5d6733d1bd999a0f6e)

Author SHA1 Message Date
Gaël Bonithon f7f50e1e03 Fix compilation warnings 2021-02-01 23:08:53 +01:00
Brian J. Tarricone 34f4441815 Populate a combo box with known network interfaces
Use getifaddrs() to enumerate all addresses associated with all network
interfaces, discarding duplicate interface names, and sorting.  For OSes
where getifaddrs() is not available, an interface name can still be
manually typed in.
2020-11-16 21:59:08 +01:00
Adam Borowski 3c94964347 Remove sys/sysctl.h on linux platform
This include is useless and can be removed.
This syscall has been strongly deprecated for ages and the plugin doesn't use it any more.  On old architectures, this include is benign as long as it's unused, on new ones (such as x32) it results in a build failure.
Fix bug #11477
2017-06-06 23:25:29 +02:00
Mike Massonnet 1d664b8316 Bug 7481: Drop if_ppp headers
The code included net/if_ppp.h headers, but the code doesn't
use any function from this header. FreeBSD doesn't ship if_ppp.h
anymore and it broke compilation.
2012-07-13 13:13:35 +02:00
Florian Rivoal f1c7c550d7 Update the license
Clarify that wormulon is under GPL2 or later, and, after agreeing witn
Bernhard Walle, relicense xfce4-netload-plugin under GPL2 or later,
instead of GPL2 strictly.
2010-12-08 11:00:54 +09:00
Florian Rivoal 8bab222cea Clean up
Update copyright notices, rename the configure.in.in into
configure.ac.in, upgrade autogen.sh, and INSTAL, and remove svn fluff in
comments.
2010-12-08 01:25:04 +09:00
Florian Rivoal cd6830349d Add support for GNU/kFreeBSD
Change the ifdefery to use existing code to support GNU/kFreeBSD.

Fixes bug 3043.
2010-10-13 10:07:04 +09:00
Bernhard Walle 3ca61bba76 panel-plugin/net.{c,h}, panel-plugin/os.h:
- added code for DragonFly BSD, thanks to Bob Bagwill <bob@bagwill.com>
    (fixed #1456)


(Old svn revision: 2247)
2006-12-17 19:44:57 +00:00
Masse Nicolas 5be17a3036 update with version from Jasper - now compatible with Xfce-4.4
(Old svn revision: 1361)
2006-04-25 20:26:28 +00:00
Bernhard Walle 65af5a9649 Implemented display of IP address, minor code cleanup
(Old svn revision: 337)
2005-02-04 18:12:01 +00:00
Bernhard Walle 6c59586f2e Added support for MacOS X
(Old svn revision: 313)
2003-09-13 12:30:49 +00:00
Bernhard Walle bf777a0384 New version 0.2.0pre2
Support more than one instance of the plugin


(Old svn revision: 298)
2003-08-25 21:08:58 +00:00
Bernhard Walle 1407a73ebb Change netcode based on wormulon
(Old svn revision: 295)
2003-08-24 20:05:32 +00:00