summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/samba3rpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: use netlogon_creds_arcfour_crypt() in samba3rpc test.Günther Deschner2012-12-091-6/+3
* s4-torture: exit early when join fails in samba3rpc tests.Günther Deschner2012-12-091-2/+4
* s4-torture: use names for r.in.logon_level of netlogon samlogon requests.Günther Deschner2012-12-091-2/+2
* Rewrite torture_samba3_rpc_sharesec() to use a non-privileged user for share ...Jeremy Allison2012-08-311-15/+108
* s4:torture: add support for SMB_EXTENDED_SIGNATURES during SMBtconXStefan Metzmacher2012-08-041-0/+7
* s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher2012-08-021-1/+1
* s4:torture/samba3rpc: add smb1-pipe-nameStefan Metzmacher2012-05-281-0/+252
* s4:torture/samba3rpc: add smb2-pipe-nameStefan Metzmacher2012-05-281-0/+84
* s4:torture:rpc: add a new test samba3.smb2-pipe-read-logoffMichael Adam2012-05-021-0/+85
* s4:torture:rpc: add a new test samba3.smb2.pipe-read-tdisMichael Adam2012-05-021-0/+85
* s4:torture:rpc: add a test samba3.smb2-pipe-read-closeMichael Adam2012-05-021-0/+87
* s4:torture:rpc: fix a comment typo in samba3.smb2-reauth2Michael Adam2012-05-021-1/+1
* s4:torture:rpc: remove an accidentially committed character (in a comment)Michael Adam2012-05-021-1/+1
* s4:torture: add a check for talloc success in rpc.samba3.randomauth2Michael Adam2012-04-281-1/+1
* s4:torture: add a check for talloc success in the rpc.samba3 suiteMichael Adam2012-04-281-0/+1
* s4:torture: add a rpc.samba3.smb2-reauth2 testMichael Adam2012-04-281-0/+136
* s4:torture: add a rpc.samba3.smb2-reauth1 testMichael Adam2012-04-271-1/+161
* s4:torture: add a rpc.samba3.smb-reauth2 testMichael Adam2012-04-261-0/+145
* s4:torture: add a rpc.samba3.smb-reauth1 testMichael Adam2012-04-251-0/+165
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-291-13/+7
* s4/torture Fix calls to charcnv functions to always supply converted_sizeAndrew Bartlett2011-04-131-1/+2
* s4-smbtorture: use torture_assert in torture_samba3_rpc_sharesec().Günther Deschner2011-03-161-23/+18
* s4-smbtorture: use torture_fail and _assert in torture_samba3_rpc_getusername().Günther Deschner2011-03-161-48/+16
* s4-smbtorture: remove explicit mem_ctx from torture_samba3_rpc_getusername().Günther Deschner2011-03-161-20/+14
* s4-smbtorture: use torture_fail and _assert macros in torture_netlogon_samba3().Günther Deschner2011-03-161-30/+16
* s4-smbtorture: remove explicit mem_ctx from torture_netlogon_samba3().Günther Deschner2011-03-161-12/+3
* s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subs...Günther Deschner2011-03-151-2/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-15/+15
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-40/+40
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-27/+12
* s4: use generated rap header.Günther Deschner2010-04-261-1/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-2/+2
* s4:torture/rpc/samba3rpc.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-9/+143
* s4-smbtorture: add missing checks for WERROR results in RPC-SAMBA3 tests.Günther Deschner2010-03-241-1/+17
* s4-smbtorture: cleanup some of the RPC-SAMBA3 tests.Günther Deschner2010-03-241-1076/+612
* s4-smbtorture: add rap_get_servername to RPC-SAMBA3 family of tests.Günther Deschner2010-03-241-0/+18
* s4-smbtorture: remove tailing whitespace in samba3rpc testsuite.Günther Deschner2010-03-231-33/+33
* s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite.Günther Deschner2010-03-191-12/+35
* s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+125
* winreg: add winreg_KeyType enum.Günther Deschner2010-03-111-2/+2
* s4:torture/rpc: use generate_random_password()Stefan Metzmacher2010-02-261-4/+4
* s4: Fix a few warnings.Jelmer Vernooij2010-01-211-1/+0
* smbtorture4: Add rpc-samba3-getaliasmembership-0Volker Lendecke2009-12-151-0/+60
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-11/+0
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-6/+6
* Fixes for SAMBA3RPC torture testMatthias Dieter Wallnöfer2009-06-291-4/+11
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-23/+28
* s4-smbtorture: fix s3 flavor rpc spoolss test.Günther Deschner2009-03-061-0/+2
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-1/+1