summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/lsa_lookup.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/rpc: make use of dcerpc_binding_[g|s]et_transport()Stefan Metzmacher2014-02-131-4/+5
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4-torture: Make sure ncacn_np tests are only called over the a pipe.Andreas Schneider2012-07-061-0/+16
|
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-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
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-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>
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-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
* s4:torture/rpc/lsa_lookup.c:add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-10/+18
| | | | | Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test.Günther Deschner2010-03-191-15/+17
| | | | Guenther
* s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-27/+30
| | | | metze
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
| | | | This reduces compile time somewhat.
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-2/+2
|
* s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner2009-04-171-0/+88
| | | | Guenther
* s4-smbtorture: Fix crash in RPC-LSA-LOOKUPGünther Deschner2009-04-171-0/+2
| | | | Guenther
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
| | | | Guenther
* s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl.Günther Deschner2008-10-271-2/+5
| | | | Guenther
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-13/+13
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵Jelmer Vernooij2007-10-101-46/+37
| | | | | | tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74)
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1319d88c099496be29dd9214fa2492c81e848369)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-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)
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+2
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
* r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij2007-10-101-0/+2
| | | | | functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r12767: Add some trusted lookupsVolker Lendecke2007-10-101-5/+67
| | | | (This used to be commit 568fc8a3412e07ac3084f441e693bc82b9ea912b)
* r12766: fix the buildVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit d73c343904f32956ba97e4ad82af9c9a75f5d70c)
* r12764: Add a test for lsa_lookup. This will be expanded when I get around ↵Volker Lendecke2007-10-101-0/+264
to add trusted domains. Volker (This used to be commit 8b8bb85ad365721bfa1cf5309d53d851f2013c22)