Ted Lemon
|
18323ead13
|
Fix copyrights; lose ether_hdr compat; use bitypes.h; lose bogus time defs; lose BROKEN_TM_GMT
|
1996-05-20 00:41:55 +00:00 |
|
Ted Lemon
|
9930d1df92
|
Fix copyrights; lose ether_hdr compat; define more basic int types; lose bogus time defs
|
1996-05-20 00:40:59 +00:00 |
|
Ted Lemon
|
8eb4771e3c
|
Fix copyright; lose old modemd time defs; SIN_LEN becomes SA_LEN
|
1996-05-20 00:40:13 +00:00 |
|
Ted Lemon
|
f57d2a5150
|
Fix copyright; lose old modemd time defs; lose BROKEN_TM_GMT; fix SNPRINTF compat; define basic integer types; lose __USE_BSD, which tickles a header incompatibility
|
1996-05-20 00:39:25 +00:00 |
|
Ted Lemon
|
dc7ee01d1f
|
Fix copyright, INADDR_LOOPBACK; lose useless modemd time macros; SIN_LEN becomes SA_LEN
|
1996-05-20 00:37:54 +00:00 |
|
Ted Lemon
|
bc858d06ac
|
Unfix INADDR_LOOPBACK
|
1996-05-20 00:36:47 +00:00 |
|
Ted Lemon
|
32ec8d4539
|
Fix copyright; fix INADDR_LOOPBACK; SIN_LEN becomes SA_LEN; lose useless modemd time macros
|
1996-05-20 00:34:56 +00:00 |
|
Ted Lemon
|
e5c3316957
|
Fix copyright; lose useless modemd time macros
|
1996-05-20 00:33:51 +00:00 |
|
Ted Lemon
|
ced16631d5
|
SCO ODT 3.0 config file
|
1996-05-20 00:33:02 +00:00 |
|
Ted Lemon
|
94e8f4406b
|
Packet header declarations as defined in 4.4BSD
|
1996-05-20 00:31:24 +00:00 |
|
Ted Lemon
|
af0ef3636b
|
Fix copyright; add porting comments; add SCO support; lose etherhdr compatibility since we're distributing headers now; add PACKET_ASSEMBLY and PACKET_DECODING macros
|
1996-05-20 00:20:37 +00:00 |
|
Ted Lemon
|
efc12bbc8f
|
Fix copyright
|
1996-05-20 00:11:03 +00:00 |
|
Ted Lemon
|
597e1211b4
|
Fix up prototypes for convert.c
|
1996-05-20 00:08:47 +00:00 |
|
Ted Lemon
|
86461900f0
|
Fix copyright; INLINE is a GNU C construct, not ANSI; SCO defines __STDC__ even though it's not even remotely STD, so ignore __STDC__ if BROKEN_ANSI defined
|
1996-05-19 23:56:17 +00:00 |
|
Ted Lemon
|
8fdfeffecd
|
error() returns void; declare all variables as extern
|
1996-05-17 23:29:07 +00:00 |
|
Ted Lemon
|
73fd57182e
|
Fix up 64-bit faux pas
|
1996-05-17 01:08:52 +00:00 |
|
Ted Lemon
|
a8513aef86
|
Clean up comments
|
1996-05-17 01:07:52 +00:00 |
|
Ted Lemon
|
3060073a8f
|
Fix ultrix.h so it works without a hacked Ultrix system
|
1996-05-17 00:29:29 +00:00 |
|
Ted Lemon
|
409503846d
|
Add support for broken old 4.2BSD syslog
|
1996-05-17 00:28:58 +00:00 |
|
Ted Lemon
|
b610e24a96
|
Configuration information for Alpha/OSF1
|
1996-05-16 23:56:17 +00:00 |
|
Ted Lemon
|
58a4aa848d
|
Add support for Alpha/OSF1; add default format for sprintfing BPF device name
|
1996-05-16 23:55:42 +00:00 |
|
Ted Lemon
|
58f7243dba
|
Add jmp_buf prototype declaration macro
|
1996-05-16 23:14:44 +00:00 |
|
Ted Lemon
|
b1af589d57
|
Add solaris dependencies
|
1996-05-16 23:12:28 +00:00 |
|
Ted Lemon
|
56c9de4bd7
|
Fix up jmp_buf declarations
|
1996-05-16 23:12:18 +00:00 |
|
Ted Lemon
|
92c90cb265
|
Configuration for Solaris 2.5
|
1996-05-16 23:10:01 +00:00 |
|
Ted Lemon
|
d2fd62bf8d
|
Use HAVE_SIN_LEN for bsdos...
|
1996-05-16 23:08:03 +00:00 |
|
Ted Lemon
|
33c95d3bc4
|
Default network API is NIT
|
1996-05-16 09:43:14 +00:00 |
|
Ted Lemon
|
107821e1c0
|
Define array-vs-struct compatibility macros; no snprintf; no strerror; use poll() syscall
|
1996-05-16 07:31:45 +00:00 |
|
Ted Lemon
|
e7f3140459
|
Move if_dl.h include to machine-dependent headers
|
1996-05-16 07:30:34 +00:00 |
|
Ted Lemon
|
10e99bf10e
|
Add struct-vs-array compatibility macros for jmp_buf and ether_[sd]host
|
1996-05-16 07:23:04 +00:00 |
|
Ted Lemon
|
2f620dce9c
|
Define cdefs before osdeps; macrofy a couple of prototypes
|
1996-05-16 07:18:45 +00:00 |
|
Ted Lemon
|
60b60a2b69
|
Define default network API to use
|
1996-05-13 00:10:37 +00:00 |
|
Ted Lemon
|
a04c50cd2e
|
Include site.h file for choosing networking code; set default if none chosen in site.h; expand shorthand declarations
|
1996-05-13 00:05:01 +00:00 |
|
Ted Lemon
|
d5038b8417
|
Move interface_info struct to dhcpd.h
|
1996-05-13 00:03:48 +00:00 |
|
Ted Lemon
|
17b95f417e
|
Move interface_info struct here; add hardware_link struct; add interface info and hardware address to packet struct; fix send_packet and receive_packet declarations
|
1996-05-12 23:59:45 +00:00 |
|
Ted Lemon
|
7aa340813d
|
Define HAVE_SIN_LEN
|
1996-04-11 06:50:22 +00:00 |
|
Ted Lemon
|
98078fdb25
|
Add support for network API configuration
|
1996-04-11 06:50:03 +00:00 |
|
Ted Lemon
|
18909bef7c
|
Add interface_info structure
|
1996-04-11 06:47:50 +00:00 |
|
Ted Lemon
|
6f10b1a41b
|
Remove stale decls for dhcpd.c; add conditional decls for standard sockets, raw sockets, BPF and NIT; add decls for dispatch.c
|
1996-04-11 06:47:03 +00:00 |
|
Ted Lemon
|
a40f0e9058
|
FreeBSD configuration
|
1996-03-16 17:50:50 +00:00 |
|
Ted Lemon
|
a8b53b4220
|
Various user-provided patches
|
1996-03-16 17:50:30 +00:00 |
|
Ted Lemon
|
48695f7d76
|
New configurations and bug fixes from Jonathan
|
1996-03-07 21:08:11 +00:00 |
|
Ted Lemon
|
6e47d3d826
|
Don't pull in malloc.h; define _PATH_DHCPD_DB correctly
|
1996-03-06 10:40:57 +00:00 |
|
Ted Lemon
|
5f39769efa
|
Move malloc.h into netbsd.h; define HAVE_SIN_LEN
|
1996-03-06 10:05:26 +00:00 |
|
Ted Lemon
|
854ce11437
|
Ultrix port from Jonathan Stone
|
1996-03-06 10:04:56 +00:00 |
|
Ted Lemon
|
fd0072c9e7
|
New BSD/OS port
|
1996-03-06 10:04:44 +00:00 |
|
Ted Lemon
|
1358b87447
|
Keep a persistent database of leases
|
1996-03-02 05:13:36 +00:00 |
|
Ted Lemon
|
a285e681ea
|
Add vendor and user class tokens
|
1996-02-29 18:26:58 +00:00 |
|
Ted Lemon
|
709f15cce4
|
Add class structure; various new protos
|
1996-02-29 18:25:51 +00:00 |
|
Ted Lemon
|
76d9aae0cb
|
Split out packet length calculation; add DHCPINFORM and USER_CLASS_ID
|
1996-02-29 18:18:16 +00:00 |
|