summaryrefslogtreecommitdiff
path: root/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2010-01-08s4-idl: added some more wellknown attributeIDsAndrew Tridgell1-0/+3
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-12-17spoolss: more mork on SetPrinterInfo() levels.Günther Deschner1-4/+12
Guenther
2009-12-16spoolss: add spoolss_DriverInfo7.Günther Deschner1-0/+9
Guenther
2009-12-14s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke1-2/+2
Seen in the wild by putting >1000 users into BUILTIN\Users
2009-12-14idl: introduce new file: dfsblobs.idlMatthieu Patou1-0/+116
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-12-14spoolss: fix spoolss_PrinterData size calculation.Günther Deschner1-1/+1
Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
2009-12-14spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner1-1/+2
Guenther
2009-12-10spoolss: remove unused spoolss_StringArray2.Günther Deschner1-5/+0
Guenther
2009-12-10spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner1-1/+2
Guenther
2009-12-10spoolss: add spoolss_KeyNames union.Günther Deschner1-0/+6
Guenther
2009-12-08spoolss: add more spoolss architectures to IDL.Günther Deschner1-1/+5
Guenther
2009-12-08spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner1-1/+1
found by RPC-SPOOLSS torture teset. Guenther
2009-12-07spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner1-8/+33
Guenther
2009-12-03spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner1-1/+1
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
2009-12-02samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner1-1/+1
This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
2009-12-02spoolss: add spoolss_StringArray2.Günther Deschner1-0/+5
The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
2009-12-02s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner1-2/+4
Guenther
2009-12-01drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner1-2/+2
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
2009-11-27security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer1-14/+17
2009-11-27misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN.Günther Deschner1-1/+3
Guenther
2009-11-23s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner1-0/+68
belong. Guenther
2009-11-23spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner1-1/+1
Guenther
2009-11-17Fixed incorrect SID for RAS Servers.Nadezhda Ivanova1-0/+1
2009-11-17netlogon.idl: fix ndr_pull_netr_DatabaseRedo()Stefan Metzmacher1-2/+9
We can't use subcontext_size() here, as change_log_entry_size is encoded after the subcontext. metze
2009-11-03Removed the default DACL from token, as we will not be using it.Nadezhda Ivanova1-1/+0
2009-10-28Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher1-4/+49
blobs. Next I'll change the create timestamp and dos attribute code to use this.
2009-10-28lsa: add LSA_TRUSTED_DOMAIN access masks.Günther Deschner1-0/+29
Guenther
2009-10-28lsa: add LSA_SECRET access masks.Günther Deschner1-0/+19
Guenther
2009-10-22idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell1-10/+10
This prevents valgrind errors when we store these blobs in a database
2009-10-16s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idlKamen Mazdrashki1-3/+3
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
2009-10-16idl: added bit definition for privilege masksAndrew Tridgell1-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.
2009-10-15idl: added WSPP DrsOptions bit namesAndrew Tridgell1-0/+36
This should make it much easier to work through the logic in MS-DRSR
2009-10-13netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner1-0/+12
Guenther
2009-10-08s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer1-15/+15
This I've done according to WSPP doc MS-SAMR 2.2.7.23.
2009-10-03idl: some lsa vars are uint3264Andrew Tridgell1-5/+5
2009-10-02idl: use common netlogon bit definitionsAndrew Tridgell2-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!)
2009-09-30idl: ntsvcs.idl depends on misc.idl, not winreg.idlAndrew Tridgell1-1/+1
The winreg_Type definition comes from misc.idl
2009-09-29winreg: add winreg_Data union to IDL.Günther Deschner2-16/+27
Guenther
2009-09-24s4-drs: fixed the size of DN binary blobs on the wireAndrew Tridgell1-1/+1
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov1-2/+6
2009-09-23Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher1-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>
2009-09-23idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell1-10/+10
2009-09-23s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell1-1/+2
2009-09-20drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher1-1/+1
metze
2009-09-20drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher1-0/+30
This is used in windows 2008. metze
2009-09-18named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher1-0/+23
metze
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell1-0/+18
2009-09-17idl: added DsExecuteKCC IDLAndrew Tridgell1-1/+19
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-0/+34
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner1-1/+1
Guenther