summaryrefslogtreecommitdiff
path: root/source3/lib/fstring.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib Remove more unused fstring.c functionsAndrew Bartlett2011-04-131-46/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-lib: Remove unused pull_ucs2_fstring()Andrew Bartlett2011-04-131-4/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-3/+4
| | | | | | | | 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
* Change convert_string_internal() and convert_string_error() to bool return.Jeremy Allison2011-03-301-6/+8
| | | | | | | Move closer to makeing all convert_string_XXX functions return bool. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 20:58:10 CEST 2011 on sn-devel-104
* Fix the nstring calls to use the correct sizes.Jeremy Allison2011-03-301-6/+6
|
* s3-string: removed last use of conv_silentAndrew Tridgell2011-03-251-31/+11
| | | | | | | This replaces the push_ascii_nstring() implementation with a call to convert_string_error() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-string: moved fstring functions into their own fileAndrew Tridgell2011-03-251-0/+131
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>