summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release notes for 1.0p2V1-0-2Ted Lemon1998-06-251-4/+17
* Handle linux 1.0 vs. 2.0 compile problems.Ted Lemon1998-06-251-2/+9
* Fix ancient typoTed Lemon1998-06-251-4/+4
* Align packet input buffer. Pass packet structure to do_packet instead of ra...Ted Lemon1998-06-251-15/+20
* Fix up do_packet prototypeTed Lemon1998-06-251-1/+1
* Add support to differentiate between Linux versions.Ted Lemon1998-06-252-5/+37
* Fix stupid bootp botchTed Lemon1998-06-081-2/+2
* Update for 1.0pl1V1-0-1Ted Lemon1998-05-181-4/+18
* Don't mention BPF or NIT in multiple-interface socket error message. = -> ==Ted Lemon1998-05-181-9/+5
* Fix possible priority_list and buffer array overrunsTed Lemon1998-05-181-7/+10
* Add argument to cons_options to set a flag indicating whether or not this is ...Ted Lemon1997-12-111-3/+6
* Adjust prototype for cons_options.Ted Lemon1997-12-111-1/+1
* Document token-ring hardware typeTed Lemon1997-12-111-3/+3
* Define length of bootp options fieldTed Lemon1997-12-111-0/+1
* Rearrange cons_options calls to support bootpp argument, so that a short opti...Ted Lemon1997-12-111-4/+7
* Add bootpp arg to cons_options callTed Lemon1997-12-111-2/+2
* Document route hack for HP-UX 9.xTed Lemon1997-12-111-0/+13
* This commit was manufactured by cvs2git to create branch 'RELEASE_1'.V1-0-0cvs2git1997-12-063-0/+5114
|\
| * BOOTP Protocol specificationTed Lemon1997-12-061-0/+684
| * Current DHCP Options specificationTed Lemon1997-12-061-0/+1907
| * Current DHCP protocol specificationTed Lemon1997-12-061-0/+2523
| * file rfc2131.txt was initially added on branch RELEASE_1.Ted Lemon1997-12-060-0/+0
| * Update for 2.0 Beta 1Ted Lemon1997-12-061-0/+9
| * NAK if a client requests an address that we own but can't give to it.Ted Lemon1997-12-061-1/+8
| * Ignore lines in resolv.conf whose first token isn't recognized.Ted Lemon1997-12-061-2/+3
| * Handle token ring...Ted Lemon1997-12-061-1/+11
| * Cast pid_t up to long so that printf will work on systems where it's long and...Ted Lemon1997-12-062-4/+4
| * Document Linux 2.1 version that supports SO_BINDTODEVICETed Lemon1997-12-061-3/+2
| * Document changes in current snapshot since June.DHCP-971202Ted Lemon1997-12-021-12/+103
| * If we're responding to a BOOTP request, hunt for a lease that's applicable - ...Ted Lemon1997-12-021-6/+12
| * Copy the hardware address into the static lease structure so that it can be u...Ted Lemon1997-12-021-13/+21
| * Create database with mode 0664 & ~umask, not 0666 & ~umask.Ted Lemon1997-12-021-3/+8
| * If we find more than one lease for the same client on the same network, give ...Ted Lemon1997-12-021-2/+21
| * Document Linux 2.1.x bootp agent screwTed Lemon1997-12-021-2/+11
| * Fix DHCPRELEASE handling to conform to specTed Lemon1997-11-291-11/+29
| * Always print two digits for day and month in leases.Ted Lemon1997-11-291-3/+3
| * If AF_LINK is defined, need to include if_dl.hTed Lemon1997-11-291-0/+6
| * Don't use sun_len on systems that don't support itTed Lemon1997-11-293-12/+24
| * %02x, not %2.2xTed Lemon1997-11-291-2/+2
| * Test return value of socket for <0, not ==0 to indicate failure.Ted Lemon1997-11-291-2/+2
| * Use ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized. errno, ...Ted Lemon1997-11-291-3/+3
| * Update READMEDHCP-971122Ted Lemon1997-11-221-38/+49
| * Add a caveat that this doesn't include everythingTed Lemon1997-11-221-0/+6
| * Update release notes (lose obsolete cruft about old lease database formats)Ted Lemon1997-11-221-189/+42
| * new catted man pageTed Lemon1997-11-221-42/+42
| * Document -q. Fix typos/pastos. Reword some bad stuff. Fix SEE ALSOTed Lemon1997-11-221-4/+15
| * Daemonize by default. Fix a couple of uninitialized automatic variables. ...Ted Lemon1997-11-221-17/+59
| * Name server definitionsTed Lemon1997-11-221-0/+237
| * Override default value for _PATH_DHCRELAY_PIDTed Lemon1997-11-229-2/+27
| * Set a default value for _PATH_DHCRELAY_PIDTed Lemon1997-11-221-0/+4