diff options
author | Günther Deschner <gd@samba.org> | 2011-05-03 12:05:47 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-03 15:38:40 +0200 |
commit | 9c48345e32c9aebd93c67103ea6984d74f2061b4 (patch) | |
tree | e95dd72f5638797bfc708c8f4d94a9d5fd0dfbc3 | |
parent | f08250eb55930bd8613c7ebe1a0de2fb0ccbff30 (diff) | |
download | samba-9c48345e32c9aebd93c67103ea6984d74f2061b4.tar.gz samba-9c48345e32c9aebd93c67103ea6984d74f2061b4.tar.bz2 samba-9c48345e32c9aebd93c67103ea6984d74f2061b4.zip |
s3-proto: move remaining krb5 protos to krb5_protos.h
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue May 3 15:38:40 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/include/krb5_protos.h | 6 | ||||
-rw-r--r-- | source3/include/proto.h | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index d80e77d2eb..c53588890c 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -131,3 +131,9 @@ int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, time_t *tgs_expire, const char *impersonate_princ_s); +/* The following definitions come from libsmb/clikrb5.c */ + +bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx, + DATA_BLOB *edata, + DATA_BLOB *edata_out); +bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_pac_data); diff --git a/source3/include/proto.h b/source3/include/proto.h index e8ce418ab2..bb2c64b671 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1620,13 +1620,6 @@ NTSTATUS cli_force_encryption(struct cli_state *c, const char *password, const char *domain); -/* The following definitions come from libsmb/clikrb5.c */ - -bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx, - DATA_BLOB *edata, - DATA_BLOB *edata_out); -bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_pac_data); - /* The following definitions come from libsmb/clilist.c */ NTSTATUS cli_list_old(struct cli_state *cli,const char *Mask,uint16 attribute, |