summaryrefslogtreecommitdiff
path: root/librpc/idl/lsa.idl
AgeCommit message (Collapse)AuthorFilesLines
2011-07-15lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner1-1/+1
lsa_TrustDomainInfoAuthInfoInternal. Guenther
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-1/+1
Guenther
2011-04-13s3: Add wbint_LookupSidsVolker Lendecke1-3/+3
This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-07lsa: use lsa_TrustedAccessMask in some more places in the lsa IDL.Günther Deschner1-3/+3
Guenther
2010-12-09s4-lsa Implement kerberos ticket life policyAndrew Bartlett1-1/+4
We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett
2010-12-03s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is ↵Matthias Dieter Wallnöfer1-2/+2
called "reserved" MS-LSAD 3.1.1.1 - http://msdn.microsoft.com/en-us/library/cc234319(v=PROT.13).aspx
2010-09-11s4-privs Seperate rights and privilegesAndrew Bartlett1-16/+0
These are related, but slightly different concepts. The biggest difference is that rights are not enumerated as a system-wide list. This moves the rights to security.idl due to dependencies. Andrew Bartlett
2010-03-22s4:lsa Functions to set Domain Trust InformationSimo Sorce1-1/+1
2010-03-16lsa: fix IDL for lsa_SetTrustedDomainInfoByName.Günther Deschner1-3/+3
Guenther
2010-03-16s4:idl add lsaRSetForestTrustInformationSimo Sorce1-2/+50
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-16s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce1-2/+2
2010-02-24idl:lsa change string typeSimo Sorce1-1/+1
comapring win<-> traces it looks like this is an lsa_StringLarge
2010-02-22s4:netlogon GetTrustedDomainInformationSimo Sorce1-1/+1
start implementing calls related to trusted domain information
2009-12-14s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke1-2/+2
Seen in the wild by putting >1000 users into BUILTIN\Users
2009-10-28lsa: add LSA_TRUSTED_DOMAIN access masks.Günther Deschner1-0/+29
Guenther
2009-10-28lsa: add LSA_SECRET access masks.Günther Deschner1-0/+19
Guenther
2009-10-03idl: some lsa vars are uint3264Andrew Tridgell1-5/+5
2009-09-11lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner1-10/+20
Guenther
2009-09-11lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner1-3/+3
Guenther
2009-07-17lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner1-3/+11
samba3-idl. Guenther
2009-07-16lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner1-2/+2
Guenther
2009-06-09lsa: use the lsa access masks in idl.Günther Deschner1-8/+8
Guenther
2009-05-19Added mapping table for account object in lsa.Jeremy Allison1-0/+20
Jeremy.
2009-05-19lsa: add access_masks for accounts, secrets and trusted domains to IDL.Günther Deschner1-1/+24
Guenther
2009-02-05s3-lsa: fix the build.Günther Deschner1-1/+1
Guenther
2009-02-05s3-lsa: move remaining lsa policy access_mask defines to idl.Günther Deschner1-0/+37
Guenther
2008-12-12Remove noejs property, which is no longer used.Jelmer Vernooij1-1/+1
2008-10-27idl: share lsa.idl between s3 and s4.Günther Deschner1-0/+1216
Guenther