summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-12-22ldb: Release 1.2.3ldb-1.2.3Andrew Bartlett4-1/+282
2017-12-22ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett1-1/+50
2017-12-22ldb_tdb: Provide struct ltdb_private to index routinesAndrew Bartlett3-45/+99
2017-12-14pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke1-0/+82
2017-12-14pthreadpool: Fix starvation after forkVolker Lendecke1-18/+75
2017-12-13pthreadpool: Fix deadlockVolker Lendecke1-0/+3
2017-12-13pthreadpool: Add test for pthread_create failureChristof Schmitt2-0/+183
2017-12-13pthreadpool: Undo put_job when returning errorChristof Schmitt1-2/+26
2017-12-13pthreadpool: Move creating of thread to new functionChristof Schmitt1-34/+45
2017-11-14tevent: version 0.9.34Stefan Metzmacher2-1/+100
2017-11-14lib: tevent: Remove select backend.Jeremy Allison4-283/+1
2017-11-13tevent: Fix a race conditionVolker Lendecke1-2/+4
2017-11-01replace: Link to -lbsd when building replace.c by handAndrew Bartlett1-3/+9
2017-10-25krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher1-1/+1
2017-10-25krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher1-1/+1
2017-10-02lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme1-3/+6
2017-10-02lib/util/run_cmd: remove a printfRalph Boehme1-1/+0
2017-10-02lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme1-0/+1
2017-10-02lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme1-4/+4
2017-09-17util_runcmd: Free the fde in event handler.Gary Lockyer1-0/+1
2017-09-17lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2-4/+17
2017-09-17util/tfork: Write to the status pipeGary Lockyer1-1/+12
2017-09-17tests util/tfork: Tests for status and event fdGary Lockyer1-0/+251
2017-09-16charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher1-4/+28
2017-09-16charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher1-0/+35
2017-09-16charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher1-1/+7
2017-09-16charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher1-17/+17
2017-09-14debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2-0/+2
2017-09-14ldb: version 1.2.2Andrew Bartlett4-1/+282
2017-09-14ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett3-5/+147
2017-09-14ldb_tdb: Refuse to re-index very old database with no DN in the recordAndrew Bartlett1-1/+17
2017-09-14ldb_tdb: Use braces in ltdb_dn_list_find_val()Andrew Bartlett1-1/+3
2017-09-14ldb_tdb: Check for talloc_strdup() failure in ltdb_index_add1()Andrew Bartlett1-1/+7
2017-09-14ldb_tdb: Check for errors during tdb operations in ltdb_reindex()Andrew Bartlett1-2/+28
2017-09-14ldb_tdb: Use memcmp rather than strncmp() in ltdb_key_is_record(), re_key() a...Andrew Bartlett2-5/+5
2017-09-14ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key formsAndrew Bartlett4-8/+53
2017-09-14ldb_tdb: Do not trigger the unique index check during a re-index, use another...Andrew Bartlett1-29/+83
2017-09-14ldb_tdb: Use memcmp() to compare TDB keys in re_index()Andrew Bartlett1-1/+2
2017-09-14ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett1-0/+299
2017-09-14ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett1-2/+2
2017-09-14ldb_tdb: Rework ltdb_modify_internal() to use ltdb_search_dn1() internallyAndrew Bartlett1-29/+11
2017-09-14ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett2-0/+10
2017-09-11lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2-0/+19
2017-09-11lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison4-2/+224
2017-09-11lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2-11/+67
2017-09-09pthreadpool: Test fork with an active threadVolker Lendecke1-0/+114
2017-09-08pthreadpool: Fix fork behaviourVolker Lendecke1-2/+65
2017-08-17lib: ldb: Python. Take care of freeing the passed in module description if ld...Jeremy Allison1-1/+4
2017-08-17lib: ldb: Use NULL to allocate modules not talloc_autofree_context().Jeremy Allison1-1/+11
2017-07-23tevent: version 0.9.33Stefan Metzmacher2-1/+100