summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/lsa
Commit message (Expand)AuthorAgeFilesLines
* Fix the developer O3 buildVolker Lendecke2015-02-251-4/+4
* s4:rpc_server/lsa: add dcesrv_lsa_OpenTrustedDomain_common()Stefan Metzmacher2015-01-261-75/+101
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-151-1/+14
* s4:rpc_server/lsa: remove msDS-TrustForestTrustInfo if FOREST_TRANSITIVE is c...Stefan Metzmacher2015-01-061-1/+24
* s4:rpc_server/lsa: allow LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE to be changed.Stefan Metzmacher2015-01-061-5/+15
* s4:rpc_server/lsa: fix segfault in check_ft_info()Stefan Metzmacher2014-12-191-0/+2
* s4:rpc_server/lsa: remove trustAuthIncoming/trustAuthOutgoing when the relate...Stefan Metzmacher2014-12-191-12/+20
* s4:rpc_server/lsa: pass the correct variable to setInfoTrustedDomain_base()Stefan Metzmacher2014-12-191-4/+3
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-271-1/+1
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+0
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-051-1/+4
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-7/+28
* s4:rpc_server: make use of dcerpc_binding_get_transport()Stefan Metzmacher2014-02-133-11/+22
* s4:rpc_server/lsa_lookup fix a compile warningChristian Ambach2013-12-131-1/+1
* s4:rpc-server: fix lsa_lookupsids return value for the domain sidMichael Adam2013-11-131-0/+10
* s4:rpc-server: fix use after free in dcesrv_lsa_lookup_sid()Michael Adam2013-11-131-1/+4
* s4-lsa: Make sure we also duplicate the domain_name.Andreas Schneider2013-11-071-4/+20
* s4-lsa: Add missing null checks in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-0/+12
* s4-lsa: Fix a user after free in dcesrv_lsa_lookup_name().Andreas Schneider2013-11-071-3/+9
* lsa4: Fix an set but unused variable warningVolker Lendecke2013-08-121-4/+4
* lsa4: Remove an unused variableVolker Lendecke2013-08-121-3/+0
* lsa4: Fix a set but unused variable warningSimo Sorce2013-06-241-2/+12
* lsa4: Fix a set but unused variable warningVolker Lendecke2013-06-211-2/+0
* lsa4: Remove an unused variableVolker Lendecke2013-06-211-3/+0
* lsa4: Remove an unused variableVolker Lendecke2013-06-211-3/+0
* lsa4: Remove an unused variableVolker Lendecke2013-06-211-3/+0
* Fix some blank line endingsVolker Lendecke2013-06-211-292/+287
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for tcpAndreas Schneider2012-07-061-0/+10
* s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for npAndreas Schneider2012-07-063-0/+45
* s4-lsarpc: Restrict LookupSids3 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Restrict LookupNames4 to crypto connections only.Andreas Schneider2012-07-061-0/+10
* s4-lsarpc: Don't call lsa_OpenPolicy2 in lsa_LookupSids3.Andreas Schneider2012-07-061-46/+48
* s4-lsaprc: Don't call lsa_OpenPolicy2 in lsa_LookupNames4.Andreas Schneider2012-07-061-49/+53
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-2/+2
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-231-0/+6
* Move kdc_get_policy helper in the lsa server where it belongs.Simo Sorce2012-04-201-1/+25
* s4-rpc_server: Fix search for existing trust to actually look for the dns nameAndrew Bartlett2012-01-261-1/+1
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-121-3/+19
* s4-lsarpc Fix segfaults found by the samba4.rpc.lsa.forest testAndrew Bartlett2011-12-121-14/+17
* s4-lsa: fixed set of trust password with old passwordAndrew Tridgell2011-10-041-14/+13
* s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett2011-07-291-5/+5
* s4-lsa: prepare dcesrv_lsa_CreateTrustedDomain_base() to deal with unencrypte...Günther Deschner2011-07-151-15/+16
* lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner2011-07-151-1/+6
* lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner2011-07-151-3/+3
* s4-lsa: Fix typoSumit Bose2011-06-241-1/+1
* s4:lsa RPC server - handle LDB flags as "unsigned"Matthias Dieter Wallnöfer2011-05-211-1/+1
* s4-rpc: improved error mapping for several RPC server callsAndrew Tridgell2011-04-041-2/+1
* s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer2011-03-011-6/+5
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1