diff options
author | Jeremy Allison <jra@samba.org> | 2007-03-17 00:32:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:40 -0500 |
commit | 5bfe638f2172e272741997100ee5ae8ff280494d (patch) | |
tree | 8997192548c6fea9e07b4d6134c17afa2689d813 /source/include/smb.h | |
parent | f18e87ba6b6a3f4c16777cb5b6bf93a656800247 (diff) | |
download | samba-5bfe638f2172e272741997100ee5ae8ff280494d.tar.gz samba-5bfe638f2172e272741997100ee5ae8ff280494d.tar.xz samba-5bfe638f2172e272741997100ee5ae8ff280494d.zip |
r21865: Add in the stubs for SMB transport encryption. Will flesh
these out as I implement. Don't add to SAMBA_3_0_25, this
is experimental code.
NFSv4 you're now officially on notice... :-).
Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index a54cebac103..2eed76eb809 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -79,6 +79,7 @@ #define WRITE_ERROR 4 /* This error code can go into the client smb_rw_error. */ #define READ_BAD_SIG 5 #define DO_NOT_DO_TDIS 6 /* cli_close_connection() check for this when smbfs wants to keep tree connected */ +#define READ_BAD_DECRYPT 7 #define DIR_STRUCT_SIZE 43 |