2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 21:38:10 +00:00

4223 Commits

Author SHA1 Message Date
Thomas Markwalder
f10cbbface [master] LPF now only uses 12-bit value from VLAN TCI for VID
Merges in rt40591.
2015-09-23 09:37:51 -04:00
Francis Dupont
7a6187a84d Fixed spurious #ifndef UNIT_TEST for progname (used outside usage()) 2015-09-16 14:54:13 +02:00
Francis Dupont
1b9c329e42 Fixed ISC-Bugs case 2015-09-12 19:28:42 +02:00
Francis Dupont
646acb59b4 Merged #38692 (use program base name in (sys)log) 2015-09-12 19:18:50 +02:00
Thomas Markwalder
7da1ac2bc6 [master] Corrected static analysis issue in common/execute.c
Merged in rt40374.
2015-09-08 15:06:03 -04:00
Thomas Markwalder
5222080182 [master] Updated auto-generated files for 4.3.3 v4_3_3 2015-08-26 19:42:59 +00:00
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
6ab6361c52 regen 2015-04-18 10:44:47 +02:00
Francis Dupont
f9f1a9ec42 distcheck now works with ATF too 2015-04-18 10:39:05 +02:00
Francis Dupont
f2d20b9e7a regen 2015-04-18 10:08:26 +02:00
Francis Dupont
f3b6151972 last fixes 2015-04-18 10:05:52 +02:00
Francis Dupont
5a428b2edf regen 2015-04-17 19:45:51 +02:00
Francis Dupont
6e5bb0ee22 checkpoint (fixed distchek) -- still need regen 2015-04-17 18:06:08 +02:00
Francis Dupont
27fbf25021 checkpoint (fixed unit test make 2) 2015-04-17 17:38:25 +02:00
Francis Dupont
abea884377 checkpoint (fixed unit test make) 2015-04-17 17:26:20 +02:00
Francis Dupont
28fc08f658 checkpoint (seems to work, need regen) 2015-04-17 16:48:42 +02: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