summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett2011-02-181-1/+1
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-182-0/+19
* waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...Günther Deschner2011-02-111-1/+30
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell2011-02-071-12/+4
* charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell2011-02-041-10/+0
* lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher2011-01-201-0/+70
* lib/util: add anonymous_shared_free()Stefan Metzmacher2011-01-202-2/+40
* lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2011-01-202-2/+2
* lib/util: fix rounding to page size in allocate_anonymous_shared()Stefan Metzmacher2011-01-201-1/+5
* lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer2010-12-221-5/+4
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-212-2/+13
* lib/util/asn1.c - remove the "const" specifier from OIDMatthias Dieter Wallnöfer2010-12-213-13/+14
* lib: Protect against tevent nterror mismatchesVolker Lendecke2010-12-201-3/+23
* util_net: fix a comment typo in interpret_string_addr_internal()Michael Adam2010-12-171-1/+1
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-1112-14/+13
* build: finishing fixing broken libiconv on hpuxMatthieu Patou2010-12-101-0/+2