]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-02-16  Roy MarplesRemove the xmalloc function.
2013-02-15  Roy MarplesAvoid printing a silly warning on an unknown option
2013-02-15  Roy MarplesRemove xstrdup
2013-02-15  Roy MarplesRemove xrealloc
2013-02-15  Roy MarplesRemove xzalloc function
2013-02-15  Roy MarplesInstead of opening link, ipv6, ipv6rs and ipv6ns socket...
2013-02-15  Roy MarplesAdd -h|--help option to configure
2013-02-05  Roy MarplesIf we have one interface enabled for IPv6 RS, we stupid...
2013-02-04  Roy MarplesFix compile on BSD
2013-02-04  Roy MarplesIt's now possible to compile out IPv4 and IPv6 support...
2013-02-04  Roy MarplesMove ipv4 specific code out of net.c and into ipv4.c
2013-02-03  Roy MarplesMove if_state into interface->if_data as dhcp_state.
2013-02-03  Roy MarplesMove ipv4 specific infos from interface to if_state.
2013-02-03  Roy MarplesMove options away from ipv4 state to the interface.
2013-02-02  Roy MarplesRemove IPv4 and DHCP4 specific setup from dhcpcd.c...
2013-01-28  Roy MarplesFix potential issue if we don't want routes and we...
2013-01-28  Roy MarplesEnsure that nooption correctly woks for routes.
2013-01-18  Roy MarplesCheck the correct interface the RAP came from before...
2012-12-20  Roy MarplesPreserve the space in static routes on the command...
2012-12-19  Roy MarplesRelease dhcpcd-5.99.3 v5.99.3
2012-12-11  Roy MarplesFix default onlink value.
2012-12-11  Roy MarplesRespect the ONLINK flag the prefix option of the RA
2012-12-07  Roy MarplesFix compile on BSD.
2012-12-07  Roy MarplesLog error whe starting DHCPv6 without RA.
2012-12-07  Roy MarplesIf no IPv6 proc or sysctl entries exist for RA or forwa...
2012-11-24  Roy MarplesAvoid sillyness if not a valid IPv6 address
2012-11-24  Roy MarplesSet %interface for exported IPv6 link local addresses.
2012-11-13  Roy MarplesNormalise timing
2012-11-13  Roy MarplesMove free to exit function.
2012-11-13  Roy MarplesDiscard addresses if expired on reboot
2012-11-13  Roy MarplesStop probing when dropped
2012-11-13  Roy MarplesSend to all dhcp agents instead of all routers.
2012-11-13  Roy MarplesUse a proper namespace for IPv4LL
2012-11-13  Roy MarplesUse a proper namespace for eloop
2012-11-13  Roy MarplesUse a proper namespace for control
2012-11-13  Roy MarplesFix some memory issues
2012-11-11  Roy MarplesExpire the DHCPv6 lease when carrier drops.
2012-11-11  Roy MarplesAlways close this fd
2012-11-11  Roy MarplesImprove logging of script exiting.
2012-11-11  Roy MarplesLog posix_spawn(2) errors better.
2012-11-11  Roy MarplesBecause posix_spawn(2) implementations can use fork...
2012-11-11  Roy Marpleseloop doesn't check errors atm
2012-11-10  Roy MarplesBreak after processing a callback
2012-11-10  Roy MarplesFix memory errors
2012-11-10  Roy Marples_NSIG seems to be the norm. Use _SIG_MAXSIG if availabl...
2012-11-10  Roy MarplesFix compile of the new compat shims on NetBSD.
2012-11-10  Roy MarplesAdd a pselect(2) shim for systems that lack support...
2012-11-10  Roy MarplesReplace poll(2) with pselect(2) and vfork(2)+execve...
2012-11-10  Roy MarplesAdd a message to indicate dhcpcd exited cleanly.
2012-11-09  Roy MarplesSilence a gcc signed vs unsigned warning by comparing...
2012-11-08  Roy MarplesWe should check start len >0 as len will be zero at...
2012-11-07  Roy MarplesWhen decoding RCC3397 domains we should ensure that...
2012-11-07  Roy MarplesEnsure we have a big enough buffer for an escaped DNSSL...
2012-11-07  Roy MarplesWhen an RA is forced to expire, don't run the script...
2012-11-06  Roy MarplesImplement the core DHCPv6 client for SOLICIT, REQUEST...
2012-11-01  root@uberpc... Fix some more potential leaks and allow full build...
2012-11-01  Roy MarplesPlug some memory leaks.
2012-11-01  Roy MarplesIf we receive >1 MTU option, last one takes precendence.
2012-10-31  Roy MarplesSave a few bytes
2012-10-31  Roy MarplesExpire RDNSS and DNSSL options if the RA expires.
2012-10-31  Roy MarplesMerge multiple options together as per RFC4861 section...
2012-10-31  Roy Marpleswhitespace
2012-10-31  Roy MarplesProvide TAILQ_FOREACH_REVERSE_SAFE if not defined.
2012-10-31  Roy MarplesNo need to check if we have a prefix, as this could...
2012-10-31  Roy MarplesWhen we receive a RA with a lifetime of 0, we should...
2012-10-31  Roy MarplesOnly remove IPv6 addresses when no RA's have them confi...
2012-10-31  Roy MarplesIf we receive a RA with a lifetime of 0, just expire...
2012-10-31  Roy MarplesIANA PEN should be in network order.
2012-10-31  Roy MarplesDHCPCD Project has been assigned a PEN of 40712
2012-10-27  Roy MarplesImprove reported timings.
2012-10-27  Roy MarplesShow renew and rebind times when debugging is enabled.
2012-10-24  Roy MarplesFix stupid length validation check.
2012-10-24  Roy MarplesFix compile fr systems without RTF_CLONING such as...
2012-10-24  Roy MarplesMore fixes to validation lengths.
2012-10-24  Roy MarplesFix variable length encodings
2012-10-24  Roy MarplesIf we receive a packet with two options the same which...
2012-10-12  Roy MarplesDrop DHCPv6 on carrier down.
2012-10-12  Roy MarplesRemove needless malloc.
2012-10-12  Roy MarplesIf there is not IPv6 subnet route to delete, don't...
2012-10-12  Roy MarplesFix code for -Wstrict-overflow
2012-10-12  Roy MarplesAdd DHCPv6 INFORM support.
2012-10-09  Roy MarplesMove the default vendor string to a global variable.
2012-10-09  Roy MarplesFix DUID support.
2012-10-08  Roy MarplesMake this file actually work
2012-10-08  Roy MarplesDon't need this header
2012-10-08  Roy Marplesxid should be treated in network byte order
2012-09-22  Roy MarplesMove the RS state into a struct in a generic data array.
2012-09-22  Roy MarplesRestart the interface immediately after a NAK instead of
2012-09-03  Roy MarplesRelease dhcpcd-5.6.2 v5.6.2
2012-08-30  Roy MarplesEnsure we have correct memory allocation for number...
2012-08-24  Roy MarplesOnly accept netlink messages from the kernel.
2012-08-23  Roy MarplesOnly add our own host or destination routes to the...
2012-08-18  Roy MarplesRemove -v from --version in usage.
2012-08-07  Roy MarplesFor some reason, Linux likes to re-add the IPv6 network...
2012-08-06  Roy MarplesSeems we need braces here.
2012-08-06  Roy MarplesAdd pltime and vltime to our IPv6 addresses.
2012-08-06  Roy MarplesChange the NS times so that we assume reachable until...
2012-08-06  Roy MarplesWe should send our NS solicitation directly to the...
2012-08-06  Roy MarplesAdd MTU to IPv6 routes on Linux.
2012-08-06  Roy MarplesIf we fail to open sockets, don't bother sending the...
next