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
Shawn Routhier
1ed25b0f99
[master] Fix a typo
2015-03-26 20:13:32 -07:00
Jeremy C. Reed
ebb1d91e55
replace special apostrophe with ascii apostrophe
2015-03-02 10:42:40 -06:00
Jeremy C. Reed
adb95d2331
fix some misspelling typos
2015-03-02 10:38:52 -06:00
Shawn Routhier
c2419dcade
[master] Add block for rc2
v4_3_2
2015-02-26 19:17:52 -08:00
Thomas Markwalder
2d0197b069
[master] Updated auto-generated files for 4.3.2
2015-02-26 20:15:36 +00:00
Thomas Markwalder
5ddbe8e4f5
[master] Pre-release tag prep for 4.3.2: version #, copyright etc...
2015-02-26 15:08:45 -05:00
Thomas Markwalder
6d5848b767
[master] Updated auto-generated files for 4.3.2rc2
v4_3_2rc2
2015-02-23 14:07:59 +00:00
Thomas Markwalder
99e977ecf0
[master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..
...
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported.
4.3.2rc2 supercedes the initial 4.3.2 attempt.
2015-02-23 08:42:22 -05:00
Thomas Markwalder
75d02fcf45
[master] Fixed unsupported vlan tag build issue
...
Merges in rt38677
2015-02-20 13:21:37 -05:00
Thomas Markwalder
280297bd92
[master] Updated auto-generated files for 4.3.2
2015-02-19 21:29:54 +00:00
Thomas Markwalder
8d65894d16
[master] Pre-release tag prep for 4.3.2: version #, copyright etc..
2015-02-19 16:21:51 -05:00
Thomas Markwalder
59990751ba
[master] Corrected reuse_lease debug log content
...
Merges in rt38686
v4_3_2rc1
2015-02-16 13:25:25 -05:00
Thomas Markwalder
b8a437d331
[master] Updated auto-generated files for v4.3.2rc1
2015-02-16 13:47:07 +00:00
Thomas Markwalder
439958f142
[master] Pre-release tag prep for 4.3.2rc1: version #, copyright etc..
2015-02-16 08:31:45 -05:00
Thomas Markwalder
9a111ee803
[master] ATF usage and documentation cleaned up
...
Merges in rt38619
2015-02-14 09:22:11 -05:00