summaryrefslogtreecommitdiffstats
path: root/isys/nl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-233/+0
* Correct nl_ip2str() cache iteration.David Cantrell2008-02-071-2/+7
* Avoid infinite loop in nl_ip2str().David Cantrell2008-02-041-4/+1
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-550/+149
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-6/+12
* Detect success from netlink_init_interfaces_list correctly.Chris Lumens2007-10-191-6/+6
* - another recvfrom() rewrite, this one doesn't rely on MSG_TRUNC working.Peter Jones2007-09-131-18/+40
* make recvmsg() code not go into an infinite loop when there's a 0 lengthPeter Jones2007-09-121-40/+70
* rework netlink_get_interface_ip to handle large recvfrom() responsesPeter Jones2007-09-061-23/+18
* * isys/nl.c (netlink_get_interface_ip): Do not read just 4K for eachDavid Cantrell2007-09-051-4/+6
* * isys/nl.c (netlink_init_interfaces_list): Don't assumeDavid Cantrell2007-08-171-1/+4
* * isys/nl.c (netlink_init_interfaces_list): Should catch instancesDavid Cantrell2007-04-181-2/+6
* * isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK messageDavid Cantrell2007-04-171-29/+35
* * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.David Cantrell2007-03-271-4/+10
* * isys/nl.c (netlink_init_interfaces_list): Handle netlink messagesDavid Cantrell2007-03-061-7/+31
* Space cleanups.David Cantrell2006-11-021-1/+1
* 2006-10-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-191-2/+2
* * isys/nl.c: Only collect IPv4 and IPv6 addresses for IFF_RUNNINGDavid Cantrell2006-09-111-11/+18
* - 4 space indentation, not 3.Peter Jones2006-07-271-356/+356
* Hooray for 4th grade C programming class!David Cantrell2006-06-271-9/+2
* * isys/nl.c (netlink_format_ip_addr): Rewrote to malloc for spaceDavid Cantrell2006-05-261-16/+84
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-261-6/+8
* * isys/nl.h: Prototypes for netlink_interfaces_list_free() andDavid Cantrell2006-05-251-1/+93
* * isys/nl.c: Skip Netlink messages with void ARP headers or zero-lengthDavid Cantrell2006-05-241-0/+7
* All hail the hypnotoad!David Cantrell2006-05-241-0/+365