]>
git.ipfire.org Git - thirdparty/dhcp.git/log
Ted Lemon [Mon, 20 May 1996 20:22:47 +0000 (20:22 +0000)]
Update copyright
Ted Lemon [Mon, 20 May 1996 20:18:47 +0000 (20:18 +0000)]
Trivial configurer
Ted Lemon [Mon, 20 May 1996 20:18:21 +0000 (20:18 +0000)]
Fix up CFLAGS; fix bogus comment; list both PROGS
Ted Lemon [Mon, 20 May 1996 01:18:36 +0000 (01:18 +0000)]
new drafts
Ted Lemon [Mon, 20 May 1996 01:15:10 +0000 (01:15 +0000)]
obsolete
Ted Lemon [Mon, 20 May 1996 01:14:26 +0000 (01:14 +0000)]
Obsolete
Ted Lemon [Mon, 20 May 1996 00:44:15 +0000 (00:44 +0000)]
Fix INADDR_LOOPBACK
Ted Lemon [Mon, 20 May 1996 00:43:58 +0000 (00:43 +0000)]
Sample config file for new port
Ted Lemon [Mon, 20 May 1996 00:42:55 +0000 (00:42 +0000)]
Fix copyrights; fix INADDR_LOOPBACK; define more basic int types; lose bogus time defs; define SYSLOG_4_2
Ted Lemon [Mon, 20 May 1996 00:41:55 +0000 (00:41 +0000)]
Fix copyrights; lose ether_hdr compat; use bitypes.h; lose bogus time defs; lose BROKEN_TM_GMT
Ted Lemon [Mon, 20 May 1996 00:40:59 +0000 (00:40 +0000)]
Fix copyrights; lose ether_hdr compat; define more basic int types; lose bogus time defs
Ted Lemon [Mon, 20 May 1996 00:40:13 +0000 (00:40 +0000)]
Fix copyright; lose old modemd time defs; SIN_LEN becomes SA_LEN
Ted Lemon [Mon, 20 May 1996 00:39:25 +0000 (00:39 +0000)]
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
Ted Lemon [Mon, 20 May 1996 00:37:54 +0000 (00:37 +0000)]
Fix copyright, INADDR_LOOPBACK; lose useless modemd time macros; SIN_LEN becomes SA_LEN
Ted Lemon [Mon, 20 May 1996 00:36:47 +0000 (00:36 +0000)]
Unfix INADDR_LOOPBACK
Ted Lemon [Mon, 20 May 1996 00:34:56 +0000 (00:34 +0000)]
Fix copyright; fix INADDR_LOOPBACK; SIN_LEN becomes SA_LEN; lose useless modemd time macros
Ted Lemon [Mon, 20 May 1996 00:33:51 +0000 (00:33 +0000)]
Fix copyright; lose useless modemd time macros
Ted Lemon [Mon, 20 May 1996 00:33:02 +0000 (00:33 +0000)]
SCO ODT 3.0 config file
Ted Lemon [Mon, 20 May 1996 00:31:24 +0000 (00:31 +0000)]
Packet header declarations as defined in 4.4BSD
Ted Lemon [Mon, 20 May 1996 00:29:43 +0000 (00:29 +0000)]
Fix copyright
Ted Lemon [Mon, 20 May 1996 00:28:08 +0000 (00:28 +0000)]
Fix copyright; don't connect to broadcast address
Ted Lemon [Mon, 20 May 1996 00:25:35 +0000 (00:25 +0000)]
Use distributed Berkeley headers; therefore lose ethernet header portability macros; use PACKET_ASSEMBLY and PACKET_DECODING defines to limit compilation
Ted Lemon [Mon, 20 May 1996 00:20:37 +0000 (00:20 +0000)]
Fix copyright; add porting comments; add SCO support; lose etherhdr compatibility since we're distributing headers now; add PACKET_ASSEMBLY and PACKET_DECODING macros
Ted Lemon [Mon, 20 May 1996 00:12:54 +0000 (00:12 +0000)]
Use distributed Berkeley network headers
Ted Lemon [Mon, 20 May 1996 00:11:03 +0000 (00:11 +0000)]
Fix copyright
Ted Lemon [Mon, 20 May 1996 00:10:34 +0000 (00:10 +0000)]
SA_LEN instead of SIN_LEN
Ted Lemon [Mon, 20 May 1996 00:08:47 +0000 (00:08 +0000)]
Fix up prototypes for convert.c
Ted Lemon [Mon, 20 May 1996 00:04:24 +0000 (00:04 +0000)]
Fix copyright; SA_LEN instead of SIN_LEN; formatting consistency
Ted Lemon [Mon, 20 May 1996 00:00:48 +0000 (00:00 +0000)]
Fix copyright; use intN_t types instead of actual C type names, which may be wrong
Ted Lemon [Sun, 19 May 1996 23:57:22 +0000 (23:57 +0000)]
Fix copyrights; fix typos; take out TM_GMT garbage
Ted Lemon [Sun, 19 May 1996 23:56:17 +0000 (23:56 +0000)]
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
Ted Lemon [Sun, 19 May 1996 23:55:07 +0000 (23:55 +0000)]
Use distributed Berkeley networking headers
Ted Lemon [Sun, 19 May 1996 23:54:24 +0000 (23:54 +0000)]
Change SIN_LEN to SA_LEN; fix copyrights
Ted Lemon [Sun, 19 May 1996 23:53:44 +0000 (23:53 +0000)]
Fix copyrights
Ted Lemon [Sun, 19 May 1996 23:53:07 +0000 (23:53 +0000)]
Makefile is now generated from Makefile.dist
Ted Lemon [Fri, 17 May 1996 23:29:07 +0000 (23:29 +0000)]
error() returns void; declare all variables as extern
Ted Lemon [Fri, 17 May 1996 23:26:32 +0000 (23:26 +0000)]
declare error function as void
Ted Lemon [Fri, 17 May 1996 23:20:23 +0000 (23:20 +0000)]
initialize option pointers after allocating a new class structure
Ted Lemon [Fri, 17 May 1996 23:18:54 +0000 (23:18 +0000)]
declare default and max lease times
Ted Lemon [Fri, 17 May 1996 23:12:09 +0000 (23:12 +0000)]
Preinitialize static lease structure to avoid accidentally shadowing values across lease statements; allow text strings as Unique Identifiers; zero-length Unique Identifiers generate warning, but do not cause code to fail
Ted Lemon [Fri, 17 May 1996 23:09:54 +0000 (23:09 +0000)]
getc() returns int, not char
Ted Lemon [Fri, 17 May 1996 07:42:05 +0000 (07:42 +0000)]
Update copyright
Ted Lemon [Fri, 17 May 1996 01:09:31 +0000 (01:09 +0000)]
Add BSD/OS definitions
Ted Lemon [Fri, 17 May 1996 01:08:52 +0000 (01:08 +0000)]
Fix up 64-bit faux pas
Ted Lemon [Fri, 17 May 1996 01:07:52 +0000 (01:07 +0000)]
Clean up comments
Ted Lemon [Fri, 17 May 1996 00:29:29 +0000 (00:29 +0000)]
Fix ultrix.h so it works without a hacked Ultrix system
Ted Lemon [Fri, 17 May 1996 00:28:58 +0000 (00:28 +0000)]
Add support for broken old 4.2BSD syslog
Ted Lemon [Thu, 16 May 1996 23:56:17 +0000 (23:56 +0000)]
Configuration information for Alpha/OSF1
Ted Lemon [Thu, 16 May 1996 23:56:03 +0000 (23:56 +0000)]
Fix pointer type incompatibilities
Ted Lemon [Thu, 16 May 1996 23:55:42 +0000 (23:55 +0000)]
Add support for Alpha/OSF1; add default format for sprintfing BPF device name
Ted Lemon [Thu, 16 May 1996 23:55:04 +0000 (23:55 +0000)]
Fix up pointer types; add support for Alpha OSF/1 pfilt, which is only slightly different
Ted Lemon [Thu, 16 May 1996 23:53:18 +0000 (23:53 +0000)]
Blow away BSD-style Makefile - it's not worth it
Ted Lemon [Thu, 16 May 1996 23:14:44 +0000 (23:14 +0000)]
Add jmp_buf prototype declaration macro
Ted Lemon [Thu, 16 May 1996 23:13:59 +0000 (23:13 +0000)]
Fix up pointer type incompatibilities
Ted Lemon [Thu, 16 May 1996 23:13:07 +0000 (23:13 +0000)]
Fix up ethernet address struct-vs-array bug
Ted Lemon [Thu, 16 May 1996 23:12:28 +0000 (23:12 +0000)]
Add solaris dependencies
Ted Lemon [Thu, 16 May 1996 23:12:18 +0000 (23:12 +0000)]
Fix up jmp_buf declarations
Ted Lemon [Thu, 16 May 1996 23:11:48 +0000 (23:11 +0000)]
Add solaris defs
Ted Lemon [Thu, 16 May 1996 23:10:01 +0000 (23:10 +0000)]
Configuration for Solaris 2.5
Ted Lemon [Thu, 16 May 1996 23:08:03 +0000 (23:08 +0000)]
Use HAVE_SIN_LEN for bsdos...
Ted Lemon [Thu, 16 May 1996 23:07:36 +0000 (23:07 +0000)]
Add an else clause to avoid redundant test
Ted Lemon [Thu, 16 May 1996 23:06:34 +0000 (23:06 +0000)]
Add subnet info for vix.com
Ted Lemon [Thu, 16 May 1996 09:43:14 +0000 (09:43 +0000)]
Default network API is NIT
Ted Lemon [Thu, 16 May 1996 09:22:53 +0000 (09:22 +0000)]
Hack around broadcast netmask bug by installing a host route to 255.255.255.255
Ted Lemon [Thu, 16 May 1996 08:19:02 +0000 (08:19 +0000)]
Take out debug code in filter allowing in client packets
Ted Lemon [Thu, 16 May 1996 08:18:05 +0000 (08:18 +0000)]
Debug and install NIT packet filter
Ted Lemon [Thu, 16 May 1996 07:53:29 +0000 (07:53 +0000)]
Don't log the fact that a packet has arrived
Ted Lemon [Thu, 16 May 1996 07:52:49 +0000 (07:52 +0000)]
Dump DHCP request type at LOG_INFO level instead of LOG_DEBUG
Ted Lemon [Thu, 16 May 1996 07:45:14 +0000 (07:45 +0000)]
Another fussy interface announcement change
Ted Lemon [Thu, 16 May 1996 07:43:43 +0000 (07:43 +0000)]
Undo interface attach announcement changes
Ted Lemon [Thu, 16 May 1996 07:43:11 +0000 (07:43 +0000)]
Fix copyright dates
Ted Lemon [Thu, 16 May 1996 07:37:18 +0000 (07:37 +0000)]
Kludge hardware interface type
Ted Lemon [Thu, 16 May 1996 07:34:24 +0000 (07:34 +0000)]
Don't need to include if_dl anymore
Ted Lemon [Thu, 16 May 1996 07:31:45 +0000 (07:31 +0000)]
Define array-vs-struct compatibility macros; no snprintf; no strerror; use poll() syscall
Ted Lemon [Thu, 16 May 1996 07:30:34 +0000 (07:30 +0000)]
Move if_dl.h include to machine-dependent headers
Ted Lemon [Thu, 16 May 1996 07:29:09 +0000 (07:29 +0000)]
Fix up pointer type incompatibility
Ted Lemon [Thu, 16 May 1996 07:28:40 +0000 (07:28 +0000)]
Traditionalize; change interface attach message
Ted Lemon [Thu, 16 May 1996 07:27:58 +0000 (07:27 +0000)]
SunOS Network Interface Tap support
Ted Lemon [Thu, 16 May 1996 07:27:23 +0000 (07:27 +0000)]
More informative interface attach message
Ted Lemon [Thu, 16 May 1996 07:26:52 +0000 (07:26 +0000)]
Traditionalize ANSI-only constructs; lose if UDP checksum is bad; remove non-portable if_dl.h include; add userland packet filter (yuk); ARPHRD_ETHER - not ETHERTYPE_IP!
Ted Lemon [Thu, 16 May 1996 07:23:04 +0000 (07:23 +0000)]
Add struct-vs-array compatibility macros for jmp_buf and ether_[sd]host
Ted Lemon [Thu, 16 May 1996 07:22:00 +0000 (07:22 +0000)]
Fix up pointer type mismatch
Ted Lemon [Thu, 16 May 1996 07:21:29 +0000 (07:21 +0000)]
Fix up array reference
Ted Lemon [Thu, 16 May 1996 07:20:51 +0000 (07:20 +0000)]
Add strerror() function if needed; account for lack of snprintf support
Ted Lemon [Thu, 16 May 1996 07:20:15 +0000 (07:20 +0000)]
Add support for SysV poll syscall; traditionalize ANSI-only construct
Ted Lemon [Thu, 16 May 1996 07:18:45 +0000 (07:18 +0000)]
Define cdefs before osdeps; macrofy a couple of prototypes
Ted Lemon [Thu, 16 May 1996 07:17:40 +0000 (07:17 +0000)]
Change network range
Ted Lemon [Thu, 16 May 1996 07:17:23 +0000 (07:17 +0000)]
Unlink dhcpd.pid file before writing so that we don't leave garbage at the end
Ted Lemon [Thu, 16 May 1996 07:15:28 +0000 (07:15 +0000)]
fix up char declarations; don't dump packets unless DEBUG_PACKET defined
Ted Lemon [Thu, 16 May 1996 07:12:57 +0000 (07:12 +0000)]
jmp_buf could be struct or array - macrofy references so that can be configurable; fix pointer incompatibilities
Ted Lemon [Thu, 16 May 1996 07:10:39 +0000 (07:10 +0000)]
Move ifdefs so compiles on incompatible systems don't break; print more informative interface attach messages; snprintf lossage
Ted Lemon [Thu, 16 May 1996 07:08:59 +0000 (07:08 +0000)]
Update object list; stop building dhclient; add LIBS variable
Ted Lemon [Thu, 16 May 1996 07:03:57 +0000 (07:03 +0000)]
Add NIT object; screw up dhclient build
Ted Lemon [Mon, 13 May 1996 00:10:37 +0000 (00:10 +0000)]
Define default network API to use
Ted Lemon [Mon, 13 May 1996 00:08:05 +0000 (00:08 +0000)]
Rewrite socket code to support new network abstraction
Ted Lemon [Mon, 13 May 1996 00:07:15 +0000 (00:07 +0000)]
Raw socket interface
Ted Lemon [Mon, 13 May 1996 00:06:44 +0000 (00:06 +0000)]
Use note() to do raw dumps, not fprintf
Ted Lemon [Mon, 13 May 1996 00:06:06 +0000 (00:06 +0000)]
Complete rewrite of Archie Cobbs' low-level packet assembly code; add packet disassembly code
Ted Lemon [Mon, 13 May 1996 00:05:01 +0000 (00:05 +0000)]
Include site.h file for choosing networking code; set default if none chosen in site.h; expand shorthand declarations
Ted Lemon [Mon, 13 May 1996 00:03:48 +0000 (00:03 +0000)]
Move interface_info struct to dhcpd.h