From 3119349a3f1973697980aff0a012dff92be3402a Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 17 Dec 2020 14:34:50 +1300 Subject: libcli/auth/proto.h: remove unneeded path details. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- libcli/auth/msrpc_parse.h | 2 +- libcli/auth/proto.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libcli/auth/msrpc_parse.h b/libcli/auth/msrpc_parse.h index 47529f24a95..717dec9eb7c 100644 --- a/libcli/auth/msrpc_parse.h +++ b/libcli/auth/msrpc_parse.h @@ -30,7 +30,7 @@ * used outside this particular subsystem! */ -/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/msrpc_parse.c */ +/* The following definitions come from libcli/auth/msrpc_parse.c */ NTSTATUS msrpc_gen(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, diff --git a/libcli/auth/proto.h b/libcli/auth/proto.h index baf57308c9f..f6ca2f1632d 100644 --- a/libcli/auth/proto.h +++ b/libcli/auth/proto.h @@ -11,7 +11,7 @@ * used outside this particular subsystem! */ -/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/credentials.c */ +/* The following definitions come from libcli/auth/credentials.c */ bool netlogon_creds_is_random_challenge(const struct netr_Credential *challenge); void netlogon_creds_random_challenge(struct netr_Credential *challenge); @@ -91,7 +91,7 @@ union netr_LogonLevel *netlogon_creds_shallow_copy_logon(TALLOC_CTX *mem_ctx, enum netr_LogonInfoClass level, const union netr_LogonLevel *in); -/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/session.c */ +/* The following definitions come from libcli/auth/session.c */ int sess_crypt_blob(DATA_BLOB *out, const DATA_BLOB *in, const DATA_BLOB *session_key, enum samba_gnutls_direction encrypt); @@ -102,7 +102,7 @@ DATA_BLOB sess_encrypt_blob(TALLOC_CTX *mem_ctx, DATA_BLOB *blob_in, const DATA_ NTSTATUS sess_decrypt_blob(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, const DATA_BLOB *session_key, DATA_BLOB *ret); -/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/smbencrypt.c */ +/* The following definitions come from libcli/auth/smbencrypt.c */ int SMBencrypt_hash(const uint8_t lm_hash[16], const uint8_t *c8, uint8_t p24[24]); bool SMBencrypt(const char *passwd, const uint8_t *c8, uint8_t p24[24]); @@ -275,7 +275,7 @@ WERROR decode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx, DATA_BLOB *session_key, char **pwd); -/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/smbdes.c */ +/* The following definitions come from libcli/auth/smbdes.c */ int des_crypt56_gnutls(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], enum samba_gnutls_direction encrypt); -- cgit v1.2.1