Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-26 | spoolss: add spoolss_Build to IDL. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2010-02-24 | idl:lsa change string type | Simo Sorce | 1 | -1/+1 | |
comapring win<-> traces it looks like this is an lsa_StringLarge | |||||
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string2' to 'value_dn_str' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string1' to 'attribute_name' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: rename 'guid1' to 'source_dsa_guid' in ↵ | Kamen Mazdrashki | 1 | -2/+2 | |
drsuapi_DsReplicaGetInfoRequest description | |||||
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definition | Kamen Mazdrashki | 1 | -3/+3 | |
- Function should accept pointer to drsuapi_DsReplicaSyncRequest. While this doesn't generate essentially different code for NDR parser, using pointer will make drsuapi_DsReplicaSync descritpin with the rest of the functions in DRSUAPI interface. Another benefit is that this way we could create Wireshark dissector directly from Samba's verions for drsuapi.idl - 'level' and thus the switch_type() should be uint32 | |||||
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSyncRequest1 description | Kamen Mazdrashki | 1 | -2/+2 | |
- pointer to naming_context should be [ref] pointer (i.e. not NULL pointer) - other_info is actually the DNS name for Source DSA and is used if DRSUAPI_DRS_SYNC_BYNAME is passed ref: [MS-DRSR] 5.39 | |||||
2010-02-23 | spoolss: some fixes for devicemode dm extra structs. | Günther Deschner | 1 | -10/+2 | |
Guenther | |||||
2010-02-23 | spoolss: add various DM extradata formats (including PostScript and UniDriver). | Günther Deschner | 1 | -0/+307 | |
Guenther | |||||
2010-02-22 | s4:netlogon GetTrustedDomainInformation | Simo Sorce | 2 | -3/+3 | |
start implementing calls related to trusted domain information | |||||
2010-02-19 | misc.idl: Add reference to the slightly odd representation of if_version | Andrew Bartlett | 1 | -0/+3 | |
I found this confusing, so explian for the next poor programmer who has to get up to speed with this quickly. Andrew Bartlett | |||||
2010-02-18 | spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵ | Günther Deschner | 1 | -1/+1 | |
devmode relative pointer down to sd). Guenther | |||||
2010-02-18 | spoolss: add spoolss_security_descriptor. | Günther Deschner | 1 | -4/+7 | |
Guenther | |||||
2010-02-18 | security: make two bitmaps public. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-18 | spoolss: make two bitmaps public. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-18 | spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵ | Stefan Metzmacher | 1 | -8/+8 | |
add missing subcontexts. Guenther | |||||
2010-02-18 | spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵ | Günther Deschner | 1 | -10/+10 | |
pointers. Guenther | |||||
2010-02-18 | libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing | Günther Deschner | 1 | -0/+1 | |
can be disabled for single structure elements. Guenther | |||||
2010-02-18 | libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-02-17 | s4/drs: add DRSUAPI_ATTRIBUTE_options attribute | Anatoliy Atanasov | 1 | -1/+2 | |
2010-02-17 | s4/drs:kccdrs_replica_get_info_obj_metadata implementation | Anatoliy Atanasov | 1 | -8/+8 | |
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 | |||||
2010-02-14 | a4-dcerpc: another attempt at dcerpc auth padding | Andrew Tridgell | 1 | -0/+3 | |
The last change broke net vampire against w2k8r2 | |||||
2010-02-13 | s4-rpc: be more careful about DCERPC auth padding | Andrew Tridgell | 1 | -4/+0 | |
Cope with a wider range of auth padding in dcerpc bind_ack and alter_context packets. We now use a helper function that calculates the right auth padding. | |||||
2010-02-11 | s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONS | Fernando J V da Silva | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-11 | s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ field | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
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 |