2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-27 12:28:42 +00:00

19 Commits

Author SHA1 Message Date
Damien Neil
e11a162ff4 Added a number of (#ifdef-guarded) debugging statements. 2000-08-14 21:58:57 +00:00
Damien Neil
49146f3c15 Added authentication support. The tsig_key structure has been renamed
to auth_key and moved into libomapi.  libomapi now depends on libres,
which contains the data signing routines.
2000-08-03 21:00:41 +00:00
Ted Lemon
20916cae75 - Fix all the OMAPI objects in the DHCP server and client that weren't
being correctly reference-counted.
- Make and use object-specific allocators.
- Add reference/dereference support to hash functions and to timeout
  functions.
2000-05-16 23:03:49 +00:00
Ted Lemon
49733f31d3 Go back to the BSD license. 2000-03-17 04:00:32 +00:00
Ted Lemon
37e365b490 - In reference count history, remember the address where the reference
is stored as well as the address of the thing referenced.
2000-01-27 22:40:55 +00:00
Ted Lemon
4bd8800e89 Fix compilation errors introduced in the last set of checkins. 2000-01-26 14:56:18 +00:00
Ted Lemon
5edcb334b8 - New malloc debug.
- Fix bug in the way remote object handles were being... handled.
2000-01-25 01:27:56 +00:00
Ted Lemon
086fce2188 Get rid of some returns that aren't reachable. 1999-10-24 17:18:43 +00:00
Ted Lemon
06feb756af - Don't try to look up an object if we didn't get a description with which
to do the lookup (since this would cause a core dump!).
1999-10-14 18:15:56 +00:00
Ted Lemon
013be24d6e Pass pointer to unsigned long, for portability to 64-bit architectures. 1999-10-08 17:28:09 +00:00
Ted Lemon
6a4c4be871 Seperate public and private object declarations. 1999-10-08 03:43:15 +00:00
Ted Lemon
b1b7b521fe Get a clean compile with all known gcc warnings. 1999-10-07 06:36:35 +00:00
Ted Lemon
3c4358e7d2 - Fix the open lookup so that a result code of NOKEYS does not cause
creates to fail.
1999-10-01 03:23:03 +00:00
Ted Lemon
ccce1cc621 Change delete to remove for compatibility with C++ 1999-09-16 04:53:38 +00:00
Ted Lemon
e92653f1ec Bug fixes courtesy of Brian Murrell 1999-09-09 23:53:29 +00:00
Ted Lemon
47e746b7f9 Add delete method and notify_object. 1999-09-09 23:30:51 +00:00
Ted Lemon
aca22287ac Fix many small bugs. 1999-09-09 21:09:01 +00:00
Ted Lemon
581e37e47f Debugging sweep, added some new functionality 1999-09-08 01:48:56 +00:00
Ted Lemon
61b844bfd7 Omapi library, initial checkin 1999-09-02 00:32:56 +00:00