summaryrefslogtreecommitdiff
path: root/omapip/connection.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-201-1/+1
* [#148] Replaced hard-coded MD5 algorithm name in OMAPI connectionThomas Markwalder2022-01-201-49/+76
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-14/+14
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Added include of isc/util.h as neededThomas Markwalder2017-10-191-1/+1
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
* [master] When opening a connection, if the socket can't be bound close it.Shawn Routhier2016-07-281-0/+2
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-2/+2
* [master]Shawn Routhier2012-10-161-15/+16
* Convert ISC_R_INPROGRESS status to ISC_R_SUCCESS when called from otherShawn Routhier2011-05-241-1/+11
* Don't pass the ISC_R_INPROGRESS status to the omapi signal handlers.Shawn Routhier2010-12-141-8/+12
* Ignore sigpipe if possible. 22269Shawn Routhier2010-11-181-0/+13
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Ticket 20540 - clean ups for DHCP-DDNS work, add an change dropped in theShawn Routhier2009-11-191-1/+10
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-85/+124
* Fix handling of changing a connectiong from connecting to connected, avoidingShawn Routhier2009-10-151-10/+10
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - A memory leak when using omapi has been fixed. [ISC-Bugs #17560]David Hankins2008-03-181-0/+22
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-1/+1
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-221-2/+3
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+0
* Copyright++David Hankins2007-05-191-1/+1
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-5/+5
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+21
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-7/+15
* Sync with 3.0rc7Ted Lemon2001-05-171-0/+2
* Return connection failure status codes.Ted Lemon2001-05-021-4/+27
* Undo previous change.Ted Lemon2001-04-201-4/+0
* If we find an active IO object with a bad descriptor, unregister it.Ted Lemon2001-04-181-0/+4
* Fix cross-platform compile warningsTed Lemon2001-02-171-1/+1
* Fixes for several log_*() format bugs: %d -> %ld, plus a cast to (long int).Damien Neil2001-02-151-6/+7
* Fixed a typecast bug: the third argument of omapi_connection_array_extend()Damien Neil2001-02-151-1/+1
* Add tracing support for OMAPI connects and disconnects.Ted Lemon2001-02-151-15/+222
* Add some support for tracing connections.Ted Lemon2001-02-121-65/+100
* Oops, fix the cast from the previous commit so it actually helps.Ted Lemon2001-01-081-2/+1
* Fix a signed vs. unsigned problem.Ted Lemon2001-01-081-1/+2
* Properly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.Damien Neil2000-12-091-1/+7
* Do better status checking when starting connections.Ted Lemon2000-09-291-3/+16
* Support ISC_R_INCOMPLETE for partial connects.Ted Lemon2000-08-311-1/+1
* Use unsigned char instead of u_char.Ted Lemon2000-08-171-1/+1
* Added a number of (#ifdef-guarded) debugging statements.Damien Neil2000-08-141-2/+26
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-0/+225
* Completely break connection to I/O object when connection is severed.Ted Lemon2000-06-061-1/+4
* Fix up various platform-specific errors.Ted Lemon2000-05-171-1/+1
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-21/+22
* Get rid of SO_USELOOPBACK. Use omapi_unregister_io_object.Ted Lemon2000-05-031-14/+8
* - Make the connect system call asynchronous.Ted Lemon2000-05-011-70/+191
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33