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

3619 Commits

Author SHA1 Message Date
Tomek Mrugalski
bbcea18c3c [rt25901_atf] uid_hash test parametrized, added 2 exta tests. 2012-07-02 14:47:15 +02:00
Tomek Mrugalski
5f10a36cf6 [atf25901_atf] #if 0 converted to comment. 2012-07-02 13:54:06 +02:00
Tomek Mrugalski
ab61011260 [rt25901_atf]: First uid_hash test ready (with 36 checks) 2012-07-02 13:41:35 +02:00
Tomasz Mrugalski
98678c9abd [rt25901_atf] configure regenerated 2012-07-02 09:18:11 +00:00
Tomek Mrugalski
99d4c286ef [rt25901_atf] Tweaks in status output in configure.ac 2012-07-02 11:16:35 +02:00
Tomek Mrugalski
5fe45d0791 [rt25901_atf] autotool files regenerated 2012-07-02 10:59:47 +02:00
Tomek Mrugalski
f518b958d1 [rt25901_atf] Unnecessary section on main page removed. 2012-06-30 20:02:15 +02:00
Tomek Mrugalski
ce9de43df5 [rt25901_atf] cppcheck verification added. 2012-06-30 20:00:57 +02:00
Tomek Mrugalski
82cb9b6480 [rt25901_atf] Files for Doxygen generation added. 2012-06-30 19:19:31 +02:00
Tomek Mrugalski
3329bb3e78 [rt25901_atf] Adding new ATF tests described. 2012-06-30 12:49:55 +02:00
Tomek Mrugalski
2908281039 [rt25901_atf] Developer's Guide sections for ATF and debugging added. 2012-06-30 11:50:37 +02:00
Tomek Mrugalski
9f89d01ec1 [25901_atf] First test for client-id hash table implemented.
It still lacks many checks and clean-ups, but the core code is there.
2012-06-29 19:56:27 +02:00
Tomek Mrugalski
f3d7118fd1 [25901_atf] Skeleton for hash tests added. 2012-06-29 17:06:21 +02:00
Tomek Mrugalski
db81cc0ca0 [25901_atf] Existing alloc tests in common converted to ATF 2012-06-29 16:59:17 +02:00
Tomek Mrugalski
c08a70750c [rt25901_atf] Test checkin. 2012-06-06 13:49:47 +02:00
Tomek Mrugalski
c79f81044e Stephen's patch for ATF path. 2012-03-15 18:04:58 +00:00
Tomek Mrugalski
06fb929cbc Regenerated makefiles and scripts (using aclocal-1.10, autoheader-2.61,
automake-1.10 and autoconf-2.61 on docs.lab)
2012-01-31 16:06:53 +00:00
Tomek Mrugalski
313d4ef0a3 Added description about ATF framework and our unittests. 2012-01-31 15:50:15 +00:00
Tomek Mrugalski
a1a1503104 Existing server unittest migrated to ATF. 2012-01-31 15:44:16 +00:00
Tomek Mrugalski
2898f89e82 Support for ATF added in configure.ac 2012-01-31 15:35:25 +00:00
cvs2git
1bfe831c7b This commit was manufactured by cvs2git to create branch 'rt25901_atf'. 2012-01-24 22:23:42 +00:00
Shawn Routhier
b08e0ff57f Update copyright 2012-01-24 22:23:39 +00:00
Shawn Routhier
c4fd2ea1d1 Update backoff-cutoff description to match the code. 2012-01-24 22:21:04 +00:00
Shawn Routhier
e072c68fa9 Add bind information for 4.2.3-P1 and 4.2.3-P2 2012-01-23 17:58:56 +00:00
Tomek Mrugalski
86e294a0d1 Reverting previous commit (changes should go to rt26273, not HEAD) 2012-01-23 15:51:55 +00:00
Tomek Mrugalski
3a57419a94 Updated to BIND 9.8.2rc1 (that contains fix for Debian/kFreeBSD compilation) 2012-01-23 15:33:26 +00:00
Shawn Routhier
de6c9af6dd Fixed the code that checks if an address the server is planning
to hand out is in a reserved range.  This would appear as
the server being out of addresses in pools with particular ranges.
[ISC-Bugs #26498]
2012-01-05 00:03:18 +00:00
Shawn Routhier
dc6908b477 Remove extra "out" from note. 2012-01-04 19:53:49 +00:00
Shawn Routhier
0ef9a46e33 Modify the DDNS handling code. In a previous patch we added logging
code to the DDNS handling.  This code included a bug that caused it
to attempt to dereference a NULL pointer and eventually segfault.
While reviewing the code as we addressed this problem, we determined
that some of the updates to the lease structures would not work as
planned since the structures being updated were in the process of
being freed: these updates were removed.  In addition we removed an
incorrect call to the DDNS removal function that could cause a failure
during the removal of DDNS information from the DNS server.
Thanks to Jasper Jongmans for reporting this issue.
[ISC-Bugs #27078]
CVE: CVE-2011-4868
2011-12-30 23:08:41 +00:00
Shawn Routhier
c535de4411 Update 26704 to include a null check on the right hand side as well. 2011-11-28 18:01:25 +00:00
Shawn Routhier
846af1cd69 Added cve number 2011-11-23 17:25:30 +00:00
Shawn Routhier
317d1182fa Add acknowledgement 2011-11-23 00:24:47 +00:00
Shawn Routhier
b95f1ee070 Add a check for a null pointer before calling the regexec function.
Without out this check we could, under some circumstances, pass
a null pointer to the regexec function causing it to segfault.
[ISC-Bugs #26704].
2011-11-22 23:56:50 +00:00
Shawn Routhier
7595a1a772 Add 4.2.3 tag to bind.sh 2011-10-14 20:34:51 +00:00
Shawn Routhier
727ac12b5b Update copyright 2011-10-14 19:48:49 +00:00
Shawn Routhier
09afca0d73 Correct typos it's => its 2011-10-14 19:43:10 +00:00
Shawn Routhier
c2337bba88 Add bind tag for 4.2.3rc1 2011-10-05 00:52:05 +00:00
Shawn Routhier
3221151b74 Enhanced patch for 23595 to handle IPv4 fixed addresses more
cleanly.
2011-10-04 19:36:15 +00:00
Shawn Routhier
d424157d63 Add support for passing DDNS information to a DNS server over
an IPv6 address.  [ISC-Bugs #22647]
2011-09-21 20:36:55 +00:00
Tomek Mrugalski
b170559d44 file Makefile.am was added on branch rt25901_atf on 2012-01-31 15:44:16 +0000 2011-09-20 20:31:40 +00:00
Shawn Routhier
394c505d23 Update description and comments for macos client script.
[ISC-Bugs #18891]
2011-09-20 16:59:54 +00:00
Shawn Routhier
cf648f4174 Add FILES section tag 2011-09-19 00:24:50 +00:00
Shawn Routhier
aa46f1780d autoconf regeneration 2011-09-13 23:45:03 +00:00
Shawn Routhier
330310fbdf autoconf regeneration 2011-09-13 23:36:01 +00:00
Shawn Routhier
1e0007d153 automake regeneration 2011-09-13 23:35:56 +00:00
Shawn Routhier
dce78ca622 autoheader regeneration 2011-09-13 23:35:46 +00:00
Shawn Routhier
6f5476dd57 aclocal regeneration 2011-09-13 23:35:41 +00:00
Shawn Routhier
9a452f1782 autoconf regeneration 2011-09-13 23:04:27 +00:00
Shawn Routhier
086bd8f502 automake regeneration 2011-09-13 23:04:20 +00:00
Shawn Routhier
4c9968d6c0 autoheader regeneration 2011-09-13 23:04:07 +00:00