summaryrefslogtreecommitdiff
path: root/common/options.c
Commit message (Expand)AuthorAgeFilesLines
* [#254] Fixed memory leak in FQDN unpackingThomas Markwalder2022-11-011-4/+4
* [#253] Fix reference count leak in add_optionThomas Markwalder2022-11-011-0/+7
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Implement and use new option format type 'k'Thomas Markwalder2019-12-171-0/+5
* [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...v4_4_2b1Thomas Markwalder2019-12-111-1/+1
* [#64,!35] Restored workThomas Markwalder2019-11-221-9/+92
* [master] Correct buffer overrun in pretty_print_optionThomas Markwalder2018-02-101-3/+12
* [master] Corrected refcnt loss in option parsingThomas Markwalder2018-02-091-1/+3
* [master] Restores ability of server to return dhcp6.vendor-opts to clientThomas Markwalder2017-12-071-2/+4
* [master] Ignore empty host name option when parsing v4 packetsThomas Markwalder2017-11-271-0/+10
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Removed obsolete source directory minires.Thomas Markwalder2017-06-291-3/+3
* [master] v6 FQDN option unpacking now handles values with spaces and non-prin...tmarkwalder2017-05-031-8/+12
* [master] Include the raw data from a fully encapsualted option in the cacheShawn Routhier2016-08-101-66/+70
* [master] Add support for sending encapsulated v6 options from the serverShawn Routhier2016-06-031-94/+184
* [master] Add a call to dereference the packet structure if the deocding failsShawn Routhier2016-02-231-0/+1
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+25
* [master] Fixed several minor Coverity issuesThomas Markwalder2016-02-181-2/+2
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-1/+94
* [master] Updated build to accomodate new unit tests in commonThomas Markwalder2014-12-051-1/+2
* [master] Fixed concatenation of "Dc" formatted options such as domain-searchThomas Markwalder2014-11-251-0/+23
* [master] Add use-host-decl-names support to BOOTPThomas Markwalder2014-10-271-11/+8
* [master] Added echo-client-id server parameterThomas Markwalder2014-10-171-0/+9
* [master] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-281-0/+18
* [master] Add support for pool thresholdsShawn Routhier2014-06-051-0/+51
* [master] Correct ordering for subnet mask and router and overload vs relay op...Shawn Routhier2014-04-281-2/+5
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master]Shawn Routhier2012-10-161-24/+35
* [master]Shawn Routhier2012-09-191-44/+52
* [rt30024] This is a commit messageShawn Routhier2012-07-111-0/+2
* Previously the server code was relaxed to allow packets with zeroShawn Routhier2012-06-271-5/+50
* Fix some issues in the code for parsing and printing options.Shawn Routhier2012-06-061-8/+52
* Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packetShawn Routhier2012-03-201-2/+4
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-2/+2
* Two packets were found that cause a server to halt. The codeShawn Routhier2011-07-191-3/+3
* Restore common/discover.c, common/options.c and server/dhcp.cShawn Routhier2011-07-021-2/+2
* Correct an unsigned math operation when calculating the optionsShawn Routhier2011-07-011-2/+2
* In dhclient check the data for some string options forShawn Routhier2011-03-241-1/+2
* Don't include lease time information in the response to a DHCPINFORMShawn Routhier2010-04-201-1/+3
* Clean up some compiler warningsShawn Routhier2010-02-021-2/+2
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* *** empty log message ***David Hankins2009-09-111-0/+6
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Fixed a cosmetic bug where pretty-printing valid domain-search options wouldDavid Hankins2009-03-101-2/+17
* - The notorious 'option <unknown> ... larger than buffer' log line,David Hankins2009-01-071-4/+8
* The server wasn't always sending the FQDN option when it should. [rt18237]Evan Hunt2008-07-191-2/+2
* Clients that sent a parameter request list containing the routers optionEvan Hunt2008-07-191-7/+2
* - Merge dhcrelay6 into dhcrelayEvan Hunt2008-06-131-2/+2