summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell2011-03-251-5/+5
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-256-79/+79
* charcnv: added convert_string_error()Andrew Tridgell2011-03-251-33/+57
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-9/+0
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-0/+1
* lib: remove unused pieces of string_wrappers.hAndrew Tridgell2011-03-251-6/+0
* lib: move the string wrappers from source3/include to common lib/utilAndrew Tridgell2011-03-251-0/+132
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-244-44/+36
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-235-343/+427
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-231-2/+0
* fault: moved fault.c into common libraryAndrew Tridgell2011-03-231-2/+2
* fault: switch s4 to use the common fault.cAndrew Tridgell2011-03-232-237/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-232-299/+74
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-231-0/+380
* fault: rename fault.c to fault_s4.cAndrew Tridgell2011-03-232-11/+11
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-2/+2
* lib-util: put data_blob back in the public librarySimo Sorce2011-03-171-2/+2
* lib: fixed header pathsAndrew Tridgell2011-03-151-8/+8
* talloc: use <talloc.h> not "talloc.h"Andrew Tridgell2011-03-151-1/+1
* lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer2011-03-101-1/+1
* debug: fixed a valgrind errorAndrew Tridgell2011-03-041-1/+4
* lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.Günther Deschner2011-03-031-2/+2
* lib/util: new merged debug systemAndrew Bartlett2011-03-017-426/+1461
* lib/util move debug.[ch] out of the wayAndrew Bartlett2011-03-013-1/+1
* lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2011-03-012-0/+76
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-282-2/+2
* Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2011-02-282-3/+3
* Remove sys_select[_intr]Volker Lendecke2011-02-282-158/+0
* s3: Add sys_poll_intrVolker Lendecke2011-02-282-0/+27
* s3: Add sys_pollVolker Lendecke2011-02-282-0/+81
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-3/+3
* lib/util/charset: ICONV_WRAPPER needs talloc.Günther Deschner2011-02-231-1/+1
* build: move idtree.c into samba-util-commonAndrew Tridgell2011-02-231-3/+2
* build: moved more files into samba-util-commonAndrew Tridgell2011-02-231-11/+11
* build: created samba-util-common libraryAndrew Tridgell2011-02-231-30/+21
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-222-4/+4
* Fix missing dependency on libreplace.Jelmer Vernooij2011-02-211-1/+1
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-182-3/+24
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-185-320/+366
* lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett2011-02-181-2/+0
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-183-12/+90
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-0/+2
* lib/util Make UTIL_LDB conditional on an s4 buildAndrew Bartlett2011-02-181-1/+2
* s4-util: removed the valgrind_strlen() routineAndrew Tridgell2011-02-182-18/+0
* libutil: make waf rules usable by s3 waf buildAndrew Tridgell2011-02-181-38/+39
* charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell2011-02-181-5/+6
* lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett2011-02-181-2/+2
* lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett2011-02-181-3/+6