summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett1-4/+4
2007-10-10r8050: - make use of more [value()] propertiesStefan Metzmacher1-0/+6
2007-10-10r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher1-1/+5
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell7-32/+30
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij1-4/+3
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij1-1/+37
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij1-0/+27
2007-10-10r7575: - fix GetPrinterData() push sideStefan Metzmacher1-12/+81
2007-10-10r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher1-35/+39
2007-10-10r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...Stefan Metzmacher1-0/+9
2007-10-10r7364: - remove '\' chars from copy pasteStefan Metzmacher1-3/+5
2007-10-10r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher1-0/+91
2007-10-10r7327: pass down the ndr->flags to the subcontextsStefan Metzmacher1-0/+4
2007-10-10r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher1-2/+2
2007-10-10r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...Stefan Metzmacher1-1/+2
2007-10-10r7193: add some bail out checks and fix pushing of relative pointersStefan Metzmacher1-2/+19
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher2-53/+129
2007-10-10r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher1-30/+0
2007-10-10r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit...Stefan Metzmacher2-15/+2
2007-10-10r7181: add functions to calculate the buffer size needed for array buffer in ...Stefan Metzmacher1-0/+54
2007-10-10r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher1-865/+164
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij3-120/+5
2007-10-10r6932: Comment out static function - not used anywhere?Tim Potter1-0/+6
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-2/+2
2007-10-10r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOBAndrew Tridgell1-0/+23
2007-10-10r6731: add a useful function for getting a guid with all bits to 0Stefan Metzmacher1-0/+10
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell2-0/+40
2007-10-10r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()...Andrew Tridgell1-0/+21
2007-10-10r6574: send a value for embedded ref pointers,Stefan Metzmacher1-1/+1
2007-10-10r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher1-0/+72
2007-10-10r6519: move string handling functions to a seperate fileStefan Metzmacher3-476/+500
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher1-0/+52
2007-10-10r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2-77/+136
2007-10-10r6191: fix spoolss_Enum* push codeStefan Metzmacher1-3/+9
2007-10-10r6189: move function to the right placeStefan Metzmacher1-8/+5
2007-10-10r6188: correct fix for rev 6182Stefan Metzmacher1-6/+2
2007-10-10r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe1-0/+4
2007-10-10r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij1-1/+2
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij2-18/+14
2007-10-10r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher1-0/+274
2007-10-10r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...Stefan Metzmacher1-1/+65
2007-10-10r6129: - add our own MSZIP decompression implementationStefan Metzmacher2-99/+56
2007-10-10r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher1-5/+13
2007-10-10r6112: try to decompress all chunks and put them togetherStefan Metzmacher1-38/+73
2007-10-10r6099: use the enum print functionStefan Metzmacher1-1/+1
2007-10-10r6065: revert test valueStefan Metzmacher1-1/+1
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher2-0/+182
2007-10-10r5986: Fix the build. Metze, could you please verify that this fix is correct?Jelmer Vernooij1-3/+3
2007-10-10r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij1-2/+1
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-0/+14