summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tdb/test/_tdbtext: remove unused importsDouglas Bagnall2018-10-251-1/+0
* talloc/test/pytalloc: remove unused importsDouglas Bagnall2018-10-251-1/+0
* ldb/tests/_ldb_text: remove unused importsDouglas Bagnall2018-10-251-3/+0
* ldb-samba/tests/match-rules: remove unused importsDouglas Bagnall2018-10-251-4/+0
* tdbtorture: Align integer typesVolker Lendecke2018-10-251-1/+1
* tdbtorture: No transaction with mutexesVolker Lendecke2018-10-251-5/+16
* tdb: Remove "USE_RIGHT_MERGES" codeVolker Lendecke2018-10-251-57/+0
* tdb: Fix a typoVolker Lendecke2018-10-251-1/+1
* tdb: Use explicit initializationVolker Lendecke2018-10-251-3/+1
* tdb: Avoid castsVolker Lendecke2018-10-251-3/+3
* talloc: deprecate talloc_set_memlimit()David Disseldorp2018-10-191-1/+11
* ldb_ldif: avoid strlen(NULL)Douglas Bagnall2018-10-191-1/+2
* ldb_ldif: be less horribly efficient in debuggingDouglas Bagnall2018-10-181-3/+3
* replace: Add memset_s() if not availableAndreas Schneider2018-10-163-0/+56
* lib: Remove lib/crypto/crc32.[ch]Volker Lendecke2018-10-104-107/+1
* lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke2018-10-083-57/+51
* tdb: Basic test for circular freelist fixVolker Lendecke2018-10-083-0/+51
* tdb: Basic test for circular hash chain fixVolker Lendecke2018-10-083-0/+43
* tdb: Make the freelist walk circular-safeVolker Lendecke2018-10-081-0/+15
* tdb: Align integer typesVolker Lendecke2018-10-081-1/+1
* tdb: Make get_hash_length circular-safeVolker Lendecke2018-10-081-0/+8
* tdb: Make tdb_find_dead circular-safeVolker Lendecke2018-10-081-0/+10
* tdb: Make tdb_dump_chain circular-list safeVolker Lendecke2018-10-081-0/+9
* tdb: Make tdb_find circular-safeVolker Lendecke2018-10-081-5/+9
* tdb: Add tdb_chainwalk_checkVolker Lendecke2018-10-082-0/+39
* lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicodeNoel Power2018-09-271-13/+17
* lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power2018-09-271-0/+4
* lib/ldb: Test correct variable for no mem conditionNoel Power2018-09-271-1/+1
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-36/+0
* lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang2018-09-222-4/+4
* ldb: Fix dependency of ldb moduleAmitay Isaacs2018-09-211-1/+1
* PY3: detect talloc_utils (for version of python running the build)Noel Power2018-09-161-2/+2
* PY3: fix iteritems usage, not supported in python3Noel Power2018-09-161-2/+2
* torture: Remove unnecesssary #include <fcntl.h>Christof Schmitt2018-09-151-1/+0
* tevent: Fix a docu typoVolker Lendecke2018-09-141-1/+1
* dbwrap_tdb: Avoid double-call to talloc_get_type_abortVolker Lendecke2018-09-141-5/+6
* dbwrap_tdb: use struct initializerRalph Boehme2018-09-121-2/+3
* dbwrap_tdb: move a function call out of an if conditionRalph Boehme2018-09-121-3/+6
* Revert "lib/replace: force to unset defines if check has failed"Stefan Metzmacher2018-09-101-2/+1
* lib/replace: force to unset defines if check has failedAlexander Bokovoy2018-09-081-1/+2
* dbwrap: Remove a pointless "return;"Volker Lendecke2018-09-071-1/+0
* lib/replace/wscript: fix detection of a fallthrough attribute for clangAlexander Bokovoy2018-09-071-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-09-061-1/+1
* lib/mscat: fix logging in wscriptAlexander Bokovoy2018-09-051-1/+1
* lib/audit_logging: update to waf 2.0Alexander Bokovoy2018-09-051-2/+2
* auth/wscript: import from waflibAlexander Bokovoy2018-09-051-1/+1
* auth/wscript: fix options useAlexander Bokovoy2018-09-051-1/+1
* lib/util/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/util/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/tevent/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-10/+11