summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.5.0dhcpcd-6.5.0Roy Marples2014-10-06
* This is no longer true.Roy Marples2014-10-06
* Callout to handlecarrier when we don't have real carrier supportRoy Marples2014-10-06
* Correct wordingRoy Marples2014-10-06
* Fix compile on LinuxRoy Marples2014-10-06
* OpenBSD dropped IPV6CTL_ACCEPT_RTADV but kept the define.Roy Marples2014-10-05
* Adjust link-local scope for KAME based stacks in all needed places.Roy Marples2014-10-05
* Fix compile on BSD.Roy Marples2014-10-04
* Improve the dev API a little.Roy Marples2014-10-04
* Free control memory on forkRoy Marples2014-10-04
* Wrong month, duh.Roy Marples2014-10-03
* Rename dhcp6_prefix to delegated_dhcp6_prefix incase a user makes aRoy Marples2014-10-03
* Fix IPv6 address announcements from kernel generated link-local addresses.Roy Marples2014-10-03
* dhcpcd has been able to handle IPv6 routing on BSD for a while now.Roy Marples2014-10-03
* Fix a segfault.Roy Marples2014-10-02
* Really fix double fork.Roy Marples2014-10-02
* Fix double fork.Roy Marples2014-10-02
* The decode and print functions should not including the trailing NULRoy Marples2014-10-02
* Don't drop delegated reject route when forking.Roy Marples2014-10-02
* Don't daemonise on delegated address dad.Roy Marples2014-10-02
* Fix some errorsRoy Marples2014-10-02
* Remove strcpy as it's "dangerous".Roy Marples2014-10-02
* Mention the encoding in -VRoy Marples2014-10-02
* Remove vis based encoding - instead expand the DHCP option encoding to aRoy Marples2014-10-01
* Document the possible use of eval.Roy Marples2014-09-30
* Document more shell escaped characters, how to strip the shell escapedRoy Marples2014-09-30
* Remove dead increament.Roy Marples2014-09-29
* Remove the fast loop trying to up an interface which does not reportRoy Marples2014-09-29
* Fix bounds check.Roy Marples2014-09-29
* Don't use a magic number for print_string flags.Roy Marples2014-09-29
* Fix compileRoy Marples2014-09-28
* Be more safe, escape * ? [ # ? = % as well.Roy Marples2014-09-28
* Fix an unaligned access error on BeagleBone Black with FreeBSD.Roy Marples2014-09-28
* Some strings don't need to be shell escaped - for example when sending toRoy Marples2014-09-28
* Reference dhcpcd-code(8) as well as unvis(1).Roy Marples2014-09-28
* Release dhcpcd-6.4.7dhcpcd-6.4.7Roy Marples2014-09-27
* Fix a compile problem on Linux with IPv6 disabled.Roy Marples2014-09-27
* Fix an impossible clang analyser warning.Roy Marples2014-09-27
* Release dhcpcd-6.4.6dhcpcd-6.4.6Roy Marples2014-09-27
* We only supply svis(3) so rename the files as such.Roy Marples2014-09-27
* Clean up configure _vis filesRoy Marples2014-09-26
* Document $new_dhcp6_prefixRoy Marples2014-09-26
* Call dhcpcd-run-hooks correctly when delegated prefixes already exist.Roy Marples2014-09-26
* Fix a memory error when ia_* config exists but IPv6 is disabled.Roy Marples2014-09-26
* Report delegated addresses, fixes [2887c4de47].Roy Marples2014-09-26
* Check we are writing to a string before checking for enough space.Roy Marples2014-09-26
* Sanitise the following characters using svis(3) with VIS_CTYLE and VIS_OCTAL:Roy Marples2014-09-26
* Ensure servername and bootfile are safely exported.Roy Marples2014-09-25
* Document DELEGATED6.Roy Marples2014-09-24
* WhitespaceRoy Marples2014-09-24