BIND 10 trac931, updated. 07a778c5592002042269785ec41bf4d93fc7db91 [trac931] Initialize keyring at startup

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 17 18:11:09 UTC 2011


The branch, trac931 has been updated
       via  07a778c5592002042269785ec41bf4d93fc7db91 (commit)
      from  9cc0c06cac86d3460ee1f5b5e2c8669d9709663e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 07a778c5592002042269785ec41bf4d93fc7db91
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue May 17 20:10:56 2011 +0200

    [trac931] Initialize keyring at startup

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/main.cc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/main.cc b/src/bin/auth/main.cc
index 480c2f7..0f72fc5 100644
--- a/src/bin/auth/main.cc
+++ b/src/bin/auth/main.cc
@@ -47,6 +47,7 @@
 #include <asiodns/asiodns.h>
 #include <asiolink/asiolink.h>
 #include <log/dummylog.h>
+#include <server_common/keyring.h>
 
 using namespace std;
 using namespace isc::data;
@@ -190,6 +191,9 @@ main(int argc, char* argv[]) {
             changeUser(uid);
         }
 
+        cout << "[b10-aut] Loading TSIG keys" << endl;
+        isc::server_common::initKeyring(*config_session);
+
         cout << "[b10-auth] Server started." << endl;
         io_service.run();
 




More information about the bind10-changes mailing list