| Commit message (Expand) | Author | Age | Files | Lines |
* | r7328: fix GetPrinterData and SetPrinterData, with zero length subcontexts | Stefan Metzmacher | 2007-10-10 | 1 | -0/+91 |
* | r7327: pass down the ndr->flags to the subcontexts | Stefan Metzmacher | 2007-10-10 | 1 | -0/+4 |
* | r7196: fix typo, that makes the spoolss test working with [validate] | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r7193: add some bail out checks and fix pushing of relative pointers | Stefan Metzmacher | 2007-10-10 | 1 | -2/+19 |
* | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 2007-10-10 | 2 | -53/+129 |
* | r7184: remove unused ndr_pull/push_struct_start/end() functions | Stefan Metzmacher | 2007-10-10 | 1 | -30/+0 |
* | r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit... | Stefan Metzmacher | 2007-10-10 | 2 | -15/+2 |
* | r7181: add functions to calculate the buffer size needed for array buffer in ... | Stefan Metzmacher | 2007-10-10 | 1 | -0/+54 |
* | r7120: make use of the new 'noopnum' property and get rid of handwritten | Stefan Metzmacher | 2007-10-10 | 1 | -865/+164 |
* | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 2007-10-10 | 3 | -120/+5 |
* | r6932: Comment out static function - not used anywhere? | Tim Potter | 2007-10-10 | 1 | -0/+6 |
* | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOB | Andrew Tridgell | 2007-10-10 | 1 | -0/+23 |
* | r6731: add a useful function for getting a guid with all bits to 0 | Stefan Metzmacher | 2007-10-10 | 1 | -0/+10 |
* | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 2007-10-10 | 2 | -0/+40 |
* | r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()... | Andrew Tridgell | 2007-10-10 | 1 | -0/+21 |
* | r6574: send a value for embedded ref pointers, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r6572: add "string_array" as new scalar type for handling SPOOLSS string array's | Stefan Metzmacher | 2007-10-10 | 1 | -0/+72 |
* | r6519: move string handling functions to a seperate file | Stefan Metzmacher | 2007-10-10 | 3 | -476/+500 |
* | r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu... | Stefan Metzmacher | 2007-10-10 | 1 | -0/+52 |
* | r6287: sorted out a small but surprisingly tricky dependency problem with the | Andrew Tridgell | 2007-10-10 | 2 | -77/+136 |
* | r6191: fix spoolss_Enum* push code | Stefan Metzmacher | 2007-10-10 | 1 | -3/+9 |
* | r6189: move function to the right place | Stefan Metzmacher | 2007-10-10 | 1 | -8/+5 |
* | r6188: correct fix for rev 6182 | Stefan Metzmacher | 2007-10-10 | 1 | -6/+2 |
* | r6182: Jelmer, I think we need to initialize the switch_list, else we are | Richard Sharpe | 2007-10-10 | 1 | -0/+4 |
* | r6181: Use ndr_print_set_switch_value() here as well. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+2 |
* | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 2007-10-10 | 2 | -18/+14 |
* | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 2007-10-10 | 1 | -0/+274 |
* | r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+65 |
* | r6129: - add our own MSZIP decompression implementation | Stefan Metzmacher | 2007-10-10 | 2 | -99/+56 |
* | r6114: the marker is const and is 0x434B 'CK' | Stefan Metzmacher | 2007-10-10 | 1 | -5/+13 |
* | r6112: try to decompress all chunks and put them together | Stefan Metzmacher | 2007-10-10 | 1 | -38/+73 |
* | r6099: use the enum print function | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r6065: revert test value | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 2007-10-10 | 2 | -0/+182 |
* | r5986: Fix the build. Metze, could you please verify that this fix is correct? | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
* | r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes the | Jelmer Vernooij | 2007-10-10 | 1 | -2/+1 |
* | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+14 |
* | r5828: add some idl for DsAddEntry() | Stefan Metzmacher | 2007-10-10 | 1 | -5/+16 |
* | r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1() | Stefan Metzmacher | 2007-10-10 | 1 | -0/+51 |
* | r5799: more DsGetNCChanges updates, I'm starting to understand it... | Stefan Metzmacher | 2007-10-10 | 1 | -0/+10 |
* | r5797: - add idl property [subcontext_size()] | Stefan Metzmacher | 2007-10-10 | 1 | -16/+39 |
* | r5796: add ndr_* function for int8 and int16 | Stefan Metzmacher | 2007-10-10 | 1 | -24/+75 |
* | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 2007-10-10 | 2 | -24/+7 |
* | r5765: remove unused var | Stefan Metzmacher | 2007-10-10 | 1 | -1/+0 |
* | r5764: add support for embedded ref pointers | Stefan Metzmacher | 2007-10-10 | 1 | -1/+24 |
* | r5736: fix to avoid endless recursion in ndr_size_*() calculation | Stefan Metzmacher | 2007-10-10 | 2 | -2/+11 |
* | r5674: - Re-enable DCOM support. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+5 |
* | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 2007-10-10 | 3 | -2/+32 |