2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

881 Commits

Author SHA1 Message Date
Ted Lemon
c255efc9d0 Improve error messages 1996-09-02 21:14:58 +00:00
Ted Lemon
db5b9b27ab Oops 1996-08-31 00:48:48 +00:00
Ted Lemon
4b9a05d414 Remove dead local vars 1996-08-30 23:41:07 +00:00
Ted Lemon
ffc9777431 Use a full-sized int to bounds-check port number 1996-08-30 23:40:28 +00:00
Ted Lemon
6cdd0d0d26 Remove dead local variables; fix shared-network subnet list code 1996-08-30 23:39:37 +00:00
Ted Lemon
7824cf449a Changes requested by Brian Stecher 1996-08-30 23:37:55 +00:00
Ted Lemon
9bceda59bf Regenerated 1996-08-30 20:33:04 +00:00
Ted Lemon
9043ecacc3 Notice and complain about conflicting subnets 1996-08-30 20:14:03 +00:00
Ted Lemon
35d1d5cd7a Declare root_group external 1996-08-29 23:22:06 +00:00
Ted Lemon
4ebc04aa4a Fix erroneous hash search; use get-lease-hostnames parameter 1996-08-29 23:03:19 +00:00
Ted Lemon
5fea7b10ff Add get-lease-hostnames parameter 1996-08-29 23:02:40 +00:00
Ted Lemon
f5d07a3896 Fix logging to stderr 1996-08-29 20:15:32 +00:00
Ted Lemon
ef6f87b4d6 Fix signed/unsigned char type mismatch 1996-08-29 20:12:37 +00:00
Ted Lemon
ba602cb001 Type error 1996-08-29 18:36:41 +00:00
Ted Lemon
72c7bd7957 Release Notes 1996-08-29 10:48:24 +00:00
Ted Lemon
eaeb3d5820 Make sure specified UDP port is valid 1996-08-29 09:55:52 +00:00
Ted Lemon
88ddda34a5 Don't proceed if errors are found in dhcpd.conf 1996-08-29 09:49:53 +00:00
Ted Lemon
077a73c3c9 Add warning message about lease database format 1996-08-29 09:46:14 +00:00
Ted Lemon
57f8192e2a admonish users not to mess with network API 1996-08-29 09:18:44 +00:00
Ted Lemon
621be26969 Add QNX support 1996-08-29 09:18:05 +00:00
Ted Lemon
7b1aa7949b Rehash nomenclature 1996-08-29 09:17:52 +00:00
Ted Lemon
750d0800e7 rehash nomenclature 1996-08-29 09:16:49 +00:00
Ted Lemon
5e6b52dcc1 Update documentation 1996-08-29 09:16:14 +00:00
Ted Lemon
e4f88b5ad4 Remove unused variable 1996-08-29 09:15:35 +00:00
Ted Lemon
2d59f5901f Rehash nomenclature; allow range declaration to take a single address 1996-08-29 09:14:39 +00:00
Ted Lemon
50b025a3d7 Rename ATOM to NAME 1996-08-29 09:13:41 +00:00
Ted Lemon
48c31ed244 Add support for qnx 1996-08-29 09:12:52 +00:00
Ted Lemon
7751e60d69 Bring README into 20th century 1996-08-29 09:12:33 +00:00
Ted Lemon
971170f798 qnx configuration 1996-08-29 08:37:06 +00:00
Ted Lemon
7783519e0f Move tlname into group with other externs 1996-08-28 01:41:11 +00:00
Ted Lemon
575dff37f5 Put hostname in default reply list 1996-08-28 01:40:28 +00:00
Ted Lemon
f4f2f24fb5 Look up hostnames for lease IP addresses on startup 1996-08-28 01:40:01 +00:00
Ted Lemon
8dd2f2b59f Don't malloc space for hash name 1996-08-28 01:39:20 +00:00
Ted Lemon
555261121a If log_perror is nonzero, print to stderr as well as logging; no more DEBUG ifdefs; parse_warn now prints offending line and points arrow at offending token. 1996-08-28 01:38:09 +00:00
Ted Lemon
4593073fc8 Add code to check interface type and skip point-to-point and loopback interfaces; copy ifreq structure out of ifconf structure so as to avoid unaligned pointer dereferences 1996-08-28 01:37:06 +00:00
Ted Lemon
56c7dc1d62 Add ONE_LEASE_PER_CLIENT 1996-08-28 01:35:20 +00:00
Ted Lemon
b68121296a Add log_perror (used by errwarn.c); copy comments to converted file 1996-08-28 01:34:55 +00:00
Ted Lemon
6aa71eebb9 Make log_perror an external; add hostname to leases; add one_host_per_client to groups (not yet used); add new externals for conflex.c 1996-08-28 01:32:38 +00:00
Ted Lemon
272474b647 Convert to new format 1996-08-28 01:30:38 +00:00
Ted Lemon
9de9c6264d Make log_perror an external; don't use LOG_PERROR - instead, do the work in errwarn.c 1996-08-28 01:30:19 +00:00
Ted Lemon
9f35cc5dd4 Make chaddr an unsigned char 1996-08-28 01:29:41 +00:00
Ted Lemon
d58a12592d Add special support for hostname option 1996-08-28 01:29:25 +00:00
Ted Lemon
79ec15b252 Add new externals otherwise defined by conflex 1996-08-28 01:28:53 +00:00
Ted Lemon
5376e3e969 Fix BNF comments; neaten up; minor parser fixes 1996-08-28 01:28:27 +00:00
Ted Lemon
512994ede6 Add tokens; ATOMs can begin with digits if OLD_LEXER not defined; save comments if OLD_LEXER defined 1996-08-28 01:26:34 +00:00
Ted Lemon
741860df01 Don't free hash name 1996-08-28 01:19:42 +00:00
Ted Lemon
6ae5ceaa6f No longer need xerrwarn.o; use OLD_LEXER instead of SAVE_COMMENTS 1996-08-28 01:18:37 +00:00
Ted Lemon
d172a5e2de New drafts 1996-08-28 01:13:23 +00:00
Ted Lemon
e0fb50460c Add clean target; build dhcpxlt 1996-08-27 19:55:27 +00:00
Ted Lemon
9bd1bbac28 Add support for weird linux aliased interface names 1996-08-27 09:56:21 +00:00