summaryrefslogtreecommitdiff
path: root/server/omapi.c
Commit message (Expand)AuthorAgeFilesLines
* [v4_1_esv] Pre-release tag prep for 4.1-ESV-R13b1: version #, copyright etc...Thomas Markwalder2016-03-081-2/+1
* [v4_1_esv] Fixed infinite-is-reserved and lease:flags setting via omapiThomas Markwalder2016-02-051-16/+83
* [v4_1_esv] Fixed memory leaks in omapi dereferencingThomas Markwalder2015-11-051-27/+30
* [v4_1_esv] Corrected several potential null references identified by static a...Thomas Markwalder2015-09-231-1/+3
* [v4_1_esv] Don't call pool_timer recusivelyShawn Routhier2014-12-101-3/+3
* [v4_1_esv] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-251-10/+3
* [v4_1_esv] Remove vix.com and nominum.comShawn Routhier2014-01-271-7/+2
* - Address static analysis warnings.Mark Andrews2013-05-231-2/+5
* [v4_1_esv]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-23/+12
* Update version number and date information for releaseShawn Routhier2010-09-161-1/+1
* Cleaned up some compiler warnings - 20697Shawn Routhier2010-02-021-1/+6
* Update dates for release and copyrightsShawn Routhier2009-07-241-1/+1
* 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
* Add object initializer support. Fix off-by-one bug in host stuffer.Ted Lemon2000-10-101-9/+10
* - Don't return information on the lease that's not present on the lease.Ted Lemon2000-10-011-35/+73
* Byte-swap incoming integer data.Ted Lemon2000-09-291-1/+2
* Panic commit.Ted Lemon2000-09-271-4/+3
* Don't reference one group on top of another.Ted Lemon2000-09-081-1/+3
* Fix assorted code which assumes that leases will always have anDamien Neil2000-08-141-32/+41
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-10/+9
* Fix a signed vs. unsigned char pointer mismatch.Ted Lemon2000-06-241-2/+2