diff options
author | Michael Adam <obnox@samba.org> | 2008-08-01 17:09:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 17:09:08 +0200 |
commit | 4c6e9662b8360692f8ee8c36287ec8aa0b9d831a (patch) | |
tree | 6b2c5aece0b34213ac334a8d5862acd3829d1bb8 /source3/libnet | |
parent | a5d4b540e27bc716efa2f72a6013ab841eeca140 (diff) | |
download | samba-4c6e9662b8360692f8ee8c36287ec8aa0b9d831a.tar.gz samba-4c6e9662b8360692f8ee8c36287ec8aa0b9d831a.tar.bz2 samba-4c6e9662b8360692f8ee8c36287ec8aa0b9d831a.zip |
dssync keytab: add comment header explaining add_to_keytab_entries().
Michael
(This used to be commit 1072bd9f96ff3853e5ff58239123fc8c76a99063)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_dssync_keytab.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/libnet/libnet_dssync_keytab.c b/source3/libnet/libnet_dssync_keytab.c index e40e353088..71fc7147df 100644 --- a/source3/libnet/libnet_dssync_keytab.c +++ b/source3/libnet/libnet_dssync_keytab.c @@ -24,6 +24,10 @@ #if defined(HAVE_ADS) && defined(ENCTYPE_ARCFOUR_HMAC) +/** + * Internal helper function to add data to the list + * of keytab entries. It builds the prefix from the input. + */ static NTSTATUS add_to_keytab_entries(TALLOC_CTX *mem_ctx, struct libnet_keytab_context *ctx, uint32_t kvno, |