summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Move generate_unique_u64_state into generate_unique_u64()Volker Lendecke2020-11-101-5/+5
* lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2020-11-102-76/+1
* talloc: alternatively use prama init for constructors if supportedBjörn Jacke2020-11-101-1/+7
* util_net: fix a statement not reached warningBjörn Jacke2020-11-101-1/+2
* ldb_parse_test: studio compiler doesn't like empty struct definitionsBjörn Jacke2020-11-101-3/+1
* ldb_key_value_test: studio compiler doesn't like empty struct definitionsBjörn Jacke2020-11-101-2/+1
* ldb_kv_index: fix empty initializer compile warningBjörn Jacke2020-11-101-1/+1
* tdb: fix studio compiler buildBjörn Jacke2020-11-102-71/+73
* talloc/pytalloc: fix studio compler buildBjörn Jacke2020-11-101-16/+16
* talloc: fix studio compiler buildBjörn Jacke2020-11-101-89/+97
* debug: remove a cast, which makes the Solaris Studio compiler unhappyBjörn Jacke2020-11-101-1/+1
* replace: define BOOL_DEFINED to fix header yp_prot header check on SolarisBjörn Jacke2020-11-101-0/+1
* waf/texpect: add required nsl dependency for SolarisBjörn Jacke2020-11-101-1/+1
* replace/waf: fix libnsl checking on SolarisBjörn Jacke2020-11-101-3/+2
* lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell2020-11-091-0/+103
* lib: talloc: Fix memlimit on pool realloc.Jeremy Allison2020-11-094-8/+144
* lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell2020-11-091-0/+14
* lib: talloc: Fix pool object accounting when doing talloc_realloc() in the AL...Jeremy Allison2020-11-091-2/+5
* lib: talloc: Cleanup. Use consistent preprocessor logic macros.Jeremy Allison2020-11-091-1/+1
* libreplace: Compare a pointer against NULL, not 0Volker Lendecke2020-11-041-1/+1
* lib:crypto: Add py binding for set_relax/strict fips modeIsaac Boukris2020-10-291-0/+16
* oss-fuzz: Add very verbose explaination for RPATH vs RUNPATHAndrew Bartlett2020-10-231-3/+140
* oss-fuzz: Always run the check, even on the oss-fuzz platformAndrew Bartlett2020-10-222-118/+143
* oss-fuzz: update comment to reference RPATH for the static-ish binariesAndrew Bartlett2020-10-221-1/+1
* oss-fuzz: standardise on RPATH for the static-ish binariesAndrew Bartlett2020-10-222-14/+20
* fuzzing: Improve robustness and documentation of the ldd-base library copyAndrew Bartlett2020-10-221-3/+16
* lib:util:loadparm - fix leak in lpcfg_dump_a_parameterAndrew Walker2020-10-211-0/+3
* fuzzing: Fix the oss-fuzz coverage buildAndrew Bartlett2020-10-211-1/+8
* fuzz/oss-fuzz/build_samba: fetch fuzz seedsDouglas Bagnall2020-10-212-0/+27
* fuzz/oss-fuzz/build-samba: note the calling siteDouglas Bagnall2020-10-211-1/+6
* fuzzing/README: link to wikiDouglas Bagnall2020-10-211-1/+3
* fuzz_dcerpc_parse_binding: don't leakDouglas Bagnall2020-10-201-1/+3
* tevent: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke2020-10-161-1/+7
* replace: also use portable __has_attribute macro to check for "deprecated" at...Björn Jacke2020-10-161-1/+1
* talloc: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke2020-10-161-1/+1
* fuzz: add fuzz_cli_credentials_parse_stringDouglas Bagnall2020-10-162-0/+62
* fuzz: add fuzz_dcerpc_parse_bindingDouglas Bagnall2020-10-162-0/+73
* Fix build after removal of an extra safe_string.hAlexander Bokovoy2020-10-011-0/+2
* Restrict GSSAPI query to the krb5 mechanismSimo Sorce2020-09-301-2/+10
* lib: Remove an optimization in string_replace()Volker Lendecke2020-09-301-29/+5
* lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison2020-09-152-17/+13
* lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison2020-09-152-6/+11
* utils/asn1: avoid undefined behaviour warningDouglas Bagnall2020-09-111-1/+5
* oss-fuzz: standardise on RUNPATH for the static-ish binariesAndrew Bartlett2020-09-111-0/+11
* lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher2020-09-081-0/+3
* lzxpress: avoid technically undefined shiftDouglas Bagnall2020-08-311-1/+1
* lib/util/asn1: avoid technically undefined shiftDouglas Bagnall2020-08-311-1/+1
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-285-1/+31
* string_wrappers: include replace.hMatthew DeVore2020-08-281-0/+2
* lib/util: do not make string_wrappers.h publicMatthew DeVore2020-08-281-1/+0