summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/smb2: remove unused variable in torture_smb2_con_sopt()Stefan Metzmacher2014-09-301-1/+0
* s4:torture/smb2: use smb2cli_tcon*() in torture_smb2_tree_connect()Stefan Metzmacher2014-09-301-27/+26
* s4:torture/smb2: torture_smb2_tree_connect() creates a secondary tree connectStefan Metzmacher2014-09-301-1/+1
* s4:torture:smb2: add utility function torture_smb2_con_sopt()Ralph Boehme2014-08-181-0/+42
* s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()Stefan Metzmacher2014-07-241-1/+1
* s4:torture:smb2: add smb2_lease_v2_create() wrapper to smb2_lease_v2_create_s...Michael Adam2013-10-051-0/+16
* s4:torture:smb2: add smbcli_options argument to torture_smb2_connection_ext()Michael Adam2013-10-051-5/+6
* libsmb2: Fix opening the rootdirectory, part 2Volker Lendecke2013-08-231-1/+1
* torture: Use ZERO_STRUCTPN instead of explicit derefVolker Lendecke2013-04-271-1/+1
* s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher2013-04-181-0/+28
* s4:torture/smb2: add NTCREATEX_SHARE_ACCESS_DELETE in smb2_generic_create_sha...Stefan Metzmacher2013-04-181-1/+0
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+1
* s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher2012-07-251-3/+0
* s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher2012-07-241-0/+8
* s4:libcli:smb2: store the share capabilites in the smb2_tree objectMichael Adam2012-03-031-0/+1
* s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_sessionMichael Adam2012-02-281-13/+25
* s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam2012-02-281-1/+2
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-281-1/+2
* torture: don't check the NOINDEXED bit in attribute comparisonAndrew Tridgell2012-02-271-1/+1
* s4:torture: add a torture_smb2_session_setup() utility functionMichael Adam2012-02-031-0/+31
* s4:torture: add torture_smb2_tree_connect() utility functionMichael Adam2012-02-031-0/+42
* s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam2011-11-091-2/+8
* s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam2011-11-091-2/+12
* s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam2011-11-091-7/+17
* s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam2011-11-091-0/+57
* s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or intMichael Adam2011-11-091-2/+2
* s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...Michael Adam2011-11-091-0/+21
* s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.cMichael Adam2011-11-091-0/+23
* s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().Michael Adam2011-11-091-0/+22
* s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection()Michael Adam2011-10-261-8/+11
* s4-torture: remove unchecked read from smb2 createDavid Disseldorp2011-09-291-9/+0
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman2010-09-221-0/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* s4 torture: Port RAW-ACLS tests to SMB2Zack Kirsch2009-12-071-40/+37
* s4 torure: Add SMB2 utility functionsZack Kirsch2009-12-071-2/+105
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-1/+2
* Fix the build.Jelmer Vernooij2008-11-021-1/+3
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-1/+4
* moved these util functions into libcliAndrew Tridgell2008-05-201-26/+0
* added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-19/+5
* Avoid event_find_context when a event context is already available.Jelmer Vernooij2008-04-161-1/+1
* open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell2008-02-181-1/+2
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-20/+20
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-1/+2
* r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2007-12-211-1/+3
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-5/+5
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-6/+6