summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-031-0/+2
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-031-1/+0
* Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier2018-03-271-16/+0
* lib/tdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-2/+3
* selftest: consistently produce high-res UTC timeJamie McClymont2018-03-221-2/+2
* tdb: Fix a "increases alignment" warningVolker Lendecke2018-03-221-3/+4
* tdb: Align a few integer typesVolker Lendecke2018-03-221-4/+5
* tdb: Harden allocating the tdb recovery areaVolker Lendecke2018-03-221-0/+9
* tdb: Make sure the hash size fitsVolker Lendecke2018-03-221-0/+15
* Harden tdb_check_used_record against overflowVolker Lendecke2018-03-221-1/+16
* tdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internalVolker Lendecke2018-03-221-5/+8
* tdb: Harden tdb_rec_readVolker Lendecke2018-03-221-0/+28
* tdbdump: Avoid an int castVolker Lendecke2018-03-221-2/+2
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-222-0/+2
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-222-0/+2
* lib:param: Fix the size type in lp_do_parameter_parametric()Andreas Schneider2018-03-221-1/+1
* talloc: version 2.1.12talloc-2.1.12Stefan Metzmacher2018-03-214-1/+97
* talloc: use a library destructor instead of atexit() if availableStefan Metzmacher2018-03-211-28/+44
* talloc: Fix size type and checks in _vasprintf_tcAndreas Schneider2018-03-211-3/+8
* lib:socket: Return early if we have only one interfaceAndreas Schneider2018-03-201-1/+4
* ldb: Fix size types in ldb_ldif functionsAndreas Schneider2018-03-201-2/+4
* lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power2018-03-201-1/+9
* ldb_tdb: Remove unnecessary call to tdb_get_seqnumGarming Sam2018-03-081-3/+4
* ldb_mod_op_test: Make sure that closing the database frees locksGary Lockyer2018-03-071-0/+29
* ldb_mod_op_test: Add new nested transactions testGary Lockyer2018-03-061-0/+62
* ldb: Remove python warning in tests/python/index.pyGary Lockyer2018-03-061-1/+1
* ldb_tdb: Build a key value operation libraryGarming Sam2018-03-064-12/+75
* ldb_tdb: Implement a traversal function in key value opsGarming Sam2018-03-054-66/+117
* ldb_tdb: Use key value ops for fetch commandGarming Sam2018-03-053-3/+16
* ldb_tdb: factor out the (to be) common init codeGarming Sam2018-03-052-43/+57
* ldb_tdb: Add errorstr to the key value opsGary Lockyer2018-03-052-3/+10
* ldb_tdb: Remove tdb_get_seqnum and use a generic 'has_changed'Garming Sam2018-03-053-4/+15
* ldb_tdb: Add lock_read and unlock_read to key value opsGarming Sam2018-03-053-15/+31
* ldb_tdb: Replace tdb transaction code with generic key value onesGarming Sam2018-03-053-9/+39
* ldb_tdb: Replace exists, name and error_map with key value opsGarming Sam2018-03-053-10/+10
* ldb_tdb: Begin abstracting out the base key value operationsGarming Sam2018-03-052-0/+41
* ldb_mod_op_test: Fix core dump on ldb_case_attrs_index_test_teardownGary Lockyer2018-03-051-0/+8
* build: fix standalone ctdb build --with-systemdDavid Disseldorp2018-03-051-1/+2
* ldb: Directly return an error and do not fall throughAndreas Schneider2018-03-051-1/+1
* ldb_tdb: Add tests for truncated index keysGary Lockyer2018-03-032-1/+1223
* ldb_tdb: Combine identical not GUID index and special DN casesGary Lockyer2018-03-031-12/+2
* ldb_tdb: Refuse to store a value in a unique index that is too longGary Lockyer2018-03-031-0/+19
* ldb_tdb: Do not give the warning of duplicate attributes in truncationGary Lockyer2018-03-031-1/+1
* ldb_tdb: Cope with key truncationGary Lockyer2018-03-031-39/+288
* ldb_tdb: Do not fail in GUID index mode if there is a duplicate attributeGary Lockyer2018-03-031-7/+57
* ldb_tdb: Add support for an option to restrict the key lengthGary Lockyer2018-03-032-0/+20
* tests: Add basic ms_fnmatch unit testDavid Disseldorp2018-03-022-0/+119
* util: Fix the logic in ms_fnmatch_protocol()Andreas Schneider2018-03-021-2/+7
* lib:tdb: Add FALL_THROUGH statements in common/summary.cAndreas Schneider2018-03-011-1/+2