2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

15037 Commits

Author SHA1 Message Date
JINMEI Tatuya
de49cb6406 [master] changelog for #2574 2013-01-22 10:08:28 -08:00
JINMEI Tatuya
5b8a824054 [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit.
2013-01-22 10:04:44 -08:00
Marcin Siodelski
e0ffe686d6 [2591] Changes as a result of the code review. 2013-01-22 18:40:55 +01:00
JINMEI Tatuya
cf78a00658 [master] Merge branch 'trac2574' 2013-01-22 09:27:13 -08:00
JINMEI Tatuya
217087aad0 [2574] commented about faking time.time() 2013-01-22 09:26:55 -08:00
Mukund Sivaraman
4b7b2f9a80 [master] Use consistent case in SQLite3 naming 2013-01-22 21:42:37 +05:30
Jeremy C. Reed
9bb9dbe623 [master] add python3.3 to the python check list
This is for ticket #2501.
This is trivial and I did without review. I tested on two
systems (one with python3.3 and one without).

I didn't decide to make it open-ended at this time,
just in case we need to fix python3.4 issues first.

I decided not to add a changelog entry since was so trivial.
(Also had a workaround before by using --with-pythonpath.)
2013-01-22 10:01:32 -06:00
Michal 'vorner' Vaner
f6882b13b9 [2439] Provide logging for the zone_check
Report any issues found in the zone through logging.
2013-01-22 13:54:38 +01:00
Michal 'vorner' Vaner
0d69610fff [2439] (unrelated) Remove broken try-catch for import
If we can't even import the DNS library, we are doomed and there's no
reason to continue running. So remove the check. We would probably crash
in a very short time anyway due to a call to something from the not
imported library.
2013-01-22 13:35:41 +01:00
Michal 'vorner' Vaner
e382b73b40 [2439] Perform validation of zone received by XFR
There's a lot of mocking within the tests, but it seems hard without it.
2013-01-22 13:34:05 +01:00
Stephen Morris
8765402aa0 [2642] Changes to DHCP part of manual based on review comments 2013-01-22 12:25:03 +00:00
Michal 'vorner' Vaner
f0ad7b6307 [2439] Provide an rrset collection from Diff
Let the Diff pass an rrset collection from within the internal updater.
2013-01-22 12:50:10 +01:00
Mukund Sivaraman
4890e1207c [master] Add a .gitignore 2013-01-22 17:17:42 +05:30
Mukund Sivaraman
8ea9fa7608 [master] Add a newline at the end of the zone data 2013-01-22 17:16:29 +05:30
Mukund Sivaraman
5d3f0570a2 [master] Fix invalid zone data in DataSrcClientsBuilderTest.loadZoneSQLite3 2013-01-22 17:10:53 +05:30
Mukund Sivaraman
b5b877d1ec Merge branch 'master' into trac2499 2013-01-22 17:00:03 +05:30
Michal 'vorner' Vaner
f485d39ab6 [2439] Test for broken zone data in XfrIn
Check a zone without NS (we can't really make a zone without SOA by XFR)
is rejected.
2013-01-22 12:03:57 +01:00
Michal 'vorner' Vaner
a55716a040 [2439] Refactor: unify common code
There'll be more of this code soon, to check the zone data.
2013-01-22 11:32:10 +01:00
Jelte Jansen
769bbb5edb [1897] Log HTTP messages through logging system 2013-01-22 10:28:33 +01:00
Stephen Morris
2cbabde53f [master] ChangeLog for trac2559 2013-01-21 22:16:54 +00:00
Stephen Morris
6c6f405188 [2559] Remove spurious commas in DHCP .spec files
Also correct error messages in the configuration parser: the
same error is logged on any parser error, both creation and
running.  The text was made more general.
2013-01-21 22:01:48 +00:00
Stephen Morris
5237d9415f [2559] Merge branch 'master' into trac2559 2013-01-21 21:00:22 +00:00
Stephen Morris
d117d87200 [2559] Merge branch 'master' into trac2559
Conflicts:
	src/bin/dhcp4/config_parser.cc
	src/bin/dhcp6/config_parser.cc
	src/bin/dhcp6/dhcp6_srv.h
	src/lib/dhcpsrv/dhcpsrv_messages.mes
	src/lib/dhcpsrv/tests/Makefile.am
2013-01-21 20:57:57 +00:00
Shane Kerr
7e31b4ded3 Add ChangeLog entry after Trac #2571 merge. 2013-01-21 20:43:04 +01:00
Shane Kerr
525333e187 Merge branch 'master' into trac2571_commit_log_fix 2013-01-21 20:33:32 +01:00
Shane Kerr
2023dc6ee8 Forgot Trac ticket number and git commit identifier on ChangeLog. 2013-01-21 20:31:32 +01:00
Shane Kerr
ca962cbac0 Add ChangeLog entry after Trac #2608 merge. 2013-01-21 20:27:29 +01:00
Shane Kerr
016925ef24 [2608] Kill msgq if we cannot connect to it on startup
When the boss process was unable to connect to the msgq, it would
exit. However, it would leave the msgq process running. This patch
fixes that by killing the msgq if it is running in this case.
2013-01-21 20:21:41 +01:00
Marcin Siodelski
0be5967e2f [2314] Changes as a result of the review. 2013-01-21 18:31:01 +01:00
JINMEI Tatuya
c4df99eac2 [master] Merge branch 'trac2438'
resolved Conflicts:
	src/lib/dns/python/Makefile.am
	src/lib/dns/python/rrset_collection_python.cc
	src/lib/dns/python/rrset_collection_python.h
	src/lib/dns/python/rrset_collection_python_inc.cc
2013-01-21 08:23:23 -08:00
Michal 'vorner' Vaner
99a6e84709 Merge remote-tracking branch 'refs/remotes/origin/master' 2013-01-21 15:36:20 +01:00
Tomek Mrugalski
6167f31e01 [master] Merge branch 'trac2597' (server-id is now stored by dhcpv{4,6})
Conflicts:
	ChangeLog
	src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
2013-01-21 13:56:57 +01:00
Marcin Siodelski
d9421d93e3 [2637] Merged Option::pack4() and Option::pack6() into single function. 2013-01-21 13:28:33 +01:00
Michal 'vorner' Vaner
32973fceb5 Fix stats tests after merge of #2582
The problem was, msgq started to open more file descriptors than before.
Also, the changes meant the tests didn't shut down their internal copy
of msgq properly, leaking more file descriptors.

* Do the shutdown correctly.
* Wait for msgq to terminate, so there are no race conditions between
  the old (shutting down one) and a new one for another test.
* Close all the data sockets in msgq, to prevent further leaks. The
  other ends probably still leak, but at least the threads on the other
  ends terminate on EOF, so we don't leak the threads too.
* Wait for the other threads too, so we don't spawn too many threads.
* Unrelated cleanup: remove unneeded output-suppression workaround from
  the tests, it is no longer needed.
* Unrelated cleanup: Initialize testing logger for the tests. But it
  still logs for no apparent reason, needs to be examined.
2013-01-21 12:58:09 +01:00
Jelte Jansen
e273dedf8a [2595] Additional tests for ssl socket wrapping code 2013-01-21 11:58:26 +01:00
Jelte Jansen
fae9e0052b [2595] Use build patch for pem files in cmdctl test 2013-01-21 11:47:32 +01:00
Marcin Siodelski
1bbf2ae947 [2637] Fixed invalid config object used in DHCP config handler. 2013-01-21 11:29:41 +01:00
Jelte Jansen
aa76df71dc [2595] Minor update to internal comment 2013-01-21 10:12:42 +01:00
Mukund Sivaraman
c4a5a733f2 [2499] Move copyCheck back into ZoneLoaderTest fixture 2013-01-21 13:26:44 +05:30
Mukund Sivaraman
f4a107a8f8 [2499] Pass zone origin as an argument to Iterator's constructor 2013-01-21 13:26:30 +05:30
Mukund Sivaraman
631366a33b [2435] Explain why using the rrset collection is not allowed after calling ZoneUpdater::commit() 2013-01-21 12:17:40 +05:30
Mukund Sivaraman
e05c0b3ebb [2435] Explain why modifying data is not allowed after creating the rrset collection 2013-01-21 12:08:55 +05:30
Mukund Sivaraman
a60ee6bbef [2435] Make isc::datasrc::RRsetCollectionBase complete 2013-01-21 12:00:14 +05:30
Naoki Kambe
0a89b374d5 [master] Merge branch 'trac2225_statistics' 2013-01-21 13:09:16 +09:00
Marcin Siodelski
d27b4c92e0 [2637] Corrected typos in the DHCPv4 and V6 spec files. 2013-01-18 20:36:57 +01:00
Marcin Siodelski
a4bbade712 [2637] Minor: corrected error message in the option definition. 2013-01-18 20:35:50 +01:00
Stephen Morris
aad83b6edd [2559] Address review comments 2013-01-18 18:27:32 +00:00
Stephen Morris
83c28cb383 [2642] Add documentation for tickets 2559 and 2597
This is documentation for the DHCP database configuration options,
and for the specification of local subnets.  To avoid repeating
too much, the DHCP section of the guide has been restructured.
2013-01-18 17:56:24 +00:00
JINMEI Tatuya
95d6795825 [master] Merge branch 'trac2573'
fixed Conflicts:
	src/lib/datasrc/zone_loader.cc
2013-01-18 09:53:47 -08:00
JINMEI Tatuya
39a3150a0f [2438] also add path to pydnspp for sysinfo, same reason. 2013-01-18 09:21:01 -08:00