summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-3/+3
2011-02-26nss_wrapper: Fix a segfault when libnss_winbind.so is not loadableVolker Lendecke1-2/+11
2011-02-26nss_wrapper: Make nwrap_module_init a bit more readableVolker Lendecke1-5/+9
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-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-21s4:smbtorture do not leave output directory aroundChristian Ambach1-0/+1
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-18uid-wrapper: handle uwrap_enabled() as a macroAndrew Tridgell1-0/+2
2011-02-17tevent: Fix a commentVolker Lendecke1-2/+1
2011-02-17s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell1-8/+0
2011-02-14Return NULL if tevent_add_fd() is passed a negative fdStephen Gallagher1-0/+6
2011-02-14s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript)Günther Deschner1-1/+2
2011-02-13Fix some nonempty blank linesVolker Lendecke1-18/+18
2011-02-12tdb: Fix a C++ warningVolker Lendecke1-1/+1
2011-02-11waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...Günther Deschner1-1/+30
2011-02-10s3: Fix some nonempty blank linesVolker Lendecke1-2/+2
2011-02-10replace: Add missing eval to m4 scriptSumit Bose1-2/+2
2011-02-10socket_wrapper: avoid c++ style comments.Günther Deschner1-2/+2
2011-02-10s4-torture: not having an output dir is not a fatal errorAndrew Tridgell1-1/+3
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-09tevent: Fix typosVolker Lendecke1-2/+2
2011-02-08lib/compression: add shared wscript_build.Günther Deschner1-0/+6
2011-02-07waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner1-1/+17
2011-02-07build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell6-46/+0
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-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher3-1/+10
2011-02-03Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher3-6/+1
2011-02-02replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider3-1/+6
2011-02-02s4-waf Don't install any Samba packages into PYTHONDIRAndrew Bartlett1-2/+2
2011-01-20lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher1-0/+70
2011-01-20lib/util: add anonymous_shared_free()Stefan Metzmacher2-2/+40
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2-2/+2