summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* smbd: add missing newline to debug message in daemon_status()Justin Maggard via samba-technical2017-09-081-1/+1
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-072-0/+2
* ldb: version 1.2.2ldb-1.2.2Andrew Bartlett2017-09-074-1/+282
* ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett2017-09-073-5/+147
* ldb_tdb: Refuse to re-index very old database with no DN in the recordAndrew Bartlett2017-09-071-1/+17
* ldb_tdb: Use braces in ltdb_dn_list_find_val()Andrew Bartlett2017-09-071-1/+3
* ldb_tdb: Check for talloc_strdup() failure in ltdb_index_add1()Andrew Bartlett2017-09-071-1/+7
* ldb_tdb: Check for errors during tdb operations in ltdb_reindex()Andrew Bartlett2017-09-071-2/+28
* ldb_tdb: Use memcmp rather than strncmp() in ltdb_key_is_record(), re_key() a...Andrew Bartlett2017-09-072-5/+5
* ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key formsAndrew Bartlett2017-09-074-8/+53
* ldb_tdb: Do not trigger the unique index check during a re-index, use another...Andrew Bartlett2017-09-071-29/+83
* ldb_tdb: Use memcmp() to compare TDB keys in re_index()Andrew Bartlett2017-09-071-1/+2
* lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2017-09-072-0/+19
* lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison2017-09-074-2/+224
* lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2017-09-072-11/+67
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-052-0/+2
* lib: Fix 1417431 Unchecked return value from libraryVolker Lendecke2017-09-051-2/+10
* pthreadpool: Test fork with an active threadVolker Lendecke2017-08-311-0/+114
* pthreadpool: Fix fork behaviourVolker Lendecke2017-08-311-2/+65
* ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett2017-08-301-0/+299
* ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett2017-08-301-2/+2
* s4/torture: make --unclist active with smb2 testcasesPeter Somogyi2017-08-301-0/+2
* ldb_tdb: Rework ltdb_modify_internal() to use ltdb_search_dn1() internallyAndrew Bartlett2017-08-291-29/+11
* ldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRSAndrew Bartlett2017-08-292-0/+10
* tdb: version 1.3.15tdb-1.3.15Stefan Metzmacher2017-08-242-1/+72
* tdb: Use posix_fallocateVolker Lendecke2017-08-241-0/+46
* tdb: Add an intermediate variableVolker Lendecke2017-08-241-2/+3
* tdb: Truncate the file after expand failureVolker Lendecke2017-08-241-2/+25
* tdb: Protect against EINTRVolker Lendecke2017-08-241-3/+24
* configure: Centralize check for posix_fallocateVolker Lendecke2017-08-241-0/+12
* tdb: Fix a typoVolker Lendecke2017-08-241-1/+1
* tdb: fix tbdtool list freelist outputRalph Boehme2017-08-221-1/+5
* tdb: document hashtable bucket offset calculation madnessRalph Boehme2017-08-221-1/+27
* tbd: BUCKET(-1) returns wrong offset because tdb->hash_size is an unsigned intRalph Boehme2017-08-221-0/+16
* tdb: rename struct tdb_traverse_lock hash member to listRalph Boehme2017-08-222-21/+21
* util: Add documentation for PID file handlingMartin Schwenke2017-08-172-7/+55
* tdb: Clarify the CLEAR_IF_FIRST locked logicVolker Lendecke2017-08-171-32/+38
* util: Add error handling to become_daemon()Martin Schwenke2017-08-171-1/+9
* util: Move become_daemon.c to samba-util-coreMartin Schwenke2017-08-171-2/+3
* util: Modernise loggingMartin Schwenke2017-08-171-12/+14
* util: Make function definitions consistent with header fileMartin Schwenke2017-08-171-15/+15
* util: Add become_daemon.hMartin Schwenke2017-08-173-28/+88
* util: Avoid use of includes.hMartin Schwenke2017-08-171-2/+6
* lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2017-08-162-2/+2
* dbwrap: Simplify dbwrap_unmarshall_fnVolker Lendecke2017-08-161-13/+3
* dbwrap: Simplify dbwrap_trans_deleteVolker Lendecke2017-08-161-10/+1
* dbwrap: Simplify dbwrap_trans_storeVolker Lendecke2017-08-161-9/+2
* dbwrap: Simplify dbwrap_store_uint32_bystringVolker Lendecke2017-08-161-14/+5
* dbwrap: Simplify dbwrap_store_int32_bystringVolker Lendecke2017-08-161-14/+5
* dbwrap: Convert dbwrap_delete to dbwrap_do_lockedVolker Lendecke2017-08-161-9/+16