summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-181-0/+2
* 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
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-182-0/+26
* 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
* s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_EntryKamen Mazdrashki2010-02-012-1/+26
* librpc: fixed the GUID_compare() functionAndrew Tridgell2009-12-211-5/+5
* librpc/ndr: avoid comparison_fn_t to fix the openchange build on solarisBrian Lu2009-12-141-1/+1
* librpc/ndr: add missing prototypes for relative_short functionsStefan Metzmacher2009-12-141-0/+3
* spoolss: fix spoolss_PrinterData size calculation.Günther Deschner2009-12-142-0/+9
* librpc/ndr: add support for relative_short pointersMatthieu Patou2009-12-122-0/+54
* spoolss: remove unused spoolss_StringArray2.Günther Deschner2009-12-102-68/+0
* libndr: added a GUID_to_ndr_blob() helper functionAndrew Tridgell2009-12-102-6/+15
* librpc: split out a separate GUID_from_ndr_blob() functionAndrew Tridgell2009-12-102-15/+21
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-072-0/+150
* spoolss: hand-marshall the spoolss_StringArray2 struct for spoolss_EnumPrinte...Günther Deschner2009-12-032-3/+61
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-022-0/+10
* drsuapi: fix build warning of NDR size calculation of drsuapi_DsReplicaObject...Günther Deschner2009-12-012-0/+8
* librpc/ndr: remember the highest offset we parsed with relative pointer buffersStefan Metzmacher2009-11-202-6/+22
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-122-2/+2
* uuid.c: Remove some dead codeVolker Lendecke2009-11-011-1/+0
* Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher2009-10-282-0/+185
* s4/drs(NDR): Print implementation for drsuapi_DsReplicaOIDKamen Mazdrashki2009-10-161-0/+19
* s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki2009-10-162-100/+0
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-072-15/+66
* libndr: add int3264 ndr prototype.Günther Deschner2009-10-051-0/+1
* pidl: added int3264 as a base typeAndrew Tridgell2009-10-031-0/+10
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-022-0/+20
* pidl: added union padding for NDR64Andrew Tridgell2009-09-292-0/+20
* ndr: num_auths is an array size, thus a uint3264Andrew Tridgell2009-09-171-2/+2
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-173-4/+78
* ndr: added support for NDR64 Andrew Tridgell2009-09-173-18/+54
* Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-163-5/+28
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-162-1/+38
* ntlmssp: pretty print a VERSION structure.Günther Deschner2009-09-152-0/+19
* s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2009-09-122-9/+26
* schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner2009-09-112-0/+17
* ntlmssp: avoid duplicate inclusion of helper headers.Günther Deschner2009-09-091-1/+0
* schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.Günther Deschner2009-09-081-0/+1
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-082-0/+77
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
* ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2009-08-282-0/+64
* ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner2009-08-282-1/+62