summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:smbtorture do not leave output directory aroundChristian Ambach2011-02-211-0/+1
* 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
* uid-wrapper: handle uwrap_enabled() as a macroAndrew Tridgell2011-02-181-0/+2
* tevent: Fix a commentVolker Lendecke2011-02-171-2/+1
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-8/+0
* Return NULL if tevent_add_fd() is passed a negative fdStephen Gallagher2011-02-141-0/+6
* s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript)Günther Deschner2011-02-141-1/+2
* Fix some nonempty blank linesVolker Lendecke2011-02-131-18/+18
* tdb: Fix a C++ warningVolker Lendecke2011-02-121-1/+1
* waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...Günther Deschner2011-02-111-1/+30
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-101-2/+2
* replace: Add missing eval to m4 scriptSumit Bose2011-02-101-2/+2
* socket_wrapper: avoid c++ style comments.Günther Deschner2011-02-101-2/+2
* s4-torture: not having an output dir is not a fatal errorAndrew Tridgell2011-02-101-1/+3
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* tevent: Fix typosVolker Lendecke2011-02-091-2/+2
* lib/compression: add shared wscript_build.Günther Deschner2011-02-081-0/+6
* waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner2011-02-071-1/+17
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-076-46/+0
* 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
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-033-1/+10
* Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher2011-02-033-6/+1
* replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider2011-02-023-1/+6
* s4-waf Don't install any Samba packages into PYTHONDIRAndrew Bartlett2011-02-021-2/+2
* 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
* tdb: Added doxygen documentation.Andreas Schneider2011-01-193-25/+2454
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-084-8/+16
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-0610-0/+2537
* tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij2011-01-061-3/+2
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-052-1/+63
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-1/+16
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4