summaryrefslogtreecommitdiffstats
path: root/librpc/idl/lsa.idl
Commit message (Collapse)AuthorAgeFilesLines
* lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner2011-07-151-1/+1
| | | | | | lsa_TrustDomainInfoAuthInfoInternal. Guenther
* lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner2011-07-151-1/+1
| | | | Guenther
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-131-3/+3
| | | | | | This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org>
* lsa: use lsa_TrustedAccessMask in some more places in the lsa IDL.Günther Deschner2011-04-071-3/+3
| | | | Guenther
* s4-lsa Implement kerberos ticket life policyAndrew Bartlett2010-12-091-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
* s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is ↵Matthias Dieter Wallnöfer2010-12-031-2/+2
| | | | | | called "reserved" MS-LSAD 3.1.1.1 - http://msdn.microsoft.com/en-us/library/cc234319(v=PROT.13).aspx
* s4-privs Seperate rights and privilegesAndrew Bartlett2010-09-111-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
* s4:lsa Functions to set Domain Trust InformationSimo Sorce2010-03-221-1/+1
|
* lsa: fix IDL for lsa_SetTrustedDomainInfoByName.Günther Deschner2010-03-161-3/+3
| | | | Guenther
* s4:idl add lsaRSetForestTrustInformationSimo Sorce2010-03-161-2/+50
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce2010-03-161-2/+2
|
* idl:lsa change string typeSimo Sorce2010-02-241-1/+1
| | | | comapring win<-> traces it looks like this is an lsa_StringLarge
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-221-1/+1
| | | | start implementing calls related to trusted domain information
* s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke2009-12-141-2/+2
| | | | Seen in the wild by putting >1000 users into BUILTIN\Users
* lsa: add LSA_TRUSTED_DOMAIN access masks.Günther Deschner2009-10-281-0/+29
| | | | Guenther
* lsa: add LSA_SECRET access masks.Günther Deschner2009-10-281-0/+19
| | | | Guenther
* idl: some lsa vars are uint3264Andrew Tridgell2009-10-031-5/+5
|
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-10/+20
| | | | Guenther
* lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner2009-09-111-3/+3
| | | | Guenther
* lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner2009-07-171-3/+11
| | | | | | samba3-idl. Guenther
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-161-2/+2
| | | | Guenther
* lsa: use the lsa access masks in idl.Günther Deschner2009-06-091-8/+8
| | | | Guenther
* Added mapping table for account object in lsa.Jeremy Allison2009-05-191-0/+20
| | | | Jeremy.
* lsa: add access_masks for accounts, secrets and trusted domains to IDL.Günther Deschner2009-05-191-1/+24
| | | | Guenther
* s3-lsa: fix the build.Günther Deschner2009-02-051-1/+1
| | | | Guenther
* s3-lsa: move remaining lsa policy access_mask defines to idl.Günther Deschner2009-02-051-0/+37
| | | | Guenther
* Remove noejs property, which is no longer used.Jelmer Vernooij2008-12-121-1/+1
|
* idl: share lsa.idl between s3 and s4.Günther Deschner2008-10-271-0/+1216
Guenther