summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:45:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:45:16 +0000
commitec458fa87e3ee858be39671f575e21a9350674b6 (patch)
treefd61c4e08925ef898e2af49ba711e4ccf27a382f /source3/include/includes.h
parent395b8937ac3ad49faf65f4938212f7fa283c9da6 (diff)
downloadsamba-ec458fa87e3ee858be39671f575e21a9350674b6.tar.gz
samba-ec458fa87e3ee858be39671f575e21a9350674b6.tar.bz2
samba-ec458fa87e3ee858be39671f575e21a9350674b6.zip
Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's
session key and auth verifier patches. Andrew Bartlett (This used to be commit 3f9616a68a855acbae3f405c27ee2358fbe7ba2c)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index e25ac4fef2..774df34de0 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1235,6 +1235,7 @@ krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt);
krb5_error_code krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters);
krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes);
void free_kerberos_etypes(krb5_context context, krb5_enctype *enctypes);
+BOOL krb5_get_smb_session_key(krb5_context context, krb5_auth_context auth_context, uint8 session_key[16]);
#endif /* HAVE_KRB5 */
#endif /* _INCLUDES_H */