summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-2/+2
* r25159: fix missing declarations warningStefan Metzmacher2007-10-101-0/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r16874: query all informationStefan Metzmacher2007-10-101-2/+2
* r16736: - convert unix times to nttime before sending it to the wire...Stefan Metzmacher2007-10-101-15/+25
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-8/+8
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-3/+3