summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
* Move inet_aton to libomapiTed Lemon2000-09-202-2/+152
* Print more information when bad socket is found.Ted Lemon2000-09-121-4/+26
* Add some more verbiage to fatal error message.Ted Lemon2000-09-041-1/+8
* Work around a pedantic warning about empty format strings.Ted Lemon2000-09-011-2/+2
* - Provide information on how to get support (and how not to) if the serverTed Lemon2000-09-011-6/+13
* Support ISC_R_INCOMPLETE for partial connects.Ted Lemon2000-08-312-1/+2
* Use unsigned char instead of u_char.Ted Lemon2000-08-171-1/+1
* Fix a compile warning.Ted Lemon2000-08-172-2/+4
* Install the ISC header files required to get omapi to work.Damien Neil2000-08-171-1/+5
* Added a number of (#ifdef-guarded) debugging statements.Damien Neil2000-08-144-2/+81
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-039-73/+1174
* Moved hash.c from libdhcp to libomapi, in anticipation of moving theDamien Neil2000-08-012-2/+338
* Moved convert.c from libdhcp to libomapi. (libomapi should not dependDamien Neil2000-08-012-2/+197
* Changed all uses of omapi_message_allocate() to omapi_message_new(), whichDamien Neil2000-07-151-3/+4
* Tweak object dereferencing: I believe dereferencing object chains were notDamien Neil2000-07-101-2/+2
* Properly initialize 'last' when removing I/O objects: removing the firstDamien Neil2000-07-101-0/+1
* - Support a per-type allocator that is called prior to trying dmalloc,Ted Lemon2000-07-061-16/+26
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-8/+13
* Get rid of some debugging statementsTed Lemon2000-07-051-0/+6
* Use object free routine if provided.Ted Lemon2000-07-051-1/+4
* Don't build executables named test.Ted Lemon2000-06-301-4/+4
* Fix some debugging code so it compiles on Solaris.Ted Lemon2000-06-291-6/+9
* Put some extra paranoia in logging subroutines.Ted Lemon2000-06-291-5/+5
* When debugging malloc on an object, be sure it has no special free routine.Ted Lemon2000-06-241-4/+8
* - Add some code to actually track down and report the I/O object that'sTed Lemon2000-06-201-3/+56
* Fix depend target. Don't echo building of links.Ted Lemon2000-06-201-3/+11
* Use mkdep rather than makedependTed Lemon2000-06-121-1/+1
* Account for possibility that io object has no inner object.Ted Lemon2000-06-061-4/+7
* 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-173-3/+4
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-168-213/+239
* Oops, fix a past-o.Ted Lemon2000-05-151-2/+1
* Don't send the intro until we receive the connect signal.Ted Lemon2000-05-151-9/+13
* Get rid of SO_USELOOPBACKTed Lemon2000-05-091-8/+0
* Get rid of SO_USELOOPBACK.Ted Lemon2000-05-031-8/+0
* - Fix up reference counting of io object chain.Ted Lemon2000-05-031-20/+62
* Get rid of SO_USELOOPBACK. Use omapi_unregister_io_object.Ted Lemon2000-05-031-14/+8
* Fix a stupid pasto in make_int_value. Add make_uint_value.Ted Lemon2000-05-011-8/+14
* Add a call for listening on a specific IP address.Ted Lemon2000-05-011-4/+49
* - Make the connect system call asynchronous.Ted Lemon2000-05-011-70/+191
* Add support for omapi_addr_list_t.Ted Lemon2000-05-011-0/+77
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-0/+2
* Go back to the BSD license.Ted Lemon2000-03-1713-157/+422
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-152-1/+23
* Fix make depend.Ted Lemon2000-02-031-1/+1
* Teach cvs not to complain about generated files.Ted Lemon2000-02-031-0/+3
* socklen_t -> SOCKLEN_TTed Lemon2000-02-032-2/+2
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-013-20/+13
* Fix up handling of bogus dereferences.Ted Lemon2000-01-271-39/+76
* - In reference count history, remember the address where the referenceTed Lemon2000-01-275-7/+7