2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

8057 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
d2f1ad06d2 [1484] Documentation 2011-12-19 19:32:27 +01:00
JINMEI Tatuya
5050c96075 [1452] added a clarification comment on assert+strncpy; use offsetof instead
of hardcoding the corresponding value.
2011-12-19 10:14:53 -08:00
Michal 'vorner' Vaner
137405d030 [1484] Provide the find_all for an updater 2011-12-19 18:21:16 +01:00
Michal 'vorner' Vaner
87a72f002a [1483] Doxygen 2011-12-19 18:14:40 +01:00
Dima Volodin
ff3a2e3592 [1386] EDNS TCP fallback disabled. NB: I still think it might be
useful in DNSSEC situation when the resolver fully supports
	DNSSEC-aware clients.
2011-12-19 11:41:31 -05:00
Stephen Morris
ee21a81dbc Merge branch 'master' into trac1470 2011-12-19 13:58:05 +00:00
Michal 'vorner' Vaner
321a37a110 [1484] The find_all for finder
We still need to add it for the updater.
2011-12-19 12:40:46 +01:00
Michal 'vorner' Vaner
0938b2fb80 [1484] Tests for python find_all 2011-12-19 12:06:56 +01:00
Jelte Jansen
5e6c9f8911 [1451] apply second patch 2011-12-19 12:02:14 +01:00
Jelte Jansen
f3559fa1f9 [1451] apply patch one
with a few amendments, see ticket comment
2011-12-19 11:56:33 +01:00
Michal 'vorner' Vaner
855f42784d [1484] Removed target parameter from python binding
It was removed in the C++ version and returning something through a
parameter in python is wrong anyway.
2011-12-19 11:12:12 +01:00
Dima Volodin
7d90bbbc93 [1386] cosmetics 2011-12-17 01:18:05 -05:00
Dima Volodin
0bc14376a9 [1386] src/lib/resolve/tests/recursive_query_unittest_3.cc missing edns_
argument
2011-12-17 01:14:02 -05:00
JINMEI Tatuya
7576e362b6 [1452b] Merge branch 'trac1452' into trac1452b 2011-12-16 15:20:35 -08:00
JINMEI Tatuya
43df0d5564 [1452] added missing config.h (otherwise HAVE_SA_LEN wouldn't be recognized).
also corrected the assignment for sun_len.
2011-12-16 14:32:01 -08:00
JINMEI Tatuya
2b4c9db386 [1452] use sizeof(uint16_t) instead of a magic number '2' 2011-12-16 14:27:11 -08:00
JINMEI Tatuya
8fda3f02ea [1452] use a larger number of send attempts for pushTooFast. Linux doubles the
SO_SNDBUF value so 3 didn't work.  also make sure bufsize is adjusted only
when the default size is too small.
2011-12-16 22:11:59 +00:00
JINMEI Tatuya
a27ddbc73f [1452] use cxxx instead xxx.h as much as possible 2011-12-16 10:55:30 -08:00
JINMEI Tatuya
1a05959b27 [1452] use camel style for template type parameter 2011-12-16 10:40:21 -08:00
JINMEI Tatuya
39db78f602 [1452] renamed "Receptor" to "Receiver" as a result of review 2011-12-16 10:39:17 -08:00
JINMEI Tatuya
ea85f834c3 [1451] a minor editorial fix 2011-12-16 09:53:37 -08:00
Jelte Jansen
ae488cc48d [1451] addressed review comments 2011-12-16 18:21:45 +01:00
Stephen Morris
4feacbc10b [master] ChangeLog for Trac 1405 2011-12-16 15:41:10 +00:00
Michal 'vorner' Vaner
0bcc177400 [1452] Fix makefile
The library now contains exceptions, we must link to them.
2011-12-16 16:40:07 +01:00
Stephen Morris
2f0aa20b44 Merge branch 'master' into trac1405 2011-12-16 15:28:44 +00:00
Stephen Morris
ad1fd67bc7 [1470] Update test for the const removeIdentical() method
A previous change updated the test for removeIdentical().  This
change was omitted from the test for the const version.
2011-12-16 15:07:34 +00:00
Michal 'vorner' Vaner
424113eeeb [1483] Typo in documentation 2011-12-16 13:47:06 +01:00
Michal 'vorner' Vaner
30b1cc45e2 [1483] Remove unused loop and control variable
Unrelated cleanup.
2011-12-16 13:42:57 +01:00
Dima Volodin
05afc74542 [1386] EDNS fallback unittest 2011-12-16 06:38:50 -05:00
Dima Volodin
8c96b066c5 [1386] EDNS fallback unittest 2011-12-16 06:13:34 -05:00
Jelte Jansen
8cabb13b99 [master] update changelog 2011-12-16 10:27:45 +01:00
Jelte Jansen
7b122af848 Merge branch 'trac1414' 2011-12-16 10:05:09 +01:00
JINMEI Tatuya
b76b851a6a [1452b] Merge branch 'trac1452' into trac1452b 2011-12-15 13:29:29 -08:00
JINMEI Tatuya
f3db2f5329 [master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.
2011-12-15 11:03:17 -08:00
JINMEI Tatuya
a0a07a1b5e [1451] a couple of more editorial fixes 2011-12-15 10:42:54 -08:00
JINMEI Tatuya
884644953f [master] fixed a trivial typo. too trivial, so I'm directly pushing it. 2011-12-15 09:55:03 -08:00
JINMEI Tatuya
196b58b907 [1414] make the case-insensitive test cover the case of class, too 2011-12-15 09:17:53 -08:00
JINMEI Tatuya
4d6719f99e [1414] Merge branch 'trac1414' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1414 2011-12-15 09:11:50 -08:00
Jeremy C. Reed
11b8542e2d [master] minor man page cleanup
Change note about IXFR support. Noticed by Jelte and discussed on
jabber.

While here: mention AXFR and IXFR, remove a TODO comment, and
add some docbook formatting tags (no content change for that).
2011-12-15 09:32:56 -06:00
Jelte Jansen
a593cb487f [1451] address review comments 2011-12-15 16:16:50 +01:00
Tomek Mrugalski
2c4dcf9b59 [master] Compilation warning on Solaris eliminated (libdhcp++/pkt4.cc warning) 2011-12-15 14:48:00 +01:00
Jelte Jansen
2103ad2196 [1451] address some of the review comments 2011-12-15 14:47:09 +01:00
Michal 'vorner' Vaner
86b08bc45b [1483] Logging for any queries 2011-12-15 14:35:25 +01:00
Michal 'vorner' Vaner
702631dc5f [1483] Documentation 2011-12-15 14:24:44 +01:00
Jelte Jansen
740d33cd94 [1414] exception object itself isn't used 2011-12-15 14:20:01 +01:00
Michal 'vorner' Vaner
0d0b9b0ebe [1483] Enable any mode on getRRsets 2011-12-15 14:16:53 +01:00
Michal 'vorner' Vaner
d254b32969 Merge branch 'master' into #1483
Conflicts:
	src/lib/datasrc/database.cc
	src/lib/datasrc/database.h

Mostly adding a target parameter to some methods and passing it around.

Compiles, but does not pass tests and documentation is incomplete for
now.
2011-12-15 13:46:07 +01:00
Michal 'vorner' Vaner
3525f88d29 Fix makefile check for gtest 2011-12-15 12:58:09 +01:00
Francis Dupont
fc05832813 fixes, improvements and a lot of comments 2011-12-15 11:02:55 +01:00
Jelte Jansen
bdd00552a9 [1414] added class check as well, and test for case-insensitivity 2011-12-15 10:56:37 +01:00