summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* replace: Link to -lbsd when building replace.c by handAndrew Bartlett2017-10-201-3/+9
* nwrap: Fix strotoul checks for NSS_WRAPPER_MAX_HOSTENTSDouglas Bagnall2017-10-191-2/+3
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+2
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-2/+0
* python: Fix Python 2.6 compatibilityLumir Balhar2017-10-181-0/+9
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-111-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-111-1/+1
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* lib: Fix a signed/unsigned hickupVolker Lendecke2017-09-301-1/+1
* lib/util: Fix build for lttng libraries that does not support tracefChristof Schmitt2017-09-271-3/+2
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* s4:smbd: call setproctitle_initGary Lockyer2017-09-263-0/+11
* ldb: Release ldb 1.3.0ldb-1.3.0Andrew Bartlett2017-09-234-1/+284
* ldb_tdb: Treat distinguishedName and objectGUID (in Samba) as uniqueAndrew Bartlett2017-09-221-2/+16
* ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett2017-09-221-0/+16
* ldb: Do not make an ldb file for API testsAndrew Bartlett2017-09-221-23/+11
* ldb: Add test showing a search against the index is not possibleAndrew Bartlett2017-09-221-0/+16
* ldb_tdb: Also ban a (indexed) search against like @IDXDN=fooAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Update comments for the delete_index() pass of ltdb_reindex()Andrew Bartlett2017-09-221-1/+11
* ldb_tdb: Print progress messages on re-indexAndrew Bartlett2017-09-221-0/+23
* ldb_tdb: Remove incorrect early return from re-indexAndrew Bartlett2017-09-221-5/+0
* ldb: Add more tests covering in-transaction GUID index and unique index behav...Andrew Bartlett2017-09-221-12/+176
* ldb_tdb: Add UNIQUE_INDEX as a possible flagAndrew Bartlett2017-09-221-2/+9
* ldb_tdb: Remove LTDB_FLAG_HIDDEN and ignore "HIDDEN" in @ATTRIBUTESAndrew Bartlett2017-09-221-14/+11
* ldb_tdb: Clean up index records on ltdb_index_add_new() failure.Andrew Bartlett2017-09-221-1/+20
* ldb_tdb: Describe index format and control pointsAndrew Bartlett2017-09-221-0/+113
* ldb_tdb: Give a good error message on add without an objectGUIDAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Avoid canonicalise and base64 work for DN values, these are already OKAndrew Bartlett2017-09-221-27/+76
* ldb_tdb: Clean up list in after use in ltdb_key_dn_from_idx()Andrew Bartlett2017-09-221-0/+3
* ldb_tdb: Avoid allocation of a DN between the GUID index and the DB lookupAndrew Bartlett2017-09-224-64/+106
* ldb_tdb: Move constants into ldb_tdb.hAndrew Bartlett2017-09-221-5/+5
* ldb_tdb: Optimise ltdb_search_and_return_base() to re-use casefoldingAndrew Bartlett2017-09-221-1/+26
* ldb: Add tests for base DN of a different caseAndrew Bartlett2017-09-221-0/+26
* ldb_tdb: Use the DN extracted from the DB to filter the message laterAndrew Bartlett2017-09-223-8/+41
* ldb_tdb: Add tests for add/modify with the GUID indexAndrew Bartlett2017-09-221-0/+84
* ldb: Also test the new GUID index modeAndrew Bartlett2017-09-221-0/+11
* ldb: Add an unused objectGUID to each record in SearchTestsAndrew Bartlett2017-09-221-25/+56
* ldb_tdb: Duplicate values are no longer permitted in the indexAndrew Bartlett2017-09-221-29/+0
* ldb_tdb: Reduce memory consumption in list_intersect()Andrew Bartlett2017-09-221-1/+2
* ldb_tdb: Use the binary search more efficiently in list_intersect()Andrew Bartlett2017-09-221-4/+14
* ldb_tdb: Use a binary search to speed up ltdb_dn_list_find_val()Andrew Bartlett2017-09-221-4/+22
* ldb_tdb: Rework list_union to not return duplicates, and keep sort orderAndrew Bartlett2017-09-221-4/+31
* ldb_tdb: Sort inputs to list_union()Andrew Bartlett2017-09-221-3/+35
* ldb_tdb: sort GUID index list at add time by inserting in sorted orderAndrew Bartlett2017-09-222-2/+36
* binsearch.h: Re-licence under LGPLv3 per agreement of the copyright holdersAndrew Bartlett2017-09-221-9/+13
* ldb_tdb: Change error code on unique index violationAndrew Bartlett2017-09-221-1/+1