summaryrefslogtreecommitdiff
path: root/server/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-2/+2
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-1/+29
* [master] Add use-host-decl-names support to BOOTPThomas Markwalder2014-10-271-23/+34
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-08-271-18/+15
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-101-14/+16
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-8/+21
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Compliation warnings on GCC 4.3 relating to bootp source addressDavid Hankins2008-08-201-1/+7
* - Reworked cons_options() and store_options() to fix a bufferEvan Hunt2007-10-261-1/+1
* - Dynamic BOOTP leases are now load balanced in failover. [ISC-Bugs #17079]David Hankins2007-10-031-5/+33
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-5/+0
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-7/+9
* Removing the new I/O changes from HEAD. [ISC-Bugs #16328]David Hankins2006-08-091-9/+6
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-3/+4
* - The IO system now tracks all local IP addresses, so that the DHCPDavid Hankins2006-02-271-6/+9
* Merge changes between 3.0.3b1 and 3.0.3rc1 to HEAD.HEAD-MERGE-V3-0-3RC1David Hankins2005-07-071-63/+41
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-35/+28
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-3/+8
* Sync with 3.0rc7Ted Lemon2001-05-171-5/+2
* Add hook for tracing.Ted Lemon2001-02-121-1/+5
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-9/+21
* Fix up calls to cons_options.Ted Lemon2000-10-101-2/+3
* Fix an oversight in the htype+haddr->hbuf conversionTed Lemon2000-09-201-2/+2
* Finished up function call support.Damien Neil2000-08-281-5/+9
* Add argument to find_lease.Ted Lemon2000-08-241-2/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-30/+53
* Adjust call to allocate_lease().Ted Lemon2000-05-031-2/+4
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add extra arg to ack_lease.Ted Lemon2000-02-071-3/+3
* New malloc debug scheme. Support variable scoping.Ted Lemon2000-01-251-23/+32
* Support new struct hardware.Ted Lemon2000-01-051-4/+4
* Add (and use) ignore option to boolean evals.Ted Lemon1999-10-211-7/+10
* Handle 'allow bootp' and 'allow booting' correctly. Unicast if possible.Ted Lemon1999-10-201-11/+18
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-2/+2
* - Rototill function prototypes.Ted Lemon1999-07-311-10/+16
* Brian Murrel's latest dns update implementation - more programmability.Ted Lemon1999-07-191-2/+2
* Add support for 'on commit'.Ted Lemon1999-07-181-1/+8
* Use limited_broadcast global instead of INADDR_BROADCAST.Ted Lemon1999-07-061-2/+2
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-12/+13
* Fix a parenthetification error.Ted Lemon1999-07-011-3/+3
* - Support always-broadcast flag.Ted Lemon1999-06-221-2/+9
* Do classing for BOOTP clients as well as DHCP clients.Ted Lemon1999-06-101-4/+12