Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -3/+3 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -17/+0 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 1 | -1/+1 | |
the merged variant is renamed to smb_msleep as some platforms already have a msleep function. | |||||
2010-09-04 | torture-lsa: cope with STATUS_SOME_UNMAPPED errors | Andrew Tridgell | 1 | -15/+50 | |
Now that we support SePrintOperatorPrivilege, an interaction between the spoolss tests and the privileges tests cause a failure. The failure happens like this: - the spoolss.access test creates and then deletes an account with SePrintOperatorPrivilege privilege - this leaves the privileges database with an entry for a deleted account that is still visible via LSA calls. This is correct behaviour (verified against w2k8r2) - the lsa.privileges test then enumerates all accounts that have at least one privilege, and gets the SID for the deleted account - it then called LookupNames and LookupSids on this deleted account, and gets an error. The fix is to not call LookupSids and LookupNames on sids which have SID_NAME_UNKNOWN as the type Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-25 | Fix RPC-LSA-TRUSTED-DOMAINS for changed IDL | Sumit Bose | 1 | -0/+10 | |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-15 | s4:torture/rpc/lsa.c: test for NT_STATUS_RPC_SS_CONTEXT_MISMATCH instead of ↵ | Stefan Metzmacher | 1 | -1/+1 | |
NT_STATUS_NET_WRITE_FAULT metze | |||||
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -1/+1 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-09 | s4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected ↵ | Stefan Metzmacher | 1 | -4/+17 | |
status metze | |||||
2010-03-29 | s4:torture/rpc/lsa.c: add explicit check for NTSTATUS r.out.result | Stefan Metzmacher | 1 | -306/+361 | |
metze | |||||
2010-03-17 | s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -197/+207 | |
metze | |||||
2010-03-12 | s4:torture/rpc: make use of use tevent_req based dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2010-03-01 | s4:torture/rpc: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-03 | s4-smbtorture: skip three info levels while testing s3 with RPC-LSA. | Günther Deschner | 1 | -3/+14 | |
These are only supported by s3 when running pdb_ads atm. Guenther | |||||
2009-11-03 | s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3. | Günther Deschner | 1 | -0/+4 | |
This is only supported by s3 when running pdb_ads atm. Guenther | |||||
2009-11-03 | s4-smbtorture: skip QueryDomainInformationPolicy test against s3 in RPC-LSA. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-11-03 | s4-smbtorture: simplify some torture_comments in RPC-LSA. | Günther Deschner | 1 | -20/+6 | |
Guenther | |||||
2009-10-21 | s4-smbtorture: test whether an lsa_EnumTrustDom implementation would hang up ↵ | Günther Deschner | 1 | -6/+45 | |
a client. Guenther | |||||
2009-10-20 | s4-smbtorture: fix RPC-LSA-LSALOOKUP test against w2k3 and w2k8. | Günther Deschner | 1 | -16/+50 | |
Make sure to split out lsa_LookupName NULL name test so that we can better track results from bogus names and NULL names. Guenther | |||||
2009-10-20 | s4-smbtorture: Make it simpler to specify number of trusted domains to create in | Günther Deschner | 1 | -17/+40 | |
RPC-LSA-TRUSTED-DOMAINS. Guenther | |||||
2009-10-20 | s4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED-DOMAIN test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: split out EnumTrustedDomainsEx test in RPC-LSA-TRUSTED-DOMAINS. | Günther Deschner | 1 | -2/+27 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: add stricter tests for LSA-LOOKUPNAMES replies. | Günther Deschner | 1 | -3/+13 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: move all LookupNames tests into RPC-LSA-LOOKUPNAMES. | Günther Deschner | 1 | -7/+8 | |
Guenther | |||||
2009-09-11 | lsa: fill in more unknowns in lsa_LookupSid calls. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2009-07-17 | Revert "fix LSA-PRIVILEGES" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 0d9fdbceedddb08dbea8ed84e06a218d3ec562f4. | |||||
2009-07-17 | Revert "fix LSA-TRUSTED-DOMAINS" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 3c9b26276083002124674678ac757e859fb6b20e. | |||||
2009-07-17 | s4-smbtorture: use secinfo flags instead of numbers in lsa test. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: use torture_comment in RPC-LSA tests. | Günther Deschner | 1 | -204/+204 | |
Guenther | |||||
2009-07-16 | fix LSA-PRIVILEGES | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | fix LSA-TRUSTED-DOMAINS | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | s4-smbtorture: move all privilege tests to RPC-LSA-PRIVILEGES. | Günther Deschner | 1 | -12/+53 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS. | Günther Deschner | 1 | -7/+48 | |
Guenther | |||||
2009-05-11 | s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test. | Günther Deschner | 1 | -0/+66 | |
Guenther | |||||
2009-05-11 | s4-smbtorture: add optional very simple reply checks to lsa lookup name tests. | Günther Deschner | 1 | -7/+34 | |
Guenther | |||||
2009-05-11 | s4-smbtorture: remove trailing whitespace in RPC-LSA test. | Günther Deschner | 1 | -192/+192 | |
Guenther | |||||
2009-05-11 | s4-smbtorture: use struct torture_context in RPC-LSA. | Günther Deschner | 1 | -211/+207 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl. | Günther Deschner | 1 | -14/+16 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl. | Günther Deschner | 1 | -0/+12 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryDomainInformationPolicy from s3 lsa idl. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryTrustedDomainInfo from s3 idl. | Günther Deschner | 1 | -18/+22 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupPrivName from s3 lsa idl. | Günther Deschner | 1 | -3/+7 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl. | Günther Deschner | 1 | -5/+7 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupPrivDisplayName from s3 lsa idl. | Günther Deschner | 1 | -5/+8 | |
Guenther |