Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-29 | s4:torture/rpc/samba3rpc.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -9/+143 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-24 | s4-smbtorture: add missing checks for WERROR results in RPC-SAMBA3 tests. | Günther Deschner | 1 | -1/+17 | |
Guenther | |||||
2010-03-24 | s4-smbtorture: cleanup some of the RPC-SAMBA3 tests. | Günther Deschner | 1 | -1076/+612 | |
This avoids printf, uses simplication functions where appropriate, etc. Guenther | |||||
2010-03-24 | s4-smbtorture: add rap_get_servername to RPC-SAMBA3 family of tests. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2010-03-23 | s4-smbtorture: remove tailing whitespace in samba3rpc testsuite. | Günther Deschner | 1 | -33/+33 | |
Guenther | |||||
2010-03-19 | s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite. | Günther Deschner | 1 | -12/+35 | |
Guenther | |||||
2010-03-17 | s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -71/+125 | |
metze | |||||
2010-03-11 | winreg: add winreg_KeyType enum. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-26 | s4:torture/rpc: use generate_random_password() | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-01-21 | s4: Fix a few warnings. | Jelmer Vernooij | 1 | -1/+0 | |
2009-12-15 | smbtorture4: Add rpc-samba3-getaliasmembership-0 | Volker Lendecke | 1 | -0/+60 | |
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -11/+0 | |
This reduces compile time somewhat. | |||||
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
2009-06-29 | Fixes for SAMBA3RPC torture test | Matthias Dieter Wallnöfer | 1 | -4/+11 | |
On calls where both NT_STATUS and WERROR results are returned and consulted we have to make sure to form function results considering both. This errors have been found through a run against SAMBA 4. | |||||
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 1 | -23/+28 | |
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | |||||
2009-03-06 | s4-smbtorture: fix s3 flavor rpc spoolss test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2009-02-17 | s4-smbtorture: fix spoolss test after count out,ref idl changes. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-02-13 | s4:torture/samba3rpc: fix the build after get_myname() changes | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-02-06 | s4-smbtorture: fix spoolss enum tests. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinter. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-02 | s4:torture/rpc: avoid 'delete' and 'class' in samba3rpc.c | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2009-02-01 | shared: Move dom_sid_* utility functions to top level | Kai Blin | 1 | -1/+1 | |
2008-12-05 | s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-28 | s4-samr: fix samr passwdord_expired callers. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python) | Günther Deschner | 1 | -10/+16 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python) | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python) | Günther Deschner | 1 | -4/+6 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -6/+12 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -8/+14 | |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -3/+5 | |
should in the future only contain some settings required for gensec. | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareEnum from s3 idl. | Günther Deschner | 1 | -16/+71 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareGetInfo from s3 idl. | Günther Deschner | 1 | -7/+11 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareSetInfo from s3 idl. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareInfo502 from s3. | Günther Deschner | 1 | -1/+1 | |
Apparently both s3 and s4 are not entirely correct one this. metze is looking into hand-marshalling security descriptors so this will fix this finally. For now, just keep the two in sync. Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerPasswordSet from s3 idl. | Günther Deschner | 1 | -4/+10 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerReqChallenge from s3 idl. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl. | Günther Deschner | 1 | -4/+14 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_GetUserName from s3 lsa idl. | Günther Deschner | 1 | -5/+8 | |
Guenther | |||||
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -6/+12 | |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -3/+2 | |
functions. | |||||
2008-09-30 | Cope with API changes. | Jelmer Vernooij | 1 | -6/+12 | |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 1 | -2/+6 | |
using global_loadparm. | |||||
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-05-06 | torture: use dom_idx after determining it in samba3rpc.c:get_usr_handle() | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 334d76c3559870bd9dc9ef55c9b1a7ce21ee9d4c) | |||||
2008-04-22 | Fix more failing tests to pass the event context. | Simo Sorce | 1 | -6/+6 | |
(This used to be commit d6c5d8baf0c48a6078a47bba33993a841ff526d9) |