summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-10lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2-76/+1
2020-11-10talloc: alternatively use prama init for constructors if supportedBjörn Jacke1-1/+7
2020-11-10util_net: fix a statement not reached warningBjörn Jacke1-1/+2
2020-11-10ldb_parse_test: studio compiler doesn't like empty struct definitionsBjörn Jacke1-3/+1
2020-11-10ldb_key_value_test: studio compiler doesn't like empty struct definitionsBjörn Jacke1-2/+1
2020-11-10ldb_kv_index: fix empty initializer compile warningBjörn Jacke1-1/+1
2020-11-10tdb: fix studio compiler buildBjörn Jacke2-71/+73
2020-11-10talloc/pytalloc: fix studio compler buildBjörn Jacke1-16/+16
2020-11-10talloc: fix studio compiler buildBjörn Jacke1-89/+97
2020-11-10debug: remove a cast, which makes the Solaris Studio compiler unhappyBjörn Jacke1-1/+1
2020-11-10replace: define BOOL_DEFINED to fix header yp_prot header check on SolarisBjörn Jacke1-0/+1
2020-11-10waf/texpect: add required nsl dependency for SolarisBjörn Jacke1-1/+1
2020-11-10replace/waf: fix libnsl checking on SolarisBjörn Jacke1-3/+2
2020-11-09lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell1-0/+103
2020-11-09lib: talloc: Fix memlimit on pool realloc.Jeremy Allison4-8/+144
2020-11-09lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell1-0/+14
2020-11-09lib: talloc: Fix pool object accounting when doing talloc_realloc() in the AL...Jeremy Allison1-2/+5
2020-11-09lib: talloc: Cleanup. Use consistent preprocessor logic macros.Jeremy Allison1-1/+1
2020-11-04libreplace: Compare a pointer against NULL, not 0Volker Lendecke1-1/+1
2020-10-29lib:crypto: Add py binding for set_relax/strict fips modeIsaac Boukris1-0/+16
2020-10-23oss-fuzz: Add very verbose explaination for RPATH vs RUNPATHAndrew Bartlett1-3/+140
2020-10-22oss-fuzz: Always run the check, even on the oss-fuzz platformAndrew Bartlett2-118/+143
2020-10-22oss-fuzz: update comment to reference RPATH for the static-ish binariesAndrew Bartlett1-1/+1
2020-10-22oss-fuzz: standardise on RPATH for the static-ish binariesAndrew Bartlett2-14/+20
2020-10-22fuzzing: Improve robustness and documentation of the ldd-base library copyAndrew Bartlett1-3/+16
2020-10-21lib:util:loadparm - fix leak in lpcfg_dump_a_parameterAndrew Walker1-0/+3
2020-10-21fuzzing: Fix the oss-fuzz coverage buildAndrew Bartlett1-1/+8
2020-10-21fuzz/oss-fuzz/build_samba: fetch fuzz seedsDouglas Bagnall2-0/+27
2020-10-21fuzz/oss-fuzz/build-samba: note the calling siteDouglas Bagnall1-1/+6
2020-10-21fuzzing/README: link to wikiDouglas Bagnall1-1/+3
2020-10-20fuzz_dcerpc_parse_binding: don't leakDouglas Bagnall1-1/+3
2020-10-16tevent: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke1-1/+7
2020-10-16replace: also use portable __has_attribute macro to check for "deprecated" at...Björn Jacke1-1/+1
2020-10-16talloc: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke1-1/+1
2020-10-16fuzz: add fuzz_cli_credentials_parse_stringDouglas Bagnall2-0/+62
2020-10-16fuzz: add fuzz_dcerpc_parse_bindingDouglas Bagnall2-0/+73
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+2
2020-09-30Restrict GSSAPI query to the krb5 mechanismSimo Sorce1-2/+10
2020-09-30lib: Remove an optimization in string_replace()Volker Lendecke1-29/+5
2020-09-15lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison2-17/+13
2020-09-15lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison2-6/+11
2020-09-11utils/asn1: avoid undefined behaviour warningDouglas Bagnall1-1/+5
2020-09-11oss-fuzz: standardise on RUNPATH for the static-ish binariesAndrew Bartlett1-0/+11
2020-09-08lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher1-0/+3
2020-08-31lzxpress: avoid technically undefined shiftDouglas Bagnall1-1/+1
2020-08-31lib/util/asn1: avoid technically undefined shiftDouglas Bagnall1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore5-1/+31
2020-08-28string_wrappers: include replace.hMatthew DeVore1-0/+2
2020-08-28lib/util: do not make string_wrappers.h publicMatthew DeVore1-1/+0
2020-08-26oss-fuzz: Ensure a UTF8 locale is set for the samba buildAndrew Bartlett1-0/+6