| Commit message (Expand) | Author | Age | Files | Lines |
* | librpc: finally merge ndr_string.c. | Günther Deschner | 2010-05-20 | 1 | -705/+0 |
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -20/+14 |
* | s4-libndr: fix ndr_pull_string_array() for non utf16 arrays in s4 as well. | Günther Deschner | 2010-05-14 | 1 | -1/+1 |
* | try to give some hint as to what is causing NDR string errors | Andrew Tridgell | 2009-08-12 | 1 | -8/+8 |
* | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 2009-03-01 | 1 | -33/+23 |
* | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 2009-03-01 | 1 | -10/+10 |
* | s4:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 2009-02-19 | 1 | -1/+1 |
* | librpc: add ndr_size_string_array(). | Günther Deschner | 2009-02-03 | 1 | -0/+23 |
* | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2008-10-24 | 1 | -10/+10 |
* | Import warning fixes from Samba 3 into libndr, sync more libndr code. | Jelmer Vernooij | 2008-10-13 | 1 | -2/+1 |
* | librpc: remove special support for fixed length strings | Stefan Metzmacher | 2008-02-12 | 1 | -44/+1 |
* | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 2007-12-21 | 1 | -11/+12 |
* | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 2007-12-21 | 1 | -5/+11 |
* | r26261: Use enum type. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26051: ndr_string: don't use ndr_pull_save anymore | Stefan Metzmacher | 2007-12-21 | 1 | -4/+4 |
* | r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | Stefan Metzmacher | 2007-12-21 | 1 | -21/+21 |
* | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
* | r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo; | Stefan Metzmacher | 2007-10-10 | 1 | -22/+105 |
* | r21391: add supporting for | Stefan Metzmacher | 2007-10-10 | 1 | -0/+31 |
* | r16996: use the correct types, merge from samba3 | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
* | r14958: fixed big-endian dcerpc connections for the new string handling code | Andrew Tridgell | 2007-10-10 | 1 | -0/+8 |
* | r14917: fixed length strings don't count any trailing nulls in the length | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this) | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r14903: rewrote ndr_push_string() to be much simpler, and correctly handle | Andrew Tridgell | 2007-10-10 | 1 | -111/+35 |
* | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r13842: Make some more functions public. | Jelmer Vernooij | 2007-10-10 | 1 | -19/+21 |
* | r12651: Remove STR_LARGE_SIZE as it's no longer used | Jelmer Vernooij | 2007-10-10 | 1 | -12/+2 |
* | r12650: Remove support for NULLTERM flag (is already covered by tridge's | Jelmer Vernooij | 2007-10-10 | 1 | -6/+0 |
* | r12608: Remove some unused #include lines. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+0 |
* | r12558: Support [flag(NULLTERM)] on [charset()] arrays | Jelmer Vernooij | 2007-10-10 | 1 | -0/+10 |
* | r11141: Re-add paranoid string terminator check | Jelmer Vernooij | 2007-10-10 | 1 | -6/+9 |
* | r11107: Include 0 byte | Jelmer Vernooij | 2007-10-10 | 1 | -1/+2 |
* | r11105: Warn if conformant arrays are not at the end of a struct | Jelmer Vernooij | 2007-10-10 | 1 | -0/+7 |
* | r10637: use the correct memory context in the ndr_pull_* function | Stefan Metzmacher | 2007-10-10 | 1 | -15/+27 |
* | r9795: fix the ndr_pull_string code to handle, some special cases, | Stefan Metzmacher | 2007-10-10 | 1 | -51/+51 |
* | r9441: Use "const char *" for fixed-size arrays with charset() because | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm. | Jelmer Vernooij | 2007-10-10 | 1 | -6/+9 |
* | r9439: Make sure the remainder of the array is always initialized if the buff... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+7 |
* | r9300: cope with zero length in ndr_pull_charset() | Andrew Tridgell | 2007-10-10 | 1 | -0/+4 |
* | r8261: charset style strings in pidl should be const, just like old style ndr... | Andrew Tridgell | 2007-10-10 | 1 | -4/+4 |
* | r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+16 |
* | r8045: fix valgrind warning, add zero padding when the string doesn't fill th... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+5 |
* | r7706: Move ParseExpr() to util. | Jelmer Vernooij | 2007-10-10 | 1 | -4/+3 |
* | r7702: Implement [charset()] attribute. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+37 |
* | r7695: Add support for the [string] attribute that works in the traditional s... | Jelmer Vernooij | 2007-10-10 | 1 | -0/+27 |
* | 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 | 1 | -0/+499 |