summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samba3rpc.c
Commit message (Expand)AuthorAgeFilesLines
* selftest: fix samba3.rpc.samba3.netlogon running after an nt4_member testJamie McClymont2017-12-201-4/+4
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-27/+38
* torture/samba3rpc: Use NETLOGON_NEG_AUTH2_ADS_FLAGSAndrew Bartlett2016-12-141-1/+1
* s4:torture:rpc: fix valgrind 'Syscall param writev(vector[...])' valgrind errorNoel Power2016-04-251-1/+6
* s4:torture:rpc: fix valgrind 'Syscall param writev(vector[...])' errorNoel Power2016-04-251-0/+1
* CVE-2016-2111: s4:torture/rpc: fix rpc.samba3.netlogon ntlmv2 testStefan Metzmacher2016-04-121-2/+2
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-121-1/+1
* s4:torture:samba3rpc: use an authenticated SMB connection and an anonymous DC...Stefan Metzmacher2016-03-101-36/+19
* s4:torture/samba3rpc: use pipe_bind_smb_auth()Stefan Metzmacher2015-07-071-66/+32
* s4:torture/samba3rpc: add pipe_bind_smb_auth()Stefan Metzmacher2015-07-071-0/+38
* s4:torture/samba3rpc: use pipe_bind_smb2()Stefan Metzmacher2015-07-071-22/+8
* s4:torture/samba3rpc: add pipe_bind_smb2()Stefan Metzmacher2015-07-071-0/+33
* s4:torture/samba3rpc: use pipe_bind_smb() in more placesStefan Metzmacher2015-07-071-78/+20
* s4:torture/samba3rpc: move pipe_bind_smb() to the topStefan Metzmacher2015-07-071-37/+37
* s4:torture/rpc: expect NT_STATUS_CONNECTION_DISCONNECTED when a dcerpc connec...Stefan Metzmacher2015-07-031-4/+10
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-2/+2
* s3:libsmb: remove unused smb2cli.hStefan Metzmacher2014-09-301-1/+0
* s4:torture/samba3rpc: let rpc.authcontext be more robust against low level ch...Stefan Metzmacher2013-10-171-7/+15
* s4:torture/samba3rpc: let rpc.authcontext be more robust against low level co...Stefan Metzmacher2013-10-171-0/+4
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2013-08-051-0/+2
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2013-01-161-4/+4
* 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