summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-10-021-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-10-021-4/+4
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-171-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-172-4/+17
* util/tfork: Write to the status pipeGary Lockyer2017-09-171-1/+12
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-171-0/+251
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-161-4/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-161-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-161-1/+7
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-161-17/+17
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-142-0/+2
* ldb: version 1.2.2Andrew Bartlett2017-09-144-1/+282
* ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett2017-09-143-5/+147
* ldb_tdb: Refuse to re-index very old database with no DN in the recordAndrew Bartlett2017-09-141-1/+17
* ldb_tdb: Use braces in ltdb_dn_list_find_val()Andrew Bartlett2017-09-141-1/+3
* ldb_tdb: Check for talloc_strdup() failure in ltdb_index_add1()Andrew Bartlett2017-09-141-1/+7
* ldb_tdb: Check for errors during tdb operations in ltdb_reindex()Andrew Bartlett2017-09-141-2/+28
* ldb_tdb: Use memcmp rather than strncmp() in ltdb_key_is_record(), re_key() a...Andrew Bartlett2017-09-142-5/+5
* ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key formsAndrew Bartlett2017-09-144-8/+53
* ldb_tdb: Do not trigger the unique index check during a re-index, use another...Andrew Bartlett2017-09-141-29/+83
* ldb_tdb: Use memcmp() to compare TDB keys in re_index()Andrew Bartlett2017-09-141-1/+2
* ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett2017-09-141-0/+299
* ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett2017-09-141-2/+2
* ldb_tdb: Rework ltdb_modify_internal() to use ltdb_search_dn1() internallyAndrew Bartlett2017-09-141-29/+11
* ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett2017-09-142-0/+10
* lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2017-09-112-0/+19
* lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison2017-09-114-2/+224
* lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2017-09-112-11/+67
* pthreadpool: Test fork with an active threadVolker Lendecke2017-09-091-0/+114
* pthreadpool: Fix fork behaviourVolker Lendecke2017-09-081-2/+65
* lib: ldb: Python. Take care of freeing the passed in module description if ld...Jeremy Allison2017-08-171-1/+4
* lib: ldb: Use NULL to allocate modules not talloc_autofree_context().Jeremy Allison2017-08-171-1/+11
* tevent: version 0.9.33Stefan Metzmacher2017-07-232-1/+100
* tevent: handle passing req = NULL to tevent_req_print()Stefan Metzmacher2017-07-231-0/+4
* tevent: avoid calling talloc_get_name(NULL) in tevent_req_default_print()Stefan Metzmacher2017-07-231-1/+1
* ldb: version 1.2.1Stefan Metzmacher2017-07-234-1/+281
* ldb/tests: more thoroughly test empty ldb_msg elementsDouglas Bagnall2017-07-231-3/+29
* ldb: avoid searching empty lists in ldb_msg_find_common_valuesDouglas Bagnall2017-07-231-0/+3
* ldb: Fix index out of bound in ldb_msg_find_common_valuesLukas Slebodnik2017-07-231-9/+1
* ldb: Use libraries from build dir for testsuiteLukas Slebodnik2017-07-231-3/+4
* waf: Do not install _ldb_text.py if we have system libldbAndreas Schneider2017-07-131-5/+8
* param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2017-07-041-0/+1
* param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett2017-07-041-0/+16
* auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2017-07-042-1/+16
* lib/util: add more tfork testsRalph Boehme2017-07-031-0/+438
* lib/util: adjust loglevel in tfork test with samba_runcmd_send()Ralph Boehme2017-07-031-1/+1
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-07-032-50/+59
* lib/util: enhanced tfork()Ralph Boehme2017-07-033-260/+855
* ldb: version 1.2.0ldb-1.2.0Stefan Metzmacher2017-07-025-3/+281
* ldb:includes: protect ldb_modules.h from being used by Samba < 4.7Stefan Metzmacher2017-07-021-0/+35