summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* ldb: Ensure @IDXONE modes is tested in ldb.python (apy.py) testsAndrew Bartlett2020-02-251-1/+68
* ldb: Add tests aimed at the SCOPE_ONELEVEL particularAndrew Bartlett2020-02-251-0/+171
* ldb: Add tests for one-level indexes in conjunction with other indexesAndrew Bartlett2020-02-251-0/+251
* lib/replace: remove unused check for aio.hStefan Metzmacher2020-02-191-1/+1
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-01-311-2/+5
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-211-18/+20
* util: Add detection of libunwindMartin Schwenke2020-01-212-2/+11
* fuzz_oLschema2ldif: check multiple possible NULLsDouglas Bagnall2020-01-171-0/+11
* fuzzing: check for NULL on ldb_init()Douglas Bagnall2020-01-173-2/+11
* texpect: Avoid duplicate sys_write()Volker Lendecke2020-01-152-19/+2
* texpect: Reformat long lineVolker Lendecke2020-01-151-1/+4
* texpect: Use lib/replace's closefrom()Volker Lendecke2020-01-151-18/+1
* fuzz: add nmblib/parse_packet targetDouglas Bagnall2020-01-152-0/+61
* fuzz: ldb binary decode/enodeDouglas Bagnall2020-01-152-0/+54
* fuzz: add ldb ldif fuzzerDouglas Bagnall2020-01-152-0/+52
* fuzz: ldb_dn parsingDouglas Bagnall2020-01-152-0/+49
* lib ldb common: Fix memory leakldb-2.1.0Gary Lockyer2020-01-151-0/+1
* fuzz: add a fuzzer for parsing ldb controlsDouglas Bagnall2020-01-122-0/+51
* ldb controls: fix typo in bypassoperational messageDouglas Bagnall2020-01-121-1/+1
* fuzz_ldap_decode: do not print to stdoutDouglas Bagnall2020-01-121-1/+0
* decode_ndr_X_crash: always find pipe in honggfuzz fileDouglas Bagnall2020-01-121-1/+1
* lib/ldb/tests: include stdint.h before cmocka.hFabrice Fontaine2019-12-186-0/+6
* lib/replace: prefer <sys/xattr.h> over <attr/xattr.h>Ralph Boehme2019-12-181-3/+3
* lib/fuzzing and librpc: Do not generate fuzzers for pointless targetsAndrew Bartlett2019-12-181-3/+0
* lib/fuzzer: Allow coverage build for oss-fuzzAndrew Bartlett2019-12-181-0/+3
* lib ldb: fix use after freeGary Lockyer2019-12-181-1/+1
* lib/fuzzing: Allow load of fuzz inputs as files on the command lineAndrew Bartlett2019-12-181-0/+14
* lib/fuzzing: Initialise st buffer in fuzz_ndr_XAndrew Bartlett2019-12-181-0/+10
* lib/replace: work around an API conflict between ncurses and XFS xattr APIRalph Boehme2019-12-121-6/+4
* lib/krb5_wrap: Remove unused smb_krb5_get_allowed_weak_crypto()Andrew Bartlett2019-12-112-52/+0
* lib/fuzzing: Fix argument order to ldb_filter_from_tree in fuzz_ldb_parse_treeAndrew Bartlett2019-12-111-1/+1
* lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett2019-12-112-3/+19
* lib/fuzzing: Ensure mem_ctx is freed each time fuzz_ldb_parse_tree is runAndrew Bartlett2019-12-111-2/+3
* autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL m...Andrew Bartlett2019-12-112-1/+31
* lib:crypto: Build intel aes-ni only if GnuTLS doesn't provide AES CMACAndreas Schneider2019-12-101-1/+2
* lib:crypto: Only build AES code if we need AES CMACAndreas Schneider2019-12-101-1/+2
* lib:crypto: Remove our implementation of AES GCMAndreas Schneider2019-12-105-570/+0
* lib:crypto: Remove our implementation of AES CCMAndreas Schneider2019-12-105-645/+0
* bootstrap: Add chrpath as a required packageAndrew Bartlett2019-12-101-3/+0
* lib/fuzzing Truncate the original files after RUNPATH manipulation in build.shAndrew Bartlett2019-12-101-0/+3
* lib/fuzzing Add comments to explain RUNPATH manipulation in build.shAndrew Bartlett2019-12-101-0/+5
* lib/fuzzing: Support an oss-fuzz build with either address or undefined behav...Andrew Bartlett2019-12-101-1/+17
* lib/fuzzing: Remove oss-fuzz build.sh stub from the Samba repoAndrew Bartlett2019-12-102-7/+0
* oss-fuzz: Align build.sh sh parameters with pattern from the oss-fuzz projectAndrew Bartlett2019-12-101-1/+1
* fuzz/decode_ndr_X_crash: -f to filter crashes by regexDouglas Bagnall2019-12-101-0/+12
* lib/fuzzing: Add mode for the AFL fuzzerAndrew Bartlett2019-12-103-13/+83
* lib/fuzzing: Also confirm we can make a string filter from the parsed tree in...Andrew Bartlett2019-12-101-0/+2
* lib/fuzzing: Tell the compiler we know we are ignoring errors in fuzz_reg_parseAndrew Bartlett2019-12-101-2/+1
* lib/fuzzer: Allow building a fuzz binary for just one interfaceAndrew Bartlett2019-12-102-4/+37
* lib/fuzzer: Remove rudundent install=False flag from fuzz_ndr_X build ruleAndrew Bartlett2019-12-101-1/+0