summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+2
| | | | | | | | | | | This flag corresponds to DRS_EXT_RECYCLE_BIN extended flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC has enabled the Recycle Binoptional feature.
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
| | | | | | | | | | This flag corresponds to DRS_EXT_GETCHGREQ_V10 flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports DRS_MSG_GETCHGREQ_V10.
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
| | | | | | | | | | This flag corresponds to DRS_EXT_GETCHGREQ_V5 flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports DRS_MSG_GETCHGREQ_V5.
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
| | | | | | | | | | This flag corresponds to DRS_EXT_ADDENTRY flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports IDL_DRSAddEntry.
* s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki2010-02-011-0/+22
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* security.idl: add wellknown TrustedInstaller SIDStefan Metzmacher2010-01-291-0/+7
| | | | metze
* s4: allow python code to dump NTACL object as wellMatthieu Patou2010-01-211-0/+1
|
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-182-44/+7
| | | | | | | The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-161-7/+7
|
* s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell2010-01-141-42/+7
| | | | | It was confusing to have several sets of incomplete options when WSPP uses a single set.
* s4-idl: update the DRS_OPTIONS bits based on the latest WSPP docsAndrew Tridgell2010-01-141-2/+10
|
* s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell2010-01-091-1/+3
| | | | | | The 'NONE' attribute has value 0xFFFFFFFF. Adding this ensures the compiler will complain if it is set to use 16 bit enums. We rely on being able to store 32 bits in an attid enum.
* s4-idl: added some more wellknown attributeIDsAndrew Tridgell2010-01-081-0/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* spoolss: more mork on SetPrinterInfo() levels.Günther Deschner2009-12-171-4/+12
| | | | Guenther
* spoolss: add spoolss_DriverInfo7.Günther Deschner2009-12-161-0/+9
| | | | Guenther
* s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke2009-12-141-2/+2
| | | | Seen in the wild by putting >1000 users into BUILTIN\Users
* 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