summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell1-4/+5
2011-04-06lib: moved data_blob.c into samba-util-commonAndrew Tridgell1-2/+2
2011-04-04debug: default debug to stderr Andrew Tridgell1-1/+2
2011-03-31debug: Restore the s3-style check in check_log_size()Volker Lendecke1-1/+6
2011-03-31lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett4-15/+241
2011-03-31charconv: Use talloc_tos() in the S3 buildVolker Lendecke1-1/+9
2011-03-31Arg. I hate the "if (xxx) return foo" all on one line style of code.Jeremy Allison1-2/+8
2011-03-31Don't burn 2k of stack on every iconv, use the heap when it's a slow call.Jeremy Allison1-16/+25
2011-03-31lib/util/charset smb_panic() on incorrect use of strlen_m_extAndrew Bartlett1-0/+18
2011-03-31lib/util/charset Add tests for strlen_m_ext() and convert_string_talloc()Andrew Bartlett1-2/+87
2011-03-31lib/util/charset Add wrapper to allow testing of strlen_m_ext()Andrew Bartlett2-2/+22
2011-03-31lib/util/charset correct calculation of UTF8 character sizesAndrew Bartlett1-1/+1
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison3-34/+45
2011-03-30lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett3-0/+431
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett4-3/+155
2011-03-30lib/util/charset Remove pointless static bool initialisedAndrew Bartlett1-5/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2-8/+12
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner3-0/+94
2011-03-30lib/util/util_pw: temporary rename of getpwnam_alloc and getpwuid_alloc.Günther Deschner1-2/+2
2011-03-29debug: ignore debug_set_logfile() with a blank stringAndrew Tridgell1-1/+5
2011-03-29lib: removed a spurios declaration of 'logfile'Andrew Tridgell1-1/+0
2011-03-25charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell1-5/+5
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett6-79/+79
2011-03-25charcnv: added convert_string_error()Andrew Tridgell1-33/+57
2011-03-25unistr: moved some UCS2 macros into util_unistrAndrew Tridgell1-9/+0
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-0/+1
2011-03-25lib: remove unused pieces of string_wrappers.hAndrew Tridgell1-6/+0
2011-03-25lib: move the string wrappers from source3/include to common lib/utilAndrew Tridgell1-0/+132
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell4-44/+36
2011-03-24charset: remove another allow_badcharcnv check Andrew Tridgell1-3/+0
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett5-343/+427
2011-03-23charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell1-5/+0
2011-03-23fault: fixed smb_panic() prototypesAndrew Tridgell1-2/+0
2011-03-23fault: moved fault.c into common libraryAndrew Tridgell1-2/+2
2011-03-23fault: switch s4 to use the common fault.cAndrew Tridgell2-237/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell2-299/+74
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell1-0/+380
2011-03-23fault: rename fault.c to fault_s4.cAndrew Tridgell2-11/+11
2011-03-19lib/: Fix prototypes for functions.Jelmer Vernooij1-2/+2
2011-03-17lib-util: put data_blob back in the public librarySimo Sorce1-2/+2
2011-03-15lib: fixed header pathsAndrew Tridgell1-8/+8
2011-03-15talloc: use <talloc.h> not "talloc.h"Andrew Tridgell1-1/+1
2011-03-10lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer1-1/+1
2011-03-04debug: fixed a valgrind errorAndrew Tridgell1-1/+4
2011-03-03lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.Günther Deschner1-2/+2
2011-03-01lib/util: new merged debug systemAndrew Bartlett7-426/+1461
2011-03-01lib/util move debug.[ch] out of the wayAndrew Bartlett3-1/+1
2011-03-01lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2-0/+76
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2-2/+2