summaryrefslogtreecommitdiffstats
path: root/lib/tdr/tdr.c
Commit message (Collapse)AuthorAgeFilesLines
* tdr: Strip trailing whitespace.Jelmer Vernooij2012-12-151-10/+10
|
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-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
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell2011-03-241-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
* tdb: Use <tdb.h> to include tdb so system headers are found when building ↵Jelmer Vernooij2011-02-281-1/+1
| | | | against system tdb.
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-10/+7
|
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-10-071-0/+10
| | | | | TDB doesn't have NDR64, but it needs to know how to map the new types from pidl
* Move tdr to top-level.Jelmer Vernooij2009-03-141-0/+397