summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/lsa.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett1-1/+2
2008-10-20LSA Patch for User ManagerMatthias Dieter Wallnöfer1-96/+133
2008-10-06Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett1-3/+14
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell1-9/+21
2008-09-30add a test for a LSA lookupnames with a NULL stringAndrew Tridgell1-4/+5
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-3/+3
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-08More work towards trusted domains support in Samba4's LSAAndrew Bartlett1-1/+1
2008-09-04More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett1-3/+37
2008-09-02Start testing CreateTrustedDomainEx2Andrew Bartlett1-1/+108
2008-09-01Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett1-3/+18
2008-08-26More LSA server and testuite work.Andrew Bartlett1-7/+25
2008-08-26Make RPC-LSA test deterministic with an msleep(200).Andrew Bartlett1-5/+8
2008-08-26Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett1-45/+61
2008-07-31Don't fail if the domain has a trust already.Andrew Bartlett1-1/+6
2008-07-21Remove bogus test in 'enum trusted domains' LSA server.Andrew Bartlett1-0/+40
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+1
2008-03-14Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett1-1/+1
2007-12-21r26354: In trying to chase down why we have reports that WinXP won't joinAndrew Bartlett1-11/+87
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-52/+46
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-229/+229
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-6/+6
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett1-35/+183
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-5/+5
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-5/+3
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23383: Query transitive forest trust info in LSA torture test once we see su...Günther Deschner1-0/+66
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-2/+2
2007-10-10r22116: Only query by SID if we have a SIDAndrew Bartlett1-24/+23
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-4/+4
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell1-5/+10
2007-10-10r18408: Only output a message if the async request fails.Andrew Bartlett1-1/+1
2007-10-10r18358: handle errors in the RPC-LSA async testAndrew Tridgell1-6/+8
2007-10-10r18356: doing 1000 of these requests can take over an hour underAndrew Tridgell1-11/+12
2007-10-10r17956: LSA Cleanup!Andrew Bartlett1-14/+96
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett1-6/+31
2007-10-10r16741: add a RPC-LSA-GETUSER test,Stefan Metzmacher1-9/+31
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-2/+2
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13004: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12636: fixed some torture code for the changed lsa string typesAndrew Tridgell1-4/+4
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-5/+1