- 17 Sep, 2010 4 commits
-
-
Jeremy C. Reed authored
Use _ (underscore) instead. This fixes regression where the include files were not installed anymore. This happened on rename of libdns to libdns++. (Ooops I should have caught this earlier ... since my release engineering checklist had item to test building software using libraries.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2975 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2974 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
(skipping review) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2972 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2971 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Sep, 2010 14 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2954 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
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
-
Jeremy C. Reed authored
Begin to document zonemgr secondary manager. Not complete and needs more review. Note this includes a various minor cleanup in these documents too. I will generate the docs and commit them next. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2951 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2950 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
For some stderr output add missing newlines. (I noticed an error message was overwritten and was unreadable.) Also removed accidental logging details from stderr write output. Patch reviewed via jabber. Not completely tested as I didn't reproduce all errors. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2949 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Now the VERSION string consists of the module name, the module version number, and the overall BIND 10 version number (set in configure.ac). This is for Trac ticket #302 with further discussion on jabber a couple days ago. I plan to do similar for other modules but only completed two others because beyond that some were missing feature or were broken for attempting to see the version. (I will report separately.) No changelog entry. This is minor. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2948 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2947 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
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
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2943 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
unneeded comments. (Note some minor changes not related to the ticket.) More explanation and clarifications for the zonemgr related features. I chose to somewhat document the internal commands for now but note that they are not exposed. Later these will need to go in a BIND 10 developers docs too. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2942 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2941 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2937 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
a well-timed ctrl-c may stop msgq before bind10, in which case 0-bytes are read, which is now an error. Catch that error and break from the for loop, so bob will go into shutdown mode cleanly git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2936 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac341@2935 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Sep, 2010 5 commits
-
-
Jelte Jansen authored
added an assertion check to _receive_full_buffer git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2933 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2932 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2931 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2929 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2927 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Sep, 2010 3 commits
-
-
Jeremy C. Reed authored
This includes revisions 2792 and 2922 plus the ChangeLog entry: 91. [bug] jinmei lib/datasrc: A DS query could crash the library (and therefore, e.g. the authoritative server) if some RR of the same apex name is stored in the hot spot cache. (Trac #307, svn rTBD) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2923 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2917 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2916 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Sep, 2010 4 commits
-
-
Jelte Jansen authored
refactored the recv() code; fixed short reads on length bytes, removed the catch-all (currently there is a bit of special casing going on to keep the calling modules working, we may need to take a look at that), and removed the class variables, where data was stored but in the end that data was only used locally git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2906 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2905 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2903 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2902 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Sep, 2010 5 commits
-
-
Jeremy C. Reed authored
many spaces in middle of text.) Reviewed via jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2897 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Remove unused line code, since the 'ret' is never changed in that block. mentioned by Jeremy, trivial, skip review again. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2883 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2882 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2881 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2880 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Sep, 2010 2 commits
-
-
Jeremy C. Reed authored
Also alphabetize the configurations while here. (no review, is minor) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2873 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2866 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Sep, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2858 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac314@2857 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac314@2855 e5f2f494-b856-4b98-b285-d166d9295462
-