summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher2010-02-181-2/+2
* spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher2010-02-181-1/+4
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-181-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-181-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-182-3/+87
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-182-0/+2
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-181-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-183-0/+7
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-182-0/+4
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-181-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-182-2/+1
* librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-1/+2
* librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-2/+4
* spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner2010-02-181-10/+20
* s3: re-run make full_idl.Günther Deschner2010-02-186-172/+344
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-182-0/+26
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-173-1/+5
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-173-112/+112
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-143-0/+15
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-133-30/+0
* spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ndr6...Günther Deschner2010-02-121-0/+1
* spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles relative_hig...Günther Deschner2010-02-121-0/+30
* spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ndr6...Günther Deschner2010-02-121-1/+2
* s3: re-run make samba3-idl.Günther Deschner2010-02-112-0/+2
* s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONSFernando J V da Silva2010-02-111-0/+1
* s4/idl: regenerating drsuapi.idlKamen Mazdrashki2010-02-112-4/+4
* s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ fieldKamen Mazdrashki2010-02-111-2/+2
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-052-6/+8
* 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: drsblobs IDL regenerationKamen Mazdrashki2010-02-013-0/+120
* s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_EntryKamen Mazdrashki2010-02-012-1/+26
* s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki2010-02-011-0/+22
* librpc: rerun 'make idl'Stefan Metzmacher2010-01-291-0/+3
* 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-186-126/+25
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-163-35/+35
* s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell2010-01-144-351/+46
* 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-093-2/+10
* s4-idl: regenerate DRS IDLAndrew Tridgell2010-01-082-0/+9
* s4-idl: added some more wellknown attributeIDsAndrew Tridgell2010-01-081-0/+3
* librpc: fixed the GUID_compare() functionAndrew Tridgell2009-12-211-5/+5
* spoolss: more mork on SetPrinterInfo() levels.Günther Deschner2009-12-174-82/+102
* spoolss: add spoolss_DriverInfo7.Günther Deschner2009-12-164-0/+245