summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
...
* winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.Günther Deschner2010-04-091-1/+2
| | | | Guenther
* winreg: fill in IDL for winreg_QueryMultipleValues2.Günther Deschner2010-04-091-1/+7
| | | | Guenther
* dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
| | | | metze
* winreg: rename winreg_KeyType to winreg_KeyOptions.Günther Deschner2010-04-091-6/+8
| | | | Guenther
* winreg: keytype options is a bitmask.Günther Deschner2010-04-091-1/+1
| | | | Guenther
* librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos methodKamen Mazdrashki2010-04-091-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)
* librpc/idl Use [nopython] on some drsblobs.idl 'functions' as an exampleAndrew Bartlett2010-04-091-5/+5
| | | | | | | It makes little sense to expose these 'functions' to anything other than ndrdump. Andrew Bartlett
* s4/idl: Schema:schemaInfo attribute descriptionKamen Mazdrashki2010-04-091-0/+16
|
* winreg: add IDL for winreg_DeleteKeyEx.Günther Deschner2010-04-091-0/+9
| | | | Guenther
* winreg: fill in some winreg IDL gaps.Günther Deschner2010-04-081-3/+13
| | | | Guenther
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-061-2/+8
|
* build: cope with the common gen_ndr files being in the git treeAndrew Tridgell2010-04-061-2/+12
|
* build: much nicer pidl rulesAndrew Tridgell2010-04-061-0/+12
|
* drsblobs: remove utf8string2 from ForestTrustData.Günther Deschner2010-03-252-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
* idl: drsuapi.idl - fix few more commentsKamen Mazdrashki2010-03-241-7/+5
|
* s4/idl: DsAddEntry V3 request descriptionKamen Mazdrashki2010-03-241-0/+33
|
* s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymoreKamen Mazdrashki2010-03-241-5/+0
|
* s4/idl: Complete drsuapi_DsAddEntryErrorInfo descriptionKamen Mazdrashki2010-03-241-4/+4
| | | | | | | Members for Security, Service, Update and System errors renamed to be more descriptive. All those error types share same description.
* s4/idl: Add DsAddEntry Referral error definitionKamen Mazdrashki2010-03-241-5/+53
|
* s4/idl: Add DsAddEntry Name resolution error definitionKamen Mazdrashki2010-03-241-2/+12
|
* s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki2010-03-241-1/+1
|
* s4/idl: redefine drsuapi_DsAddEntryErrorInfo1Kamen Mazdrashki2010-03-241-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
* s4/idl: drsuapi_DsAddEntryError refactoredKamen Mazdrashki2010-03-241-7/+7
| | | | | | | Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23
* s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structureKamen Mazdrashki2010-03-241-2/+5
| | | | | Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7
* s4/idl: Update drsuapi_DsAddEntryErrorInfoX definitionKamen Mazdrashki2010-03-241-5/+8
| | | | | | drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method.
* s4/idl: DIRERR error codes definitionKamen Mazdrashki2010-03-241-0/+14
| | | | | | | DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25
* s4/idl: DsAddEntry - switch types should be unsignedKamen Mazdrashki2010-03-241-4/+4
|
* idl: fix comment and convert whitespaces to tabsSimo Sorce2010-03-242-45/+45
|
* idl: fix forest trust information idlSimo Sorce2010-03-232-5/+10
| | | | --validate now passes
* security.idl: Add missing builtin groups.Karolin Seeger2010-03-231-0/+4
| | | | Karolin
* dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher2010-03-231-1/+50
| | | | metze
* idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2010-03-232-1/+54
|
* 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>
* security.idl - push generated code diffMatthias Dieter Wallnöfer2010-03-161-1/+1
|
* s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce2010-03-161-2/+2
|
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-161-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
* drsuapi.idl: don't mark drsuapi_DsGetMemberships as [todo]Stefan Metzmacher2010-03-121-2/+2
| | | | metze
* winreg: add winreg_KeyType enum.Günther Deschner2010-03-111-2/+8
| | | | Guenther
* drsuapi.idl: finish drsuapi_DsGetNT4ChangeLog idlStefan Metzmacher2010-03-111-15/+20
| | | | metze
* s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now knownKamen Mazdrashki2010-03-101-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>
* s4/idl: QuerySitesByCost - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsGetMemberships2 - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsRemoveDSServer - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsWriteAccountSpn - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | | | | Changes also propagated into source code as they are too minor to be done in separate commit Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsCrackNames - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsGetMemberships - switch types should be unsignedKamen Mazdrashki2010-03-101-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsReplicaMod - switch types should be unsignedKamen Mazdrashki2010-03-101-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>