summaryrefslogtreecommitdiff
path: root/src/ip6-manager
AgeCommit message (Expand)AuthorFilesLines
2012-03-05ip6: print out prefix in some debug messagesDan Williams1-2/+3
2012-02-27utils: more flexible reading of /proc/sys/netJiří Klimeš1-4/+5
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters1-0/+2
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-2/+2
2012-01-09build: fix srcdir != builddirColin Walters1-0/+1
2011-12-01ip6: ensure IPv6 failures take precedence over successDan Williams1-3/+14
2011-11-09trivial: fix misspellingDan Williams1-1/+1
2011-11-09ip6: print RA flags descriptionDan Williams1-1/+29
2011-11-04ip6: subscribe to route group so we get RTM_NEWROUTE/RTM_DELROUTE (lp:886410)Dan Williams1-0/+1
2011-10-18core: fix leaked return value of nm_netlink_index_to_iface()Dan Williams1-1/+1
2011-10-03ip6: accept RAs when forwardingTore Anderson1-1/+1
2011-09-13ip6: Perform sanity check before processing prefix messagesThomas Graf1-0/+5
2011-09-13ip6: Perform sanity checks before processing nduseropt messagesThomas Graf1-0/+7
2011-09-13ip6: Perform sanity check before processing NEWLINK messagesThomas Graf1-12/+13
2011-09-13ip6: fix leak in process_addr()Thomas Graf1-0/+1
2011-09-13ip6: fix leak in process_route()Thomas Graf1-0/+1
2011-07-30core: misc style fixes to libnl compat codeDan Williams1-1/+3
2011-07-30core: add libnl-2 support with libnl-1 compatibilityAlfredo Matos1-6/+8
2011-05-19core: use libnl CFLAGS and LIBS consistentlyMartin Jansa1-0/+2
2011-04-05ip6: remove useless includeDan Williams1-1/+0
2011-04-05ip6: prevent overflows in RDNSS and DNSSL timeout calculations (rh #689291)Dan Williams1-4/+4
2011-04-05ip6: add some commentsDan Williams1-0/+2
2011-04-05ip6: don't try to process invalid RA nameserversDan Williams1-2/+4
2011-04-05ip6: fix possible use of uninitialized memoryDan Williams1-1/+1
2011-03-21trivial: fix format type of ip6 manager logging messagesDan Williams1-4/+4
2011-03-19logging: fix format string/argument disagreementDan Williams1-4/+4
2011-02-25ip6: fail activation if addrconf fails to startDan Williams2-8/+11
2010-12-15ip6: support for DNS Search List option (bgo #637077)Pierre Ossman1-0/+233
2010-12-15ip6: restructure RDNSS code to be RFC compliant (bgo #637075)Pierre Ossman1-64/+99
2010-12-15ip6: rdnss structure needs to be packed (bgo #637075)Pierre Ossman1-1/+1
2010-09-07core: rename NMNamedManager -> NMDnsManagerDan Williams1-2/+1
2010-05-14ip6: pad RDNSS server expiry slightly to avoid hiccups (rh #590202)Dan Williams1-1/+6
2010-05-10ip6: only honor kernel-provided RA flags if an RA was received (rh #588560)Dan Williams1-3/+4
2010-05-04ip6: use IN6_ARE_ADDR_EQUAL not memcmpDan Williams1-5/+5
2010-05-03ip6: turn RA acceptance off when RAs shouldn't be used (rh #588163)Dan Williams2-56/+10
2010-05-03ip6: fail if the RA-provided address disappears or RDNSS expiresDan Williams2-6/+24
2010-05-03ip6: don't prematurely remove RDNSS nameservers (rh #588192)Dan Williams1-4/+7
2010-05-03ip6: tune RDNSS parsing loggingDan Williams1-4/+13
2010-05-02ip6: avoid autoconf routes where dest == gatewayDan Williams1-0/+7
2010-04-30ip6: fix log message argumentsDan Williams1-2/+4
2010-04-30ip6: better logging of IPv6 autoconf processDan Williams1-17/+116
2010-04-30ip6: ensure manager singleton is cleared when disposedDan Williams1-2/+4
2010-04-30ip6: bump the autoconf RA timeout a bitDan Williams1-1/+1
2010-04-30ip6: 'manual' method doesn't use the IP6 managerDan Williams1-2/+1
2010-04-27ip6: disconnect netlink signal handler on disposeDan Williams1-3/+15
2010-04-27ip6: fix a crash when /proc/sys/net/ipv6/conf/<iface>/* files are not presentJiří Klimeš1-1/+1
2010-04-26ip6: move class boilerplate/setup to the bottomDan Williams1-186/+189
2010-04-26ip6: fix autoconf address and route scrapingDan Williams1-58/+116
2010-04-21ip6: fix IPv6 addrconf detection and completionDan Williams1-25/+56
2010-04-21core: use ifindex instead of interface name in a lot of placesDan Williams2-82/+68