summaryrefslogtreecommitdiff
path: root/includes/omapip
Commit message (Expand)AuthorAgeFilesLines
* Added 3 includesrt48072Francis Dupont2018-08-282-0/+4
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-129-38/+35
* [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-191-1/+8
* [master] Update dmalloc to use a size_t as an argumentShawn Routhier2016-07-271-2/+2
* Remerged #38692Francis Dupont2015-11-171-1/+2
* Unmerged #38692Francis Dupont2015-11-171-2/+1
* Merged #38692 (use program base name in (sys)log)Francis Dupont2015-09-121-1/+2
* [master] Remove unneeded defines for errorsShawn Routhier2014-09-101-2/+3
* [master] Addes addtional HMAC TSIG algorithms to DDNSThomas Markwalder2014-09-081-1/+6
* [master] Restore #define and hack bind.shShawn Routhier2014-08-061-0/+1
* remove legacy ISC_R_MULTIPLE defineMark Andrews2014-08-021-1/+0
* [master] Several small patchesShawn Routhier2014-04-251-1/+0
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-267-47/+7
* [master] Add support for user selection of the from address for DDNS transac...Shawn Routhier2013-12-111-1/+5
* -n master Patch for 30461 and update the auto generated filesShawn Routhier2013-12-101-0/+2
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-0/+1
* [master]Shawn Routhier2013-10-301-1/+3
* [master]Shawn Routhier2013-06-051-2/+5
* Add a compile time check for the presence of the noreturn attributeShawn Routhier2012-02-161-1/+1
* Add code to clear the pointer to an object in an OMAPI handle when theShawn Routhier2010-09-071-1/+4
* Primarly fix the trace code. This was broken during the modfictions of theShawn Routhier2010-02-111-2/+0
* Update copyright yearsShawn Routhier2009-11-247-7/+7
* Ticket 20540 - clean ups for DHCP-DDNS work, add an change dropped in theShawn Routhier2009-11-191-0/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-284-6/+259
* Fix handling of changing a connectiong from connecting to connected, avoidingShawn Routhier2009-10-151-0/+6
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-237-14/+14
* Copyright++David Hankins2007-05-193-3/+3
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-193-1/+5
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-0/+8
* Hankin's fixes for hash-related core dumps on HEAD.Shane Kerr2006-07-251-1/+3
* Compiler warnings (a few were bugfixes internal to HEAD development) silenced.David Hankins2006-06-051-2/+2
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-22/+31
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-2/+2
* Corrections to changes made on HEAD pursuant to review of changes betweenDavid Hankins2005-09-301-7/+5
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-177-228/+193
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-275-18/+43
* Add a strcasecmp for comparing omapi_data_type_t's.Ted Lemon2001-05-021-0/+1
* Need error message translation for omapi as well.Ted Lemon2001-05-021-0/+3
* Make header lengths signed rather than unsigned, fix snoop_time().Ted Lemon2001-02-221-3/+3
* Change the index element of omapi_listener_object_t from an int32_tDamien Neil2001-02-151-1/+1
* Add prototype for minires tracing.Ted Lemon2001-02-152-0/+3
* Add some more trace hooks.Ted Lemon2001-02-151-1/+4
* Add support for omapi extensible arrays.Ted Lemon2001-02-121-1/+78
* Trace-related changes.Ted Lemon2001-02-121-1/+12
* Trace-related definitions and prototypes.Ted Lemon2001-02-121-0/+122
* Add an rc_history_count variable so that we can see if the history overflewTed Lemon2001-01-251-1/+3
* Add omapi object initializer to object type structure.Ted Lemon2000-10-101-1/+4
* Include memory.h so that we don't get warnings from gcc about using memcmp.Ted Lemon2000-09-051-0/+1
* Use unsigned char instead of u_char.Ted Lemon2000-08-171-1/+1
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-032-1/+88