]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
28 years agodispatch() now takes an argument indicating whether to decode the packet or just...
Ted Lemon [Sat, 22 Feb 1997 08:34:16 +0000 (08:34 +0000)] 
dispatch() now takes an argument indicating whether to decode the packet or just call relay(); save the first ip address we encounter for each interface as the primary address.

28 years agopretty_print_options now optionally seperates array elements with comma, and now...
Ted Lemon [Sat, 22 Feb 1997 08:32:05 +0000 (08:32 +0000)] 
pretty_print_options now optionally seperates array elements with comma, and now encloses text strings in quotes

28 years agoerror() now logs a message simply indicating that it is exiting.
Ted Lemon [Sat, 22 Feb 1997 08:30:13 +0000 (08:30 +0000)] 
error() now logs a message simply indicating that it is exiting.

28 years agoAdd some new tokens
Ted Lemon [Sat, 22 Feb 1997 08:29:24 +0000 (08:29 +0000)] 
Add some new tokens

28 years agoAdd target for dhcrelay
Ted Lemon [Sat, 22 Feb 1997 08:29:03 +0000 (08:29 +0000)] 
Add target for dhcrelay

28 years agoRun as daemon after first binding; don't record leases defined in config file; rememb...
Ted Lemon [Wed, 19 Feb 1997 10:57:24 +0000 (10:57 +0000)] 
Run as daemon after first binding; don't record leases defined in config file; remember leases even if the interface to which they're attached isn't presently configured; preferentially select a lease offer if it's for the address we asked for; if we don't successfully bind, iterate through list of remembered leases and see if one works; arp for lease before accepting it and send dhcpdecline if it's bogus; various bug fixes

28 years agoParse arrays correctly; modify parse_X behaviour to facilitate this
Ted Lemon [Wed, 19 Feb 1997 10:53:16 +0000 (10:53 +0000)] 
Parse arrays correctly; modify parse_X behaviour to facilitate this

28 years agoUpdate prototypes
Ted Lemon [Wed, 19 Feb 1997 10:52:37 +0000 (10:52 +0000)] 
Update prototypes

28 years agoSeperate array elements with commas when pretty-printing
Ted Lemon [Wed, 19 Feb 1997 10:52:14 +0000 (10:52 +0000)] 
Seperate array elements with commas when pretty-printing

28 years agoRestructure to allow interface reinitialization
Ted Lemon [Wed, 19 Feb 1997 10:51:44 +0000 (10:51 +0000)] 
Restructure to allow interface reinitialization

28 years agoAdd install target for dhclient
Ted Lemon [Wed, 19 Feb 1997 10:51:29 +0000 (10:51 +0000)] 
Add install target for dhclient

28 years agoselect(2) has been deprecated in favor of poll(2).
Ted Lemon [Wed, 19 Feb 1997 10:51:10 +0000 (10:51 +0000)] 
select(2) has been deprecated in favor of poll(2).

28 years agoUse local_port and remote_port instead of server_port
Ted Lemon [Wed, 19 Feb 1997 10:50:40 +0000 (10:50 +0000)] 
Use local_port and remote_port instead of server_port

28 years agoAdd definitions for DHCP Client data files
Ted Lemon [Tue, 18 Feb 1997 14:34:14 +0000 (14:34 +0000)] 
Add definitions for DHCP Client data files

28 years agoAdd support for timeouts; add support for scanning interfaces before they have addres...
Ted Lemon [Tue, 18 Feb 1997 14:33:43 +0000 (14:33 +0000)] 
Add support for timeouts; add support for scanning interfaces before they have addresses assigned.

28 years agoUse local_port and remote_port instead of server_port and server_port + 1
Ted Lemon [Tue, 18 Feb 1997 14:32:51 +0000 (14:32 +0000)] 
Use local_port and remote_port instead of server_port and server_port + 1

28 years agoAdd DHCP client tokens
Ted Lemon [Tue, 18 Feb 1997 14:32:30 +0000 (14:32 +0000)] 
Add DHCP client tokens

28 years agoAdjust object file lists to support parsing DHCP client config files
Ted Lemon [Tue, 18 Feb 1997 14:32:01 +0000 (14:32 +0000)] 
Adjust object file lists to support parsing DHCP client config files

28 years agoChange calling conventions for cons_options so that DHCP client doesn't have to dummy...
Ted Lemon [Tue, 18 Feb 1997 14:28:54 +0000 (14:28 +0000)] 
Change calling conventions for cons_options so that DHCP client doesn't have to dummy up a packet

28 years agoParser for DHCP client config files
Ted Lemon [Tue, 18 Feb 1997 14:27:53 +0000 (14:27 +0000)] 
Parser for DHCP client config files

28 years agoMove common parsing functions into a seperate file, so the DHCP client and server...
Ted Lemon [Tue, 18 Feb 1997 14:27:33 +0000 (14:27 +0000)] 
Move common parsing functions into a seperate file, so the DHCP client and server don't have to share *all* their parsing code

28 years agoRewrite DHCP client to use the same API that the DHCP server uses.
Ted Lemon [Tue, 18 Feb 1997 14:26:11 +0000 (14:26 +0000)] 
Rewrite DHCP client to use the same API that the DHCP server uses.

28 years agoFix broadcast bug
Ted Lemon [Fri, 3 Jan 1997 11:39:27 +0000 (11:39 +0000)] 
Fix broadcast bug

28 years agoInitial merge of Poger dhclient and linux hacks
Ted Lemon [Thu, 2 Jan 1997 12:00:19 +0000 (12:00 +0000)] 
Initial merge of Poger dhclient and linux hacks

28 years agoFix bug in classing code
Ted Lemon [Tue, 31 Dec 1996 02:02:54 +0000 (02:02 +0000)] 
Fix bug in classing code

28 years agoInitialize declaration variable
Ted Lemon [Tue, 31 Dec 1996 02:01:28 +0000 (02:01 +0000)] 
Initialize declaration variable

28 years agoFix case where dynamic BOOTP for a known client with no applicable fixed address...
Ted Lemon [Tue, 31 Dec 1996 02:00:33 +0000 (02:00 +0000)] 
Fix case where dynamic BOOTP for a known client with no applicable fixed address was failing

28 years agoreplace ARPHRD with HTYPE
Ted Lemon [Fri, 8 Nov 1996 20:09:41 +0000 (20:09 +0000)] 
replace ARPHRD with HTYPE

28 years agoDon't try to supersede static leases
Ted Lemon [Fri, 8 Nov 1996 20:09:10 +0000 (20:09 +0000)] 
Don't try to supersede static leases

28 years agoReturn after rejecting unknown BOOTP client
Ted Lemon [Fri, 8 Nov 1996 20:08:34 +0000 (20:08 +0000)] 
Return after rejecting unknown BOOTP client

28 years agoLog messages to stderr, not stdout.
Ted Lemon [Fri, 8 Nov 1996 20:07:31 +0000 (20:07 +0000)] 
Log messages to stderr, not stdout.

28 years agoRemove dynamic bootp conflict checker; parse true booleans correctly
Ted Lemon [Fri, 13 Sep 1996 18:58:20 +0000 (18:58 +0000)] 
Remove dynamic bootp conflict checker; parse true booleans correctly

28 years agoUpdate boot-unknown-clients documentation
Ted Lemon [Thu, 12 Sep 1996 22:24:15 +0000 (22:24 +0000)] 
Update boot-unknown-clients documentation

28 years agoAllow restricted dynamic bootp for known bootp hosts
Ted Lemon [Thu, 12 Sep 1996 22:22:18 +0000 (22:22 +0000)] 
Allow restricted dynamic bootp for known bootp hosts

28 years agoClose std{in,out,err} when daemonizing
Ted Lemon [Thu, 12 Sep 1996 09:28:13 +0000 (09:28 +0000)] 
Close std{in,out,err} when daemonizing

28 years agodiscover_interfaces() needs to behave differently for client and server
Ted Lemon [Wed, 11 Sep 1996 20:27:07 +0000 (20:27 +0000)] 
discover_interfaces() needs to behave differently for client and server

28 years agodiscover_interfaces() needs to behave differently for client and server
Ted Lemon [Wed, 11 Sep 1996 18:53:33 +0000 (18:53 +0000)] 
discover_interfaces() needs to behave differently for client and server

28 years agoFix case statement
Ted Lemon [Wed, 11 Sep 1996 18:41:23 +0000 (18:41 +0000)] 
Fix case statement

28 years agoSupport for Sun C Compiler
Ted Lemon [Wed, 11 Sep 1996 18:31:46 +0000 (18:31 +0000)] 
Support for Sun C Compiler

28 years agoDon't redefine _PATH_DHCPD_xxx
Ted Lemon [Wed, 11 Sep 1996 06:36:57 +0000 (06:36 +0000)] 
Don't redefine _PATH_DHCPD_xxx

28 years agoLinux portability hacks
Ted Lemon [Wed, 11 Sep 1996 06:36:41 +0000 (06:36 +0000)] 
Linux portability hacks

28 years agoDon't use server-identifier to initialize next_server
Ted Lemon [Wed, 11 Sep 1996 06:36:17 +0000 (06:36 +0000)] 
Don't use server-identifier to initialize next_server

28 years agodmalloc already zeros allocated memory
Ted Lemon [Wed, 11 Sep 1996 06:35:16 +0000 (06:35 +0000)] 
dmalloc already zeros allocated memory

28 years agoAdd unknown options to end of option priority list
Ted Lemon [Wed, 11 Sep 1996 06:34:25 +0000 (06:34 +0000)] 
Add unknown options to end of option priority list

28 years agoSupport for Sun compiler on Solaris
Ted Lemon [Wed, 11 Sep 1996 05:53:58 +0000 (05:53 +0000)] 
Support for Sun compiler on Solaris

28 years agobuf doesn't need to be static
Ted Lemon [Wed, 11 Sep 1996 05:53:32 +0000 (05:53 +0000)] 
buf doesn't need to be static

28 years agoAdd argument to cons_options; clean up some old junk
Ted Lemon [Wed, 11 Sep 1996 05:53:06 +0000 (05:53 +0000)] 
Add argument to cons_options; clean up some old junk

28 years agoNotice if client is NUL-terminating strings, and if it is, NUL-terminate them back.
Ted Lemon [Wed, 11 Sep 1996 05:52:18 +0000 (05:52 +0000)] 
Notice if client is NUL-terminating strings, and if it is, NUL-terminate them back.

28 years agoAdd argument to cons_options
Ted Lemon [Wed, 11 Sep 1996 05:51:25 +0000 (05:51 +0000)] 
Add argument to cons_options

28 years agoclarify
Ted Lemon [Wed, 11 Sep 1996 05:50:03 +0000 (05:50 +0000)] 
clarify

28 years agoFix usage nit
Ted Lemon [Mon, 9 Sep 1996 07:05:49 +0000 (07:05 +0000)] 
Fix usage nit

28 years agoFix stupid oversight in hash_delete - thanks to Jon Grubbs for finding this
Ted Lemon [Mon, 9 Sep 1996 07:04:45 +0000 (07:04 +0000)] 
Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding this

28 years agoAdd use-host-decl-names keyword
Ted Lemon [Mon, 9 Sep 1996 07:04:29 +0000 (07:04 +0000)] 
Add use-host-decl-names keyword

28 years agoApply some changes Christoph asked for
Ted Lemon [Thu, 5 Sep 1996 23:57:56 +0000 (23:57 +0000)] 
Apply some changes Christoph asked for

28 years agoFix printf warnings
Ted Lemon [Thu, 5 Sep 1996 23:57:33 +0000 (23:57 +0000)] 
Fix printf warnings

28 years agoFix up a couple of places where ic_timeout wasn't initialized in strioctl structs
Ted Lemon [Thu, 5 Sep 1996 23:56:52 +0000 (23:56 +0000)] 
Fix up a couple of places where ic_timeout wasn't initialized in strioctl structs

28 years agoFix opening comment; require a subnet decl for every interface; remove warning about...
Ted Lemon [Thu, 5 Sep 1996 23:55:39 +0000 (23:55 +0000)] 
Fix opening comment; require a subnet decl for every interface; remove warning about missing aliases on shared networks

28 years agoDocument new netmask behaviour; document new requirement that all interfaces correspo...
Ted Lemon [Thu, 5 Sep 1996 23:54:39 +0000 (23:54 +0000)] 
Document new netmask behaviour; document new requirement that all interfaces correspond to a declared subnet

28 years agoFix syntax botch in host decl example
Ted Lemon [Thu, 5 Sep 1996 23:53:18 +0000 (23:53 +0000)] 
Fix syntax botch in host decl example

28 years agomockup_lease() now supplies uid info if present; supply subnet mask from subnet decl...
Ted Lemon [Thu, 5 Sep 1996 23:52:10 +0000 (23:52 +0000)] 
mockup_lease() now supplies uid info if present; supply subnet mask from subnet decl if not defined as an option; fix lease time blooper; provide T1 and T2 lease times

28 years agoWarn Linux users of database move
Ted Lemon [Thu, 5 Sep 1996 23:48:45 +0000 (23:48 +0000)] 
Warn Linux users of database move

28 years agoHacks for Linux
Ted Lemon [Thu, 5 Sep 1996 23:48:00 +0000 (23:48 +0000)] 
Hacks for Linux

28 years agoAll unnamed options now take the X format, which means either an ASCII string or...
Ted Lemon [Wed, 4 Sep 1996 07:07:52 +0000 (07:07 +0000)] 
All unnamed options now take the X format, which means either an ASCII string or a series of hexadecimal octets seperated by colons.

28 years agoPut uio.h include within ifdef
Ted Lemon [Wed, 4 Sep 1996 07:06:39 +0000 (07:06 +0000)] 
Put uio.h include within ifdef

28 years agoWork around sed/POSIX bogosity
Ted Lemon [Wed, 4 Sep 1996 07:06:18 +0000 (07:06 +0000)] 
Work around sed/POSIX bogosity

28 years agoOops - debug faux pas
Ted Lemon [Mon, 2 Sep 1996 21:37:57 +0000 (21:37 +0000)] 
Oops - debug faux pas

28 years agostrncasecmp takes *three* arguments...
Ted Lemon [Mon, 2 Sep 1996 21:18:00 +0000 (21:18 +0000)] 
strncasecmp takes *three* arguments...

28 years agoRemove dead vars
Ted Lemon [Mon, 2 Sep 1996 21:17:26 +0000 (21:17 +0000)] 
Remove dead vars

28 years agoSupport for -lf and -cf flags; debogosify DEBUG behaviour
Ted Lemon [Mon, 2 Sep 1996 21:16:55 +0000 (21:16 +0000)] 
Support for -lf and -cf flags; debogosify DEBUG behaviour

28 years agoSupport for -lf and -cf flags
Ted Lemon [Mon, 2 Sep 1996 21:16:25 +0000 (21:16 +0000)] 
Support for -lf and -cf flags

28 years agoDon't do syslog() when DEBUG is defined
Ted Lemon [Mon, 2 Sep 1996 21:15:27 +0000 (21:15 +0000)] 
Don't do syslog() when DEBUG is defined

28 years agoDon't attach to unconfigured interfaces
Ted Lemon [Mon, 2 Sep 1996 21:15:17 +0000 (21:15 +0000)] 
Don't attach to unconfigured interfaces

28 years agoImprove error messages
Ted Lemon [Mon, 2 Sep 1996 21:14:58 +0000 (21:14 +0000)] 
Improve error messages

28 years agoOops
Ted Lemon [Sat, 31 Aug 1996 00:48:48 +0000 (00:48 +0000)] 
Oops

28 years agoRemove dead local vars
Ted Lemon [Fri, 30 Aug 1996 23:41:07 +0000 (23:41 +0000)] 
Remove dead local vars

28 years agoUse a full-sized int to bounds-check port number
Ted Lemon [Fri, 30 Aug 1996 23:40:28 +0000 (23:40 +0000)] 
Use a full-sized int to bounds-check port number

28 years agoRemove dead local variables; fix shared-network subnet list code
Ted Lemon [Fri, 30 Aug 1996 23:39:37 +0000 (23:39 +0000)] 
Remove dead local variables; fix shared-network subnet list code

28 years agoChanges requested by Brian Stecher
Ted Lemon [Fri, 30 Aug 1996 23:37:55 +0000 (23:37 +0000)] 
Changes requested by Brian Stecher

28 years agoRegenerated
Ted Lemon [Fri, 30 Aug 1996 20:33:04 +0000 (20:33 +0000)] 
Regenerated

28 years agoNotice and complain about conflicting subnets
Ted Lemon [Fri, 30 Aug 1996 20:14:03 +0000 (20:14 +0000)] 
Notice and complain about conflicting subnets

28 years agoDeclare root_group external
Ted Lemon [Thu, 29 Aug 1996 23:22:06 +0000 (23:22 +0000)] 
Declare root_group external

28 years agoFix erroneous hash search; use get-lease-hostnames parameter
Ted Lemon [Thu, 29 Aug 1996 23:03:19 +0000 (23:03 +0000)] 
Fix erroneous hash search; use get-lease-hostnames parameter

28 years agoAdd get-lease-hostnames parameter
Ted Lemon [Thu, 29 Aug 1996 23:02:40 +0000 (23:02 +0000)] 
Add get-lease-hostnames parameter

28 years agoFix logging to stderr
Ted Lemon [Thu, 29 Aug 1996 20:15:32 +0000 (20:15 +0000)] 
Fix logging to stderr

28 years agoFix signed/unsigned char type mismatch
Ted Lemon [Thu, 29 Aug 1996 20:12:37 +0000 (20:12 +0000)] 
Fix signed/unsigned char type mismatch

28 years agoType error
Ted Lemon [Thu, 29 Aug 1996 18:36:41 +0000 (18:36 +0000)] 
Type error

28 years agoRelease Notes
Ted Lemon [Thu, 29 Aug 1996 10:48:24 +0000 (10:48 +0000)] 
Release Notes

28 years agoMake sure specified UDP port is valid
Ted Lemon [Thu, 29 Aug 1996 09:55:52 +0000 (09:55 +0000)] 
Make sure specified UDP port is valid

28 years agoDon't proceed if errors are found in dhcpd.conf
Ted Lemon [Thu, 29 Aug 1996 09:49:53 +0000 (09:49 +0000)] 
Don't proceed if errors are found in dhcpd.conf

28 years agoAdd warning message about lease database format
Ted Lemon [Thu, 29 Aug 1996 09:46:14 +0000 (09:46 +0000)] 
Add warning message about lease database format

28 years agoadmonish users not to mess with network API
Ted Lemon [Thu, 29 Aug 1996 09:18:44 +0000 (09:18 +0000)] 
admonish users not to mess with network API

28 years agoAdd QNX support
Ted Lemon [Thu, 29 Aug 1996 09:18:05 +0000 (09:18 +0000)] 
Add QNX support

28 years agoRehash nomenclature
Ted Lemon [Thu, 29 Aug 1996 09:17:52 +0000 (09:17 +0000)] 
Rehash nomenclature

28 years agorehash nomenclature
Ted Lemon [Thu, 29 Aug 1996 09:16:49 +0000 (09:16 +0000)] 
rehash nomenclature

28 years agoUpdate documentation
Ted Lemon [Thu, 29 Aug 1996 09:16:14 +0000 (09:16 +0000)] 
Update documentation

28 years agoRemove unused variable
Ted Lemon [Thu, 29 Aug 1996 09:15:35 +0000 (09:15 +0000)] 
Remove unused variable

28 years agoRehash nomenclature; allow range declaration to take a single address
Ted Lemon [Thu, 29 Aug 1996 09:14:39 +0000 (09:14 +0000)] 
Rehash nomenclature; allow range declaration to take a single address

28 years agoRename ATOM to NAME
Ted Lemon [Thu, 29 Aug 1996 09:13:41 +0000 (09:13 +0000)] 
Rename ATOM to NAME

28 years agoAdd support for qnx
Ted Lemon [Thu, 29 Aug 1996 09:12:52 +0000 (09:12 +0000)] 
Add support for qnx

28 years agoBring README into 20th century
Ted Lemon [Thu, 29 Aug 1996 09:12:33 +0000 (09:12 +0000)] 
Bring README into 20th century