summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Rename module -> next_module for clarityAndrew Bartlett2017-06-151-39/+41
* tdb: add run-fcntl-deadlock testStefan Metzmacher2017-06-152-0/+203
* ldb_tdb: Improve logging on unique index violationAndrew Bartlett2017-06-151-1/+14
* ldb_tdb: Remove the idxptr DB before we re-indexAndrew Bartlett2017-06-151-0/+12
* ldb_tdb: Check for memory allocation failure in ltdb_index_transaction_start()Andrew Bartlett2017-06-151-0/+4
* strerror_r: provide XSI-compliant strerror_rGary Lockyer2017-06-133-1/+26
* libbreplace: compatibility fix for AIXGuillaume Xavier Taillon2017-06-132-2/+10
* tevent: Fix a race condition in tevent context rundownVolker Lendecke2017-06-091-5/+9
* tevent: Fix a memleak on FreeBSDVolker Lendecke2017-06-081-0/+5
* tevent: Add tevent_re_initialise to threaded testVolker Lendecke2017-06-081-0/+8
* tevent: Re-init threading in tevent_re_initialiseVolker Lendecke2017-06-081-0/+2
* tevent: Factor out context initializationVolker Lendecke2017-06-081-25/+34
* tevent: Fix a typoVolker Lendecke2017-06-081-1/+1
* lib:util: Make loading of modules more secureAndreas Schneider2017-06-061-59/+42
* lib:util: Make probing of modules more secureAndreas Schneider2017-06-062-1/+66
* lib:util: Rename smb_load_modules()Andreas Schneider2017-06-062-2/+2
* lib:util: Add new function to load modules from absolute pathAndreas Schneider2017-06-061-2/+40
* lib: Fix illegal use of 0-length arraysVolker Lendecke2017-06-061-2/+8
* waf: Do not trhow a format-truncation error for test/snprintf.cAndreas Schneider2017-06-011-1/+1
* replace: Use the same size as d_name member of struct direntAndreas Schneider2017-06-011-1/+1
* password_hash: conditional compilation for crypt_rGary Lockyer2017-06-011-0/+1
* ldb: Version 1.1.30ldb-1.1.30Andrew Bartlett2017-05-315-5/+277
* ldb: Add Doxygen documentation for ldb_handle_use_global_event_context()Andrew Bartlett2017-05-311-9/+13
* ldb: Add Doxygen docs for ldb_set_require_private_event_context()Andrew Bartlett2017-05-311-0/+9
* ldb: Add Doxygen docs for ldb_handle_get_event_context()Andrew Bartlett2017-05-311-4/+9
* ldb: Add Doxygen docs for ldb_schema_set_override_indexlist()Andrew Bartlett2017-05-311-0/+10
* ldb: Add Doxygen docs for ldb_schema_attribute_set_override_handlerAndrew Bartlett2017-05-311-0/+8
* ldb: Add Doxygen comments for ldb_req_*trusted() functionsAndrew Bartlett2017-05-311-5/+18
* ldb: Add test for ldb_build_search_req()Andrew Bartlett2017-05-311-0/+52
* ldb: Add tests for new ldb handle and event context behaviourAndrew Bartlett2017-05-311-0/+54
* ldb: Add ldb_handle_use_global_event_context()Andrew Bartlett2017-05-313-0/+28
* ldb: Use the private event context in ldb_tdb and ldb_wait()Andrew Bartlett2017-05-312-2/+2
* ldb: Force use of a private event context in ldb_tdbAndrew Bartlett2017-05-311-0/+7
* ldb: Create private event contexts in top level requests, chain to childrenAndrew Bartlett2017-05-312-30/+67
* ldb: Add ldb_set_require_private_event_context()Andrew Bartlett2017-05-314-0/+14
* ldb: Add ldb_handle_get_event_context()Andrew Bartlett2017-05-314-0/+24
* ldb: Add ldb_build_req_common() helper functionAndrew Bartlett2017-05-311-124/+47
* ldb: Add tests for the schema and index override hooksAndrew Bartlett2017-05-312-5/+201
* ldb: Move test_ldb_attrs_case_insensitive closer to setup/teardown functionsAndrew Bartlett2017-05-311-23/+24
* ldb_tdb: Avoid reading the index list from the DB if we are already set to ov...Andrew Bartlett2017-05-311-0/+10
* ldb: Allow a caller (in particular Samba) to handle the list of attributes wi...Andrew Bartlett2017-05-316-0/+43
* ldb_tdb: consistently use ltdb->cache->attribute_indexes to determine if we h...Andrew Bartlett2017-05-311-2/+6
* ldb_tdb: change the arguments to ldb_is_indexed() to provide the ltdb_privateAndrew Bartlett2017-05-311-24/+25
* ldb_tdb: Split index load out into a sub-funciton: ltdb_index_loadAndrew Bartlett2017-05-311-29/+44
* ldb_tdb: Call talloc_free(options_dn) as soon as we are done with options_dnAndrew Bartlett2017-05-231-0/+1
* ldb_tdb: Provide better debugging on end_trans failuresAndrew Bartlett2017-05-231-2/+8
* ldb_tdb: Provide better debugging on prepare_commit failuresAndrew Bartlett2017-05-231-3/+10
* tdb: Improve debugging when the allrecord lock fails to upgradeAndrew Bartlett2017-05-231-4/+17
* lib/torture: add two more ndr assert macrosRalph Boehme2017-05-171-0/+12
* lib: Update pam_wrapper to 1.0.4Andreas Schneider2017-05-172-2/+5