- 12 Jun, 2019 2 commits
-
-
Thomas Markwalder authored
common/discover.c discover_interfaces() - replaced strncpy with memcpy common/parse.c parse_warn() - added final message buffer rather than reuse mbuf, pass size into do_percentm call includes/dhcpd.h struct interface_info - restored size of name includes/omapip/omapip_p.* do_percentm() - added output buffer size parameter omapip/errwarn.c pass size of output buffer into calls to do_percentm
-
Thomas Markwalder authored
added release note common/parse.c parse_warn() - upped format buffer size to squelch warning includes/dhcpd.h struct interface_info - bumped name size by 1 to squelch warning relay/dhcrelay.c request_v4_interface() - replace strncpy with memcpy to squelch warning (len is already checked above it) server/confpars.c parse_failover_peer() - pass token value into log_fatal calls rather than null pointer
-
- 19 Oct, 2017 1 commit
-
-
Thomas Markwalder authored
Merges in 46332.
-
- 12 Jul, 2017 1 commit
-
-
Thomas Markwalder authored
-
- 28 Jun, 2017 2 commits
-
-
Thomas Markwalder authored
-
Tomek Mrugalski authored
-
- 06 Oct, 2016 1 commit
-
-
Francis Dupont authored
-
- 23 Sep, 2016 1 commit
-
-
Francis Dupont authored
-
- 20 Sep, 2016 1 commit
-
-
Thomas Markwalder authored
Merges in rt43185.
-
- 13 Jul, 2015 1 commit
-
-
Shawn Routhier authored
Add code to parse a vendor option. It is structured as an action in the config language. When the statement is executed it attempts to find a vendor option in the packet and a vendor option space specified by the admin for use with that packet. It then calls the proper parse routine to do the parsing.
-
- 21 May, 2015 1 commit
-
-
Shawn Routhier authored
Allow the ADD token to be used as a hex string in IPv6 address
-
- 16 Apr, 2015 1 commit
-
-
Shawn Routhier authored
-
- 08 Sep, 2014 1 commit
-
-
Thomas Markwalder authored
Merges in rt36021
-
- 28 Aug, 2014 1 commit
-
-
Thomas Markwalder authored
Merges in rt36933
-
- 28 Apr, 2014 1 commit
-
-
Shawn Routhier authored
-
- 25 Apr, 2014 1 commit
-
-
Shawn Routhier authored
Tidy up several small tickets Correct parsing of DUID from config file, previously the LL type was put in the wrong place in the DUID string. [ISC-Bugs #20962] Add code to parse "do-forward-updates" as well as "do-forward-update" [ISC-Bugs #31328] Remove log_priority as it isn't currently used. [ISC-Bugs #33397] Increase the size of the buffer used for reading interface information. [ISC-Bugs #34858]
-
- 26 Jan, 2014 1 commit
-
-
Shawn Routhier authored
Remove old information from copyrights and man pages.
-
- 26 Nov, 2013 1 commit
-
-
Shawn Routhier authored
-
- 14 Oct, 2013 1 commit
-
-
Shawn Routhier authored
Add code to support the standards version of DDNS
-
- 15 May, 2013 1 commit
-
-
Mark Andrews authored
[ISC-Bugs #33428]
-
- 28 Nov, 2012 1 commit
-
-
Shawn Routhier authored
Remove unused variable. [ISC-Bugs #31983]
-
- 23 Oct, 2012 1 commit
-
-
Shawn Routhier authored
[ISC-Bugs #23048] Parsing unquoted base64 strings improved. Parser now properly handles strings that contain reserved names.
-
- 16 Oct, 2012 1 commit
-
-
Shawn Routhier authored
[rt23833] Clean up a number of items identified by the Coverity static analysis tool. Runs courtesy of Red Hat.
-
- 06 Jun, 2012 1 commit
-
-
Shawn Routhier authored
[ISC-Bugs #22625] - properly print options that have several fields followed by an array of something for example "fIa" [ISC-Bugs #27289] - properly parse options in declarations that have several fields followed by an array of something for example "fIa" [ISC-Bugs #27296] - properly determine if we parsed a 16 or 32 bit value in evaluate_numeric_expression (extract-int). [ISC-Bugs #27314] - properly parse a zero length option from a lease file. Thanks to Marius Tomaschewski from SUSE for the report and prototype patch for this ticket as well as ticket 27289.
-
- 09 Mar, 2012 1 commit
-
-
Tomek Mrugalski authored
gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
-
- 16 Feb, 2012 1 commit
-
-
Shawn Routhier authored
relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245]
-
- 21 Sep, 2011 1 commit
-
-
Shawn Routhier authored
an IPv6 address. [ISC-Bugs #22647]
-
- 01 Jul, 2011 1 commit
-
-
Tomek Mrugalski authored
configured during compilation time. Even though RFC2132 does not allow to store more than one domain in domain-name option, such behavior is now enabled by default, but this may change some time in the future. See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h. [ISC-Bugs #24167]
-
- 21 Apr, 2011 1 commit
-
-
Tomek Mrugalski authored
now be correctly written to dhcpd.leases - If a 'next-server' parameter is configured in a dynamic host record via OMAPI as a domain name, the syntax written to disk is now correctly parsed upon restart. [ISC-Bugs #22266]
-
- 18 Feb, 2011 1 commit
-
-
Mark Andrews authored
IPv4 options which contain IPv6 address to be specified. For example the 6rd option can be specified and use like this: option 6rd code 212 = { integer 8, integer 8, ip6-address, array of ip-address }; option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;
-
- 29 Dec, 2010 1 commit
-
-
Shawn Routhier authored
flag indicating an optional value correctly. A symptom of this bug was an infinite loop when trying to parse the slp-service-scope option. Thanks to a patch from Marius Tomaschewski. [ISC-Bugs #22055]
-
- 17 Sep, 2010 1 commit
-
-
Mark Andrews authored
-
- 13 Sep, 2010 1 commit
-
-
Shawn Routhier authored
date strings correctly. Thanks to a patch from Jiri Popelka at Red Hat. [ISC-Bugs #21501, #20598]
-
- 09 Sep, 2010 1 commit
-
-
Shawn Routhier authored
Correct error handling in DLPI [ISC-Bugs #20378] Remove __sun__ and __hpux__ typedefs in osdep.h as they are now being checked in configure. [ISC-Bugs #20443] Modify how the cmsg header is allocated the v6 send and received routines to compile on more compilers. [ISC-Bugs #20524] When parsing a domain name free the memory for the name after we are done with it. [ISC-Bugs #20824]
-
- 28 Oct, 2009 1 commit
-
-
Shawn Routhier authored
dnslib.
-
- 23 Jul, 2009 1 commit
-
-
Shawn Routhier authored
for new web site as appropirate.
-
- 16 Jul, 2009 1 commit
-
-
David Hankins authored
supported. Note that, similarly to 3.0.x, for by-code lookups only the last option definition is used. [ISC-Bugs #17613]
-
- 06 Jul, 2009 1 commit
-
-
David Hankins authored
function of the same name and presents the results as a data expression. This function can be used to incorporate the system level hostname of the system the DHCP software is operating on in responses or queries (such as including a failover partner's hostname in a dhcp message or binding scope, or having a DHCP client send any system hostname in the host-name or FQDN options by default). [ISC-Bugs #17351]
-
- 22 Jan, 2009 1 commit
-
-
Shawn Routhier authored
-
- 08 Oct, 2008 1 commit
-
-
David Hankins authored
[ISC-Bugs #18735]
-