summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison2011-02-281-7/+7
* tevent: Add lib/tevent as include directory.Jelmer Vernooij2011-02-281-0/+1
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-284-4/+4
* tdr: Inline proto header to allow tdr.h to be used as it's a public header. Jelmer Vernooij2011-02-282-5/+39
* Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij2011-02-282-3/+3
* Finish the range checking on all FD_SET calls for select().Jeremy Allison2011-02-282-0/+14
* Remove sys_select[_intr]Volker Lendecke2011-02-282-158/+0
* tevent: Add a poll backendVolker Lendecke2011-02-285-0/+310
* s3: Eliminate select from libaddnsVolker Lendecke2011-02-281-13/+11
* s3: Add sys_poll_intrVolker Lendecke2011-02-282-0/+27
* s3: Add sys_pollVolker Lendecke2011-02-282-0/+81
* libreplace: poll based on selectVolker Lendecke2011-02-285-0/+182
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-3/+3
* nss_wrapper: Fix a segfault when libnss_winbind.so is not loadableVolker Lendecke2011-02-261-2/+11
* nss_wrapper: Make nwrap_module_init a bit more readableVolker Lendecke2011-02-261-5/+9
* 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
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* 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