2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Ted Lemon
b66a1a7286 Oops, fix declaration of casecmp. 2000-05-17 16:15:38 +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
086c7f65c6 Cast memcmp, for operating systems that aren't following the latest POSIX. 2000-04-20 00:56:20 +00:00
Ted Lemon
d1f925a15d Fix a bug in the case-insensitive hash generator. 2000-03-18 03:31:39 +00:00
Ted Lemon
7d9784f6fc Patch in TSIG, just to see how to get it to work. 2000-03-18 02:15:52 +00:00
Ted Lemon
49733f31d3 Go back to the BSD license. 2000-03-17 04:00:32 +00:00
Ted Lemon
0cae26a712 - Add reference and dereference functions to hash, so that reference-counted
objects can be cleanly hashed.
2000-03-06 23:15:16 +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
b1b7b521fe Get a clean compile with all known gcc warnings. 1999-10-07 06:36:35 +00:00
Ted Lemon
34bef96b19 Cast unsigned chars to chars before passing to strlen. 1999-04-12 21:33:34 +00:00
Ted Lemon
480362714e If the length of a hash name is zero, compute it with strlen. 1999-04-05 19:02:42 +00:00
Ted Lemon
f39b6e0089 Update license. 1999-03-16 05:50:46 +00:00
Ted Lemon
8ae2d59584 Change names of error functions to be more consistent. 1999-02-24 17:56:53 +00:00
Ted Lemon
69858972fd Clean up unsigned char vs. signed char discrepencies. 1998-03-16 06:17:37 +00:00
Ted Lemon
4c4c7907c7 Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding this 1996-09-09 07:04:45 +00:00
Ted Lemon
8dd2f2b59f Don't malloc space for hash name 1996-08-28 01:39:20 +00:00
Ted Lemon
370983c302 Make copies of hash table keys (not sure this is right). 1996-08-27 09:49:53 +00:00
Ted Lemon
efc12bbc8f Fix copyright 1996-05-20 00:11:03 +00:00
Ted Lemon
01ce583c6d Fix up array reference 1996-05-16 07:21:29 +00:00
Ted Lemon
a033033207 Don't dereference null hash pointer (this may not be the right place to fix this 1996-05-13 00:03:27 +00:00
Ted Lemon
97ca16995f Intermediate changes to support actual DHCP protocol engine 1996-02-21 12:11:09 +00:00
Ted Lemon
089fb364df More portable internet addresses; fix endian bug; fix parser bugs 1996-02-06 20:25:56 +00:00
Ted Lemon
d7837182d3 DHCP Server Daemon 1995-11-29 07:40:04 +00:00