summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider2019-04-307-482/+1
* waf: Move gnutls_pkcs7_get_embedded_data_oid to main gnutls fileAndreas Schneider2019-04-301-6/+0
* lib:util: Sync memory.h with replace.hAndreas Schneider2019-04-301-0/+5
* replace: Add ZERO_ARRAY_LEN() macroAndreas Schneider2019-04-301-0/+5
* lib:audit_logging: Use C99 initializer for server_id in audit_loggingAndreas Schneider2019-04-291-1/+3
* Revert "lib/replace: define NAME_MAX for platforms that don't have it"Günther Deschner2019-04-261-4/+0
* pyldb: avoid segfault when adding an element with no nameDouglas Bagnall2019-04-231-1/+5
* gpfswrap: Remove unused gpfs_prealloc wrapperChristof Schmitt2019-04-222-13/+0
* s3:debug: enable logging for early startup failuresRalph Wuerthner2019-04-181-0/+19
* s3:debug: adjust indentionRalph Wuerthner2019-04-181-2/+4
* s3:debug: use struct initializerRalph Wuerthner2019-04-181-10/+9
* lib/replace: define NAME_MAX for platforms that don't have itGünther Deschner2019-04-161-0/+4
* ldb: Avoid calling talloc_get_type() in ldb_kv_parse_data_unpack()Andrew Bartlett2019-04-121-3/+4
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-113-15/+5
* lib: modify string conversion wrapper to handle invalid stringsSwen Schillig2019-04-111-1/+18
* tests/ldb_kv: Add another case for completenessGarming Sam2019-04-111-0/+1
* ldb_kv: Avoid memdup of database records in the case of base searchesGarming Sam2019-04-116-39/+88
* ldb_mdb: Change function declaration as per README.codingGarming Sam2019-04-111-1/+2
* ldb_kv: Remove unnecessary spaceGarming Sam2019-04-111-1/+1
* ldb_kv: Skip @ records early in a search full scanAndrew Bartlett2019-04-104-17/+35
* ldb: version 2.0.0Aaron Haslett2019-04-084-1/+285
* ldb_mdb: Add some warnings about poorly constructed callbacksGarming Sam2019-04-081-0/+30
* ldb: tests for <= and >= integer indexing with duplicatesGarming Sam2019-04-082-0/+82
* ldb: tests for <= and >= integer indexingAaron Haslett2019-04-083-0/+263
* ldb: Add ORDERED_INTEGER to the proto-schema handlingGarming Sam2019-04-081-0/+4
* schema_syntax: Add comments for our index format functionsGarming Sam2019-04-082-1/+81
* ldb: activating <= and >= indexing for integersAaron Haslett2019-04-084-1/+107
* ldb_kv_index: Add a giant comment in regards to index_format_fnGarming Sam2019-04-081-0/+14
* ldb_kv_index: Make the edge keys slightly cleaner and genericGarming Sam2019-04-081-1/+18
* ldb: <= and >= indexed searchingAaron Haslett2019-04-082-17/+326
* lmdb: iterate_range cmocka testingAaron Haslett2019-04-081-1/+126
* lmdb: iterate_range implementationGarming Sam2019-04-083-0/+136
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-061-1/+1
* memcache: Properly track the size of talloc objectsChristof Schmitt2019-04-061-0/+19
* memcache: Introduce struct for storing talloc pointerChristof Schmitt2019-04-061-15/+20
* ldb_kv_search: avoid handling uninitialised dnDouglas Bagnall2019-04-051-4/+5
* lib ldb key_value: Set index cache size on openGary Lockyer2019-04-043-1/+179
* lib ldb key_value: set the cache size for re-indexingGary Lockyer2019-04-042-3/+86
* lib ldb key_value: Add get_size methodGary Lockyer2019-04-045-1/+114
* lib ldb key_value: Pass index cache sizeGary Lockyer2019-04-045-6/+206
* lib ldb key_value: Remove index cache lazy initialisationGary Lockyer2019-04-041-8/+5
* lib:util: Include talloc_keep_secret.h in samba_util.hAndreas Schneider2019-04-031-0/+1
* lib:util: Add test for talloc_keep_secret()Andreas Schneider2019-04-032-0/+100
* lib:util: Add support to keep talloc chunks secretAndreas Schneider2019-04-033-10/+122
* Spelling fixes s/verson/version/Mathieu Parent2019-04-021-1/+1
* Spelling fixes s/conficts/conflicts/Mathieu Parent2019-04-022-4/+4
* Spelling fixes s/overrided/overridden/Mathieu Parent2019-04-025-5/+5
* Spelling fix s/informations/information/Mathieu Parent2019-04-023-5/+5
* lib: Make fd_load work for non-regular filesVolker Lendecke2019-03-261-15/+48
* pytalloc: Check for errors during module initialization.Kristján Valur2019-03-261-3/+13