Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 | |
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-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-03-29 | s4:torture/rpc/lsa_lookup.c:add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -10/+18 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-19 | s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test. | Günther Deschner | 1 | -15/+17 | |
Guenther | |||||
2010-03-17 | s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -27/+30 | |
metze | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -3/+0 | |
This reduces compile time somewhat. | |||||
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2009-04-17 | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 1 | -0/+88 | |
Guenther | |||||
2009-04-17 | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -13/+13 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵ | Jelmer Vernooij | 1 | -46/+37 | |
tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74) | |||||
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 | |
Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8) | |||||
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf) | |||||
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d) | |||||
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f) | |||||
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a) | |||||
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+2 | |
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd) | |||||
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109) | |||||
2007-10-10 | r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper | Jelmer Vernooij | 1 | -0/+2 | |
functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639) | |||||
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 | |
file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781) | |||||
2007-10-10 | r12767: Add some trusted lookups | Volker Lendecke | 1 | -5/+67 | |
(This used to be commit 568fc8a3412e07ac3084f441e693bc82b9ea912b) | |||||
2007-10-10 | r12766: fix the build | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit d73c343904f32956ba97e4ad82af9c9a75f5d70c) | |||||
2007-10-10 | r12764: Add a test for lsa_lookup. This will be expanded when I get around ↵ | Volker Lendecke | 1 | -0/+264 | |
to add trusted domains. Volker (This used to be commit 8b8bb85ad365721bfa1cf5309d53d851f2013c22) |