summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-28Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2-3/+3
2011-02-28Remove sys_select[_intr]Volker Lendecke2-158/+0
2011-02-28s3: Add sys_poll_intrVolker Lendecke2-0/+27
2011-02-28s3: Add sys_pollVolker Lendecke2-0/+81
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-3/+3
2011-02-23lib/util/charset: ICONV_WRAPPER needs talloc.Günther Deschner1-1/+1
2011-02-23build: move idtree.c into samba-util-commonAndrew Tridgell1-3/+2
2011-02-23build: moved more files into samba-util-commonAndrew Tridgell1-11/+11
2011-02-23build: created samba-util-common libraryAndrew Tridgell1-30/+21
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2-4/+4
2011-02-21Fix missing dependency on libreplace.Jelmer Vernooij1-1/+1
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2-3/+24
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett5-320/+366
2011-02-18lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett1-2/+0
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett3-12/+90
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-0/+2
2011-02-18lib/util Make UTIL_LDB conditional on an s4 buildAndrew Bartlett1-1/+2
2011-02-18s4-util: removed the valgrind_strlen() routineAndrew Tridgell2-18/+0
2011-02-18libutil: make waf rules usable by s3 waf buildAndrew Tridgell1-38/+39
2011-02-18charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell1-5/+6
2011-02-18lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett1-2/+2
2011-02-18lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett1-3/+6
2011-02-18lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett1-1/+1
2011-02-18lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2-0/+19
2011-02-11waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...Günther Deschner1-1/+30
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-07s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell1-12/+4
2011-02-04charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell1-10/+0
2011-01-20lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher1-0/+70