summaryrefslogtreecommitdiff
path: root/common/conflex.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#76] Added new functions to man page dhcpctl/dhcpctl.3Thomas Markwalder2022-01-201-1/+1
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-201-0/+2
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-36/+35
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Adds key-algorithm statement to omshellThomas Markwalder2017-12-111-0/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Added lease-id-format to server and clientThomas Markwalder2016-03-041-1/+10
* [master] Added authoring-btye-order parameter to lease file handlingThomas Markwalder2015-10-131-0/+8
* [master] LDAP: Pathces, IPv6 support, GSSAPI supportThomas Markwalder2015-07-291-4/+20
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-1/+3
* [master] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-251-1/+1
* [master] Several small patchesShawn Routhier2014-04-251-0/+3
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-0/+4
* -n [master]Shawn Routhier2013-10-141-8/+0
* -n [master]Shawn Routhier2013-08-271-0/+2
* [master]Shawn Routhier2013-06-041-0/+10
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-2/+1
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-1/+3
* Add support for passing DDNS information to a DNS server overShawn Routhier2011-09-211-1/+5
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-7/+7
* - Parameters configured to evaluate from user defined function calls canTomek Mrugalski2011-04-211-0/+2
* Several time related improvements:Tomek Mrugalski2011-04-211-0/+2
* Don't pass the ISC_R_INPROGRESS status to the omapi signal handlers.Shawn Routhier2010-12-141-3/+3
* cast (char) to (unsigned char) to silence (char) array index warnings.Mark Andrews2010-09-171-7/+14
* - "The LDAP Patch" that has been circulating for some time, written byDavid Hankins2010-03-241-2/+10
* - An optimization described in the failover protocol draft is now included,David Hankins2010-02-031-50/+59
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Added a configuration function, 'gethostname()', which calls the systemDavid Hankins2009-07-061-2/+7
* Search for '-' in 'client-hostname' at correct index. [ISC-Bugs #19840]David Hankins2009-06-201-1/+1
* - A new failover configuration parameter has been introduced for thoseDavid Hankins2009-06-171-38/+58
* - A bug was fixed that caused the 'conflict-done' state to fail to be parsedDavid Hankins2009-06-171-36/+59
* - If configured, dhclient may now transmit to an anycast MAC address,David Hankins2009-03-131-0/+2
* Check whether files are zero length before parsing them [rt17757]Evan Hunt2008-03-071-10/+17
* Add IA_TA and IA_PD support in serverFrancis Dupont2008-02-201-0/+6
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Added explicit parser support for zero-length DHCP options, such asEvan Hunt2008-01-231-0/+2
* - MINUS tokens should be parseable again. [ISC-Bugs #17289]David Hankins2008-01-211-1/+8
* - Fixed a compilation problems on platforms that define a value for FDDI,David Hankins2008-01-161-1/+1
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-0/+6
* trivial fix in not (yet) used codeFrancis Dupont2007-12-151-1/+1
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-0/+2
* Compile fix (unused variable).Shane Kerr2007-08-291-1/+1
* HEAD build failure reparation. [ISC-Bugs #17115]David Hankins2007-08-291-1/+2
* Fix ugly output on config errors.Shane Kerr2007-08-291-12/+16
* - 'request' and 'also request' syntaxes have been added to accomodateDavid Hankins2007-08-231-0/+2
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-26/+28