2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

885 Commits

Author SHA1 Message Date
Thomas Markwalder
ce29e69574 [master] Fixed memory leask in omapi dereferencing
Merges in rt33990.
2015-11-05 07:07:42 -05:00
Shawn Routhier
18ba0ff38c [master] Fix a memory leak in the v6 version of the client code
Squashed commit of the following:

commit 70bc20ffb6bd21793d2fb4f945ef9f16619df46f
Author: Shawn Routhier <sar@isc.org>
Date:   Tue Oct 20 12:18:01 2015 -0700

    [rt40990] Fix a memory leak in the v6 version of the client code
2015-10-20 20:08:05 -07:00
Thomas Markwalder
555093daef [master] Corrected reverse-ordered RELNOTES entries after 4.3.3 2015-10-20 15:22:11 -04:00
Thomas Markwalder
b00492cb84 [master] Updated release notes 2015-10-16 14:21:51 -04:00
Thomas Markwalder
347d4962d0 [master] Added authoring-btye-order parameter to lease file handling
Merged in rt38396.
2015-10-13 06:34:15 -04:00
Thomas Markwalder
e8e6768a62 [master] Fixed an unchecked strdup in confpars.c
Merged in 40823.
2015-10-12 07:10:24 -04:00
Thomas Markwalder
e82906fc71 [master] Added dhcpv6 and delayed_ack feature report to configure output
Merged in rt40381.
2015-10-06 15:15:15 -04:00
Thomas Markwalder
1d2c0a1308 [master] Added credit to a release note 2015-09-25 13:18:37 -04:00
Thomas Markwalder
20931f53c7 [master] Added lease address to reuse lease log message
Merged in rt40598.
2015-09-25 10:04:50 -04:00
Thomas Markwalder
5cc6f201cb [master] Fixed build issues with --disable-failover
Merged in rt40372.
2015-09-25 08:39:52 -04:00
Thomas Markwalder
4745d807f0 [master] Fixed typo in release notes 2015-09-24 07:06:27 -04:00
Thomas Markwalder
88c3ff5d09 [master] Corrected several potential null references identified by static analysis
Merges branch rt40754
2015-09-23 15:24:32 -04:00
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
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
5fc79cfd68 [master] Pre-release tag prep for 4.3.3: version #, copyright etc... 2015-08-26 15:34:18 -04:00
Thomas Markwalder
6c8eb5442c [master] Added credit to 39978 in RELNOTES 2015-08-05 06:56:29 -04:00
Thomas Markwalder
74a01dbb9a [master] Pre-release tag prep for 4.3.3b1: version #, copyright etc... 2015-07-30 15:11:11 -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
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
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
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
bc549dd98e [master] Add release note for ticket 38637 2015-04-10 14:39:29 -07:00
Thomas Markwalder
ba21bb1b5e [master] Updated RELNOTES. 2015-04-10 11:42:39 -04:00