Mukund Sivaraman
e4fe1a798c
[master] Add ChangeLog for #2762
2013-09-17 10:19:36 +05:30
Mukund Sivaraman
c543008573
Merge branch 'trac2762'
2013-09-17 10:18:13 +05:30
Michal 'vorner' Vaner
68fc48d1f7
Remove generated file
2013-09-16 13:33:53 +02:00
Michal 'vorner' Vaner
6d99f3d904
Changelog for #3095
2013-09-16 11:45:42 +02:00
Michal 'vorner' Vaner
18cf54ed89
Merge #3095
...
Generic traceback handling in python.
Conflicts:
src/bin/memmgr/memmgr.py.in
2013-09-16 10:10:12 +02:00
Michal 'vorner' Vaner
720c9d6f11
[3095] Rename log message ID
...
The UNHANDLED_EXCEPTION is renamed to PYTHON_UNHANDLED_EXCEPTION,
because only python code produces this one.
2013-09-16 10:03:33 +02:00
Michal 'vorner' Vaner
2c152e0bf5
[3095] Fix module name in comment
2013-09-16 10:01:02 +02:00
Tomek Mrugalski
928a9b6e56
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2013-09-13 13:26:25 +02:00
Tomek Mrugalski
733a15db38
[master] Merge branch 'trac3146' (Abstract LeaseMgr support for PD)
...
Conflicts:
ChangeLog
2013-09-13 11:09:51 +02:00
Mukund Sivaraman
6b8e42d064
[3095] Update method comment
2013-09-12 18:32:44 +05:30
Mukund Sivaraman
ad88197cef
[3095] Change assertion syntax
2013-09-12 18:31:51 +05:30
Mukund Sivaraman
faa4cc45bb
[3095] Assert that the traceback file was generated first
2013-09-12 18:29:34 +05:30
Mukund Sivaraman
4cfee008f5
[3095] Assert that the main() function is called when passed to the traceback handler
2013-09-12 18:26:32 +05:30
Mukund Sivaraman
b1274061b9
[3095] Test the case where nothing is returned
2013-09-12 18:25:12 +05:30
Mukund Sivaraman
223d4a422b
[3095] Rename test fixture
2013-09-12 18:20:56 +05:30
Mukund Sivaraman
7a9adddb3b
[3095] Update message id description
2013-09-12 18:20:40 +05:30
Tomek Mrugalski
05a05d810b
[3146] Minor changes after review:
...
- LeaseType is now initalized from static array
- @todos added in 2 MySQL tests
- Added a comment about lease type values to MySQL schema
2013-09-11 17:14:19 +02:00
Kean Johnston
0e4c259dde
[master] Merge branch 'trac443'
2013-09-11 12:26:53 +02:00
Tomek Mrugalski
27e895a6ee
[master] Warning fix in option6_iaprefix_unittest.cc
2013-09-11 09:31:39 +02:00
Kean Johnston
63b99b7f1c
[443] remove asiolink.h altogether as its not needed any more.
2013-09-11 07:33:18 +02:00
Tomek Mrugalski
bf6f8ee24c
[master] Merge branch 'trac3145' (IA_PD and IAPREFIX DHCPv6 options)
...
Conflicts:
ChangeLog
2013-09-10 20:59:51 +02:00
Kean Johnston
534a84a7d3
[443] Removed asiolink.h from NSAS and use the full version instead.
2013-09-10 13:10:53 +02:00
Tomek Mrugalski
3a844e85ec
[3145] ASSERT_NO_THROW added in couple IA_{NA,PD} tests.
2013-09-10 12:10:50 +02:00
Tomek Mrugalski
9d3952fc97
[3145] EXPECT_NO_THROW => ASSERT_NO_THROW in IAPrefix option tests
2013-09-10 12:02:52 +02:00
Tomek Mrugalski
537e404c74
[3145] Added 2 new tests for IAPREFIX
2013-09-10 11:52:26 +02:00
Tomek Mrugalski
660f725b6f
[3145] Several clean-ups in IAPREFIX option, prefix-len checked
2013-09-10 11:50:59 +02:00
Tomek Mrugalski
8f3591204b
[3145] Added negative test case for IAADDR option
2013-09-10 11:50:21 +02:00
Mukund Sivaraman
b5fe9ef419
[2762] Update tests and implementation (see full log)
...
* Fix the unittest so that it compares the correct object (tsig6)
* Store canonical long-form HMAC name in case of HMAC-MD5
+ Update TSIG RDATA class (test already present)
+ Update TSIGKey class (new tests added)
2013-09-09 23:36:01 +05:30
Mukund Sivaraman
6a7aa9cb23
[2762] Allow short names for HMAC-MD5
2013-09-09 22:35:40 +05:30
Thomas Markwalder
9273dca334
[master] Corrected nc_trans_unittest.cc build failure
...
Using EXPECT_EQ on class D2Dhcid failed under gtest 1.5
due to lack of "<<" operator. Adding it solves this problem.
2013-09-06 15:45:18 -04:00
Tomek Mrugalski
346892cca6
[3146] ChangeLog updated
2013-09-06 19:30:45 +02:00
Tomek Mrugalski
0b0bb4a278
[3146] getLease6() renamed to getLeases6()
2013-09-06 19:30:35 +02:00
Tomek Mrugalski
abd29c04e2
[3146] Test for LeaseMgr::getLease6() implemented.
2013-09-06 18:55:09 +02:00
Tomek Mrugalski
681def2806
[3146] getLease6 renamed to getLeases6(), single lease getLease6() added
2013-09-06 18:16:50 +02:00
Thomas Markwalder
bc9c1208f3
[master] Added ChangeLog entry 672, for trac# 3086.
2013-09-06 10:54:11 -04:00
Thomas Markwalder
079b862c9e
[3086] Merge branch 'trac3086'
...
Adds the initial implementation of b10-dhcp-ddns NameChangeTransaction class.
This class is an abstract, state-model driven class which provides the basic
mechanics for performing DDNS updates based on a NameChangeRequest.
2013-09-06 10:20:37 -04:00
Thomas Markwalder
351b73dcc7
[3086] Added todo comment regarding default constructor use.
2013-09-06 10:17:24 -04:00
Tomek Mrugalski
95729b096e
[3146] getLease6() methods now have extra param: LeaseType
2013-09-06 14:51:59 +02:00
Michal 'vorner' Vaner
9b97fd8686
Merge #2857 : memory manager initial exchanges
...
This initializes the basic data structures of the memory manager and
starts loading data into the segments.
2013-09-05 11:18:50 +02:00
Tomek Mrugalski
a0f6b0ff5f
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2013-09-05 08:48:23 +02:00
Tomek Mrugalski
b3172918d5
[master] Merge branch 'trac2592' (getLease4 in memfile LeaseMgr)
...
Conflicts:
ChangeLog
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/memfile_lease_mgr.h
src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
2013-09-05 08:47:42 +02:00
Mukund Sivaraman
44af79cc0d
[master] Move path resolution stuff to bind10_config
...
... and don't generate isc/server_common/bind10_server.py from
isc/server_common/bind10_server.py.in. This fixes a builddir vs srcdir
path failure for the isc.server_common module.
2013-09-04 20:37:49 +05:30
Tomek Mrugalski
a11683be53
[2592] Several @todo removed from memfile_lease_mgr.h
2013-09-03 20:47:00 +02:00
Tomek Mrugalski
4c18226299
[2592] getLease4(clientid,hwaddr,subnetid) implemented in memfile LeaseMgr
...
- Patch by David Carlier
2013-09-03 20:22:39 +02:00
Thomas Markwalder
92adc1fb42
[3086] Addressed review comments
...
Added virtual method for validating state handler map, added additional unit tests and commentary.
2013-09-03 13:41:18 -04:00
Tomek Mrugalski
302a01c670
[3145] Unit-tests for IA_PD, several clean-ups
2013-09-03 14:41:52 +02:00
Tomek Mrugalski
066f45d1dd
[3145] Option6 IAPREFIX + unit-tests implemented
2013-09-02 17:35:33 +02:00
Marcin Siodelski
5420c8bb51
[master] Second merge of branch 'trac3084'
...
By mistake, the previous merge was missing the changes which addressed
review comments.
2013-09-02 10:14:03 +02:00
Marcin Siodelski
ba447c41b6
[master] Added ChangeLog entry for #3084 .
2013-09-02 08:02:29 +02:00
Marcin Siodelski
79b7d8ee01
[master] Merge branch 'trac3084'
2013-09-02 07:58:02 +02:00