summaryrefslogtreecommitdiff
path: root/omapip/message.c
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-8/+8
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [master] Plugs a socket descriptor leak in OMAPIThomas Markwalder2017-12-071-1/+1
| | | | Merges in rt46767.
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
|
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* Update copyright yearsShawn Routhier2009-11-241-1/+1
|
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-32/+32
| | | | dnslib.
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
| | | | for new web site as appropirate.
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-1/+1
| | | | | | | | leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. [ISC-Bugs #19548] - Various compilation fixes have been included for the memory related DEBUG #defines in includes/site.h. [ISC-Bugs #19548]
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-4/+0
| | | | See RT ticket #16988 for more.
* Copyright++David Hankins2007-05-191-1/+1
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-0/+2
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+31
| | | | now synced as of tag V3-0-3-BETA-1.
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-11/+7
|
* Sync with 3.0rc7Ted Lemon2001-05-171-8/+34
|
* Added a number of (#ifdef-guarded) debugging statements.Damien Neil2000-08-141-0/+21
|
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-48/+117
| | | | | to auth_key and moved into libomapi. libomapi now depends on libres, which contains the data signing routines.
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-0/+3
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
|
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-1/+1
| | | | is stored as well as the address of the thing referenced.
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-21/+16
|
* - New malloc debug.Ted Lemon2000-01-251-98/+61
| | | | - Fix bug in the way remote object handles were being... handled.
* Get rid of some returns that aren't reachable.Ted Lemon1999-10-241-4/+0
|
* - Don't try to look up an object if we didn't get a description with whichTed Lemon1999-10-141-0/+7
| | | | to do the lookup (since this would cause a core dump!).
* Pass pointer to unsigned long, for portability to 64-bit architectures.Ted Lemon1999-10-081-3/+4
|
* Seperate public and private object declarations.Ted Lemon1999-10-081-1/+1
|
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-9/+9
|
* - Fix the open lookup so that a result code of NOKEYS does not causeTed Lemon1999-10-011-1/+3
| | | | creates to fail.
* Change delete to remove for compatibility with C++Ted Lemon1999-09-161-3/+3
|
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-2/+2
|
* Add delete method and notify_object.Ted Lemon1999-09-091-5/+49
|
* Fix many small bugs.Ted Lemon1999-09-091-76/+90
|
* Debugging sweep, added some new functionalityTed Lemon1999-09-081-0/+317
|
* Omapi library, initial checkinTed Lemon1999-09-021-0/+294