summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
...
* s4/idl: DsReplicaDel - switch types should be unsignedKamen Mazdrashki2010-03-101-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsReplicaAdd - switch types should be unsignedKamen Mazdrashki2010-03-101-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsReplicaUpdateRefs - switch types should be unsignedKamen Mazdrashki2010-03-101-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: DsGetNCChanges - switch types should be unsignedKamen Mazdrashki2010-03-101-5/+5
| | | | | | | Converting those types to unsigned should help in creating DRSUAPI dissector for Wireshark also. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: drsuapi_DsReplicaSyncOptions flags are no more usedKamen Mazdrashki2010-03-102-28/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* winreg: fix winreg_QueryValue IDL.Günther Deschner2010-03-051-1/+1
| | | | | | | | | | | | | | Note that before this change pidl generated code that just dereferenced size_is and length_is values from unique pointers without checking whether these pointers were actually NULL. With this change, pidl now throws a warning like: warning: Got pointer for `data_size', expected fully derefenced variable which is not correct, probably because pidl does not evaluate the C expression. Guenther
* spoolss: fix spoolss_EnumPrinterDataEx IDL.Günther Deschner2010-03-051-2/+2
| | | | Guenther
* spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner2010-03-051-29/+4
| | | | Guenther
* spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner2010-03-051-29/+6
| | | | Guenther
* spoolss: add spoolss_Build to IDL.Günther Deschner2010-02-261-1/+6
| | | | Guenther
* idl:lsa change string typeSimo Sorce2010-02-241-1/+1
| | | | comapring win<-> traces it looks like this is an lsa_StringLarge
* s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string2' to 'value_dn_str'Kamen Mazdrashki2010-02-241-1/+1
|
* s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string1' to 'attribute_name'Kamen Mazdrashki2010-02-241-1/+1
|
* s4/idl: rename 'guid1' to 'source_dsa_guid' in ↵Kamen Mazdrashki2010-02-241-2/+2
| | | | drsuapi_DsReplicaGetInfoRequest description
* s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definitionKamen Mazdrashki2010-02-241-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
* s4/idl: drsuapi.idl fix drsuapi_DsReplicaSyncRequest1 descriptionKamen Mazdrashki2010-02-241-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
* spoolss: some fixes for devicemode dm extra structs.Günther Deschner2010-02-231-10/+2
| | | | Guenther
* spoolss: add various DM extradata formats (including PostScript and UniDriver).Günther Deschner2010-02-231-0/+307
| | | | Guenther
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-222-3/+3
| | | | start implementing calls related to trusted domain information
* misc.idl: Add reference to the slightly odd representation of if_versionAndrew Bartlett2010-02-191-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
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner2010-02-181-1/+1
| | | | | | devmode relative pointer down to sd). Guenther
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-181-4/+7
| | | | Guenther
* security: make two bitmaps public.Günther Deschner2010-02-181-2/+2
| | | | Guenther
* spoolss: make two bitmaps public.Günther Deschner2010-02-181-2/+2
| | | | Guenther
* spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵Stefan Metzmacher2010-02-181-8/+8
| | | | | | add missing subcontexts. Guenther
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵Günther Deschner2010-02-181-10/+10
| | | | | | pointers. Guenther
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-181-0/+1
| | | | | | can be disabled for single structure elements. Guenther
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-181-0/+2
| | | | Guenther
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-171-1/+2
|
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-171-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
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-141-0/+3
| | | | The last change broke net vampire against w2k8r2
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-131-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.
* s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONSFernando J V da Silva2010-02-111-0/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ fieldKamen Mazdrashki2010-02-111-2/+2
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* 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