]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-10-07  Roy MarplesUse RTF_PINNED if available.
2014-10-06  Roy MarplesRelease dhcpcd-6.5.0 v6.5.0
2014-10-06  Roy MarplesThis is no longer true.
2014-10-06  Roy MarplesCallout to handlecarrier when we don't have real carrie...
2014-10-06  Roy MarplesCorrect wording
2014-10-06  Roy MarplesFix compile on Linux
2014-10-05  Roy MarplesOpenBSD dropped IPV6CTL_ACCEPT_RTADV but kept the define.
2014-10-05  Roy MarplesAdjust link-local scope for KAME based stacks in all...
2014-10-04  Roy MarplesFix compile on BSD.
2014-10-04  Roy MarplesImprove the dev API a little.
2014-10-04  Roy MarplesFree control memory on fork
2014-10-03  Roy MarplesWrong month, duh.
2014-10-03  Roy MarplesRename dhcp6_prefix to delegated_dhcp6_prefix incase...
2014-10-03  Roy MarplesFix IPv6 address announcements from kernel generated...
2014-10-03  Roy Marplesdhcpcd has been able to handle IPv6 routing on BSD...
2014-10-02  Roy MarplesFix a segfault.
2014-10-02  Roy MarplesReally fix double fork.
2014-10-02  Roy MarplesFix double fork.
2014-10-02  Roy MarplesThe decode and print functions should not including...
2014-10-02  Roy MarplesDon't drop delegated reject route when forking.
2014-10-02  Roy MarplesDon't daemonise on delegated address dad.
2014-10-02  Roy MarplesFix some errors
2014-10-02  Roy MarplesRemove strcpy as it's "dangerous".
2014-10-02  Roy MarplesMention the encoding in -V
2014-10-01  Roy MarplesRemove vis based encoding - instead expand the DHCP...
2014-09-30  Roy MarplesDocument the possible use of eval.
2014-09-30  Roy MarplesDocument more shell escaped characters, how to strip...
2014-09-29  Roy MarplesRemove dead increament.
2014-09-29  Roy MarplesRemove the fast loop trying to up an interface which...
2014-09-29  Roy MarplesFix bounds check.
2014-09-29  Roy MarplesDon't use a magic number for print_string flags.
2014-09-28  Roy MarplesFix compile
2014-09-28  Roy MarplesBe more safe, escape * ? [ # ? = % as well.
2014-09-28  Roy MarplesFix an unaligned access error on BeagleBone Black with...
2014-09-28  Roy MarplesSome strings don't need to be shell escaped - for examp...
2014-09-28  Roy MarplesReference dhcpcd-code(8) as well as unvis(1).
2014-09-27  Roy MarplesRelease dhcpcd-6.4.7 v6.4.7
2014-09-27  Roy MarplesFix a compile problem on Linux with IPv6 disabled.
2014-09-27  Roy MarplesFix an impossible clang analyser warning.
2014-09-27  Roy MarplesRelease dhcpcd-6.4.6 v6.4.6
2014-09-27  Roy MarplesWe only supply svis(3) so rename the files as such.
2014-09-26  Roy MarplesClean up configure _vis files
2014-09-26  Roy MarplesDocument $new_dhcp6_prefix
2014-09-26  Roy MarplesCall dhcpcd-run-hooks correctly when delegated prefixes...
2014-09-26  Roy MarplesFix a memory error when ia_* config exists but IPv6...
2014-09-26  Roy MarplesReport delegated addresses, fixes [2887c4de47].
2014-09-26  Roy MarplesCheck we are writing to a string before checking for...
2014-09-26  Roy MarplesSanitise the following characters using svis(3) with...
2014-09-25  Roy MarplesEnsure servername and bootfile are safely exported.
2014-09-24  Roy MarplesDocument DELEGATED6.
2014-09-24  Roy MarplesWhitespace
2014-09-24  Roy MarplesIf a lease has no timers, expire it right away.
2014-09-24  Roy MarplesUse ctx options rather than ifp for lease dumping.
2014-09-24  Roy MarplesDon't discard expired leases when dumping.
2014-09-23  Roy MarplesWe don't need to pass a signal handling function.
2014-09-22  Roy MarplesFix some sign mismatch errors.
2014-09-22  Roy MarplesFix configure errors without pkg-config installed.
2014-09-22  Roy MarplesDetect IPv6 route deletion on Linux.
2014-09-22  Roy MarplesFix compile on Linux.
2014-09-22  Roy MarplesWe can't add link-local addresses to POINTOPOINT interf...
2014-09-22  Roy MarplesDetect removal of IPv6 routes on BSD
2014-09-21  Roy MarplesOnly hunt for a cross compiler if build != host.
2014-09-21  Roy MarplesRevert faulty patch
2014-09-21  Roy MarplesOnly hunt for a cross compiler if build != host.
2014-09-21  Roy MarplesBring back inline in be*enc,dec as it's in a header.
2014-09-21  Roy MarplesRedirect fd 3 to config.log.
2014-09-21  Roy MarplesCheck that CC works after applying all our CPPFLAGS...
2014-09-18  Roy MarplesRelease dhcpcd-6.4.5 v6.4.5
2014-09-18  Roy MarplesRemove some inline keywords, let the compiler work...
2014-09-18  Roy MarplesCheck we have allocated IPv6 resources before checkings...
2014-09-18  Roy MarplesAdd _DEFAULT_SOURCE #define to linux builds so glibc...
2014-09-18  Roy MarplesRemove linux/ipv6.h from everywhere except ipv6.h.
2014-09-18  Roy MarplesRemove all caddr_t usage
2014-09-18  Roy MarplesRemove some caddr_t usage.
2014-09-18  Roy MarplesClean up some compile errors.
2014-09-18  Roy MarplesFix compile on BSD
2014-09-18  Roy MarplesRemove all instances of if_indextoname and add a replac...
2014-09-16  Roy MarplesRelease dhcpcd-6.4.4 v6.4.4
2014-09-16  Roy MarplesFix a memory leak handling carrier drops with a psuedo...
2014-09-16  Roy MarplesThis fix is wrong, real fix in libdhcpcd.
2014-09-16  Roy MarplesRemove dead code.
2014-09-15  Roy MarplesRandomise IPv4 static setup as well so we don't pick...
2014-09-15  Roy MarplesIt's possible to configure a Linux kernel with nl80211...
2014-09-15  Roy MarplesFix FD_LISTEN | FD_UNPRIV flags
2014-09-15  Roy MarplesThe args sent from control socket do not include a...
2014-09-15  Roy MarplesBack out mistaken commit
2014-09-15  Roy MarplesDescribe master mode some more.
2014-09-14  Roy MarplesAdd an unprivileged control socket so that normal users can
2014-09-14  Roy MarplesFix compile without -DINET6
2014-09-13  Roy MarplesAdd wpa_supplicant_driver option for nl80211 users.
2014-09-13  Roy MarplesNo longer need the header stdarg.h
2014-09-13  Roy MarplesPunt this now un-used function eloop_q_timeouts_delete
2014-09-13  Roy MarplesFix typo [afadc40198]
2014-09-12  Roy MarplesFix expire and re-solicit on drop
2014-09-12  Roy MarplesSVCNAME -> RC_SVCNAME
2014-09-11  Roy MarplesRevert [2a977647fe24819f38b64c8ed7257c0bc27c8328] becau...
2014-09-11  Roy MarplesImprove the waitip test.
2014-09-11  Roy MarplesWe should always have the flags variable.
2014-09-11  Roy MarplesFix more clang analyzer errors.
2014-09-11  Roy MarplesFix some clang analyzer errors
next