]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
27 years agoUse new_network_number, not new_network_address. Use search, not domain in /etc...
Ted Lemon [Mon, 12 Jan 1998 00:39:31 +0000 (00:39 +0000)] 
Use new_network_number, not new_network_address.   Use search, not domain in /etc/resolv.conf.

27 years agoAdd missing fi
Ted Lemon [Sun, 11 Jan 1998 22:25:43 +0000 (22:25 +0000)] 
Add missing fi

27 years agoFix up option declaration modifier documentation.
Ted Lemon [Sun, 11 Jan 1998 22:23:40 +0000 (22:23 +0000)] 
Fix up option declaration modifier documentation.

27 years agoDefine ssize_t and NEED_INET_ATON.
Ted Lemon [Wed, 17 Dec 1997 21:42:18 +0000 (21:42 +0000)] 
Define ssize_t and NEED_INET_ATON.

27 years agoDocument changes in Beta 1 (oops)
Ted Lemon [Thu, 11 Dec 1997 22:35:03 +0000 (22:35 +0000)] 
Document changes in Beta 1 (oops)

27 years agoDocument broadcast addr hack for HP-UX 9.x
Ted Lemon [Thu, 11 Dec 1997 22:33:35 +0000 (22:33 +0000)] 
Document broadcast addr hack for HP-UX 9.x

27 years agoCheck mktemp() return and die with error message if it's NULL
Ted Lemon [Tue, 9 Dec 1997 20:29:00 +0000 (20:29 +0000)] 
Check mktemp() return and die with error message if it's NULL

27 years agoUse yiaddr to transmit response to client
Ted Lemon [Tue, 9 Dec 1997 19:04:04 +0000 (19:04 +0000)] 
Use yiaddr to transmit response to client

27 years agoBOOTP Protocol specification
Ted Lemon [Sat, 6 Dec 1997 12:13:48 +0000 (12:13 +0000)] 
BOOTP Protocol specification

27 years agoCurrent DHCP Options specification
Ted Lemon [Sat, 6 Dec 1997 12:09:40 +0000 (12:09 +0000)] 
Current DHCP Options specification

27 years agoCurrent DHCP protocol specification
Ted Lemon [Sat, 6 Dec 1997 12:08:03 +0000 (12:08 +0000)] 
Current DHCP protocol specification

27 years agofile rfc2131.txt was initially added on branch RELEASE_1.
Ted Lemon [Sat, 6 Dec 1997 12:04:21 +0000 (12:04 +0000)] 
file rfc2131.txt was initially added on branch RELEASE_1.

27 years agoUpdate for 2.0 Beta 1
Ted Lemon [Sat, 6 Dec 1997 11:36:58 +0000 (11:36 +0000)] 
Update for 2.0 Beta 1

27 years agoNAK if a client requests an address that we own but can't give to it.
Ted Lemon [Sat, 6 Dec 1997 04:04:50 +0000 (04:04 +0000)] 
NAK if a client requests an address that we own but can't give to it.

27 years agoIgnore lines in resolv.conf whose first token isn't recognized.
Ted Lemon [Sat, 6 Dec 1997 04:04:07 +0000 (04:04 +0000)] 
Ignore lines in resolv.conf whose first token isn't recognized.

27 years agoHandle token ring...
Ted Lemon [Sat, 6 Dec 1997 04:03:37 +0000 (04:03 +0000)] 
Handle token ring...

27 years agoCast pid_t up to long so that printf will work on systems where it's long and not...
Ted Lemon [Sat, 6 Dec 1997 04:03:04 +0000 (04:03 +0000)] 
Cast pid_t up to long so that printf will work on systems where it's long and not int.

27 years agoDocument Linux 2.1 version that supports SO_BINDTODEVICE
Ted Lemon [Sat, 6 Dec 1997 04:01:54 +0000 (04:01 +0000)] 
Document Linux 2.1 version that supports SO_BINDTODEVICE

27 years agoDocument changes in current snapshot since June. DHCP-971202
Ted Lemon [Tue, 2 Dec 1997 10:31:24 +0000 (10:31 +0000)] 
Document changes in current snapshot since June.

27 years agoIf we're responding to a BOOTP request, hunt for a lease that's applicable - there...
Ted Lemon [Tue, 2 Dec 1997 09:28:08 +0000 (09:28 +0000)] 
If we're responding to a BOOTP request, hunt for a lease that's applicable - there might be more than one lease matching the network and the hardware address.

27 years agoCopy the hardware address into the static lease structure so that it can be used...
Ted Lemon [Tue, 2 Dec 1997 09:07:03 +0000 (09:07 +0000)] 
Copy the hardware address into the static lease structure so that it can be used later.

27 years agoCreate database with mode 0664 & ~umask, not 0666 & ~umask.
Ted Lemon [Tue, 2 Dec 1997 07:44:56 +0000 (07:44 +0000)] 
Create database with mode 0664 & ~umask, not 0666 & ~umask.

27 years agoIf we find more than one lease for the same client on the same network, give it the...
Ted Lemon [Tue, 2 Dec 1997 07:43:56 +0000 (07:43 +0000)] 
If we find more than one lease for the same client on the same network, give it the one it asked for.

27 years agoDocument Linux 2.1.x bootp agent screw
Ted Lemon [Tue, 2 Dec 1997 07:42:21 +0000 (07:42 +0000)] 
Document Linux 2.1.x bootp agent screw

27 years agoFix DHCPRELEASE handling to conform to spec
Ted Lemon [Sat, 29 Nov 1997 07:57:02 +0000 (07:57 +0000)] 
Fix DHCPRELEASE handling to conform to spec

27 years agoAlways print two digits for day and month in leases.
Ted Lemon [Sat, 29 Nov 1997 07:53:53 +0000 (07:53 +0000)] 
Always print two digits for day and month in leases.

27 years agoIf AF_LINK is defined, need to include if_dl.h
Ted Lemon [Sat, 29 Nov 1997 07:53:12 +0000 (07:53 +0000)] 
If AF_LINK is defined, need to include if_dl.h

27 years agoDon't use sun_len on systems that don't support it
Ted Lemon [Sat, 29 Nov 1997 07:52:33 +0000 (07:52 +0000)] 
Don't use sun_len on systems that don't support it

27 years ago%02x, not %2.2x
Ted Lemon [Sat, 29 Nov 1997 07:52:10 +0000 (07:52 +0000)] 
%02x, not %2.2x

27 years agoTest return value of socket for <0, not ==0 to indicate failure.
Ted Lemon [Sat, 29 Nov 1997 07:51:49 +0000 (07:51 +0000)] 
Test return value of socket for <0, not ==0 to indicate failure.

27 years agoUse ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized. errno, not...
Ted Lemon [Sat, 29 Nov 1997 07:51:09 +0000 (07:51 +0000)] 
Use ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized.   errno, not ERRNO.

27 years agoUpdate README DHCP-971122
Ted Lemon [Sat, 22 Nov 1997 08:45:04 +0000 (08:45 +0000)] 
Update README

27 years agoAdd a caveat that this doesn't include everything
Ted Lemon [Sat, 22 Nov 1997 08:23:45 +0000 (08:23 +0000)] 
Add a caveat that this doesn't include everything

27 years agoUpdate release notes (lose obsolete cruft about old lease database formats)
Ted Lemon [Sat, 22 Nov 1997 08:18:16 +0000 (08:18 +0000)] 
Update release notes (lose obsolete cruft about old lease database formats)

27 years agonew catted man page
Ted Lemon [Sat, 22 Nov 1997 07:58:30 +0000 (07:58 +0000)] 
new catted man page

27 years agoDocument -q. Fix typos/pastos. Reword some bad stuff. Fix SEE ALSO
Ted Lemon [Sat, 22 Nov 1997 07:58:22 +0000 (07:58 +0000)] 
Document -q.  Fix typos/pastos.   Reword some bad stuff.   Fix SEE ALSO

27 years agoDaemonize by default. Fix a couple of uninitialized automatic variables. Add...
Ted Lemon [Sat, 22 Nov 1997 07:55:36 +0000 (07:55 +0000)] 
Daemonize by default.   Fix a couple of uninitialized automatic variables.   Add -q flag which shuts up interface status printout.   Write a pid file.

27 years agoName server definitions
Ted Lemon [Sat, 22 Nov 1997 07:54:19 +0000 (07:54 +0000)] 
Name server definitions

27 years agoOverride default value for _PATH_DHCRELAY_PID
Ted Lemon [Sat, 22 Nov 1997 07:52:43 +0000 (07:52 +0000)] 
Override default value for _PATH_DHCRELAY_PID

27 years agoSet a default value for _PATH_DHCRELAY_PID
Ted Lemon [Sat, 22 Nov 1997 07:52:16 +0000 (07:52 +0000)] 
Set a default value for _PATH_DHCRELAY_PID

27 years agoFix typo in comment.
Ted Lemon [Sat, 22 Nov 1997 07:51:38 +0000 (07:51 +0000)] 
Fix typo in comment.

27 years agonew catted man page
Ted Lemon [Sat, 22 Nov 1997 07:51:02 +0000 (07:51 +0000)] 
new catted man page

27 years agonew catted man pages
Ted Lemon [Sat, 22 Nov 1997 07:15:53 +0000 (07:15 +0000)] 
new catted man pages

27 years agoAdd dhcpd.leases man page. Globalize sed scripts on man pages.
Ted Lemon [Sat, 22 Nov 1997 07:14:58 +0000 (07:14 +0000)] 
Add dhcpd.leases man page.   Globalize sed scripts on man pages.

27 years agonew catted man pages
Ted Lemon [Sat, 22 Nov 1997 07:10:40 +0000 (07:10 +0000)] 
new catted man pages

27 years agoFix errors mentioned by cgd. s/dhcp(5)/dhcp-options(5)/ Fix SEE ALSO.
Ted Lemon [Sat, 22 Nov 1997 07:10:15 +0000 (07:10 +0000)] 
Fix errors mentioned by cgd.   s/dhcp(5)/dhcp-options(5)/   Fix SEE ALSO.

27 years agoMove BUGS up. Add FILES section documenting location of script files in distribution
Ted Lemon [Sat, 22 Nov 1997 07:09:37 +0000 (07:09 +0000)] 
Move BUGS up.   Add FILES section documenting location of script files in distribution

27 years agoglobalize sed commands on man pages
Ted Lemon [Sat, 22 Nov 1997 07:08:36 +0000 (07:08 +0000)] 
globalize sed commands on man pages

27 years agocatted man page for nroff-less systems
Ted Lemon [Sat, 22 Nov 1997 07:06:23 +0000 (07:06 +0000)] 
catted man page for nroff-less systems

27 years agocatted man pages, for machines that don't have troff/nroff
Ted Lemon [Sat, 22 Nov 1997 07:04:24 +0000 (07:04 +0000)] 
catted man pages, for machines that don't have troff/nroff

27 years agoDHCP lease database description
Ted Lemon [Sat, 22 Nov 1997 06:43:37 +0000 (06:43 +0000)] 
DHCP lease database description

27 years agoBuild and install dhclient.leases man page
Ted Lemon [Sat, 22 Nov 1997 06:34:58 +0000 (06:34 +0000)] 
Build and install dhclient.leases man page

27 years agoDHCP Client lease database description
Ted Lemon [Sat, 22 Nov 1997 06:31:53 +0000 (06:31 +0000)] 
DHCP Client lease database description

27 years agoDon't echo ifconfig parameters - that was for debugging.
Ted Lemon [Sat, 22 Nov 1997 06:15:01 +0000 (06:15 +0000)] 
Don't echo ifconfig parameters - that was for debugging.

27 years agoDHCP client configuration script
Ted Lemon [Sat, 22 Nov 1997 06:13:54 +0000 (06:13 +0000)] 
DHCP client configuration script

27 years agoWrite an actual manual page
Ted Lemon [Sat, 22 Nov 1997 00:54:56 +0000 (00:54 +0000)] 
Write an actual manual page

27 years agoAdd prototype for broadcast_addr()
Ted Lemon [Sat, 22 Nov 1997 00:46:40 +0000 (00:46 +0000)] 
Add prototype for broadcast_addr()

27 years agoAdd broadcast_addr function which produces the broadcast address of a subnet given...
Ted Lemon [Sat, 22 Nov 1997 00:45:55 +0000 (00:45 +0000)] 
Add broadcast_addr function which produces the broadcast address of a subnet given the subnet number and subnet mask.

27 years agoMove dhcp option documentation to dhcp-options(5)
Ted Lemon [Sat, 22 Nov 1997 00:31:56 +0000 (00:31 +0000)] 
Move dhcp option documentation to dhcp-options(5)

27 years agoBuild and install dhcp-options.5
Ted Lemon [Fri, 21 Nov 1997 23:46:16 +0000 (23:46 +0000)] 
Build and install dhcp-options.5

27 years agoDocumentation for DHCP option declaration syntax
Ted Lemon [Fri, 21 Nov 1997 23:43:50 +0000 (23:43 +0000)] 
Documentation for DHCP option declaration syntax

27 years agobsd/os client script (pretty much identical to NetBSD)
Ted Lemon [Thu, 20 Nov 1997 04:37:20 +0000 (04:37 +0000)] 
bsd/os client script (pretty much identical to NetBSD)

27 years agoCheck if variables have value before doing set $variable
Ted Lemon [Thu, 20 Nov 1997 04:37:04 +0000 (04:37 +0000)] 
Check if variables have value before doing set $variable

27 years agoDon't need to compute network number or broadcast address anymore
Ted Lemon [Thu, 20 Nov 1997 04:36:13 +0000 (04:36 +0000)] 
Don't need to compute network number or broadcast address anymore

27 years agoCompute network number and (if not offered by server) broadcast address for linux...
Ted Lemon [Thu, 20 Nov 1997 04:19:21 +0000 (04:19 +0000)] 
Compute network number and (if not offered by server) broadcast address for linux client script

27 years agoFix up references
Ted Lemon [Wed, 29 Oct 1997 18:37:02 +0000 (18:37 +0000)] 
Fix up references

27 years agofix up name
Ted Lemon [Wed, 29 Oct 1997 18:35:50 +0000 (18:35 +0000)] 
fix up name

27 years agoSupport hostname keyword
Ted Lemon [Wed, 29 Oct 1997 18:32:53 +0000 (18:32 +0000)] 
Support hostname keyword

27 years agoFix up handling of hostname
Ted Lemon [Mon, 27 Oct 1997 20:22:40 +0000 (20:22 +0000)] 
Fix up handling of hostname

27 years agoFix up handling of hostname
Ted Lemon [Mon, 27 Oct 1997 20:16:26 +0000 (20:16 +0000)] 
Fix up handling of hostname

27 years agoFix spelling
Ted Lemon [Mon, 27 Oct 1997 20:13:21 +0000 (20:13 +0000)] 
Fix spelling

27 years agoDon't ping static leases - there's no persistent structure for them! NetBSD_1_3_Alpha
Ted Lemon [Mon, 20 Oct 1997 22:28:18 +0000 (22:28 +0000)] 
Don't ping static leases - there's no persistent structure for them!

27 years agoAdd notice of 2.0.31 release of Linux
Ted Lemon [Mon, 20 Oct 1997 22:14:17 +0000 (22:14 +0000)] 
Add notice of 2.0.31 release of Linux

27 years agosystat -> sysconf
Ted Lemon [Mon, 20 Oct 1997 22:11:44 +0000 (22:11 +0000)] 
systat -> sysconf

27 years agosystat -> sysconf
Ted Lemon [Mon, 20 Oct 1997 22:04:23 +0000 (22:04 +0000)] 
systat -> sysconf

27 years agoSystem Configuration notification protocol
Ted Lemon [Mon, 20 Oct 1997 21:58:56 +0000 (21:58 +0000)] 
System Configuration notification protocol

27 years agoUse local quiet flag and also set global quiet_interface_discovery flag with -q option
Ted Lemon [Mon, 20 Oct 1997 21:52:36 +0000 (21:52 +0000)] 
Use local quiet flag and also set global quiet_interface_discovery flag with -q option

27 years agoAdd quiet_interface_discovery variable
Ted Lemon [Mon, 20 Oct 1997 21:49:23 +0000 (21:49 +0000)] 
Add quiet_interface_discovery variable

27 years agoDefine quiet_interface_discovery. Don't consider EAGAIN or EINTR to be fatal in...
Ted Lemon [Mon, 20 Oct 1997 21:47:54 +0000 (21:47 +0000)] 
Define quiet_interface_discovery.   Don't consider EAGAIN or EINTR to be fatal in poll().

27 years agoDon't print startup banner if quiet_interface_discovery is set
Ted Lemon [Mon, 20 Oct 1997 21:47:15 +0000 (21:47 +0000)] 
Don't print startup banner if quiet_interface_discovery is set

27 years agoDocument -q flag
Ted Lemon [Mon, 20 Oct 1997 21:38:13 +0000 (21:38 +0000)] 
Document -q flag

27 years agoRearrange startup code so as to print everything before daemonizing; Don't spew copyr...
Ted Lemon [Mon, 20 Oct 1997 21:38:03 +0000 (21:38 +0000)] 
Rearrange startup code so as to print everything before daemonizing; Don't spew copyright message if quiet is set.

27 years agoBy default, do not leave scripts lying around in /tmp
Ted Lemon [Mon, 20 Oct 1997 21:35:34 +0000 (21:35 +0000)] 
By default, do not leave scripts lying around in /tmp

27 years agoAdd support for static routes
Ted Lemon [Mon, 20 Oct 1997 21:34:47 +0000 (21:34 +0000)] 
Add support for static routes

27 years agoPut hostname in quotes
Ted Lemon [Tue, 7 Oct 1997 19:59:31 +0000 (19:59 +0000)] 
Put hostname in quotes

27 years agoClarify single interface restriction
Ted Lemon [Tue, 7 Oct 1997 19:58:57 +0000 (19:58 +0000)] 
Clarify single interface restriction

27 years agoAdd NeXTSTEP documentation
Ted Lemon [Wed, 17 Sep 1997 00:26:09 +0000 (00:26 +0000)] 
Add NeXTSTEP documentation

27 years agoNextStep client script
Ted Lemon [Wed, 17 Sep 1997 00:23:46 +0000 (00:23 +0000)] 
NextStep client script

27 years agoNeXTstep configuration
Ted Lemon [Wed, 17 Sep 1997 00:22:18 +0000 (00:22 +0000)] 
NeXTstep configuration

27 years agoAdd nextstep configuration
Ted Lemon [Wed, 17 Sep 1997 00:21:45 +0000 (00:21 +0000)] 
Add nextstep configuration

27 years agoSystem status message relay daemon
Ted Lemon [Tue, 16 Sep 1997 18:21:11 +0000 (18:21 +0000)] 
System status message relay daemon

27 years agoStatus message transmitter
Ted Lemon [Tue, 16 Sep 1997 18:20:53 +0000 (18:20 +0000)] 
Status message transmitter

27 years agoPass flag to cons_options indicating whether this is BOOTP or DHCP. Change handling...
Ted Lemon [Tue, 16 Sep 1997 18:20:30 +0000 (18:20 +0000)] 
Pass flag to cons_options indicating whether this is BOOTP or DHCP.   Change handling of dynamic BOOTP packets.   Allow or deny booting based on vendor class if enabled.

27 years agoPass flag to cons_options indicating that this is a BOOTP packet
Ted Lemon [Tue, 16 Sep 1997 18:17:55 +0000 (18:17 +0000)] 
Pass flag to cons_options indicating that this is a BOOTP packet

27 years agoAdd HAVE_MKSTEMP flag
Ted Lemon [Tue, 16 Sep 1997 18:17:16 +0000 (18:17 +0000)] 
Add HAVE_MKSTEMP flag

27 years agoPrototype new functions. New argument for cons_options. New definitions for autom...
Ted Lemon [Tue, 16 Sep 1997 18:16:55 +0000 (18:16 +0000)] 
Prototype new functions.   New argument for cons_options.   New definitions for automatic/manual interface selection.

27 years agoSystem status message protocol
Ted Lemon [Tue, 16 Sep 1997 18:15:44 +0000 (18:15 +0000)] 
System status message protocol

27 years agoOnly use 64-byte option buffer for BOOTP packets
Ted Lemon [Tue, 16 Sep 1997 18:15:25 +0000 (18:15 +0000)] 
Only use 64-byte option buffer for BOOTP packets

27 years agoDon't exclude dynamic BOOTP from uid test (?)
Ted Lemon [Tue, 16 Sep 1997 18:14:18 +0000 (18:14 +0000)] 
Don't exclude dynamic BOOTP from uid test (?)

27 years agoIf sa_len is zero, skip interface. Add remove_protocol. Fix automatic/manual...
Ted Lemon [Tue, 16 Sep 1997 18:12:32 +0000 (18:12 +0000)] 
If sa_len is zero, skip interface.   Add remove_protocol.   Fix automatic/manual interface selection.