summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] Merge branch 'trac3982' (Decline v6)Tomek Mrugalski2015-09-224-4/+359
|\
| * [3982] Changes after reviewTomek Mrugalski2015-09-213-33/+107
| * [trac3982] fix some typosShawn Routhier2015-09-181-2/+2
| * [3982] Unit-tests fix.Tomek Mrugalski2015-09-093-15/+44
| * [3982] Decline support in DHCPv6 implemented.Tomek Mrugalski2015-09-094-2/+254
* | [master] Merged trac3773 (always call SanityCheck)Francis Dupont2015-09-163-0/+42
|\ \
| * | [3773] Updated commentsFrancis Dupont2015-09-162-8/+8
| * | [3773] Added unit tests for confirm and rebindFrancis Dupont2015-09-043-0/+42
* | | [master] Finished merge of trac3911a (Makefile.am dependency)Francis Dupont2015-09-161-16/+27
|\ \ \ | |_|/ |/| |
| * | [3911a] Fixes for static link (still subject to #4004 issue)Francis Dupont2015-08-311-0/+4
| * | [3911a] Finished dependency cleanup + fixed g++/Linux errorsFrancis Dupont2015-08-301-16/+23
* | | [master] Merge branch 'trac3983' (Decline parameters in v4 and v6)Tomek Mrugalski2015-09-082-0/+66
|\ \ \ | |_|/ |/| |
| * | [3983] defaults.h moved to src (after Marcin's review)Tomek Mrugalski2015-09-082-1/+2
| * | [3983] Unit-tests for incorrect decline-probation-period added.Tomek Mrugalski2015-09-021-0/+19
| * | [3983] Support for 'decline-probation-period' implemented.Tomek Mrugalski2015-08-201-0/+46
* | | [master] Merged trac4031 (combined: header, asiodns, testutils, asiolink clea...Francis Dupont2015-09-031-1/+0
|\ \ \
| * | | [4029] Removed obsolete references to testutils/testdataFrancis Dupont2015-09-011-1/+0
| | |/ | |/|
* | | [master] Merge branch 'trac3947'Marcin Siodelski2015-09-0211-385/+1004
|\ \ \ | |/ / |/| |
| * | [3947] Addressed review comments.Marcin Siodelski2015-09-023-42/+88
| * | [3947] Removed the new-leases-on-renew config parameter.Marcin Siodelski2015-07-308-723/+140
| * | [3947] Added missing unit tests for the NoBinding cases in Renew/Rebind.Marcin Siodelski2015-07-282-3/+398
| * | [3947] Improved status code placement for address allocation.Marcin Siodelski2015-07-193-1/+92
| * | [3947] Do not send hint prefixes in the Reply to Renew or Rebind.Marcin Siodelski2015-07-181-1/+73
| * | [3947] DHCPv6 server returns NoPrefixAvail on Rebind now.Marcin Siodelski2015-07-182-0/+110
| * | [3947] Heavy changes to the Dhcp6Client configuration structures.Marcin Siodelski2015-07-146-141/+203
| * | [3947] Implemented 'new-leases-on-renew' parameter.Marcin Siodelski2015-07-133-0/+89
| * | [3947] Implemented test for acqusition of the address in Renew.Marcin Siodelski2015-07-103-23/+119
| * | [3947] Implemented basic test for the RFC7550 Renew.Marcin Siodelski2015-07-105-14/+255
* | | [master] Merge branch 'trac3902' (extended unit-tests for command channel)Tomek Mrugalski2015-08-252-149/+12
|\ \ \ | |_|/ |/| |
| * | [3902] Implemented several unit-tests in CtrlChannelDhcpv4SrvTestTomek Mrugalski2015-07-141-5/+10
| * | [3902] UnixControlClient moved to lib/testutilsTomek Mrugalski2015-07-142-144/+2
| |/
* | [3997] Corrected DHCP6 server crash on exit when DDNS is enabledThomas Markwalder2015-08-121-1/+5
* | [3929] config_report.cc is now generated during src/lib/cfgrpt/MakefileThomas Markwalder2015-07-221-1/+1
* | [master] Merged trac3932 (check remove() return)Francis Dupont2015-07-153-6/+6
|\ \ | |/ |/|
| * [3932] Ignored remove return statusFrancis Dupont2015-07-083-6/+6
* | [3769] DHCPv6 now uses PID fileThomas Markwalder2015-07-023-0/+3
|/
* [master] Finished merge of trac3919 (cppcheck small fixes)Francis Dupont2015-06-262-2/+2
|\
| * [3919] Passed objects by referenceFrancis Dupont2015-06-242-2/+2
| * [3919] Moved socket_path_ to initialization listFrancis Dupont2015-06-241-2/+2
* | [master] Merge branch 'trac3918' (KEA_SOCKET_TEST_DIR variable)Tomek Mrugalski2015-06-241-4/+19
|\ \ | |/ |/|
| * [3918] Unix socket tests now use KEA_SOCKET_TEST_DIR env var (if available)Tomek Mrugalski2015-06-241-1/+7
| * [3918] UNIX socket path length is now checked.Tomek Mrugalski2015-06-231-3/+12
* | [master] Some other/new s/unlink/remove/Francis Dupont2015-06-242-4/+4
* | [master] Finished merge of trac3841 (use remove() vs unlink()) at the excepti...Francis Dupont2015-06-244-6/+6
|\ \ | |/ |/|
| * [3841] replaced unlink by removeFrancis Dupont2015-05-125-10/+10
* | Merge branch 'trac3799' Add support for per subnet statistics in v6Shawn Routhier2015-06-192-1/+33
|\ \
| * | [3799] Updates per review commentsShawn Routhier2015-06-192-8/+8
| * | [3799] Add more testsShawn Routhier2015-06-182-0/+34
| * | [3799] Add v6 subnet statisticsShawn Routhier2015-06-171-0/+1
* | | [master] Merge branch 'trac3795' (DHCPv6 statistics)Tomek Mrugalski2015-06-197-39/+409
|\ \ \