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

1205 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
7f642b767c [trac598] Doxyfile was missing a library 2011-05-09 11:03:04 +02:00
Jelte Jansen
9df42279a4 [master] Merge branch 'trac781'
Conflicts:
	configure.ac
	doc/Doxyfile
	src/lib/Makefile.am

Also updated includes (because of the lib/util move)
2011-04-27 10:35:13 +02:00
Jelte Jansen
168bed0162 [trac781] move signHMAC and verifyHMAC to hmac files 2011-04-20 16:29:44 +02:00
Jelte Jansen
122d9611bd [trac781] review comments pt1 2011-04-17 17:42:58 +02:00
Michal 'vorner' Vaner
b4111d2495 [trac366] Update from master
Since the branch is years old.

It compiles, but the tests don't run. There's still some work to do.

Conflicts:
	configure.ac
	doc/Doxyfile
	src/bin/Makefile.am
	src/lib/Makefile.am
	src/lib/util/io/fd_share.h
	src/lib/util/io/fdshare_python.cc
	src/lib/util/io/tests/run_unittests.cc
2011-03-28 10:52:38 +02:00
Jeremy C. Reed
9eb28db1b6 [master] update version and regenerate HTML of guide 2011-03-22 00:46:07 -05:00
Jeremy C. Reed
729bbdeb81 Merge branch 'jreed-docs' 2011-03-14 16:07:43 -05:00
Jeremy C. Reed
f096d86833 [jreed-docs] typo in comment 2011-03-14 16:05:48 -05:00
Jeremy C. Reed
137a6934a1 [trac617] Listen on port 53 instead of 5300. 2011-03-07 13:25:58 -06:00
Jeremy C. Reed
f664bc1482 [jreed-docs] miscellaneous docs 2011-03-02 11:48:45 -06:00
Michal 'vorner' Vaner
fa05a53484 [trac575] Merge branch 'master' into work/ports/auth
Master contains fix of #338, which influences this code quite a lot.
The merge includes not only the code-level conflict resolutions, but
also logic-level conflicts and enabling of the tests that failed because
of #338.

Conflicts:
	src/bin/auth/tests/Makefile.am
	src/bin/resolver/Makefile.am
	src/bin/resolver/resolver.cc
	src/bin/resolver/tests/Makefile.am
	src/bin/resolver/tests/resolver_config_unittest.cc
	src/lib/Makefile.am
2011-03-02 11:35:20 +01:00
Jeremy C. Reed
4bdd50ce23 [master] regenerate HTML document
(NOTE: I had the wrong date in the release tarball again;
I changed my checklist again to make sure this is fixed
for next time.)
2011-02-24 15:34:09 -06:00
Jeremy C. Reed
a232b085df [master] cleanup related to b10-resolver 2011-02-24 15:33:55 -06:00
Jeremy C. Reed
1a5be74809 [master] regenerate two documents 2011-02-24 10:32:10 -06:00
Jeremy C. Reed
13204f9c20 [jreed-docs] in-memory datasource exists now
so sqlite3 is not the only one.

TODO: still need to document the in-memory datasource.
2011-02-24 07:51:18 -06:00
Michal 'vorner' Vaner
783c0a87b9 [trac575] Move parseAddresses to libserver_common
It is taken out from the resolver and will be used by both servers.
Added tests, it was tested implicitly before.
2011-02-22 21:01:41 +01:00
Jelte Jansen
8aa3b2246a [master] Merge branch 'trac449'
Conflicts:
	doc/Doxyfile
	src/lib/Makefile.am
2011-02-15 11:57:35 +01:00
Jeremy C. Reed
d351fe6ec3 Just add a comment to remove print_settings. 2011-01-31 07:31:40 -06:00
Jeremy C. Reed
00dab940cb Merge branch 'master' of ssh://jreed@bind10.isc.org//var/bind10/git/bind10 2011-01-31 06:32:44 -06:00
Stephen Morris
1849137057 Merge branch 'trac487'
Conflicts:
	doc/Doxyfile
2011-01-25 10:23:28 +00:00
Jeremy C. Reed
3e3bcbeb2f Regenerated version of guide with the newer version date. 2011-01-24 12:17:13 -06:00
JINMEI Tatuya
bc2a7f57b5 Merge branch 'trac527' 2011-01-22 10:47:14 -08:00
Stephen Morris
30838487e1 First cut at code to classify a server response
The code analyses the response for errors as well as determining whether
it is an answer or a referral.
2011-01-21 21:00:57 +00:00
JINMEI Tatuya
21e8607873 added documentation for new test functions 2011-01-21 01:13:41 -08:00
Jeremy C. Reed
3e151d4477 add makefile for doc 2011-01-20 13:21:14 -06:00
Jeremy C. Reed
0e10d2264e Document more about b10-resolver and introduce b10-stats.
Add some bindctl examples for configuring b10-resolver.
And also introduce b10-stats and Stats show.
2011-01-20 11:51:51 -06:00
Jeremy C. Reed
16be1dd568 Begin document resolver in guide.
Start documenting b10-resolver in guide. Lots to still do.
Also regen HTML.
2011-01-20 07:23:53 -06:00
Ocean Wang
e64c9d4107 Add cache library to doxygen files
Make RRsetCache copy constructor and assignment operator private to make it uncopyable
Add TODO for rrsig processing
2011-01-20 12:01:09 +08:00
Jeremy C. Reed
4fb7fbb237 Mention Git instead of Subversion in docs. 2011-01-19 10:41:26 -06:00
Jeremy C. Reed
5dd96968ae Add version to guide and use Makefile.am for guide.
Removed the static doc/guide/Makefile.
Added Makefile.am for that.

Added a docbook entity file for the BIND 10 version.

Change the guide to use that version.

Regenerated html for the guide too.
(Now it has the latest version hard-coded in the HTML.)
2011-01-19 10:16:17 -06:00
Jeremy C. Reed
70833edc11 Removing now-missing options from b10-recurse manpage. Remove
reference of loadzone. Regenerate man file.

Mention b10-recurse in README.

In Guide, mention that BIND 10 does offer a forwarding server.
(Note the Guide needs to document b10-recurse still.)

This is minor. It was not reviewed.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4024 e5f2f494-b856-4b98-b285-d166d9295462
2010-12-27 20:16:27 +00:00
Jelte Jansen
4c538c5118 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3838 e5f2f494-b856-4b98-b285-d166d9295462
2010-12-14 14:59:53 +00:00
Jeremy C. Reed
97172cc21f NSAS library uses Boost Interprocess which was introduced in Boost 1.35.0.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3834 e5f2f494-b856-4b98-b285-d166d9295462
2010-12-14 14:36:23 +00:00
Michal Vaner
558ae94366 Sync with #327
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3568 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-19 18:50:04 +00:00
Michal Vaner
c8df23bf4e Sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3501 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-10 10:44:42 +00:00
Michal Vaner
734a268316 Enable documentation of nsas
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3469 e5f2f494-b856-4b98-b285-d166d9295462
2010-11-05 18:11:12 +00:00
Michal Vaner
6316f23eb3 Dummy log function to mark places to log
It will be replaced, but a function is better than comment, because:
* It prints the text to stderr at last for now
* Compiler can find the places for us when we remove the function, we
  would have to grep for the comments.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3357 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-26 11:13:33 +00:00
Michal Vaner
5df6d28711 Add asiolink to Doxyfile
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-config@3330 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-23 12:15:30 +00:00
Michal Vaner
78533f09db Internal interface of socket creator
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3120 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-05 14:55:54 +00:00
Jeremy C. Reed
56ec9918f3 Regenerate some manual pages and guide (based on my earlier commit
to xml files). This is to introduce secondary manager.

While here also mention zonemgr in the README.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2952 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-16 20:35:35 +00:00
Jeremy C. Reed
1d240b3197 Commas not period. Typo reported by each.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2947 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-16 19:26:52 +00:00
Jeremy C. Reed
deb0efecb3 Grammar fix.
Add some details about zonemgr.
Mention xfrout does NOTIFY out also.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2946 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-16 19:19:57 +00:00
Jeremy C. Reed
99d6197e51 Remove --with-boost-lib configuration switch.
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-10 14:03:07 +00:00
JINMEI Tatuya
6fb13a92c1 sync w/ trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2663 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-09 18:42:00 +00:00
JINMEI Tatuya
94c7de226e removed additional benchmark examples for now.
updated the doxygen config to include the benchmark docs.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2500 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-13 02:10:24 +00:00
JINMEI Tatuya
678e8861f5 merged the original trac221 branch
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221b@2464 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-09 23:40:30 +00:00
Evan Hunt
34159d6962 70. [func] each
Added a hot-spot cache to libdatasrc to speed up access to
	repeatedly-queried data and reduce the number of queries to
	the underlying database; this should substantially improve
	performance.  Also added a "-n" ("no cache") option to
	bind10 and b10-auth to disable the cache if needed.
	(Trac #192, svn r2383)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2383 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 23:47:29 +00:00
Jeremy C. Reed
9b827bc222 --with-boost-python is no more. Doesn't need Boost Python anymore.
(And regen html)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2373 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 20:52:26 +00:00
Jeremy C. Reed
4caf5d3b88 Regenerate HTML.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2371 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 20:29:47 +00:00
Jeremy C. Reed
8898a9167b mention that pkg-config is required to build (and make but that
is probably to obvious)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2370 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 20:29:02 +00:00