summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Expand)AuthorAgeFilesLines
* misc.idl: Add reference to the slightly odd representation of if_versionAndrew Bartlett2010-02-191-0/+3
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves dev...Günther Deschner2010-02-181-1/+1
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-181-4/+7
* security: make two bitmaps public.Günther Deschner2010-02-181-2/+2
* spoolss: make two bitmaps public.Günther Deschner2010-02-181-2/+2
* spoolss: make all security descriptors and devicemodes 4 byte aligned and add...Stefan Metzmacher2010-02-181-8/+8
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ...Günther Deschner2010-02-181-10/+10
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-181-0/+1
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-181-0/+2
* 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
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-141-0/+3
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-131-4/+0
* s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONSFernando J V da Silva2010-02-111-0/+1
* s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ fieldKamen Mazdrashki2010-02-111-2/+2
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+2
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPIKamen Mazdrashki2010-02-051-1/+1
* s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki2010-02-011-0/+22
* security.idl: add wellknown TrustedInstaller SIDStefan Metzmacher2010-01-291-0/+7
* 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
* 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
* 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
* s4-idl: added some more wellknown attributeIDsAndrew Tridgell2010-01-081-0/+3
* spoolss: more mork on SetPrinterInfo() levels.Günther Deschner2009-12-171-4/+12
* spoolss: add spoolss_DriverInfo7.Günther Deschner2009-12-161-0/+9
* s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke2009-12-141-2/+2
* idl: introduce new file: dfsblobs.idlMatthieu Patou2009-12-141-0/+116
* spoolss: fix spoolss_PrinterData size calculation.Günther Deschner2009-12-141-1/+1
* spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner2009-12-141-1/+2
* spoolss: remove unused spoolss_StringArray2.Günther Deschner2009-12-101-5/+0
* spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner2009-12-101-1/+2
* spoolss: add spoolss_KeyNames union.Günther Deschner2009-12-101-0/+6
* spoolss: add more spoolss architectures to IDL.Günther Deschner2009-12-081-1/+5
* spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner2009-12-081-1/+1
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-071-8/+33
* spoolss: hand-marshall the spoolss_StringArray2 struct for spoolss_EnumPrinte...Günther Deschner2009-12-031-1/+1
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-021-1/+1
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-021-0/+5
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-021-2/+4
* drsuapi: fix build warning of NDR size calculation of drsuapi_DsReplicaObject...Günther Deschner2009-12-011-2/+2
* 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
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...Günther Deschner2009-11-231-0/+68
* spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner2009-11-231-1/+1
* Fixed incorrect SID for RAS Servers.Nadezhda Ivanova2009-11-171-0/+1