summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Expand)AuthorFilesLines
2010-02-18spoolss: make all security descriptors and devicemodes 4 byte aligned and add...Stefan Metzmacher1-8/+8
2010-02-18spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ...Günther Deschner1-10/+10
2010-02-18ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher1-2/+2
2010-02-18spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher1-1/+4
2010-02-18libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher1-0/+6
2010-02-18libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher1-0/+3
2010-02-18libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2-3/+87
2010-02-18libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2-0/+2
2010-02-18libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher1-1/+6
2010-02-18libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner3-0/+7
2010-02-18libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2-0/+4
2010-02-18libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner1-3/+7
2010-02-18librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2-2/+1
2010-02-18librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher1-1/+2
2010-02-18librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher1-2/+4
2010-02-18spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner1-10/+20
2010-02-18s3: re-run make full_idl.Günther Deschner6-172/+344
2010-02-18libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2-0/+26
2010-02-17s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov3-1/+5
2010-02-17s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov3-112/+112
2010-02-14a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell3-0/+15
2010-02-13s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell3-30/+0
2010-02-12spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ndr6...Günther Deschner1-0/+1
2010-02-12spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles relative_hig...Günther Deschner1-0/+30
2010-02-12spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ndr6...Günther Deschner1-1/+2
2010-02-11s3: re-run make samba3-idl.Günther Deschner2-0/+2
2010-02-11s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONSFernando J V da Silva1-0/+1
2010-02-11s4/idl: regenerating drsuapi.idlKamen Mazdrashki2-4/+4
2010-02-11s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ fieldKamen Mazdrashki1-2/+2
2010-02-05s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2-6/+8
2010-02-05s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPIKamen Mazdrashki1-1/+2
2010-02-05s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPIKamen Mazdrashki1-1/+1
2010-02-05s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPIKamen Mazdrashki1-1/+1
2010-02-05s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPIKamen Mazdrashki1-1/+1
2010-02-01s4/idl: drsblobs IDL regenerationKamen Mazdrashki3-0/+120
2010-02-01s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_EntryKamen Mazdrashki2-1/+26
2010-02-01s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki1-0/+22
2010-01-29librpc: rerun 'make idl'Stefan Metzmacher1-0/+3
2010-01-29security.idl: add wellknown TrustedInstaller SIDStefan Metzmacher1-0/+7
2010-01-21s4: allow python code to dump NTACL object as wellMatthieu Patou1-0/+1
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell6-126/+25
2010-01-16s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell3-35/+35
2010-01-14s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell4-351/+46
2010-01-14s4-idl: update the DRS_OPTIONS bits based on the latest WSPP docsAndrew Tridgell1-2/+10
2010-01-09s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell3-2/+10
2010-01-08s4-idl: regenerate DRS IDLAndrew Tridgell2-0/+9
2010-01-08s4-idl: added some more wellknown attributeIDsAndrew Tridgell1-0/+3
2009-12-21librpc: fixed the GUID_compare() functionAndrew Tridgell1-5/+5
2009-12-17spoolss: more mork on SetPrinterInfo() levels.Günther Deschner4-82/+102
2009-12-16spoolss: add spoolss_DriverInfo7.Günther Deschner4-0/+245