| /freebsd/contrib/libcbor/.github/workflows/ |
| H A D | fuzz-pr.yml | 2 # on PRs; fuzz.yml schedules a daily long-running fuzzing job. 3 name: CIFuzz PR check 7 runs-on: ubuntu-latest 9 - name: Build Fuzzers 10 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 12 oss-fuzz-project-name: 'libcbor' 13 dry-run: false 14 - name: Smoke Test Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libcbor' [all …]
|
| H A D | fuzz.yml | 1 name: CIFuzz 4 - cron: '0 4 * * *' 7 runs-on: ubuntu-latest 9 - name: Build Fuzzers 10 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 12 oss-fuzz-project-name: 'libcbor' 13 dry-run: false 14 - name: Run Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libcbor' [all …]
|
| /freebsd/contrib/libarchive/.github/workflows/ |
| H A D | cifuzz.yml | |
| /freebsd/crypto/libecc/.github/workflows/ |
| H A D | libecc_cifuzz.yml | 1 name: CIFuzz 5 runs-on: ubuntu-latest 7 - name: Build Fuzzers 9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 11 oss-fuzz-project-name: 'libecc' 12 dry-run: false 14 - name: Run Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libecc' 18 fuzz-seconds: 300 [all …]
|
| /freebsd/crypto/krb5/.github/workflows/ |
| H A D | cifuzz.yml | 1 name: CIFuzz 9 runs-on: ubuntu-latest 11 security-events: write 13 - name: Build Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 17 oss-fuzz-project-name: 'krb5' 19 - name: Run Fuzzers 20 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 22 oss-fuzz-project-name: 'krb5' 24 fuzz-seconds: 300 [all …]
|
| /freebsd/crypto/openssh/.github/workflows/ |
| H A D | cifuzz.yml | 1 name: CIFuzz 10 if: github.repository != 'openssh/openssh-portable-selfhosted' 11 runs-on: ubuntu-latest 13 - name: Build Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 17 oss-fuzz-project-name: 'openssh' 18 dry-run: false 20 - name: Run Fuzzers 21 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 23 oss-fuzz-project-name: 'openssh' [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | FuzzerCLI.h | 1 //===-- FuzzerCLI.h - Common logic for CLIs of fuzzers ----------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Common logic needed to implement LLVM's fuzz targets' CLIs - including LLVM 10 // concepts like cl::opt and libFuzzer concepts like -ignore_remaining_args=1. 12 //===----------------------------------------------------------------------===// 24 /// Parse cl::opts from a fuzz target commandline. 26 /// This handles all arguments after -ignore_remaining_args=1 as cl::opts. 29 /// Handle backend options that are encoded in the executable name. [all …]
|
| /freebsd/sys/contrib/zstd/ |
| H A D | README.md | 4 targeting real-time compression scenarios at zlib-level and better compression ratios. 8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE… 10 Should your project require another programming language, 11 a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-l… 21 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te… 22 [travisLink]: https://travis-ci.com/facebook/zstd 24 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0 27 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev 28 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd 29 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg [all …]
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 14 !! - teaming up on researching and fixing future security reports and !! 15 !! ClusterFuzz findings with few-days-max response times in communication !! 18 !! - helping CPython Expat bindings with supporting Expat's amplification !! 20 !! - XML_SetAllocTrackerActivationThreshold !! 21 !! - XML_SetAllocTrackerMaximumAmplification !! 22 !! - XML_SetBillionLaughsAttackProtectionActivationThreshold !! 23 !! - XML_SetBillionLaughsAttackProtectionMaximumAmplification !! 24 !! - helping Perl's XML::Parser Expat bindings with supporting Expat's !! 25 !! security API (https://github.com/cpan-author [all...] |
| H A D | README.md | 2 [](https://repology.org/metapackage/expat/versions) 17 [XML 1.0 Fourth Edition](https://www.w3.org/TR/2006/REC-xml-20060816/), started by 19 Expat is a stream-oriented XML parser. This means that you register 27 - GNU GCC >=4.5 (for use from C) or GNU GCC >=4.8.1 (for use from C++) 28 - LLVM Clang >=3.5 29 - Microsoft Visual Studio >=17.0/2022 30 (the oldest version supported by the [official GitHub Actions Windows images](https://github.com/actions/runner-images)) 33 [`expat-win32bin-* 49 a) `find_package` with Module ModeExpat, Release 2.7.2""Using libexpat in your CMake-Based Project global() argument 69 b) `find_package` with Config ModeExpat, Release 2.7.2""Using libexpat in your CMake-Based Project global() argument 97 c) The `FetchContent` moduleExpat, Release 2.7.2""Using libexpat in your CMake-Based Project global() argument [all...] |
| /freebsd/contrib/bc/project/ |
| H A D | github_issues.json | 8 "name": "Palafitas" string 10 …I'm getting the incorrect result from a simple calculation...\n\n80 - (30 * 0) / 50 - (80 / 100) *… 12 "closedAt": "2025-02-25T19:10:08Z", 20 …-only math.\n\nApplying integer-only math to the expression you gave, we get:\n\n```\n80 - (30 * 0… 21 "createdAt": "2025-02-25T19:10:08Z", 33 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683017820", 42 "body": "Thanks, i solved the problem with '-l' to 'bc'\n\ne.g:\necho '1 + 1' | bc -l", 43 "createdAt": "2025-02-26T00:44:54Z", 48 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683611929", 52 "createdAt": "2025-02-25T17:57:06Z", [all …]
|
| /freebsd/contrib/diff/doc/ |
| H A D | diff.7 | 1 .Dd 2015-03-02 4 .Sh NAME 26 normally produces no output; for binary (non-text) files, 36 .Li M-x compare-windows . 80 Vol. 1 No. 2, 1986, pp. 251--266; and in \(lqA File Comparison Program\(rq, Webb Miller 82 .Em Software---Practice and Experience 83 Vol. 15 No. 11, 1985, pp. 1025--1040. The algorithm was independently discovered 86 Vol. 64, 1985, pp. 100--118. Unless the 87 .Op --minimal 97 Elsevier/MIT Press, 1990, pp. 255--300. [all …]
|
| H A D | diff.texi | 1 \input texinfo @c -*-texinfo-*- 25 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,'' 26 and with the Back-Cover Texts as in (a) below. A copy of the 30 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify 36 @c Debian install-info (up through at least version 1.9.20) uses only the 44 * sdiff: (diff)Invoking sdiff. Merge 2 files side-by-side. 76 * Output Formats:: Formats for two-way difference reports. 82 * Comparing Three Files:: Formats for three-way difference reports. 94 * Invoking sdiff:: Side-by-side merge of file differences. 117 @command{diff} normally produces no output; for binary (non-text) files, [all …]
|
| /freebsd/contrib/libarchive/ |
| H A D | NEWS | 55 Jan 20, 2020: New tar option: --safe-writes (atomical file extraction) 69 Apr 16, 2019: Support for non-recursive list and extract 71 Apr 14, 2019: New tar option: --exclude-vcs 83 Jul 19, 2018: Avoid super-linear slowdown on malformed mtree files 108 Nov, 2016: libarchive is now being tested by the OSS-Fuzz project 141 Apr 6, 2014: Add bsdcat command-line tool 202 Nov 06, 2011: Update shared-library version calculations for libarchive 3.x 203 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions 208 Jun 16, 2011: Add tar:compat-2x option to emulate broken libarchive 2.x 209 handling of pax UTF-8 headers [all …]
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 3 Date: 2025-04-03 14:34:43 +0300 7 src/liblzma/Makefile.am | 2 +- 8 src/liblzma/api/lzma/version.h | 2 +- 9 2 files changed, 2 insertions(+), 2 deletions(-) 13 Date: 2025-04-03 14:34:43 +0300 22 Date: 2025-04-03 14:34:43 +0300 31 in 106d1a663d4b ("Tests: Add a fuzz test program and a config file 32 for OSS-Fuzz."). 34 tests/ossfuzz/fuzz_common.h | 31 ++++++++++++++++++++++++------- 35 1 file changed, 24 insertions(+), 7 deletions(-) [all …]
|
| /freebsd/crypto/krb5/src/ |
| H A D | configure.ac | 37 ~(-1) == 0 && ~(-1L) == 0L && 39 -(INT_MIN + 1) == INT_MAX && -(LONG_MIN + 1) == LONG_MAX && 40 /* Check that unsigned-to-signed conversions preserve bit patterns */ 97 # The following lines are so that configure --help gives some global 102 [ --enable-athena build with MIT Project Athena configuration],,) 104 # Begin autoconf tests for the Makefiles generated out of the top-level 118 LIBUTIL=-lutil 125 [AS_HELP_STRING([--disable-nls], [disable native language support])], 140 # Error out if --enable-nls was explicitly requested but can't be enabled. 142 if test "$nls_enabled" != yes -o "x$po" = x; then [all …]
|
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <krb5-bugs@mit.edu>. 12 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 18 ## -------------------- ## 20 ## -------------------- ## 29 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 31 alias -g '${1+"$@"}'='"$@"' 34 case `(set -o) 2>/dev/null` in #( 36 set -o posix ;; #( 50 # Quoting is to prevent editors from complaining about space-tab. [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 4 This is a detailed breakdown of significant changes. For a high-level overview 13 ---------------- 15 - [OpenSSL 3.5](#openssl-35) 16 - [OpenSSL 3.4](#openssl-34) 17 - [OpenSSL 3.3](#openssl-33) 18 - [OpenSSL 3.2](#openssl-32) 19 - [OpenSSL 3.1](#openssl-31) 20 - [OpenSSL 3.0](#openssl-30) 21 - [OpenSSL 1.1.1](#openssl-111) 22 - [OpenSSL 1.1.0](#openssl-110) [all …]
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 11 - version set to 1.24.0 for release. 12 - tag for 1.24.0rc1. 13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 20 - Update documentation for using "SET ... EX" in Redis. 21 - Document max buffer sizes for Redis commands. 22 - Update man pages. [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | ChangeLog | 1 --- 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates 25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs. 29 * [Bug 3864] ntpd IPv6 refid different for big-endia [all...] |
| H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
| /freebsd/crypto/openssl/test/ |
| H A D | bntest.c | 2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. 32 const char *name; member 51 static int p0[] = { 163, 7, 6, 3, 0, -1 }; 52 static int p1[] = { 193, 15, 0, -1 }; 60 int i = s->numpairs; in findattr() 61 PAIR *pp = s->pairs; in findattr() 63 for ( ; --i >= 0; pp++) in findattr() 64 if (OPENSSL_strcasecmp(pp->key, key) == 0) in findattr() 65 return pp->value; in findattr() 70 * Parse BIGNUM from sparse hex-strings, return |BN_hex2bn| result. [all …]
|