Age | Commit message (Expand) | Author | Files | Lines |
2013-08-10 | s4:torture: avoid usage of dcerpc_schannel_creds() | Stefan Metzmacher | 1 | -4/+2 |
2013-08-05 | s4:torture/rpc: make use of cli_credentials_set_netlogon_creds() | Stefan Metzmacher | 1 | -20/+16 |
2012-12-09 | s4-torture: precalculate expected session keys from samlogon in schannel test. | Günther Deschner | 1 | -7/+111 |
2012-12-09 | s4-torture: use names for r.in.logon_level of netlogon samlogon requests. | Günther Deschner | 1 | -2/+2 |
2012-07-17 | s4-torture: Add DCERPC_SCHANNEL_AES tests. | Andreas Schneider | 1 | -1/+5 |
2012-07-06 | s4-torture: Call lsarpc tests over the correct pipe. | Andreas Schneider | 1 | -0/+6 |
2011-12-22 | s4-torture: Test rpc schannel netr_LogonGetCapability. | Stefan Metzmacher | 1 | -0/+8 |
2011-12-14 | s4-smbtorture: make sure we can successfully run the schannel test against wi... | Günther Deschner | 1 | -16/+30 |
2011-12-14 | s4-torture: Fix schannel test against win2k8. | Andreas Schneider | 1 | -4/+4 |
2011-12-14 | s4-smbtorture: fix some typos in schannel test. | Günther Deschner | 1 | -3/+3 |
2011-12-14 | s4-smbtorture: avoid printf(); in schannel test. | Günther Deschner | 1 | -13/+13 |
2011-12-14 | s4-smbtorture: remove trailing whitespace from schannel test. | Günther Deschner | 1 | -41/+41 |
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 1 | -4/+4 |
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 1 | -0/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -8/+8 |
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 |
2010-03-29 | s4:torture/rpc/schannel.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -23/+25 |
2010-03-17 | s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -9/+12 |
2010-03-12 | s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -9/+11 |
2010-03-01 | s4:torture/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 1 | -1/+1 |
2010-02-26 | s4:torture/rpc: use generate_random_password() | Stefan Metzmacher | 1 | -1/+1 |
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-05-07 | s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName behavi... | Günther Deschner | 1 | -2/+8 |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 1 | -6/+6 |
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -5/+5 |
2008-11-10 | s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python) | Günther Deschner | 1 | -0/+2 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -3/+3 |
2008-10-29 | s4-netlogon: merge netr_ServerPasswordSet from s3 idl. | Günther Deschner | 1 | -4/+10 |
2008-10-29 | s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl. | Günther Deschner | 1 | -4/+17 |
2008-10-27 | s4-lsa: merge lsa_GetUserName from s3 lsa idl. | Günther Deschner | 1 | -9/+12 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -2/+2 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -4/+4 |
2008-05-20 | Change wks password in rpc-bench-schannel1 | Volker Lendecke | 1 | -0/+64 |
2008-05-16 | Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=true | Volker Lendecke | 1 | -10/+21 |
2008-05-16 | Fix two C++ warnings | Volker Lendecke | 1 | -2/+4 |
2008-05-16 | torture: add RPC-BENCH-SCHANNEL1 test | Stefan Metzmacher | 1 | -0/+272 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -5/+5 |
2008-04-17 | Fix the build. | Jelmer Vernooij | 1 | -3/+3 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -12/+15 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API. | Jelmer Vernooij | 1 | -208/+106 |