Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPI | Kamen Mazdrashki | 1 | -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. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPI | Kamen Mazdrashki | 1 | -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. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPI | Kamen Mazdrashki | 1 | -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. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPI | Kamen Mazdrashki | 1 | -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. | |||||
2010-02-01 | s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attribute | Kamen Mazdrashki | 1 | -0/+22 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-01-29 | security.idl: add wellknown TrustedInstaller SID | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2010-01-21 | s4: allow python code to dump NTACL object as well | Matthieu Patou | 1 | -0/+1 | |
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 2 | -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. | |||||
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 1 | -7/+7 | |
2010-01-14 | s4-idl: get rid of the operation specific DRS options flags | Andrew Tridgell | 1 | -42/+7 | |
It was confusing to have several sets of incomplete options when WSPP uses a single set. | |||||
2010-01-14 | s4-idl: update the DRS_OPTIONS bits based on the latest WSPP docs | Andrew Tridgell | 1 | -2/+10 | |
2010-01-09 | s4-idl: give a enum for attribute cn and a 'NONE' attribute | Andrew Tridgell | 1 | -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. | |||||
2010-01-08 | s4-idl: added some more wellknown attributeIDs | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-17 | spoolss: more mork on SetPrinterInfo() levels. | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2009-12-16 | spoolss: add spoolss_DriverInfo7. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2009-12-14 | s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDL | Volker Lendecke | 1 | -2/+2 | |
Seen in the wild by putting >1000 users into BUILTIN\Users | |||||
2009-12-14 | idl: introduce new file: dfsblobs.idl | Matthieu Patou | 1 | -0/+116 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-12-14 | spoolss: fix spoolss_PrinterData size calculation. | Günther Deschner | 1 | -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-14 | spoolss: trivial fix for spoolss_FormInfo2 IDL. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-12-10 | spoolss: remove unused spoolss_StringArray2. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2009-12-10 | spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-12-10 | spoolss: add spoolss_KeyNames union. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2009-12-08 | spoolss: add more spoolss architectures to IDL. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-12-08 | spoolss: fix spoolss_DriverInfo8 IDL. | Günther Deschner | 1 | -1/+1 | |
found by RPC-SPOOLSS torture teset. Guenther | |||||
2009-12-07 | spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -8/+33 | |
Guenther | |||||
2009-12-03 | spoolss: hand-marshall the spoolss_StringArray2 struct for ↵ | Günther Deschner | 1 | -1/+1 | |
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther | |||||
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -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-02 | spoolss: add spoolss_StringArray2. | Günther Deschner | 1 | -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-02 | s3-spoolss: move MAXDEVICENAME to spoolss idl. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 1 | -2/+2 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-11-27 | security.idl - Add some more wellknown SIDs/RIDs | Matthias Dieter Wallnöfer | 1 | -14/+17 | |
2009-11-27 | misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-11-23 | s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵ | Günther Deschner | 1 | -0/+68 | |
belong. Guenther | |||||
2009-11-23 | spoolss: fix spoolss_EnumPrinterKey IDL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-11-17 | Fixed incorrect SID for RAS Servers. | Nadezhda Ivanova | 1 | -0/+1 | |
2009-11-17 | netlogon.idl: fix ndr_pull_netr_DatabaseRedo() | Stefan Metzmacher | 1 | -2/+9 | |
We can't use subcontext_size() here, as change_log_entry_size is encoded after the subcontext. metze | |||||
2009-11-03 | Removed the default DACL from token, as we will not be using it. | Nadezhda Ivanova | 1 | -1/+0 | |
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 1 | -4/+49 | |
blobs. Next I'll change the create timestamp and dos attribute code to use this. | |||||
2009-10-28 | lsa: add LSA_TRUSTED_DOMAIN access masks. | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2009-10-28 | lsa: add LSA_SECRET access masks. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2009-10-22 | idl-drsblobs: mark some more reserved values as value(0) | Andrew Tridgell | 1 | -10/+10 | |
This prevents valgrind errors when we store these blobs in a database | |||||
2009-10-16 | s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idl | Kamen Mazdrashki | 1 | -3/+3 | |
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496]. | |||||
2009-10-16 | idl: added bit definition for privilege masks | Andrew Tridgell | 1 | -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-15 | idl: added WSPP DrsOptions bit names | Andrew Tridgell | 1 | -0/+36 | |
This should make it much easier to work through the logic in MS-DRSR | |||||
2009-10-13 | netlogon: add NL_PASSWORD_VERSION to IDL. | Günther Deschner | 1 | -0/+12 | |
Guenther | |||||
2009-10-08 | s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structure | Matthias Dieter Wallnöfer | 1 | -15/+15 | |
This I've done according to WSPP doc MS-SAMR 2.2.7.23. | |||||
2009-10-03 | idl: some lsa vars are uint3264 | Andrew Tridgell | 1 | -5/+5 | |
2009-10-02 | idl: use common netlogon bit definitions | Andrew Tridgell | 2 | -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-30 | idl: ntsvcs.idl depends on misc.idl, not winreg.idl | Andrew Tridgell | 1 | -1/+1 | |
The winreg_Type definition comes from misc.idl | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 2 | -16/+27 | |
Guenther |