Import warning fixes from Samba 3 into libndr, sync more libndr code.
[samba.git] / source4 / librpc / ndr / ndr_string.c
2008-10-13 Jelmer VernooijImport warning fixes from Samba 3 into libndr, sync...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-12 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-12 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-12 Stefan Metzmacherlibrpc: remove special support for fixed length strings
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26427: Avoid global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Jelmer Vernooijr26261: Use enum type.
2007-12-21 Stefan Metzmacherr26051: ndr_string: don't use ndr_pull_save anymore
2007-12-21 Stefan Metzmacherr25916: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr21405: add support for [flag(STR_NOTERM|NDR_REMAINING...
2007-10-10 Stefan Metzmacherr21391: add supporting for
2007-10-10 Stefan Metzmacherr16996: use the correct types, merge from samba3
2007-10-10 Andrew Tridgellr14958: fixed big-endian dcerpc connections for the...
2007-10-10 Andrew Tridgellr14917: fixed length strings don't count any trailing...
2007-10-10 Andrew Tridgellr14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze...
2007-10-10 Andrew Tridgellr14903: rewrote ndr_push_string() to be much simpler...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr13842: Make some more functions public.
2007-10-10 Jelmer Vernooijr12651: Remove STR_LARGE_SIZE as it's no longer used
2007-10-10 Jelmer Vernooijr12650: Remove support for NULLTERM flag (is already...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12558: Support [flag(NULLTERM)] on [charset()] arrays
2007-10-10 Jelmer Vernooijr11141: Re-add paranoid string terminator check
2007-10-10 Jelmer Vernooijr11107: Include 0 byte
2007-10-10 Jelmer Vernooijr11105: Warn if conformant arrays are not at the end...
2007-10-10 Stefan Metzmacherr10637: use the correct memory context in the ndr_pull_...
2007-10-10 Stefan Metzmacherr9795: fix the ndr_pull_string code to handle, some...
2007-10-10 Jelmer Vernooijr9441: Use "const char *" for fixed-size arrays with...
2007-10-10 Jelmer Vernooijr9440: Fix bug introduced by new zero-padding code...
2007-10-10 Jelmer Vernooijr9439: Make sure the remainder of the array is always...
2007-10-10 Andrew Tridgellr9300: cope with zero length in ndr_pull_charset()
2007-10-10 Andrew Tridgellr8261: charset style strings in pidl should be const...
2007-10-10 Stefan Metzmacherr8227: add STR_LARGE_SIZE flag, to support strings...
2007-10-10 Stefan Metzmacherr8045: fix valgrind warning, add zero padding when...
2007-10-10 Jelmer Vernooijr7706: Move ParseExpr() to util.
2007-10-10 Jelmer Vernooijr7702: Implement [charset()] attribute.
2007-10-10 Jelmer Vernooijr7695: Add support for the [string] attribute that...
2007-10-10 Stefan Metzmacherr6572: add "string_array" as new scalar type for handli...
2007-10-10 Stefan Metzmacherr6519: move string handling functions to a seperate...