summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/lsa.c
Commit message (Expand)AuthorAgeFilesLines
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-14/+16
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-0/+10
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-0/+12
* s4-lsa: merge lsa_QueryDomainInformationPolicy from s3 lsa idl.Günther Deschner2008-10-271-0/+2
* s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl.Günther Deschner2008-10-271-2/+6
* s4-lsa: merge lsa_QueryTrustedDomainInfo from s3 idl.Günther Deschner2008-10-271-18/+22
* s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl.Günther Deschner2008-10-271-1/+2
* s4-lsa: merge lsa_LookupPrivName from s3 lsa idl.Günther Deschner2008-10-271-3/+7
* s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl.Günther Deschner2008-10-271-5/+7
* s4-lsa: merge lsa_LookupPrivDisplayName from s3 lsa idl.Günther Deschner2008-10-271-5/+8
* s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner2008-10-271-5/+18
* s4-lsa: merge lsa_QuerySecurity from s3 lsa idl.Günther Deschner2008-10-271-0/+2
* Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2008-10-201-1/+2
* LSA Patch for User ManagerMatthias Dieter Wallnöfer2008-10-201-96/+133
* Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett2008-10-061-3/+14
* updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-031-9/+21
* add a test for a LSA lookupnames with a NULL stringAndrew Tridgell2008-09-301-4/+5
* Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-291-3/+3
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-081-1/+1
* More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2008-09-041-3/+37
* Start testing CreateTrustedDomainEx2Andrew Bartlett2008-09-021-1/+108
* Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2008-09-011-3/+18
* More LSA server and testuite work.Andrew Bartlett2008-08-261-7/+25
* Make RPC-LSA test deterministic with an msleep(200).Andrew Bartlett2008-08-261-5/+8
* Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett2008-08-261-45/+61
* Don't fail if the domain has a trust already.Andrew Bartlett2008-07-311-1/+6
* Remove bogus test in 'enum trusted domains' LSA server.Andrew Bartlett2008-07-211-0/+40
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+1
* Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett2008-03-141-1/+1
* r26354: In trying to chase down why we have reports that WinXP won't joinAndrew Bartlett2007-12-211-11/+87
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-52/+46
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-229/+229
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-6/+6
* r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-101-35/+183
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-5/+5
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-5/+3
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23383: Query transitive forest trust info in LSA torture test once we see su...Günther Deschner2007-10-101-0/+66
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-2/+2
* r22116: Only query by SID if we have a SIDAndrew Bartlett2007-10-101-24/+23
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-4/+4
* r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell2007-10-101-5/+10
* r18408: Only output a message if the async request fails.Andrew Bartlett2007-10-101-1/+1
* r18358: handle errors in the RPC-LSA async testAndrew Tridgell2007-10-101-6/+8
* r18356: doing 1000 of these requests can take over an hour underAndrew Tridgell2007-10-101-11/+12
* r17956: LSA Cleanup!Andrew Bartlett2007-10-101-14/+96
* r16827: Factor out some code into common samdb functions:Andrew Bartlett2007-10-101-6/+31