summaryrefslogtreecommitdiff
path: root/source4/rpc_server/lsa/lsa_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09s4:rpc_server: Enable AES in dcesrv_lsa_OpenPolicy3()Andreas Schneider1-3/+0
2023-11-21lsa4: Fix Coverity ID 1499410Volker Lendecke1-4/+5
2023-11-21s4:rpc_server: Implement dcesrv_lsa_OpenPolicy3()Andreas Schneider1-2/+53
2023-11-21lsa.idl: Add new functions and typesStefan Metzmacher1-0/+11
2023-11-21s4:rpc_server: Remove trailing white spaces from lsa_init.cAndreas Schneider1-20/+20
2023-07-31s4-rpc_server/lsa: Use samdb_system_container_dn() in dcesrv_lsa_get_policy_s...Andrew Bartlett1-5/+1
2023-07-31Bug #9959: Don't search for CN=SystemArvid Requate1-4/+7
2022-05-02rpc_server/lsa: Match Windows security descriptorJoseph Sutton1-3/+4
2022-03-17s4:rpc_server/lsa: Use explicit SID instead of SDDL abbreviationJoseph Sutton1-1/+1
2021-11-09CVE-2021-3738 s4:rpc_server/lsa: make use of dcesrv_samdb_connect_as_user() h...Stefan Metzmacher1-6/+1
2019-01-12s4:rpc_server/lsa: make use of dcesrv_handle_create()Stefan Metzmacher1-1/+1
2019-01-12s4:rpc_server/lsa: make use dcesrv_call_session_info()Stefan Metzmacher1-2/+3
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2015-03-30s4:rpc_server/lsa: implement the policy security descriptorStefan Metzmacher1-6/+75
2014-02-13s4:rpc_server: make use of dcerpc_binding_get_transport()Stefan Metzmacher1-2/+4
2012-07-06s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for npAndreas Schneider1-0/+10
2010-12-21s4-auth Remove event context from privilage database handlingAndrew Bartlett1-1/+1
2010-10-10samdb: Add flags argument to samdb_connect().Jelmer Vernooij1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-04-13Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer1-2/+2
2010-04-12s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer1-1/+1
2009-10-20s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell1-1/+0
2009-10-17s4-privileges: moved privileges to private/privilege.ldbAndrew Tridgell1-0/+7
2009-05-26Don't use crossRef records to find our own domainAndrew Bartlett1-57/+12
2008-09-30cope with NULL attrAndrew Tridgell1-1/+3
2008-09-29WSPP docs say we need to check that root_dir is NULLAndrew Tridgell1-0/+6
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-5/+4
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-04-02rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin1-5/+0
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij1-2/+2
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+1
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+1
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett1-0/+248