Age | Commit message (Expand) | Author | Files | Lines |
2010-02-18 | spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro. | Stefan Metzmacher | 1 | -1/+4 |
2010-02-18 | libndr: fix ndr_size_* calculation with relative reverse buffers | Stefan Metzmacher | 1 | -0/+6 |
2010-02-18 | libndr: for now align reverse relative pointers to 2 bytes by default. | Stefan Metzmacher | 1 | -0/+3 |
2010-02-18 | libndr: implement LIBNDR_RELATIVE_REVERSE handling | Stefan Metzmacher | 2 | -3/+87 |
2010-02-18 | libndr: store a subcontext buffer size in ndr_push_subcontext_start. | Günther Deschner | 2 | -0/+2 |
2010-02-18 | libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with... | Stefan Metzmacher | 1 | -1/+6 |
2010-02-18 | libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing | Günther Deschner | 2 | -0/+6 |
2010-02-18 | libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag. | Günther Deschner | 1 | -0/+2 |
2010-02-18 | libndr: change subcontext buffer allocation to allocate on subcontext_start. | Günther Deschner | 1 | -3/+7 |
2010-02-18 | librpc/ndr: make ndr_push_relative_ptr2() static | Stefan Metzmacher | 2 | -2/+1 |
2010-02-18 | librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end() | Stefan Metzmacher | 1 | -1/+2 |
2010-02-18 | librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end() | Stefan Metzmacher | 1 | -2/+4 |
2010-02-18 | spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101. | Günther Deschner | 1 | -10/+20 |
2010-02-18 | libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end. | Günther Deschner | 2 | -0/+26 |
2010-02-12 | spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ndr6... | Günther Deschner | 1 | -0/+1 |
2010-02-12 | spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles relative_hig... | Günther Deschner | 1 | -0/+30 |
2010-02-12 | spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ndr6... | Günther Deschner | 1 | -1/+2 |
2010-02-01 | s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_Entry | Kamen Mazdrashki | 2 | -1/+26 |
2009-12-21 | librpc: fixed the GUID_compare() function | Andrew Tridgell | 1 | -5/+5 |
2009-12-14 | librpc/ndr: avoid comparison_fn_t to fix the openchange build on solaris | Brian Lu | 1 | -1/+1 |
2009-12-14 | librpc/ndr: add missing prototypes for relative_short functions | Stefan Metzmacher | 1 | -0/+3 |
2009-12-14 | spoolss: fix spoolss_PrinterData size calculation. | Günther Deschner | 2 | -0/+9 |
2009-12-12 | librpc/ndr: add support for relative_short pointers | Matthieu Patou | 2 | -0/+54 |
2009-12-10 | spoolss: remove unused spoolss_StringArray2. | Günther Deschner | 2 | -68/+0 |
2009-12-10 | libndr: added a GUID_to_ndr_blob() helper function | Andrew Tridgell | 2 | -6/+15 |
2009-12-10 | librpc: split out a separate GUID_from_ndr_blob() function | Andrew Tridgell | 2 | -15/+21 |
2009-12-07 | spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx. | Günther Deschner | 2 | -0/+150 |
2009-12-03 | spoolss: hand-marshall the spoolss_StringArray2 struct for spoolss_EnumPrinte... | Günther Deschner | 2 | -3/+61 |
2009-12-02 | spoolss: add spoolss_StringArray2. | Günther Deschner | 2 | -0/+10 |
2009-12-01 | drsuapi: fix build warning of NDR size calculation of drsuapi_DsReplicaObject... | Günther Deschner | 2 | -0/+8 |
2009-11-20 | librpc/ndr: remember the highest offset we parsed with relative pointer buffers | Stefan Metzmacher | 2 | -6/+22 |
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 2 | -2/+2 |
2009-11-01 | uuid.c: Remove some dead code | Volker Lendecke | 1 | -1/+0 |
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 2 | -0/+185 |
2009-10-16 | s4/drs(NDR): Print implementation for drsuapi_DsReplicaOID | Kamen Mazdrashki | 1 | -0/+19 |
2009-10-16 | s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID struct | Kamen Mazdrashki | 2 | -100/+0 |
2009-10-07 | pidl: get the alignment right for uint1632 enums (NDR64) | Andrew Tridgell | 2 | -15/+66 |
2009-10-05 | libndr: add int3264 ndr prototype. | Günther Deschner | 1 | -0/+1 |
2009-10-03 | pidl: added int3264 as a base type | Andrew Tridgell | 1 | -0/+10 |
2009-10-02 | ndr64: added support for trailing gap alignment | Andrew Tridgell | 2 | -0/+20 |
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 2 | -0/+20 |
2009-09-17 | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 1 | -2/+2 |
2009-09-17 | ndr: split out ndr enum functions | Andrew Tridgell | 3 | -4/+78 |
2009-09-17 | ndr: added support for NDR64 | Andrew Tridgell | 3 | -18/+54 |
2009-09-17 | Remove ununsed variable warning. | Jeremy Allison | 1 | -1/+0 |
2009-09-16 | ndr: added --ndr64 flag to ndrdump | Andrew Tridgell | 3 | -5/+28 |
2009-09-16 | s3-schannel: add dump_NL_AUTH_SIGNATURE. | Günther Deschner | 2 | -1/+38 |
2009-09-15 | ntlmssp: pretty print a VERSION structure. | Günther Deschner | 2 | -0/+19 |
2009-09-12 | s4-ndr: fixed memory leaks in ndr_pull_*_blob() | Andrew Tridgell | 2 | -9/+26 |
2009-09-11 | schannel: more work on reponse NL_AUTH_MESSAGES. | Günther Deschner | 2 | -0/+17 |