summaryrefslogtreecommitdiff
path: root/server/bootp.c
Commit message (Collapse)AuthorAgeFilesLines
* [#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
| | | | Merges in rt36233.
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* -n [master]Shawn Routhier2013-08-271-18/+15
| | | | | | | | | | | [rt27912] Add code to suppor on {commit expiry release} statements for DHCPv6. There are several pieces to this change 1) Add space in the iasubopt structure to hold the statement pointers 2) Update the execute code to fill in the structures as necessary 3) Execute the statements when appropriate Many of the changes in the non-v6 code are to pass the v6 structures around to the execute code.
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-101-14/+16
| | | | | | several compiler issues (some dereferences of NULL and treating an int as a boolean). [ISC-Bugs #26203]
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-8/+21
| | | | gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
* 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
| | | | for new web site as appropirate.
* - Compliation warnings on GCC 4.3 relating to bootp source addressDavid Hankins2008-08-201-1/+7
| | | | selection were repaired. [ISC-Bugs #18520]
* - Reworked cons_options() and store_options() to fix a bufferEvan Hunt2007-10-261-1/+1
| | | | | | overflow that could result in a DoS (CVS 2007-0062). Also general code tidying. [rt17090] - Also fixed a spurious error message on the client. [rt17250]
* - 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
| | | | See RT ticket #16988 for more.
* Copyright++David Hankins2007-05-191-2/+2
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+2
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* 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
| | | | | supported. This is a milestone in acheiving RFC 3925 "VIVSO" and DHCPv6 support. [ISC-Bugs #15979]
* - The IO system now tracks all local IP addresses, so that the DHCPDavid Hankins2006-02-271-6/+9
| | | | | | applications (particularly the dhcrelay) can discern between what frames were tranmsitted to it, and what frames are being carried through it which it should not intercept. [ISC-Bugs #15573]
* 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
| | | | now synced as of tag V3-0-3-BETA-1.
* 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
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* 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
| | | | | - Fix a long-standing bug where the server would not broadcast responses to BOOTP clients even if asked to do so.
* Do classing for BOOTP clients as well as DHCP clients.Ted Lemon1999-06-101-4/+12
|
* - Fix up cases where server option lookups were being done in the DHCP optionTed Lemon1999-05-271-7/+7
| | | | space.