summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-05s4:torture:smb2: add smb2_lease_v2_create() wrapper to smb2_lease_v2_create_s...Michael Adam1-0/+16
2013-10-05s4:torture:smb2: add smbcli_options argument to torture_smb2_connection_ext()Michael Adam1-5/+6
2013-08-23libsmb2: Fix opening the rootdirectory, part 2Volker Lendecke1-1/+1
2013-04-27torture: Use ZERO_STRUCTPN instead of explicit derefVolker Lendecke1-1/+1
2013-04-18s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher1-0/+28
2013-04-18s4:torture/smb2: add NTCREATEX_SHARE_ACCESS_DELETE in smb2_generic_create_sha...Stefan Metzmacher1-1/+0
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+1
2012-07-25s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher1-3/+0
2012-07-24s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher1-0/+8
2012-03-03s4:libcli:smb2: store the share capabilites in the smb2_tree objectMichael Adam1-0/+1
2012-02-28s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_sessionMichael Adam1-13/+25
2012-02-28s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam1-1/+2
2012-02-28s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam1-1/+2
2012-02-27torture: don't check the NOINDEXED bit in attribute comparisonAndrew Tridgell1-1/+1
2012-02-03s4:torture: add a torture_smb2_session_setup() utility functionMichael Adam1-0/+31
2012-02-03s4:torture: add torture_smb2_tree_connect() utility functionMichael Adam1-0/+42
2011-11-09s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam1-2/+8
2011-11-09s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam1-2/+12
2011-11-09s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam1-7/+17
2011-11-09s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam1-0/+57
2011-11-09s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or intMichael Adam1-2/+2
2011-11-09s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...Michael Adam1-0/+21
2011-11-09s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.cMichael Adam1-0/+23
2011-11-09s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().Michael Adam1-0/+22
2011-10-26s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection()Michael Adam1-8/+11
2011-09-29s4-torture: remove unchecked read from smb2 createDavid Disseldorp1-9/+0
2011-03-19source4/torture: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-09-22s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman1-0/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-5/+5
2009-12-07s4 torture: Port RAW-ACLS tests to SMB2Zack Kirsch1-40/+37
2009-12-07s4 torure: Add SMB2 utility functionsZack Kirsch1-2/+105
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-3/+0
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij1-1/+2
2008-11-02Fix the build.Jelmer Vernooij1-1/+3
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-1/+3
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-1/+4
2008-05-20moved these util functions into libcliAndrew Tridgell1-26/+0
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-19/+5
2008-04-16Avoid event_find_context when a event context is already available.Jelmer Vernooij1-1/+1
2008-02-18open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell1-1/+2
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell1-20/+20
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+2
2007-12-21r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij1-1/+3
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-5/+5
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-6/+6
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-2/+2
2007-10-10r25159: fix missing declarations warningStefan Metzmacher1-0/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2