summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* lib/torture: protect torture_assert[_goto]() with a do { } while(0) blockStefan Metzmacher2019-09-101-4/+6
* tevent: Release tevent 0.10.1tevent-0.10.1Stefan Metzmacher2019-09-042-1/+127
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/implentation/implementation/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/ ot / to /Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/recieved/received/Mathieu Parent2019-09-011-2/+2
* Spelling fixes s/avaiable/available/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/hierachy/hierarchy/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/convertion/conversion/Mathieu Parent2019-09-012-3/+3
* replace/setxattr: correctly use our flags on DarwinBjörn Jacke2019-08-291-4/+2
* xattr/setxattr: fix flag support on AIXBjörn Jacke2019-08-291-2/+30
* replace/setxattr: set reasonable and unified errno value in case the EA value...Björn Jacke2019-08-291-13/+41
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-08-271-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-08-271-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-08-271-16/+16
* ldb: Rework all pointer NULL tests to use Samba's normal styleAndrew Bartlett2019-08-271-19/+33
* ldb: add some dn explode testsDouglas Bagnall2019-08-271-0/+70
* ldb: don't try to save a value that isn't thereDouglas Bagnall2019-08-271-23/+24
* ldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_filter_attrs() failureAndrew Bartlett2019-08-272-0/+3
* ldb: use TALLOC_FREE() over talloc_free() in ldb_filter_attrs()Andrew Bartlett2019-08-261-2/+1
* ldb: Correct Pigeonhole principle validation in ldb_filter_attrs()Andrew Bartlett2019-08-263-9/+1013
* ldb tests: Fix ldb_lmdb_size_testGary Lockyer2019-08-261-1/+39
* pthreadpool: Remove wrong comment.Christof Schmitt2019-08-231-4/+0
* s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett2019-08-221-1/+0
* lib: free popt context in texpectSwen Schillig2019-08-221-5/+9
* lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports itAndreas Schneider2019-08-211-2/+4
* lib/crypto: Remove unused RC4 code from SambaAndrew Bartlett2019-08-213-119/+0
* lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support itAndreas Schneider2019-08-211-10/+42
* crypto: Update REQUIREMENTS file with new minimum versionAndrew Bartlett2019-08-211-2/+1
* talloc: ASAN fix for test_magic_protectionSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_rustySwen Schillig2019-08-211-1/+3
* talloc: ASAN fix for test_pool_nestSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig2019-08-211-0/+2
* tdb: Release tdb 1.4.2tdb-1.4.2Stefan Metzmacher2019-08-202-1/+74
* ldb: Free memory when repacking databaseTim Beale2019-08-201-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-201-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-201-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-201-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-203-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-202-1/+4
* lib: Remove a duplicate function prototypeVolker Lendecke2019-08-191-5/+0
* lib: Micro-optimization for db_tdb_do_locked()Volker Lendecke2019-08-191-2/+2
* lib:util: Use generate_secret_buffer() for long term passwordsAndreas Schneider2019-08-141-3/+3
* lib:util: Fix documentation for random number functionsAndreas Schneider2019-08-142-4/+13
* lib: CID 1452289: API usage errors (USE_AFTER_FREE)Volker Lendecke2019-08-141-1/+0
* lib:util: Add better documentation for generate_secret_buffer()Andreas Schneider2019-08-122-6/+17
* lib:util: Add generate_nonce_buffer()Andreas Schneider2019-08-122-2/+21
* ldb: Fix mem-leak if talloc_realloc failsSwen Schillig2019-08-101-5/+10