summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* swrap: Bump version to 1.1.3Andreas Schneider2015-02-231-1/+1
* swrap: If we remove the socket_info also unlink the unix socketAndreas Schneider2015-02-231-0/+3
* swrap: Do not leak the socket_info we just removed.Andreas Schneider2015-02-231-0/+1
* src: Add support for running with address sanitizer.Andreas Schneider2015-02-231-0/+8
* swrap: Fix the loop for older gcc versions.Andreas Schneider2015-02-231-2/+8
* lib: texpect. Fix the build on Solaris.Tom Schulz2015-02-172-1/+6
* Force rebuild of ldb if pyldb-util is not available.Jelmer Vernooij2015-02-171-4/+4
* wscript: Expand tabs.Jelmer Vernooij2015-02-171-1/+1
* lib/crypto: Document what crypto code is used for, and if GnuTLS supports itAndrew Bartlett2015-02-171-0/+97
* debug: Set close-on-exec for the main log file FDAndrew Bartlett2015-02-162-1/+4
* Add Solaris ports as a tevent backend.Jeremy Allison2015-02-156-1/+798
* lib: Add talloc_report_str()Volker Lendecke2015-02-133-0/+208
* lib: Add server_id marshallingVolker Lendecke2015-02-132-0/+19
* snprintf: Try to support %jVolker Lendecke2015-02-121-0/+4
* loadparm: Simplify "set_variable"Volker Lendecke2015-01-291-7/+3
* uwrap: Bump version to 1.1.0.Andreas Schneider2015-01-281-1/+1
* uwrap: Make sure we leave if the id is NULL.Andreas Schneider2015-01-281-0/+1
* uwrap: Support scenario where threads fork or creates threads.Robin Hack2015-01-281-221/+177
* uwrap: Prepare for overload of libpthread functions.Robin Hack2015-01-281-19/+140
* uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macrosRobin Hack2015-01-281-8/+14
* uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.Robin Hack2015-01-281-59/+116
* uwrap: Fix wrong data types in syscalls switch.Robin Hack2015-01-281-12/+12
* uwrap: Add support for getresuid() and getresgid() glibc/syscall.Robin Hack2015-01-282-0/+111
* uwrap: Extend support for (set|get)groups libc functions and syscalls.Robin Hack2015-01-281-11/+82
* uwrap: Extend support for syscalls called from threads or main process.Robin Hack2015-01-281-0/+36
* uwrap: Small uwrap_init optimalization.Robin Hack2015-01-281-2/+2
* uwrap: Add support for running with address sanitizer.Andreas Schneider2015-01-282-0/+27
* uwrap: Reflect changes of uid/gid in threads to main process.Robin Hack2015-01-281-7/+50
* uwrap: Small optimalization of uwrap_init().Robin Hack2015-01-281-1/+2
* uwrap: Optimalization of uid_wrapper_enabled() function.Robin Hack2015-01-282-4/+42
* uid_wrapper: Fix race condition - uwrap_init.Robin Hack2015-01-281-5/+2
* uwrap: Fix race condition - glibc lookups.Robin Hack2015-01-281-3/+14
* uwrap: Add library constructor and move pthread_atfork inside.Robin Hack2015-01-282-9/+39
* uwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_mutex_lock/unlock calls.Robin Hack2015-01-281-31/+40
* uwrap: Fix the handle loop for older gcc versions.Andreas Schneider2015-01-281-1/+4
* ldb: version 1.1.20ldb-1.1.20Stefan Metzmacher2015-01-243-1/+266
* lib/ldb: fix logic in ldb_val_to_time()Stefan Metzmacher2015-01-241-6/+32
* Update the tevent_data.dox tutrial stuff to fix some errors, including whiteRichard Sharpe2015-01-241-13/+17
* Remove use of the "staticforward" macroPetr Viktorin2015-01-224-15/+15
* tdb_wrap: don't let tdb_wrap_open() segfault with name==NULLStefan Metzmacher2015-01-191-1/+7
* lib/util: add missing commas to statfs_typesRalph Boehme2015-01-161-2/+2
* rwrap: Bump version to 1.1.2.Andreas Schneider2015-01-131-1/+1
* rwrap: Fix ns_name_compress detection.Andreas Schneider2015-01-131-1/+3
* rwrap: Bump version to 1.1.1.Andreas Schneider2015-01-131-1/+1
* rwrap: Fix a possible NULL dereference.Andreas Schneider2015-01-131-1/+1
* rwrap: If we do not have ns_name_compress() use dn_comp().Andreas Schneider2015-01-132-0/+6
* wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-7/+0
* wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-4/+0
* wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-13/+0
* wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher2015-01-081-21/+0