s3:libsmb: Add in the core of the libsmb client SMB2 functions.
commit086075ee43cd6790c2c789a33319cba054a4b751
authorJeremy Allison <jra@samba.org>
Wed, 7 Aug 2013 22:54:05 +0000 (7 15:54 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 30 Aug 2013 09:53:24 +0000 (30 11:53 +0200)
treef06951594178776f26f467070cf00748355acac2
parent2167e599867c787917acb4595ad718f55606fcba
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>
(cherry picked from commit 28591dfd5d2163d9181d45d64a4a750e335b7c56)
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