summaryrefslogtreecommitdiff
path: root/omapip/listener.c
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-8/+7
|
* [#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] Add patch to limit the value of an fd we accept for a connection.Shawn Routhier2016-03-041-2/+7
| | | | | By limiting the highest value we accept for an fd we limit the number of connections.
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* [master]Shawn Routhier2012-10-161-1/+8
| | | | | | [rt23833] Clean up a number of items identified by the Coverity static analysis tool. Runs courtesy of Red Hat.
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-2/+7
| | | | gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
* Update copyright yearsShawn Routhier2009-11-241-1/+1
|
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-8/+8
| | | | 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.
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-8/+0
| | | | See RT ticket #16988 for more.
* Fixed file descriptor leak on failure in initializing OMAPI listener.Shane Kerr2007-07-121-31/+46
| | | | See RT ticket #16993 for more.
* Copyright++David Hankins2007-05-191-1/+1
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+4
| | | | | - 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-28/+19
| | | | now synced as of tag V3-0-3-BETA-1.
* Fix cross-platform compile warningsTed Lemon2001-02-171-1/+1
|
* Add tracing support for OMAPI accepts and for listener object instantiation.Ted Lemon2001-02-151-4/+5
|
* Add some support for tracing connections.Ted Lemon2001-02-121-85/+208
|
* Added a number of (#ifdef-guarded) debugging statements.Damien Neil2000-08-141-0/+13
|
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-0/+43
| | | | | 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-33/+25
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* Get rid of SO_USELOOPBACKTed Lemon2000-05-091-8/+0
|
* Get rid of SO_USELOOPBACK.Ted Lemon2000-05-031-8/+0
|
* Add a call for listening on a specific IP address.Ted Lemon2000-05-011-4/+49
|
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
|
* socklen_t -> SOCKLEN_TTed Lemon2000-02-031-1/+1
|
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-1/+1
|
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-2/+2
| | | | 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-30/+22
|
* Use close-on-exec if available.Ted Lemon2000-01-051-0/+9
|
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-1/+1
|
* - Set O_NONBLOCK on incoming connections (we were already doing thisTed Lemon1999-10-191-0/+6
| | | | for outgoing connections).
* 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-3/+3
|
* Fix a stupid bug in the listener object accept routine.Ted Lemon1999-10-061-1/+1
|
* Fix some uninitialized objects.Ted Lemon1999-09-151-0/+1
|
* Zero listener object before initializing.Ted Lemon1999-09-151-0/+1
|
* Omapi library, initial checkinTed Lemon1999-09-021-0/+246