summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb/tools: Allow tdbtool to r/o open mutexed tdbstdb-1.3.0Volker Lendecke2014-05-221-1/+45
* tdb/tools: add -m option to tdbtortureVolker Lendecke2014-05-221-4/+25
* tdb/test: add marklock deadlock testVolker Lendecke2014-05-222-0/+279
* tdb/test: add mutex related testsVolker Lendecke2014-05-228-1/+1004
* tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke2014-05-2234-21/+1601
* tdb: introduce tdb->hdr_ofsVolker Lendecke2014-05-225-39/+146
* tdb: introduce TDB_SUPPORTED_FEATURE_FLAGSStefan Metzmacher2014-05-224-2/+39
* tdb: use asprintf() to simplify tdb_summary()Stefan Metzmacher2014-05-221-7/+6
* libreplace: Define PTHREAD_MUTEX_ROBUST along with pthread_mutexattr_setrobustVolker Lendecke2014-05-221-0/+8
* libreplace-waf: Only check for _np functions if standard functions are not av...Volker Lendecke2014-05-221-8/+14
* libreplace: Add support for pthread_mutex_consistentVolker Lendecke2014-05-222-2/+17
* libreplace: Add support for pthread_mutexattr_setrobustVolker Lendecke2014-05-222-0/+49
* libreplace: only add PTHREAD CFLAGS and LDFLAGS globally if asked forStefan Metzmacher2014-05-221-2/+3
* libreplace: Move thread checks from source3/wscriptVolker Lendecke2014-05-221-0/+32
* tdb/test: add UNMAP command to external-agent.cVolker Lendecke2014-05-222-0/+8
* tdb/test: add PING command to external-agent.cVolker Lendecke2014-05-222-0/+5
* tdb/test: add shutdown_agent() helper functionVolker Lendecke2014-05-222-6/+21
* tdb/test: add a "skip()" macro.Stefan Metzmacher2014-05-221-0/+1
* tdb/test: correctly use stderr, not stdout, in fail()Stefan Metzmacher2014-05-221-1/+1
* tdb/tools: explicitly use TDB_NOLOCK in tdbdumpVolker Lendecke2014-05-221-1/+9
* tdb/tools: add -l option to tdbtoolVolker Lendecke2014-05-222-2/+37
* tdb/tools: add -l option to tdbbackupVolker Lendecke2014-05-222-5/+25
* talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher2014-05-163-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: fix compiler warningStefan Metzmacher2014-05-161-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2014-05-161-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2014-05-161-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2014-05-161-6/+10
* talloc: inline more static functionsStefan Metzmacher2014-05-161-19/+26
* talloc: Tune talloc_vasprintfVolker Lendecke2014-05-151-5/+9
* ldbsamba: Move pyldb-utils dependency to python_samba__ldbKai Blin2014-05-141-2/+2
* tdb: return ENOSYS if the tdb was created with spinlocks.Stefan Metzmacher2014-05-121-0/+1
* pytdb: avoid const warnings by using discard_const_p()Stefan Metzmacher2014-05-121-9/+18
* swrap: Update version to 1.0.2.Andreas Schneider2014-05-091-1/+1
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-091-4/+4
* Fix some typos.Jakub Wilk2014-05-091-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-05-091-2/+14
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-05-091-3/+4
* param: replace P_OCTAL variable setting with s3 version which uses sscanfGarming Sam2014-05-071-1/+5
* lib/param: change set_variable to be more consistent with s3 loadparmGarming Sam2014-05-071-1/+2
* lib/param: change a comment regarding helper parametric functionsGarming Sam2014-05-071-1/+1
* lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2014-05-072-6/+0
* lib/param: use get_parametric_helper in lpcfg_get_parametricGarming Sam2014-05-071-33/+6
* param: copy parametric option helper to lib/paramGarming Sam2014-05-071-0/+49
* lib/param: clean up lpcfg_get_parametricGarming Sam2014-05-071-13/+16
* lib/param: Remove unused static variable defaults_savedAndrew Bartlett2014-05-071-1/+0
* lib/param: Make lpcfg_equal_parameter static (again)Andrew Bartlett2014-05-072-7/+1
* lib/param: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett2014-05-071-7/+5
* Add a comment regarding strwicmp only being an ASCII string compareGarming Sam2014-05-071-1/+7
* param: remove NUMPARAMETERS macro from lib/paramGarming Sam2014-05-071-8/+6