From c390a3fa0e0ab2575c23b35d0124e2a5f49b91f7 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 20 Mar 2016 16:37:20 +0100 Subject: [PATCH] Version bump --- documentation/history.doc | 7 +++++++ source_code/main.c | 2 +- source_code/smbfs_rev.h | 10 +++++----- source_code/smbfs_rev.rev | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/documentation/history.doc b/documentation/history.doc index 696862f..abeb5bf 100644 --- a/documentation/history.doc +++ b/documentation/history.doc @@ -751,3 +751,10 @@ smbfs 1.82 (6.3.2016) - In smb_proc_reconnect() the server session key is now a local variable which is initialized as needed. + + +smbfs 1.83 (20.3.2016) + +- Reworked the SMB decoding so that the ANDX commands can be + handled properly. Not that I have actually seen any of these + commands at work, mind you. diff --git a/source_code/main.c b/source_code/main.c index 2896d20..646b3d3 100644 --- a/source_code/main.c +++ b/source_code/main.c @@ -1,6 +1,6 @@ /* * cpr smbfs.debug domain=workgroup user=olsen password=bazong volume=olsen //felix/olsen - * cpr smbfs.debug user=guest volume=amiga //windows7-amiga/Users/Public + * cpr smbfs.debug dumpsmb user=guest volume=amiga //windows7-amiga/Users/Public * break smba_start * break smba_connect * break smb_receive_raw diff --git a/source_code/smbfs_rev.h b/source_code/smbfs_rev.h index 73f9bd6..b349139 100644 --- a/source_code/smbfs_rev.h +++ b/source_code/smbfs_rev.h @@ -1,6 +1,6 @@ #define VERSION 1 -#define REVISION 82 -#define DATE "6.3.2016" -#define VERS "smbfs 1.82" -#define VSTRING "smbfs 1.82 (6.3.2016)\r\n" -#define VERSTAG "\0$VER: smbfs 1.82 (6.3.2016)" +#define REVISION 83 +#define DATE "20.3.2016" +#define VERS "smbfs 1.83" +#define VSTRING "smbfs 1.83 (20.3.2016)\r\n" +#define VERSTAG "\0$VER: smbfs 1.83 (20.3.2016)" diff --git a/source_code/smbfs_rev.rev b/source_code/smbfs_rev.rev index dde92dd..76a8b2b 100644 --- a/source_code/smbfs_rev.rev +++ b/source_code/smbfs_rev.rev @@ -1 +1 @@ -82 +83