summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9795: fix the ndr_pull_string code to handle, some special cases,Stefan Metzmacher1-51/+51
2007-10-10r9518: - remove the subcontext_size() hack from rev 9509Stefan Metzmacher1-15/+0
2007-10-10r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs,Stefan Metzmacher1-0/+15
2007-10-10r9441: Use "const char *" for fixed-size arrays with charset() becauseJelmer Vernooij1-1/+1
2007-10-10r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.Jelmer Vernooij1-6/+9
2007-10-10r9439: Make sure the remainder of the array is always initialized if the buff...Jelmer Vernooij1-1/+7
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher5-13/+42
2007-10-10r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher4-59/+121
2007-10-10r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell1-8/+0
2007-10-10r9347: this array bounds checking is harder than it looks ...Andrew Tridgell1-0/+8
2007-10-10r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell1-0/+4
2007-10-10r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell1-2/+0
2007-10-10r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij1-0/+2
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij1-192/+0
2007-10-10r8522: fixed another couple of size_t warningsAndrew Tridgell1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell3-6/+6
2007-10-10r8519: better method of ensuring null terminationAndrew Tridgell1-1/+3
2007-10-10r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell1-8/+9
2007-10-10r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell1-5/+5
2007-10-10r8335: removed some duplicated codeAndrew Tridgell1-9/+5
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell1-4/+4
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher2-2/+18
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-0/+1
2007-10-10r8210: - make the ndr_token_* function publicStefan Metzmacher1-18/+29
2007-10-10r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2-5/+13
2007-10-10r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher1-0/+6
2007-10-10r8150: these should be staticStefan Metzmacher1-2/+2
2007-10-10r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2-0/+145
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