Mark Andrews
db031fd137
handle bind/bind9 being a git repo
2016-09-21 09:27:36 +10:00
Thomas Markwalder
5534984b29
[master] Fixed sporadic server crash when lease-id-format is hex
...
Merges in rt43185.
2016-09-20 11:48:21 -04:00
Francis Dupont
53c7a53511
Updated RELNOTES
2016-09-19 15:56:20 +02:00
Francis Dupont
f285576dc6
Isc -> ISC
2016-09-19 15:55:40 +02:00
Francis Dupont
81f844d273
Updated RELNOTES
2016-09-19 15:50:06 +02:00
Francis Dupont
a53c9bf291
Updated RELNOTES
2016-09-19 15:44:10 +02:00
Francis Dupont
7a6146d8bf
Tentative (works with distcheck, with-libbind to be checked
2016-09-19 14:12:07 +02:00
Francis Dupont
13df2792f9
Added enable-kqueue/epoll/devpoll and with-bind-extra-config
2016-09-17 23:52:45 +02:00
Francis Dupont
2a67682dfa
explained the (hard) way it is done
2016-09-16 23:52:02 +02:00
Francis Dupont
e1fa07c1bf
transmit [A-Z]* configure arguments down
2016-09-16 23:39:34 +02:00
Shawn Routhier
e675b66359
[master] Fix a name in release notes
2016-09-07 15:49:11 -07:00
Thomas Markwalder
9564b4f04c
[master] Removed extraneous expression from omapi socket callback
...
Merges in rt42834.
2016-09-06 15:34:38 -04:00
Shawn Routhier
2b5c8201ff
[master] Typo level changes in the release notes
2016-08-31 12:52:11 -07:00
Shawn Routhier
de3e7063d6
[master] Merge version stamps with disalbing max alloc test
...
Merge branch 'master' of repo.isc.org:/proj/git/prod/dhcp
2016-08-26 10:54:17 -07:00
Shawn Routhier
3d9cf089ee
[master] Comment out the max alloc test for now
2016-08-26 10:53:44 -07:00
Thomas Markwalder
db4bcbdc9b
[master] Updated RELNOTES entry for 41815.
2016-08-25 14:19:12 -04:00
Shawn Routhier
51ce599530
[master] Clean up some memory references
...
Squashed commit of the following:
commit c3e88212ff666701b5aca3cbc96b557fa37aa682
Author: Shawn Routhier <sar@isc.org>
Date: Wed Aug 24 11:33:31 2016 -0700
[rt42984] Clean up some memory references
2016-08-25 10:41:35 -07:00
Shawn Routhier
60bba4343c
[master] remove uses of vix.com, nominum.com and fugue.com
...
Squashed commit of the following:
commit 375a26d52db75c3f62b8914f36e4f1618253075e
Author: Shawn Routhier <sar@isc.org>
Date: Thu Aug 18 14:26:28 2016 -0700
[rt43069] remove uses of vix.com, nominum.com and fugue.com
2016-08-23 21:38:45 -07:00
Thomas Markwalder
edd6d8881b
[master] Added "-id" command line argument to dhcrelay v4 mode
...
Merges in rt41547b.
2016-08-15 06:52:58 -04:00
Shawn Routhier
0ee00c5b48
[master] Include the raw data from a fully encapsualted option in the cache
2016-08-10 20:28:28 -07:00
Thomas Markwalder
f2e70402f0
[master] Added -iu command line argument to dhcrelay
...
Merges in 41547a
2016-08-10 14:31:26 -04:00
Shawn Routhier
ec9d0f8e31
[master] Update release note for 42113
2016-08-08 13:21:20 -07:00
Shawn Routhier
d618ba487f
[master] Update releases notes for 4.4.0
2016-08-01 22:13:09 -07:00
Shawn Routhier
fb641d8ee5
[master] Fix typo in dhcrelay for -U error message
2016-08-01 12:35:33 -07:00
Shawn Routhier
21f3982ab3
[master] When opening a connection, if the socket can't be bound close it.
2016-07-28 21:11:24 -07:00
Thomas Markwalder
6b797e44e9
[master] find_lease() now ACKs reclaimed abandoned addresses
...
Merges in rt41815a.
2016-07-28 06:51:30 -04:00
Shawn Routhier
dd3373f457
[master] Fix test allocation message to use %zu
2016-07-27 11:05:13 -07:00
Shawn Routhier
10b7683e58
[master] Update dmalloc to use a size_t as an argument
...
Update dmalloc to use a size_t as an argument which will
bring it in line with the call it makes to malloc and
avoid possible truncation.
2016-07-27 10:41:26 -07:00
Shawn Routhier
2427d9e70a
[master] Add thank you note to release note entry.
2016-07-26 19:36:30 -07:00
Shawn Routhier
3abc5708a1
[master] Correct the dhcp-cache-threshold codes treatment of hostname
...
If a lease is reused as part of dhcp-cache-threshold processing
the hostname (if it exists) needs to be copied from the temporary
lease back to the permanent lease.
Also add additional checks to see if the lease can be reused.
The host pointer, client ID and hardware address shouldn't have
changed.
2016-07-26 11:41:47 -07:00
Shawn Routhier
841d9a18ad
[master] Enhance the script to show leases from the lease file
...
Squashed commit of the following:
commit ed86441135b2dd001c1175abeaddc7fbfa5b3feb
Author: Shawn Routhier <sar@isc.org>
Date: Tue Jul 19 20:31:42 2016 -0700
[rt42113] Enhance the script to look at leases
2016-07-26 11:22:23 -07:00
Shawn Routhier
03f36ddf99
[master] Correct ticket number for cache-threshold work was 38686 should be 38636
2016-07-14 22:21:25 -07:00
Shawn Routhier
a2aecc2e4d
[master] Modify dhcpd.conf.5 text to remove experimental from delayed-ack
2016-07-14 12:55:46 -07:00
Thomas Markwalder
b7bfb2c748
[master] Clean up interface name handling during interface discovery
...
Merges in rt42226.
2016-07-08 07:32:04 -04:00
Thomas Markwalder
a5252220fb
[master] Add abandon-lease-time parameter
...
Merges in rt41815.
2016-07-07 14:11:26 -04:00
Shawn Routhier
ad06e7ba21
[master] Update DDNS code to remove PTR even if removing FWD had issues
...
Squashed commit of the following:
commit 70eb39525494f0c8ee6d1b1f1ae2cca391ab309e
Author: Shawn Routhier <sar@isc.org>
Date: Mon Jun 27 13:46:37 2016 -0700
[rt23954] Update DDNS code to remove PTR even if removing FWD had issues
2016-07-05 20:36:32 -07:00
Thomas Markwalder
529a06ed9c
[master] Updated release notes
2016-06-28 11:51:58 -04:00
Shawn Routhier
76a7db2cdd
[master] Fix a cut and paste error replacing concat with pick-first-value
2016-06-20 07:48:42 -07:00
Shawn Routhier
eb2d84b68e
[master] Fix some cut and paste type errors in LDAP code
...
Squashed commit of the following:
[rt42666] Fix some cut and paste type errors in LDAP code
Add the character '6' to some strings. They were cut and pasted
from the v4 versions and didn't get fully updated.
2016-06-20 07:39:32 -07:00
Thomas Markwalder
09dccd0331
[master] Scrub leases when they are re-balanced
...
Merges in 42008.
2016-06-13 10:01:48 -04:00
Thomas Markwalder
4f553fea3b
[master] Eliminated noisy cp error message during "make check"
...
Merges in rt41883.
2016-06-09 07:52:12 -04:00
Shawn Routhier
e105afa15e
[master] Add support for sending encapsulated v6 options from the server
...
Even if there was a definition for an ecncapsulated v6 option
and a set of values for it the v6 server wouldn't add it to
the outgoing packet. This patch updates the server to do so.
2016-06-03 11:24:48 -07:00
Shawn Routhier
0b0a1399fa
[master] Fix copy and paste error to use remote id instead of circuit id
...
Squashed commit of the following:
commit 0f8b7fe0a421e3c46ffff69ac0fe47804fc663ec
Author: Shawn Routhier <sar@isc.org>
Date: Wed Jun 1 09:53:11 2016 -0700
[rt42556] Fix copy and paste error to use remote id instead of circuit id
2016-06-01 10:25:08 -07:00
Francis Dupont
914c567d8e
Finished merge of rt41973 (util/bindvar.sh errors logged but ignored)
2016-04-27 17:17:18 +02:00
Francis Dupont
82fad29ebe
Merge rt41973 (util/bindvar.sh errors logged but ignored)
2016-04-27 17:14:38 +02:00
Shawn Routhier
1e08558f37
[master] Add tag for next set of release notes
2016-04-04 19:51:07 -07:00
Shawn Routhier
cfdf44083f
[master] Update copyright
2016-04-04 19:33:38 -07:00
Shawn Routhier
90a2c0dfd3
[master] Add descritpion of prepending universe name to environment names
2016-04-04 19:30:00 -07:00
Shawn Routhier
670599acae
[master] Add CVE number
2016-03-30 10:33:14 -07:00
Jeremy C. Reed
4dd0eb1887
typo and spelling fixes in docs
2016-03-23 09:01:42 -04:00