summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* util: Fix a signed/unsigned comparisonMartin Schwenke2020-07-161-1/+1
* tdb: Fix some signed/unsigned comparisonsMartin Schwenke2020-07-161-2/+3
* s3: lib: Fix missing TALLOC_FREE in error code path.Jeremy Allison2020-07-141-1/+1
* lib/util: allow to set TCP_USER_TIMEOUT socket optionGünther Deschner2020-07-081-0/+3
* lib/util: add generate_unique_u64() helper functionStefan Metzmacher2020-07-082-1/+51
* lib/torture: fix subunit names of nested suitesStefan Metzmacher2020-07-072-2/+79
* lib/torture: add back links to the parent objectsStefan Metzmacher2020-07-072-0/+7
* lib/torture: make torture_subunit_test_name() publicStefan Metzmacher2020-07-073-18/+16
* lib/debug: set the correct default backend loglevel to MAX_DEBUG_LEVELRalph Boehme2020-07-021-1/+1
* lib/debug: assert file backendRalph Boehme2020-07-021-6/+6
* ldb_ldap: Fix a memleakldb-2.2.0Volker Lendecke2020-07-021-1/+1
* CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer2020-07-021-1/+8
* tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider2020-07-011-6/+0
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-011-0/+1
* util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke2020-06-291-1/+1
* ldb_ldap: fix off-by-one increment in lldb_add_msg_attrAlexander Bokovoy2020-06-191-2/+0
* lib/ldb: add unit test for ldb_ldap internal codeAlexander Bokovoy2020-06-192-0/+119
* s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider2020-06-171-1/+9
* ldb: Avoid a cast (unsigned long long) in ldbmodify.cVolker Lendecke2020-06-151-3/+6
* tsocket: Fix a typoVolker Lendecke2020-06-151-1/+1
* ldb commandline: don't crash if a received control contains no dataDouglas Bagnall2020-06-131-4/+41
* ldb/controls: avoid stealing our own stuffDouglas Bagnall2020-06-131-1/+1
* ldb/mod/paged_searches: cope with NULL control dataDouglas Bagnall2020-06-131-2/+2
* dbwrap_rbt: support TDB_INSERT and TDB_MODIFY store flagsDavid Disseldorp2020-06-101-0/+8
* util: Reallocate larger buffer if getpwuid_r() returns ERANGEMartin Schwenke2020-06-091-0/+13
* util: Fix build on FreeBSD by avoiding NSS_BUFLEN_PASSWDMartin Schwenke2020-06-091-5/+22
* util: Simplify input validationMartin Schwenke2020-06-091-5/+4
* talloc: Mark ptr of talloc_unlink() not as a tainted scalarAndreas Schneider2020-06-091-0/+2
* lib/util: Allow gdb to be started by samba_start_debugger() under the default...Andrew Bartlett2020-05-271-0/+10
* ldb: also use portable __has_attribute macro to check for attribute supportBjörn Jacke2020-05-241-1/+1
* talloc: also use portable __has_attribute macro to check for attribute supportBjörn Jacke2020-05-241-1/+6
* tdb: also use __has_attribute macro to check for attribute supportBjörn Jacke2020-05-241-1/+1
* replace, attr.: use function attributes only if supported by feature macro (o...Björn Jacke2020-05-242-10/+19
* tevent: Fix a tevent tutorial errorVolker Lendecke2020-05-191-1/+1
* s3: lib: Paranoia around use of snprintf copying into a fixed-size buffer fro...Jeremy Allison2020-05-181-2/+6
* lib:util: Add test for path_expand_tilde()Andreas Schneider2020-05-152-0/+133
* lib:util: Add path_expand_tilde()Andreas Schneider2020-05-152-0/+81
* dbwrap: Make dbwrap_lock_order_[un]lock() publicVolker Lendecke2020-05-152-4/+9
* dbwrap: Simplify dbwrap_lock_order_[un]lock()Volker Lendecke2020-05-151-34/+49
* lib:param: Fix memory leak in lpcfg_load_internal()awalker2020-05-131-2/+5
* lib: util: Add sys_pwrite_full().Jeremy Allison2020-05-122-0/+50
* lib: util: Add sys_pread_full().Jeremy Allison2020-05-122-0/+49
* lib: util: Add sys_valid_io_range()Stefan Metzmacher2020-05-122-0/+25
* lib ldb: Limit depth of ldb_parse_treeGary Lockyer2020-05-102-15/+140
* lib util ASN.1: Panic on ASN.1 tag mismatchGary Lockyer2020-05-101-2/+3
* Fix clang 9 format-nonliteral warningsGary Lockyer2020-05-081-2/+4
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-089-24/+24
* Fix clang 9 parentheses-equality warningsGary Lockyer2020-05-081-1/+1
* lib/socket: autodetect RSS using ETHTOOL_GRXRINGSStefan Metzmacher2020-05-071-0/+41
* lib/socket: let query_iface_speed_from_name() initialize memory passed to sys...Stefan Metzmacher2020-05-071-0/+2