summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power2019-06-041-1/+1
* lib/pthreadpool: cppcheck: Fix Memory leakNoel Power2019-06-041-0/+6
* ldb: Avoid read beyond bufferMichael Hanselmann2019-05-303-4/+103
* lib/util: Fix cppcheck null pointer dereference warningNoel Power2019-05-291-0/+2
* ldb: Release ldb 2.0.3Aaron Haslett2019-05-293-1/+284
* ldb: pack_format_override optionAaron Haslett2019-05-292-0/+43
* ldb: python test for repackAaron Haslett2019-05-294-1/+209
* ldb: repack old format database if GUID indexing enabledAaron Haslett2019-05-294-30/+158
* ldb: only used a->syntax->index_format_fn if GUID indexing is enabledAaron Haslett2019-05-291-1/+2
* ldb: Fix segfault parsing new pack formatsAndrew Bartlett2019-05-291-2/+6
* ldb: test for parse errorsAaron Haslett2019-05-291-0/+23
* lib: Fix CID 1445648 Null pointer dereferencesVolker Lendecke2019-05-281-1/+2
* lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2019-05-282-7/+17
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-05-281-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-05-281-1/+1
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-274-8/+14
* lib: Only compile resolvconftest if fmemopen existsVolker Lendecke2019-05-251-0/+1
* lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2019-05-242-96/+0
* lib: util: Remove file_pload()Jeremy Allison2019-05-242-47/+0
* lib: util: Add file_ploadv().Jeremy Allison2019-05-242-0/+47
* lib: popen: Prepare to remove sys_popen().Jeremy Allison2019-05-242-20/+38
* lib:mscat: Add missing return check for error in dumpsmcatAndreas Schneider2019-05-241-3/+12
* ldap server: generate correct referral schemesGary Lockyer2019-05-241-0/+5
* tdb: Fix typo in READMEVolker Lendecke2019-05-231-2/+2
* ldb: ldbdump key and pack format version commentsAaron Haslett2019-05-221-0/+24
* ldb: ldb_key_value_test fixAaron Haslett2019-05-221-0/+2
* ldb: removing unnecessary module pointerAaron Haslett2019-05-223-5/+3
* ldb: Release ldb 2.0.2Aaron Haslett2019-05-223-1/+284
* ldb: pack function for new pack formatAaron Haslett2019-05-223-13/+332
* ldb: unpack function for new pack formatAaron Haslett2019-05-222-13/+320
* ldb: replacing length increments with constants in packAaron Haslett2019-05-221-37/+53
* ldb: push and pull macros for pack formatAaron Haslett2019-05-221-23/+56
* ldb: baseinfo pack format check on initAaron Haslett2019-05-225-8/+64
* lib:crypto: Remove obsolete MD5 and HMAC MD5Andreas Schneider2019-05-219-673/+3
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-194-0/+4
* lib:util: Add a test for byteorder.hAndreas Schneider2019-05-172-0/+441
* lib:util: Move VWV macro to smb_constants.hAndreas Schneider2019-05-171-3/+0
* lib:util: Remove PPC big endian asm optimized code in byteorder.hAndreas Schneider2019-05-171-51/+0
* lib:util: Remove unused ALIGN marcos from byteorder.hAndreas Schneider2019-05-171-5/+0
* tdb: Release tdb 1.4.1tdb-1.4.1Andrew Bartlett2019-05-172-1/+74
* tdb: Do not return errors from tdb_repack() in the tail of tdb_transaction_co...Andrew Bartlett2019-05-171-1/+23
* lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn2019-05-161-1/+1
* lib/crypto: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+1
* lib/ldb-samba: squash 'cast between incompatible function types' warningNoel Power2019-05-161-2/+4
* lib/ldb: Fix incorrect return type for (setter) func typeNoel Power2019-05-161-1/+1
* lib/ldb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-45/+94
* lib/talloc: squash 'cast between incompatible function types' warningNoel Power2019-05-162-5/+12
* lib/tevent: squash 'cast between incompatible function types' warningNoel Power2019-05-161-23/+50
* lib/tdb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-20/+40
* util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall2019-05-151-0/+52