summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
...
* idl: introduce new file: dfsblobs.idlMatthieu Patou2009-12-141-0/+116
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* spoolss: fix spoolss_PrinterData size calculation.Günther Deschner2009-12-141-1/+1
| | | | | | | Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
* spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner2009-12-141-1/+2
| | | | Guenther
* spoolss: remove unused spoolss_StringArray2.Günther Deschner2009-12-101-5/+0
| | | | Guenther
* spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner2009-12-101-1/+2
| | | | Guenther
* spoolss: add spoolss_KeyNames union.Günther Deschner2009-12-101-0/+6
| | | | Guenther
* spoolss: add more spoolss architectures to IDL.Günther Deschner2009-12-081-1/+5
| | | | Guenther
* spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner2009-12-081-1/+1
| | | | | | found by RPC-SPOOLSS torture teset. Guenther
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-071-8/+33
| | | | Guenther
* spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner2009-12-031-1/+1
| | | | | | | | spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-021-1/+1
| | | | | | | This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-021-0/+5
| | | | | | | The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-021-2/+4
| | | | Guenther
* drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner2009-12-011-2/+2
| | | | | | | | drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
* security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer2009-11-271-14/+17
|
* misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN.Günther Deschner2009-11-271-1/+3
| | | | Guenther
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner2009-11-231-0/+68
| | | | | | belong. Guenther
* spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner2009-11-231-1/+1
| | | | Guenther
* Fixed incorrect SID for RAS Servers.Nadezhda Ivanova2009-11-171-0/+1
|
* netlogon.idl: fix ndr_pull_netr_DatabaseRedo()Stefan Metzmacher2009-11-171-2/+9
| | | | | | | We can't use subcontext_size() here, as change_log_entry_size is encoded after the subcontext. metze
* Removed the default DACL from token, as we will not be using it.Nadezhda Ivanova2009-11-031-1/+0
|
* Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher2009-10-281-4/+49
| | | | | blobs. Next I'll change the create timestamp and dos attribute code to use this.
* 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-drsblobs: mark some more reserved values as value(0)Andrew Tridgell2009-10-221-10/+10
| | | | This prevents valgrind errors when we store these blobs in a database
* s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idlKamen Mazdrashki2009-10-161-3/+3
| | | | | Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
* idl: added bit definition for privilege masksAndrew Tridgell2009-10-161-0/+15
| | | | | | When you have backup or restore privileges, you automatically get extra access bits in ACL interpretation. This adds definitions for the bits you get.
* idl: added WSPP DrsOptions bit namesAndrew Tridgell2009-10-151-0/+36
| | | | This should make it much easier to work through the logic in MS-DRSR
* netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner2009-10-131-0/+12
| | | | Guenther
* s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer2009-10-081-15/+15
| | | | This I've done according to WSPP doc MS-SAMR 2.2.7.23.
* idl: some lsa vars are uint3264Andrew Tridgell2009-10-031-5/+5
|
* idl: use common netlogon bit definitionsAndrew Tridgell2009-10-022-4/+7
| | | | | | | | | | | The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!)
* idl: ntsvcs.idl depends on misc.idl, not winreg.idlAndrew Tridgell2009-09-301-1/+1
| | | | The winreg_Type definition comes from misc.idl
* winreg: add winreg_Data union to IDL.Günther Deschner2009-09-292-16/+27
| | | | Guenther
* s4-drs: fixed the size of DN binary blobs on the wireAndrew Tridgell2009-09-241-1/+1
| | | | | | | | Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov2009-09-231-2/+6
|
* Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher2009-09-231-2/+2
| | | | | | | | | | This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
* idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell2009-09-231-10/+10
|
* s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell2009-09-231-1/+2
|
* drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher2009-09-201-1/+1
| | | | metze
* drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher2009-09-201-0/+30
| | | | | | This is used in windows 2008. metze
* named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher2009-09-181-0/+23
| | | | metze
* idl: added DRS GetNCChanges level 10Andrew Tridgell2009-09-171-0/+18
|
* idl: added DsExecuteKCC IDLAndrew Tridgell2009-09-171-1/+19
|
* Owner and group defaulting.Nadezhda Ivanova2009-09-161-0/+34
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* ntlmssp: pretty print a VERSION structure.Günther Deschner2009-09-151-1/+1
| | | | Guenther
* ntlmssp: better document to what structures we are reffering to.Günther Deschner2009-09-151-3/+25
| | | | Guenther
* schannel: remove unused schannel structs.Günther Deschner2009-09-141-34/+0
| | | | Guenther
* s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou2009-09-111-1/+1
| | | | | | | CDSVersion field contains one utf16 string and then garbage which pertubated the parsing. We use subcontext to clearly define the size of the whole blob and then let the parser to find the real length of the string. This is a fix for bug 6706, many thanks to Gunter for the PIDL guidelines.
* s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell2009-09-111-7/+69
|