summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/schannel.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-8/+8
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-1/+1
2010-03-29s4:torture/rpc/schannel.c: add explicit check for NTSTATUS r.out.resultGünther Deschner1-23/+25
2010-03-17s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-9/+12
2010-03-12s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubsStefan Metzmacher1-9/+11
2010-03-01s4:torture/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-1/+1
2010-02-26s4:torture/rpc: use generate_random_password()Stefan Metzmacher1-1/+1
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-05-07s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName behavi...Günther Deschner1-2/+8
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-6/+6
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-5/+5
2008-11-10s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)Günther Deschner1-0/+2
2008-11-02Fix the build.Jelmer Vernooij1-3/+3
2008-10-29s4-netlogon: merge netr_ServerPasswordSet from s3 idl.Günther Deschner1-4/+10
2008-10-29s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.Günther Deschner1-4/+17
2008-10-27s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner1-9/+12
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-2/+2
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-4/+4
2008-05-20Change wks password in rpc-bench-schannel1Volker Lendecke1-0/+64
2008-05-16Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=trueVolker Lendecke1-10/+21
2008-05-16Fix two C++ warningsVolker Lendecke1-2/+4
2008-05-16torture: add RPC-BENCH-SCHANNEL1 testStefan Metzmacher1-0/+272
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-5/+5
2008-04-17Fix the build.Jelmer Vernooij1-3/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-12/+15
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-2/+2
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-4/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-10/+10
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij1-208/+106
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-11/+11
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23090: a test showing two netlogon pipes open at once, using the LogonEx opsAndrew Tridgell1-0/+95
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-3/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+2
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+3
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-2/+2
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett1-3/+27