summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/lsa
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-2/+2
* s4-lsa: fixed breakage of lsa serverAndrew Tridgell2009-10-221-0/+1
* s4-lsa: fixed the lsa server to cope with the new tests from gdAndrew Tridgell2009-10-221-12/+33
* s4-lsa: Fix dcesrv_lsa_EnumTrustDom() and avoid infite windows client loop.Günther Deschner2009-10-211-0/+9
* s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell2009-10-201-1/+0
* s4-lsasrv: make sure only admins can alter privilegesAndrew Tridgell2009-10-171-0/+6
* s4-privileges: moved privileges to private/privilege.ldbAndrew Tridgell2009-10-173-32/+45
* s4-lsa: added support for QuerySecurity on LSAAndrew Tridgell2009-09-221-2/+85
* more include minimisationAndrew Tridgell2009-09-191-2/+0
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-4/+4
* s4:templates - Remove the latest relics (in "dcesrv_lsa_CreateSecret")Matthias Dieter Wallnöfer2009-09-071-10/+0
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-161-1/+1
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-2/+2
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-57/+12
* Fix Coverity ID 628, Andrew B., please check!Volker Lendecke2009-04-231-1/+1
* s4:rpc_server/lsa: s/delete/del s/open/opnStefan Metzmacher2009-02-021-30/+32
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4: lsa-server: fix crash bugs related to [out,ref] ** changesStefan Metzmacher2008-10-281-4/+4
* s4-lsa-server: remove merge leftover.Günther Deschner2008-10-281-1/+0
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-19/+18
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-9/+13
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-5/+9
* s4-lsa: merge lsa_QueryDomainInformationPolicy from s3 lsa idl.Günther Deschner2008-10-271-7/+10
* s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl.Günther Deschner2008-10-271-2/+2
* s4-lsa: merge lsa_QueryTrustedDomainInfo from s3 idl.Günther Deschner2008-10-271-14/+18
* s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl.Günther Deschner2008-10-271-2/+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-13/+29
* s4-lsa: merge lsa_LookupPrivDisplayName from s3 lsa idl.Günther Deschner2008-10-271-5/+9
* s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner2008-10-271-11/+15
* Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2008-10-201-0/+1
* LSA Patch for User ManagerMatthias Dieter Wallnöfer2008-10-201-4/+37
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-13/+8
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Store trusted domain passwords in the LSA serverAndrew Bartlett2008-10-061-4/+64
* updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-032-14/+75
* fixed a number of places in our LSA server where we should return theAndrew Tridgell2008-09-301-11/+13
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-301-9/+9
|\
| * Rework to match new trustDomainPasswords IDLAndrew Bartlett2008-09-291-5/+5
| * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-291-4/+4
* | check call status not rpc fault code when calling to different levelsAndrew Tridgell2008-09-301-4/+4
* | cope with NULL attrAndrew Tridgell2008-09-301-1/+3
* | WSPP docs say we need to check that root_dir is NULLAndrew Tridgell2008-09-291-0/+6
* | we need to return NT_STATUS_INVALID_PARAMETER for bad levels inAndrew Tridgell2008-09-291-0/+5
* | unmapped SIDs should be rid 0 not rid -1Andrew Tridgell2008-09-291-1/+4
* | added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell2008-09-291-1/+42
|/
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-5/+4
* Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.Andrew Bartlett2008-09-081-51/+64
* More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-081-50/+323