summaryrefslogtreecommitdiffstats
path: root/source/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* r9441: Use "const char *" for fixed-size arrays with charset() because Jelmer Vernooij2005-08-211-1/+1
* r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.Jelmer Vernooij2005-08-211-6/+9
* r9439: Make sure the remainder of the array is always initialized if the buff...Jelmer Vernooij2005-08-201-1/+7
* r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher2005-08-185-13/+42
* r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher2005-08-184-59/+121
* r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell2005-08-171-8/+0
* r9347: this array bounds checking is harder than it looks ...Andrew Tridgell2005-08-171-0/+8
* r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell2005-08-131-0/+4
* r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell2005-07-221-2/+0
* r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij2005-07-191-0/+2
* r8612: Parse::Pidl::NDR:Jelmer Vernooij2005-07-191-192/+0
* r8522: fixed another couple of size_t warningsAndrew Tridgell2005-07-171-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2005-07-173-6/+6
* r8519: better method of ensuring null terminationAndrew Tridgell2005-07-171-1/+3
* r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell2005-07-171-8/+9
* r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell2005-07-151-5/+5
* r8335: removed some duplicated codeAndrew Tridgell2005-07-121-9/+5
* r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2005-07-091-4/+4
* r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher2005-07-082-2/+18
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2005-07-071-0/+1
* r8210: - make the ndr_token_* function publicStefan Metzmacher2005-07-071-18/+29
* r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2005-07-052-5/+13
* r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher2005-07-051-0/+6
* r8150: these should be staticStefan Metzmacher2005-07-041-2/+2
* r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2005-07-042-0/+145
* r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett2005-07-041-4/+4
* r8050: - make use of more [value()] propertiesStefan Metzmacher2005-07-011-0/+6
* r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher2005-07-011-1/+5
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2005-06-247-32/+30
* r7706: Move ParseExpr() to util.Jelmer Vernooij2005-06-181-4/+3
* r7702: Implement [charset()] attribute.Jelmer Vernooij2005-06-171-1/+37
* r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij2005-06-171-0/+27
* r7575: - fix GetPrinterData() push sideStefan Metzmacher2005-06-141-12/+81
* r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher2005-06-141-35/+39
* r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...Stefan Metzmacher2005-06-101-0/+9
* r7364: - remove '\' chars from copy pasteStefan Metzmacher2005-06-071-3/+5
* r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher2005-06-061-0/+91
* r7327: pass down the ndr->flags to the subcontextsStefan Metzmacher2005-06-061-0/+4
* r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher2005-06-021-2/+2
* r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...Stefan Metzmacher2005-06-021-1/+2
* r7193: add some bail out checks and fix pushing of relative pointersStefan Metzmacher2005-06-021-2/+19
* r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher2005-06-022-53/+129
* r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher2005-06-021-30/+0
* r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit...Stefan Metzmacher2005-06-022-15/+2
* r7181: add functions to calculate the buffer size needed for array buffer in ...Stefan Metzmacher2005-06-021-0/+54
* r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher2005-05-301-865/+164
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch. Jelmer Vernooij2005-05-253-120/+5
* r6932: Comment out static function - not used anywhere?Tim Potter2005-05-221-0/+6
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2005-05-151-2/+2
* r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOBAndrew Tridgell2005-05-121-0/+23