From f7411daa8cb1bb8222a09d112031a259cbd69ac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 3 May 2011 12:05:47 +0200 Subject: [PATCH] s3-proto: move remaining krb5 protos to krb5_protos.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue May 3 15:38:40 CEST 2011 on sn-devel-104 (cherry picked from commit 9c48345e32c9aebd93c67103ea6984d74f2061b4) --- source3/include/krb5_protos.h | 6 ++++++ 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 530122b79e1..e9f282b288a 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -146,3 +146,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 157a4abb60b..213ce1211cf 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1674,13 +1674,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, -- 2.11.4.GIT