s3:libsmb: Add in the core of the libsmb client SMB2 functions.
authorJeremy Allison <jra@samba.org>
Wed, 7 Aug 2013 22:54:05 +0000 (15:54 -0700)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Aug 2013 07:07:06 +0000 (09:07 +0200)
commit28591dfd5d2163d9181d45d64a4a750e335b7c56
tree6abefaa642d2790d57047343800ab2db6022bbdb
parentc80349e0fad7c182b0bddefed99a78d95323faca
s3:libsmb: Add in the core of the libsmb client SMB2 functions.

These create a synchronous cli_smb2_XXX() style interface
designed to plug directly into the libsmb/cliXXXX.c code.

https://bugzilla.samba.org/show_bug.cgi?id=9974

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/include/client.h
source3/libsmb/cli_smb2_fnum.c [new file with mode: 0644]
source3/libsmb/cli_smb2_fnum.h [new file with mode: 0644]
source3/libsmb/clirap.c
source3/libsmb/clirap.h
source3/libsmb/libsmb.h
source3/wscript_build