]> git.ipfire.org Git - thirdparty/dhcpcd.git/history - dhcp-common.h
Move dhcp6's read lease code into dhcp-common.
[thirdparty/dhcpcd.git] / dhcp-common.h
2016-05-06  Roy MarplesMove dhcp6's read lease code into dhcp-common.
2016-05-01  Roy MarplesPrefix dhcp definition type with OT_
2016-04-11  Roy MarplesAdd support for int8 and uint8 data types.
2015-11-13  Roy MarplesObey the hostname_short option even for FQDN hostnames...
2015-10-19  Roy MarplesIntroduce the optional option type, which allows embedd...
2015-09-10  Roy MarplesRemove the custom SixRD decode function and replace...
2015-07-04  Roy MarplesRefer to the domain name encoding as RFC1035 rather...
2015-06-05  Roy MarplesRemove the pseudo interface created for prefix delegati...
2015-05-15  Roy MarplesAdd new variable of type bitflags:flags
2015-03-13  Roy MarplesCast away a gcc error.
2015-02-09  Roy MarplesDisallow / in the SSID when using in a lease filename.
2015-02-09  Roy MarplesStore lease files per interface per ssid.
2015-01-02  Roy MarplesUpdate copyrights to 2015.
2014-10-01  Roy MarplesRemove vis based encoding - instead expand the DHCP...
2014-09-29  Roy MarplesDon't use a magic number for print_string flags.
2014-09-28  Roy MarplesSome strings don't need to be shell escaped - for examp...
2014-08-20  Roy MarplesWhitespace
2014-08-05  Roy MarplesCheck snprintf doesn't overflow in dhcp_vendor and...
2014-07-02  Roy MarplesFix defining new options in dhcpcd.conf and requesting...
2014-03-27  Roy MarplesAdd -Wconversion to debug CFLAGS and fix fallout.
2014-02-12  Roy MarplesMove all global variables into contexts, with a small...
2014-02-08  Roy MarplesMove vendor out of global scope.
2013-12-06  Roy MarplesAdd support for RFC3925 Vendor-Identifying Vendor Options
2013-12-06  Roy MarplesNow that we only use dhcpcd-definitions.conf, remove...
2013-12-03  Roy MarplesRemove dead options
2013-12-03  Roy MarplesFix encapsulated options.
2013-12-02  Roy MarplesRemove hard coded DHCP/DHCPv6 options and then to dhcpc...
2013-12-01  Roy MarplesAllow string and binhex types to have lengths.
2013-11-29  Roy MarplesI had no idea what I was smoking when I moved these...
2013-11-27  Roy MarplesAdd support for user defined options with embedded...
2013-06-05  Roy MarplesAdd support for Rapid Commit, RFC3315 and RFC4039.
2013-06-05  Roy MarplesAdd DHPCv6 FQDN support (RFC4704)
2013-06-04  Roy MarplesRelease dhcpcd-5.99.7 v5.99.7
2013-04-04  Roy MarplesWhite space police
2013-02-02  Roy MarplesRemove IPv4 and DHCP4 specific setup from dhcpcd.c...