summaryrefslogtreecommitdiff
path: root/server/omapi.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-2/+2
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
* [master] Fixed infinite-is-reserved and lease:flags setting via omapiThomas Markwalder2016-02-051-17/+84
* [master] Fixed memory leask in omapi dereferencingThomas Markwalder2015-11-051-17/+17
* [master] Corrected several potential null references identified by static an...Thomas Markwalder2015-09-231-0/+2
* [master] Add support for manipulating lease queues via a binary search.Shawn Routhier2015-05-271-13/+14
* [master] Don't call pool_timer recusivelyShawn Routhier2014-12-101-3/+3
* [master] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-281-1/+3
* [master] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-251-10/+3
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-08-271-38/+38
* [master]Shawn Routhier2013-06-051-230/+210
* - Address static analysis warnings.Mark Andrews2013-05-231-2/+5
* [master]Shawn Routhier2012-10-161-3/+1
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-101-13/+14
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-21/+12
* Clean up some compiler warningsShawn Routhier2010-02-021-1/+6
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-103/+103
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* Fix a coredump when adding a class via OMAPI [rt17162]Evan Hunt2008-05-061-3/+2
* Check whether files are zero length before parsing them [rt17757]Evan Hunt2008-03-071-4/+5
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Allow lease "ends" vaule to be updated by OMAPI. [rt17033]Evan Hunt2008-01-181-1/+14
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-30/+5
* Copyright++David Hankins2007-05-191-2/+2
* Fixed a bug that caused OMAPI clients to hang when opening leases. [rt16495]Evan Hunt2007-05-071-2/+5
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-11/+12
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-2/+2
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-1/+28
* Pass the non-const version of the pointer to memcpy - silence warnings.David Hankins2006-02-271-3/+3
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-26/+43
* Corrections to changes made on HEAD pursuant to review of changes betweenDavid Hankins2005-09-301-78/+67
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-70/+122
* Fix a signed vs. unsigned warning.Ted Lemon2002-01-171-4/+5
* sync with branchTed Lemon2001-08-101-2/+2
* Fixes for QoS support.James Brister2001-07-101-3/+19
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-84/+408
* OMAPI class and subclass support.James Brister2001-06-221-85/+389
* Sync with 3.0rc7Ted Lemon2001-05-171-16/+29
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-2/+2
* Fix some past-osTed Lemon2001-04-301-6/+42
* Add hooks for subclasses.Ted Lemon2001-04-051-1/+159
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-2/+2
* Get rid of lease -> hostname, which isn't used.Ted Lemon2001-02-121-20/+2
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-1/+3
* Fixed OMAPI lookups based on hardware-address. The hardware typeDamien Neil2000-10-201-5/+47