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

2194 Commits

Author SHA1 Message Date
Ted Lemon
13b0934ec4 Fix a signed vs. unsigned char * problem. Allow semicolon after key. 2000-04-14 16:26:37 +00:00
Ted Lemon
c56616f5cf Fix pasto. 2000-04-14 16:24:05 +00:00
Ted Lemon
eb968146c2 Fix some typos. Don't call the token ring decoder for FDDI. 2000-04-14 16:22:04 +00:00
Ted Lemon
201601d5bf dhcp_fddi_filter -> bpf_fddi_filter 2000-04-14 16:17:35 +00:00
Ted Lemon
9615e0e6b3 Add debugging. Fix break statement. 2000-04-13 21:48:34 +00:00
Ted Lemon
f20a57ed9b 0 -> false; 1 -> true 2000-04-13 21:42:38 +00:00
Ted Lemon
c66a31b260 Log an error and quit if we can't append to the DHCP lease database. 2000-04-13 21:41:34 +00:00
Ted Lemon
0f6bb7e1ff Fix some header inclusion problems. 2000-04-11 01:58:39 +00:00
Ted Lemon
1a634d5638 Define temporary subnet selection option code for testing. 2000-04-08 01:15:50 +00:00
Ted Lemon
1bddf26a11 Don't define HAVE_SIOCGIFHWADDR except on Linux. 2000-04-07 05:08:13 +00:00
Ted Lemon
05af58984c Replace a missing right brace that got deleted. 2000-04-06 23:56:01 +00:00
Ted Lemon
0313cdde64 Add an install target. 2000-04-06 23:51:50 +00:00
Ted Lemon
0e944b0662 Fix credits section. 2000-04-06 23:49:29 +00:00
Ted Lemon
45e52bde13 Use signed for return value of res_nsend*. Update res_nmkupdate call. 2000-04-06 23:02:59 +00:00
Ted Lemon
a1abfd34d2 - Have res_nmkupdate store length result through a pointer, so that the
return status isn't being overloaded.
2000-04-06 22:59:25 +00:00
Ted Lemon
8dfa97ddef Always define MDL to pass a filename and line number. 2000-04-06 22:51:32 +00:00
Ted Lemon
c038039f48 Update minires_nmkupdate declaration. 2000-04-06 22:50:06 +00:00
Ted Lemon
028b1f6a4f Redo key declarations to match BIND. Add base64 parsing. 2000-04-06 22:46:26 +00:00
Ted Lemon
96e16c0e40 Update comment to reflect code. 2000-04-06 22:41:47 +00:00
Ted Lemon
e6a480f013 Add KEY, SECRET and ALGORITHM. Remove TSIG_KEY. 2000-04-06 22:38:52 +00:00
Ted Lemon
6247476e9a Support auth-key and key statements. 2000-04-06 22:31:16 +00:00
Ted Lemon
026975bbab Add support for AUTH_KEY. 2000-04-06 22:20:55 +00:00
Ted Lemon
375841eb23 Add KEY, SECRET and ALGORITHM. Number later tokens. Remove TSIG_KEY. 2000-04-06 22:09:58 +00:00
Ted Lemon
a59ea078bf Move tsig_key declaration above client_lease declaration. 2000-04-06 22:08:27 +00:00
Ted Lemon
eb1aa66842 Fix typo. 2000-04-06 19:12:17 +00:00
Ted Lemon
f69d859939 Disallow some special printable characters in db_printable. 2000-04-04 06:28:52 +00:00
Ted Lemon
ef91cb3908 STRING -> STRING_TOKEN 2000-04-04 06:27:35 +00:00
Ted Lemon
291c524f45 Don't use the same OMAPI port as the server. 2000-04-04 06:24:37 +00:00
Ted Lemon
6c54d79859 Add DEC-specific FDDI support. 2000-03-24 00:23:02 +00:00
Ted Lemon
7e2f56365f Add support for DEC-specific FDDI interfaces. 2000-03-24 00:22:41 +00:00
Ted Lemon
a770670edf Get rid of cobwebs. 2000-03-24 00:22:20 +00:00
Ted Lemon
95e585542a Add support for a DEC FDDI input filter. 2000-03-24 00:21:47 +00:00
Ted Lemon
2cc8232d46 Add DEC-specific (or maybe not) FDDI support. 2000-03-24 00:21:17 +00:00
Ted Lemon
dc309be4ab Add fddi.c. 2000-03-24 00:20:53 +00:00
Ted Lemon
3b106356e0 Clarify credits on client implementation. 2000-03-24 00:20:33 +00:00
Ted Lemon
68f5590808 Make universe_hash using new_hash. 2000-03-18 03:34:11 +00:00
Ted Lemon
0bcad76189 Add the numeric operators to is_numeric_expression. 2000-03-18 03:32:53 +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
164f9c7e2f Fix corner case where REBIND would be ignored rather than NAKed. 2000-03-07 02:50:45 +00:00
Ted Lemon
cb9cf4bd2b Update calls to new_hash. 2000-03-06 23:36:09 +00:00
Ted Lemon
716f3d0c84 - Fix up calls to new_hash.
- Fix usage of hardware address in host lookup routine.
2000-03-06 23:35:16 +00:00
Ted Lemon
4d0aaa1776 - Don't call option_allocate without zeroing pointer.
- Fix two chaddr uses that hadn't been made current.
2000-03-06 23:33:52 +00:00
Ted Lemon
20b312c47d Update call to new_hash. 2000-03-06 23:28:27 +00:00
Ted Lemon
287d577cac - Add pointers to reference counting routines to hash table definition.
- Use void * instead of unsigned char * for pointers to hashed objects.
2000-03-06 23:26:47 +00:00
Ted Lemon
4913117b21 Add ZONE keyword. 2000-03-06 23:25:11 +00:00
Ted Lemon
3f09cb5abb New prototypes for zone and tsig key functions, client release function. 2000-03-06 23:23:47 +00:00
Ted Lemon
5e4477a9f0 Constify... 2000-03-06 23:21:59 +00:00
Ted Lemon
622b281781 Add more status variables. 2000-03-06 23:21:38 +00:00