summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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.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
* lib/util: Avoid collision which alread defined consumer DEBUG macro.Andreas Schneider2015-01-082-3/+8
* torture: NULL out after talloc_freeGarming Sam2014-12-301-0/+1
* lib: Use iov_advance in writev_handlerVolker Lendecke2014-12-302-26/+10
* lib: Simplify check_log_sizeVolker Lendecke2014-12-281-5/+3
* lib: Use talloc_zero_array instead of memsetVolker Lendecke2014-12-271-3/+1
* lib/ldb-samba: Add comment dicouraging use of schemaUpgradeInProgressAndrew Bartlett2014-12-221-0/+10
* ldb-samba-tests: Add tests for transitive matching ruleSamuel Cabrero2014-12-221-0/+473
* ldb-samba: Implement transitive extended matchingSamuel Cabrero2014-12-224-1/+373
* ldb: bump to version 1.1.19Andrew Bartlett2014-12-223-1/+266
* ldb: Allow to register extended match rulesSamuel Cabrero2014-12-224-36/+165
* tdb: version 1.3.4Stefan Metzmacher2014-12-192-1/+69
* tdb/toos: allow transactions with TDB_MUTEX_LOCKINGStefan Metzmacher2014-12-191-1/+0