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