summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb_msg: remove_element() checks element array boundsDouglas Bagnall2019-05-101-5/+5
* ldb_kv: use ldb_msg_remove_element()Douglas Bagnall2019-05-101-6/+1
* ldb/tools/ldbtest: initialise msg objectDouglas Bagnall2019-05-101-2/+2
* ldb_ldap: use ldb_msg API to add elementsDouglas Bagnall2019-05-101-16/+3
* ldb_ldap: trust db_msg_new() to return empty messageDouglas Bagnall2019-05-101-5/+1
* ldb: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-102-6/+2
* kdb_kv_search: spell 'linearized'Douglas Bagnall2019-05-101-5/+5
* ldb.h: spelling of 'means'Douglas Bagnall2019-05-101-1/+1
* ldb.h: improve comment for LDB_ATTR_FLAG_INDEXEDDouglas Bagnall2019-05-101-1/+1
* ldb modules: paged_search checks control is not NULL (CID 241355)Douglas Bagnall2019-05-091-0/+5
* ldb_mdb: check fcntl return values (CID 1435851)Douglas Bagnall2019-05-091-1/+10
* ldb_map: check a return value (CID 241354)Douglas Bagnall2019-05-091-0/+3
* ldb_ldif: avoid NULL dereference with unexpected arguments (CID 1107195)Douglas Bagnall2019-05-091-1/+1
* ldb: avoid NULL deref in ldb_dn_from_ldb_val (CID 1034730)Douglas Bagnall2019-05-091-3/+4
* lib/texpect: avoid theoretical NULL dereference (CID 1273099)Douglas Bagnall2019-05-091-1/+6
* tdbtool: avoid theoretical NULL dereference (CID 1361462)Douglas Bagnall2019-05-091-9/+11
* talloc torture: avoid NULL dereferenceDouglas Bagnall2019-05-091-1/+3
* dbwrap: Adapt tdb_data_buf's overflow handling to modern conventionsVolker Lendecke2019-05-081-4/+2
* dbwrap: Fix tdb_data_buf()Volker Lendecke2019-05-081-1/+1
* lib:torture: Fix string comparison macros where we directly pass NULLAndreas Schneider2019-05-081-3/+5
* lib:crypto: Remove unused SHA512Andreas Schneider2019-05-074-340/+1
* talloc: Follow pattern of ldb and tdb to ensure "make test" depends on a buildAndrew Bartlett2019-05-061-1/+7
* replace: Fix "make test" to actually test libreplaceAndrew Bartlett2019-05-0610-9/+27
* build: Remove build of replacetortAndrew Bartlett2019-05-061-5/+4
* lib util debug: Increase format buffer to 4KiBGary Lockyer2019-05-061-1/+1
* lib:torture: Fix size type in torture macroAndreas Schneider2019-05-011-4/+4
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-011-0/+2
* 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