summaryrefslogtreecommitdiff
path: root/lib/tdr/tdr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15tdr: Strip trailing whitespace.Jelmer Vernooij1-10/+10
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-5/+6
Makes these interfaces much harder to misuse and easier to ensure error checking. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 23:59:37 CEST 2011 on sn-devel-104
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell1-2/+2
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building ↵Jelmer Vernooij1-1/+1
against system tdb.
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-10/+7
2009-10-07tdr: teach TDR about uint1632 enumsAndrew Tridgell1-0/+10
TDB doesn't have NDR64, but it needs to know how to map the new types from pidl
2009-03-14Move tdr to top-level.Jelmer Vernooij1-0/+397