summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-09-22 19:23:21 +0200
committerVolker Lendecke <vl@samba.org>2008-10-06 09:54:16 +0200
commitf3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb (patch)
tree85c3977c3fe0df813676cea8a0d56a2170a04aa7 /source3/include/proto.h
parentbb4e9d72dd7de46ae4635ff5fbe5427b2a93e7cc (diff)
downloadsamba-f3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb.tar.gz
samba-f3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb.tar.bz2
samba-f3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb.zip
Store a local schannel key in secrets.tdb
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7cdcba19ab..41544da8c9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6421,6 +6421,8 @@ bool secrets_restore_schannel_session_info(TALLOC_CTX *mem_ctx,
struct dcinfo **ppdc);
bool secrets_store_generic(const char *owner, const char *key, const char *secret);
char *secrets_fetch_generic(const char *owner, const char *key);
+bool secrets_store_local_schannel_key(uint8_t schannel_key[16]);
+bool secrets_fetch_local_schannel_key(uint8_t schannel_key[16]);
/* The following definitions come from passdb/util_builtin.c */