2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

4008 Commits

Author SHA1 Message Date
Thomas Markwalder
5fc79cfd68 [master] Pre-release tag prep for 4.3.3: version #, copyright etc... 2015-08-26 15:34:18 -04:00
Shawn Routhier
d69e527ce0 [master] Add section on ports to client and server man pages 2015-08-25 08:20:41 -07:00
Shawn Routhier
e690fa7c58 [master] Add comment that declines is only usable for v4 servers
[rt40206] Add comment that declines is only usable for v4 servers
2015-08-20 13:05:05 -07:00
Thomas Markwalder
6c8eb5442c [master] Added credit to 39978 in RELNOTES 2015-08-05 06:56:29 -04:00
Thomas Markwalder
f02df8e557 [master] Updated auto-generated files for 4.3.3b1 v4_3_3b1 2015-07-30 19:19:11 +00:00
Thomas Markwalder
74a01dbb9a [master] Pre-release tag prep for 4.3.3b1: version #, copyright etc... 2015-07-30 15:11:11 -04:00
Thomas Markwalder
253f67ae7f [master] Fixed broken build under HP-UX due to ldap.c inclusion of ifaddrs.h
Merges isn 40200.
2015-07-30 14:58:28 -04:00
Shawn Routhier
2932b357ce [master] add closing bracket to release note 2015-07-30 10:50:55 -07:00
Shawn Routhier
5bc0a4e19e [master] Add reporter to release note 2015-07-30 10:49:18 -07:00
Thomas Markwalder
405fccfc7b [master] Added LDAP contributor to release notes 2015-07-30 09:03:36 -04:00
Thomas Markwalder
db48f9275a [master] Updated RELNOTES with LDAP contributor 2015-07-29 16:21:34 -04:00
Thomas Markwalder
35b6560bd8 [master] Updated RELNOTES with LDAP contributors
Also added 1 line change to LDAP code for Marius.
2015-07-29 16:04:09 -04:00
Shawn Routhier
af25ded345 [master] Check that we were able to turn a packet into a lease.
Squashed commit of the following:

[rt39279] Check that we were able to turn a packet into a lease.
2015-07-29 10:56:26 -07:00
Thomas Markwalder
743d69375c [master] LDAP: Pathces, IPv6 support, GSSAPI support
Merges in 39056.
2015-07-29 13:32:16 -04:00
Thomas Markwalder
6a39bcf0be [master] Fixed server crash after billing class is deleted
Merges in rt39978.
2015-07-29 08:32:50 -04:00
Thomas Markwalder
673137b13a [master] Updated RELNOTES with reporter credit for #39314. 2015-07-21 06:39:40 -04:00
Shawn Routhier
7ef557023f [master] Relax restriction on prefix pools being within the subnet 2015-07-16 11:13:39 -07:00
Shawn Routhier
7a6c9368c9 [master] Add fchown to the paranoia patch
Add code to fchown the lease file to the paranoia patch to avoid
having issues with a file that the server can't manipulate.
2015-07-15 14:14:39 -07:00
Shawn Routhier
45c332f037 [master] Add code to parse a vendor option as directed by the user.
Add code to parse a vendor option.  It is structured as an action
in the config language.  When the statement is executed it attempts
to find a vendor option in the packet and a vendor option space
specified by the admin for use with that packet.  It then calls
the proper parse routine to do the parsing.
2015-07-13 12:06:50 -07:00
Francis Dupont
3496e9bc0e spelling 2015-07-09 15:12:23 +02:00
Shawn Routhier
34711bb79b [master] Be more liberal when trying to find a group for a host prefix
When trying to find the group to use as a scope boundary for
a prefix from a host declaration relax the requirement that the
prefix be within a subnet.  We now look for the subnet based on
the prefix, if that fails we look for a subnet based on the host
address if it exists and if that fails we use the one from the
shared network we found for the client.
2015-06-26 13:15:59 -07:00
Thomas Markwalder
ff1b3d041a [master] Correctly handled v6 lease file entries that do not match to a pool
Merged in rt39314.
2015-06-26 15:52:46 -04:00
Thomas Markwalder
68b3e7f25d [master] Updated release note for 38639. 2015-06-25 07:30:33 -04:00
tmarkwalder
cca6a64801 [master] Fixed dhclient crash on lease renew when client is doing ddns
Merged in 38639.
2015-06-25 07:26:34 -04:00
Shawn Routhier
46d31b510c [master] Hnadle corrupt v6 lease files better.
Stop processing a v6 lease file when encountering an EOF
while trying to read an ia structure.
2015-06-23 12:14:20 -07:00
Thomas Markwalder
e422b8c78f [master] Delayed-ack now works correctly with failover
Merges in 31474.
2015-06-15 15:19:42 -04:00
Shawn Routhier
3933e2aa51 [master] Add support for manipulating lease queues via a binary search.
Add support for manipluating the queues holding leaes for time
based events (free, backup, active, expired, abandoned and reserved)
via a binary search instead of walking through the linked list.
2015-05-27 13:17:46 -07:00
Shawn Routhier
4136513e59 [master] Allow the ADD token to be used as a hex string in IPv6 address
Allow the ADD token to be used as a hex string in IPv6 address
2015-05-21 13:34:45 -07:00
Shawn Routhier
30dcfbf6ae [master] Don't send expired addresses to the script in the client
Don't send expired addresses to the script in the client
2015-05-12 11:19:12 -07:00
Francis Dupont
0fb9c8a1a2 regen 2015-04-17 14:53:46 +02:00
Francis Dupont
1756c86936 updated (but need regen) 2015-04-17 14:39:24 +02:00
Francis Dupont
b4a10c76f1 rebased on #39300 for HP-UX make 2015-04-16 23:47:32 +02:00
Francis Dupont
1b245c913a Complete #38754 for HP-UX [#39300] 2015-04-16 23:28:29 +02:00
Shawn Routhier
70689a73b4 [master] Leave siaddr clear when sending a NAK 2015-04-16 12:04:14 -07:00
Shawn Routhier
90fdd3376d [master] Treat dates greater than 2038 as never expire (infinite) 2015-04-15 19:57:00 -07:00
Shawn Routhier
90a062fb20 [master] Always write the DUID to the lease file during startup 2015-04-15 19:32:26 -07:00
Shawn Routhier
e6e72c5101 [master] Autotool update for 39019 2015-04-15 20:32:54 +00:00
Shawn Routhier
da88d34bdd [master] Remove dst directory as it was replaced in 4.2.0 by Bind 2015-04-15 13:28:44 -07:00
Shawn Routhier
1c0b7d66b6 [master] Expand use of #ifdef PACKET_AUXDATA to cover allocating cmsgbuf
Most of the use of tpacket_auxdata was alredy protected by PACKET_AUXDATA
this patch covers trying to find the proper size for the cmsgbuf.
2015-04-15 12:46:52 -07:00
Shawn Routhier
20c0fdc783 [master] Move release note to where it belongs and add ticket number 2015-04-14 20:33:22 -07:00
Francis Dupont
6913a589b9 new config option: build ATF stuff from bind [#38754] 2015-04-14 12:44:29 +02:00
Shawn Routhier
cba7bc1cf3 [master]
Merge branch 'master' of repo.isc.org:/proj/git/prod/dhcp
2015-04-10 14:40:07 -07:00
Shawn Routhier
bc549dd98e [master] Add release note for ticket 38637 2015-04-10 14:39:29 -07:00
Thomas Markwalder
158ffa9064 [master] Fixed unused variable error introduced by 21235
server/dhcpv6.c - removed unused variable
2015-04-10 14:04:29 -04:00
Thomas Markwalder
ba21bb1b5e [master] Updated RELNOTES. 2015-04-10 11:42:39 -04:00
Thomas Markwalder
b31fe1d552 [master] Server rejects unicast messages unless unicast option is defined
Merges in rt21235.
2015-04-10 11:06:51 -04:00
Francis Dupont
653f509b52 fixed lease table overflow crash [#38637] 2015-04-10 13:15:40 +02:00
Francis Dupont
1b43d5e0d9 spelling 2015-04-10 09:17:17 +02:00
Francis Dupont
110c1806bf back track 2015-04-08 16:11:46 +02:00
Francis Dupont
c0baf487df fixed location messages 2015-04-08 16:10:18 +02:00