summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* spoolss: move up enum spoolss_Build in the IDL.Günther Deschner2010-04-194-44/+44
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-192-10/+10
| | | | Guenther
* spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0.Günther Deschner2010-04-191-3/+3
| | | | Guenther
* librpc/rpc: add dcerpc_fault_to_nt_status()Stefan Metzmacher2010-04-151-0/+24
| | | | | | | For now this only handles fault codes with we've seen yet and for which we have explicit torture checks. metze
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵Matthias Dieter Wallnöfer2010-04-123-7/+7
| | | | | | | attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one.
* idl: Use C-style comments, because cpp on some platforms doesn't acceptJelmer Vernooij2010-04-111-21/+21
| | | | // comments.
* s3: re-run make samba3-idl.Günther Deschner2010-04-095-4/+306
| | | | Guenther
* 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
* librpc/rpc: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
| | | | metze
* librpc: rerun make idlStefan Metzmacher2010-04-092-141/+141
| | | | metze
* dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
| | | | metze
* s4-build: Fix autoconf build (net_machinepw.c is no longer present)Jelmer Vernooij2010-04-091-0/+1
|
* s3: re-run make samba3-idl.Günther Deschner2010-04-093-17/+21
| | | | Guenther
* winreg: rename winreg_KeyType to winreg_KeyOptions.Günther Deschner2010-04-091-6/+8
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-095-35/+23
| | | | 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-092-14/+14
| | | | | | | | 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: drsblobs IDL regenerationKamen Mazdrashki2010-04-093-0/+72
|
* s4/idl: Schema:schemaInfo attribute descriptionKamen Mazdrashki2010-04-091-0/+16
|
* s3: re-run make samba3-idl.Günther Deschner2010-04-097-2/+356
| | | | Guenther
* winreg: add IDL for winreg_DeleteKeyEx.Günther Deschner2010-04-091-0/+9
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-084-6/+240
| | | | Guenther
* winreg: fill in some winreg IDL gaps.Günther Deschner2010-04-081-3/+13
| | | | Guenther
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-1/+1
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-062-0/+4
| | | | them
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+1
|
* 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
|
* build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell2010-04-061-0/+1
|
* build: fixes from itaAndrew Tridgell2010-04-061-14/+1
|
* build: mail IDL build rulesAndrew Tridgell2010-04-061-0/+14
|
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-262-0/+2
| | | | These were causing thousands of warnings on solaris8
* s3: re-run make samba3-idl.Günther Deschner2010-03-253-55/+56
| | | | Guenther
* 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
|
* idl: Regenerate DRSUAPI idl filesKamen Mazdrashki2010-03-245-228/+1050
|
* s4/drs: Pretty print for drsuapi_SecBufferTypeKamen Mazdrashki2010-03-241-0/+23
| | | | | It is a type and mask combined in one DRS field so we have to make a custom ndr_print implementation for this type
* 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-242-1/+12
|
* 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.