summaryrefslogtreecommitdiff
path: root/source4/torture/raw/context.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-7/+7
* s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher2012-08-021-3/+3
* s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett2012-05-181-18/+6
* s4:torture/raw/context: test a session setup with a given invalid vuidStefan Metzmacher2012-05-091-17/+29
* s4:torture/raw/context: add subtests as torture testcasesStefan Metzmacher2012-05-081-46/+20
* s4:torture/raw/context: INVALID_PARAMETER vs. LOGON_FAILURE...Stefan Metzmacher2012-05-081-1/+7
* s4:torture/raw: make torture_raw_context a test suiteStefan Metzmacher2012-05-081-2/+11
* s4:torture/raw/context: make use of torture_* macros and avoid 'printf'Stefan Metzmacher2012-05-081-100/+87
* s4:torture/raw/context: pass tctx to test_pid_exit_only_sees_open()Stefan Metzmacher2012-05-081-1/+3
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-17/+17
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-8/+8
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-2/+7
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-301-8/+18
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-49/+49
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-34/+34
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-6/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-10/+10
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-6/+6
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-22/+13
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they couldAndrew Tridgell2007-10-101-5/+0
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r14826: initialize pid1 and pid2:-)Stefan Metzmacher2007-10-101-0/+3
* r14734: this demonstrates that a tcon isn't autoclosed by a ulogoffStefan Metzmacher2007-10-101-0/+151
* r14732: fix typo noticed by derrell, thanks!Stefan Metzmacher2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14710: make more clear that SMBexit only cares about the PIDStefan Metzmacher2007-10-101-19/+28
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher2007-10-101-11/+250
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-9/+9
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-9/+9
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-2/+2
* r9045: be friendly towards servers that don't understand the 'share' form for...Andrew Tridgell2007-10-101-2/+4
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r8118: remove a debugging hack that should not have been in the last commitAndrew Tridgell2007-10-101-1/+1
* r8117: fixed a bunch more dos error code handing.Andrew Tridgell2007-10-101-5/+5
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2007-10-101-2/+2
* r7899: fixed a crash bug in the RAW-CONTEXT testAndrew Tridgell2007-10-101-2/+0
* r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett2007-10-101-0/+21