summaryrefslogtreecommitdiff
path: root/source3/rpc_server/lsa
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Covert all uint32/16/8 to _t in source3/rpc_server.Richard Sharpe1-19/+19
2015-03-30s3:rpc_server/lsa: we need to normalize the trustAuth* blobs before storing themStefan Metzmacher1-0/+45
2015-03-12s3:rpc_server/lsa: only return collision_info if filled in lsaRSetForestTrust...Stefan Metzmacher1-1/+3
2015-03-12lsa.idl: improve idl for lsa_ForestTrust*Record*Stefan Metzmacher1-1/+1
2014-11-17samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-1/+1
2014-09-29s3: Move init_lsa_ref_domain_list to libChristof Schmitt1-47/+1
2014-05-28s3/rpc_server/lsa: replace dup_sec_desc() usageDavid Disseldorp1-3/+3
2012-09-28s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx().Günther Deschner1-0/+5
2012-07-06s3-lsarpc: Enforce a secure connection for LookupSids3 and LookupNames4.Andreas Schneider1-8/+14
2012-07-06s3-lsarpc: Restrict lsa_LookupNames4 to ncacn_ip_tcp connections.Andreas Schneider1-12/+23
2012-07-06s3-lsarpc: Restrict lsa_LookupSids3 to ncacn_ip_tcp connections.Andreas Schneider1-12/+23
2012-07-06s3-lsarpc: Restrict the transport for ncacn_np functions.Andreas Schneider1-0/+42
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-32/+32
2012-06-19Fix more "set but not used" warnings.Jeremy Allison1-6/+3
2012-05-01Fix bug #8873 - self granting privileges in security=ads.Jeremy Allison1-4/+12
2012-03-13s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy1-61/+66
2011-12-12s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett1-1/+1
2011-11-08s3: Remove two unused variablesVolker Lendecke1-2/+0
2011-11-02s3-lsa: Let passdb backend handle the DOMAIN$ userSumit Bose1-101/+0
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-3/+13
2011-09-12s3-lsa: Add conversion for auth info structsSumit Bose1-33/+14
2011-08-31s3-lsa: Add _lsa_SetInformationTrustedDomain() and related callsSumit Bose1-21/+312
2011-08-31s3-lsa: Update _lsa_QueryTrustedDomainInfo()Sumit Bose1-8/+63
2011-08-31s3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base()Sumit Bose1-1/+1
2011-08-31s3-lsa: Fix typo and use right pdb interfaceSumit Bose1-1/+1
2011-08-01s3-lsa: Fix crypto prototypes.Günther Deschner1-1/+1
2011-07-31s3-lsa: support secret objects in _lsa_QuerySecurity().Günther Deschner1-0/+1
2011-07-31s3-lsa: support secret objects in _lsa_DeleteObject().Günther Deschner1-0/+6
2011-07-31s3-lsa: implement _lsa_QuerySecret().Günther Deschner1-6/+86
2011-07-31s3-lsa: implement _lsa_SetSecret().Günther Deschner1-2/+66
2011-07-31s3-lsa: implement _lsa_CreateSecret().Günther Deschner1-2/+78
2011-07-31s3-lsa: implement _lsa_OpenSecret().Günther Deschner1-2/+58
2011-07-31s3-lsa: add LSA_HANDLE_SECRET_TYPE.Günther Deschner1-1/+2
2011-07-31s3-lsa: Fix _lsa_DeleteObject to handle trusted domain objects.Günther Deschner1-0/+6
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett1-1/+1
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-6/+6
2011-07-15lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner1-1/+4
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-5/+5
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-8/+8
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-9/+9
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-4/+4
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-4/+4
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett1-1/+1
2011-03-30s3: Fix Coverity ID 2332: MISSING_BREAKVolker Lendecke1-0/+1