summaryrefslogtreecommitdiff
path: root/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2010-04-26rap: add rap idl.Günther Deschner1-0/+473
Guenther
2010-04-22spoolss: pretty-print a struct spoolss_Time.Günther Deschner1-1/+1
Guenther
2010-04-19spoolss: move up enum spoolss_Build in the IDL.Günther Deschner1-5/+5
Guenther
2010-04-19spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0.Günther Deschner1-3/+3
Guenther
2010-04-12s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵Matthias Dieter Wallnöfer1-1/+1
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one.
2010-04-11idl: Use C-style comments, because cpp on some platforms doesn't acceptJelmer Vernooij1-21/+21
// comments.
2010-04-09winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.Günther Deschner1-1/+2
Guenther
2010-04-09winreg: fill in IDL for winreg_QueryMultipleValues2.Günther Deschner1-1/+7
Guenther
2010-04-09dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher1-47/+47
metze
2010-04-09winreg: rename winreg_KeyType to winreg_KeyOptions.Günther Deschner1-6/+8
Guenther
2010-04-09winreg: keytype options is a bitmask.Günther Deschner1-1/+1
Guenther
2010-04-09librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos methodKamen Mazdrashki1-7/+7
C code generation for python module generates invalid code (i.e. can not be compiled). Another reason to 'hide' those types from Python is that those types are not used at the moment (and most probably won't be used in the future)
2010-04-09librpc/idl Use [nopython] on some drsblobs.idl 'functions' as an exampleAndrew Bartlett1-5/+5
It makes little sense to expose these 'functions' to anything other than ndrdump. Andrew Bartlett
2010-04-09s4/idl: Schema:schemaInfo attribute descriptionKamen Mazdrashki1-0/+16
2010-04-09winreg: add IDL for winreg_DeleteKeyEx.Günther Deschner1-0/+9
Guenther
2010-04-08winreg: fill in some winreg IDL gaps.Günther Deschner1-3/+13
Guenther
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell1-2/+8
2010-04-06build: cope with the common gen_ndr files being in the git treeAndrew Tridgell1-2/+12
2010-04-06build: much nicer pidl rulesAndrew Tridgell1-0/+12
2010-03-25drsblobs: remove utf8string2 from ForestTrustData.Günther Deschner2-10/+9
Simo, it's not really worth to add a new idl type just for being able to omit the size field. The size field is part of the spec in MS-ADTS 7.1.6.9.3.1 so we should have it as well. Guenther
2010-03-24idl: drsuapi.idl - fix few more commentsKamen Mazdrashki1-7/+5
2010-03-24s4/idl: DsAddEntry V3 request descriptionKamen Mazdrashki1-0/+33
2010-03-24s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymoreKamen Mazdrashki1-5/+0
2010-03-24s4/idl: Complete drsuapi_DsAddEntryErrorInfo descriptionKamen Mazdrashki1-4/+4
Members for Security, Service, Update and System errors renamed to be more descriptive. All those error types share same description.
2010-03-24s4/idl: Add DsAddEntry Referral error definitionKamen Mazdrashki1-5/+53
2010-03-24s4/idl: Add DsAddEntry Name resolution error definitionKamen Mazdrashki1-2/+12
2010-03-24s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki1-1/+1
2010-03-24s4/idl: redefine drsuapi_DsAddEntryErrorInfo1Kamen Mazdrashki1-11/+16
This actually describes Attribute error during DsAddEntry execution. Structure is renamed to drsuapi_DsAddEntryErrorInfo_Attr. And structure to define Attribute error data are all prefixed with drsuapi_DsAddEntry_AttrErr
2010-03-24s4/idl: drsuapi_DsAddEntryError refactoredKamen Mazdrashki1-7/+7
Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23
2010-03-24s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structureKamen Mazdrashki1-2/+5
Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7
2010-03-24s4/idl: Update drsuapi_DsAddEntryErrorInfoX definitionKamen Mazdrashki1-5/+8
drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method.
2010-03-24s4/idl: DIRERR error codes definitionKamen Mazdrashki1-0/+14
DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25
2010-03-24s4/idl: DsAddEntry - switch types should be unsignedKamen Mazdrashki1-4/+4
2010-03-24idl: fix comment and convert whitespaces to tabsSimo Sorce2-45/+45
2010-03-23idl: fix forest trust information idlSimo Sorce2-5/+10
--validate now passes
2010-03-23security.idl: Add missing builtin groups.Karolin Seeger1-0/+4
Karolin
2010-03-23dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher1-1/+50
metze
2010-03-23idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2-1/+54
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-16security.idl - push generated code diffMatthias Dieter Wallnöfer1-1/+1
2010-03-16s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce1-2/+2
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-1/+18
At present the command supports only addition of control access rigts, done so DRS access checks can be tested. It will be expanded to deal with most ways to modify and view a DS ACL. Shifted commands a bit. What used to be net acl is now "net acl nt" as apposed to this, which is "net acl ds" ./bin/net acl ds set --help Usage: set --objectdn=objectdn --car=control right --action=[deny|allow] --trusteedn=trustee-dn Options: -h, --help show this help message and exit --host=HOST LDB URL for database or target server --car=CAR The access control right to allow or deny --action=ACTION Deny or allow access --objectdn=OBJECTDN DN of the object whose SD to modify --trusteedn=TRUSTEEDN DN of the entity that gets access Samba Common Options: -s FILE, --configfile=FILE Configuration file Credentials Options: --simple-bind-dn=DN DN to use for a simple bind --password=PASSWORD Password -U USERNAME, --username=USERNAME Username -W WORKGROUP, --workgroup=WORKGROUP Workgroup -N, --no-pass Don't ask for a password -k KERBEROS, --kerberos=KERBEROS Use Kerberos
2010-03-12drsuapi.idl: don't mark drsuapi_DsGetMemberships as [todo]Stefan Metzmacher1-2/+2
metze
2010-03-11winreg: add winreg_KeyType enum.Günther Deschner1-2/+8
Guenther
2010-03-11drsuapi.idl: finish drsuapi_DsGetNT4ChangeLog idlStefan Metzmacher1-15/+20
metze
2010-03-10s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now knownKamen Mazdrashki1-1/+1
and this it is a reserved fields for future flags - 'flags_reserver' Must be 0 and is currently ignored. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: QuerySitesByCost - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>