Updated to version 1.116

This commit is contained in:
obarthel
2017-12-23 09:11:11 +01:00
parent ad1a7acd92
commit 94cf193a82
9 changed files with 383 additions and 177 deletions
-3
View File
@@ -18,9 +18,6 @@
#include <netinet/in.h>
#define SMB_HEADER_LEN 37 /* includes everything up to, but not
including smb_bcc */
/* This structure is used to pass the arguments to smb_proc_lockingX
*/
struct smb_lkrng
+2
View File
@@ -32,7 +32,9 @@ struct smb_server
unsigned short rcls; /* The error codes we received */
unsigned short err;
unsigned char *packet;
int packet_size; /* Amount of memory allocated for packet */
int security_mode;
int crypt_key_length;