summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2020-12-17 14:34:50 +1300
committerAndrew Bartlett <abartlet@samba.org>2022-09-16 05:46:36 +0000
commit3119349a3f1973697980aff0a012dff92be3402a (patch)
tree6bcf3e437299a57213bb324fb32f07021368d1ca /libcli
parent53f6dbe03f7389242a6ebfaddc90bc39865b17fc (diff)
downloadsamba-3119349a3f1973697980aff0a012dff92be3402a.tar.gz
libcli/auth/proto.h: remove unneeded path details.
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/auth/msrpc_parse.h2
-rw-r--r--libcli/auth/proto.h8
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);