Searched +full:gpg +full:- +full:agent (Results 1 – 25 of 54) sorted by relevance
123
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | gpg-sign.yml | 8 - task: DownloadSecureFile@1 12 displayName: 'Download GPG key' 14 - powershell: | 15 …git clone https://github.com/python/cpython-bin-deps --branch gpg --single-branch --depth 1 --prog… 16 gpg/gpg2.exe --import "$(gpgkey.secureFilePath)" 17 (gci -File ${{ parameters.Files }}).FullName | %{ 18 gpg/gpg2.exe -ba --batch --passphrase ${{ parameters.GPGPassphrase }} $_ 21 displayName: 'Generate GPG signatures' 24 - powershell: | 25 $p = gps "gpg-agent" -EA 0 [all …]
|
| /external/robolectric/scripts/ |
| D | README.md | 1 # Robolectric build-android.sh tutorial 5 … you to run the `build-android.sh` script in the Robolectric repository, resulting in the correspo… 18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 25 … to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem.… 31 Configure git with your real name and email address. To use the Gerrit code-review tool, you will n… 33 $ git config --global user.name "Your Name" 34 $ git config --global user.email "you@example.com" 40 $ sudo apt-get install git-core gnupg gnupg-agent flex bison gperf build-essential \ 41 zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ 42 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \ [all …]
|
| /external/google-java-format/.github/workflows/ |
| D | release.yml | 1 name: Release google-java-format 11 build-maven-jars: 12 runs-on: ubuntu-latest 16 - name: Setup Signing Key 18 gpg-agent --daemon --default-cache-ttl 7200 19 echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty 21 …gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${{ secrets.GP… 23 gpg --list-secret-keys --keyid-format LONG 25 - name: Checkout 28 - name: Set up JDK [all …]
|
| /external/zstd/.github/workflows/ |
| D | publish-release-artifacts.yml | 1 name: publish-release-artifacts 6 - created 9 publish-release-artifacts: 10 runs-on: ubuntu-latest 14 - name: Checkout 17 - name: Archive 23 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')" 24 if [ -z "$TAG" ]; then 30 export VERSION="$(echo "$TAG" | sed 's_^v\([0-9]\+\.[0-9]\+\.[0-9]\+\)$_\1_')" 31 export ZSTD_VERSION="zstd-$VERSION" [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | osconfig_v1beta.projects.zones.instances.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | osconfig_v1beta.projects.guestPolicies.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | osconfig_v1alpha.projects.locations.osPolicyAssignments.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | osconfig_v1.projects.locations.osPolicyAssignments.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/jazzer-api/ |
| D | .bazelrc | 1 build --incompatible_strict_action_env 2 build --sandbox_tmpfs_path=/tmp 3 build --enable_platform_specific_config 4 build -c opt 7 common --repo_env=CC=clang 8 build --incompatible_enable_cc_toolchain_resolution 10 build:ci --features=layering_check 13 build --java_language_version=8 14 build --tool_java_language_version=9 18 build:windows --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl [all …]
|
| /external/oss-fuzz/projects/gnupg/ |
| D | fuzzgnupg.diff | 1 diff --git a/configure.ac b/configure.ac 3 --- a/configure.ac 5 @@ -991,6 +991,15 @@ if test x"$use_tofu" = xyes ; then 16 +AM_CONDITIONAL(HAVE_LIB_FUZZING_ENGINE, [test "$have_fuzz" = yes -a "$HAVE_CLANGXX" = 1]) 21 @@ -2149,6 +2158,7 @@ tests/migrations/Makefile 26 g10/gpg.w32-manifest 27 tools/gpg-connect-agent.w32-manifest 28 tools/gpgconf.w32-manifest 29 diff --git a/g10/Makefile.am b/g10/Makefile.am 31 --- a/g10/Makefile.am [all …]
|
| /external/python/google-auth-library-python/.kokoro/docker/docs/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 RUN apt-get update \ 24 && apt-get install -y --no-install-recommends \ 25 apt-transport-https \ 26 build-essential \ 27 ca-certificates \ 31 gpg-agent \ 33 libbz2-dev \ 34 libdb5.3-dev \ 35 libexpat1-dev \ [all …]
|
| /external/python/python-api-core/.kokoro/docker/docs/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 RUN apt-get update \ 24 && apt-get install -y --no-install-recommends \ 25 apt-transport-https \ 26 build-essential \ 27 ca-certificates \ 31 gpg-agent \ 33 libbz2-dev \ 34 libdb5.3-dev \ 35 libexpat1-dev \ [all …]
|
| /external/AFLplusplus/dictionaries/ |
| D | vcf.dict | 5 "AGENT:" 38 "ORG-DIRECTORY:" 45 "SHORT-STRING:" 57 "X-ABUID" 58 "X-AIM" 59 "X-ANNIVERSARY" 60 "X-ASSISTANT" 61 "X-EVOLUTION-ANNIVERSARY" 62 "X-EVOLUTION-ASSISTANT" 63 "X-EVOLUTION-BLOG-URL" [all …]
|
| /external/opencensus-java/ |
| D | .travis.yml | 8 - jdk: openjdk7 12 - jdk: oraclejdk8 19 # contrib/agent, but are not installed by default. 20 - openjdk-6-jdk 22 # - jdk: oraclejdk9 26 - jdk: oraclejdk8 30 - env: TASK=CHECK_GIT_HISTORY 34 - jdk: oraclejdk8 38 - jdk: oraclejdk8 42 - jdk: oraclejdk8 [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | osconfig.v1beta.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 122 …tters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must… 142 "https://www.googleapis.com/auth/cloud-platform" 167 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
| D | osconfig.v1alpha.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 124 … Compute Engine project-number or project-id can be provided. For `{instance}`, either Compute Eng… 136 "https://www.googleapis.com/auth/cloud-platform" 165 …ocations/{location}` For `{project}`, either Compute Engine project-number or project-id can be pr… [all …]
|
| D | osconfig.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 126 …ect}`, either `project-number` or `project-id` can be provided. For `{instance}`, either Compute E… 153 "https://www.googleapis.com/auth/cloud-platform" 182 …ojects/{project}/locations/{location}/instances/-` For `{project}`, either `project-number` or `pr… [all …]
|
| /external/libiio/src/CI/travis/ |
| D | setup_qemu_for_arm.sh | 3 set -ex 5 if [ $# -ne 1 ] ; then 7 exit -1 11 exit -1 14 CHROOT_DIR=/tmp/arm-chroot 16 # wheezy = 7 (2013-05-04); jessie = 8 (2015-04-26); stretch = 9 (2017-06-17); buster = 10 (2019-03-… 22 sudo apt-get update 23 …-get install -qq -y qemu-user-static binfmt-support sbuild wget debian-archive-keyring ubuntu-keyr… 26 sudo mkdir -p ${QEMU_DIR} 29 wget https://download.qemu.org/qemu-3.1.0.tar.xz [all …]
|
| /external/cbor-java/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 9 <url>https://github.com/c-rack/cbor-java</url> 13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 15 <comments>A business-friendly OSS license</comments> 22 <url>https://github.com/c-rack/cbor-java</url> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 36 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 65 <artifactId>maven-gpg-plugin</artifactId> 69 <id>sign-artifacts</id> [all …]
|
| /external/owasp/java-encoder/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="US-ASCII"?> 2 <!-- 36 --> 38 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 39 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 43 <artifactId>encoder-parent</artifactId> 49 The OWASP Encoders package is a collection of high-performance low-overhead 51 preventing Web Application security vulnerabilities such as Cross-Site 64 <name>OWASP (Open Web-Application Security Project)</name> 70 <name>The BSD 3-Clause License</name> [all …]
|
| /external/jacoco/org.jacoco.build/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 http://www.eclipse.org/legal/epl-2.0 8 SPDX-License-Identifier: EPL-2.0 11 Evgeny Mandrikov - initial API and implementation 12 --> 13 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 22 <description>JaCoCo - Java Code Coverage Library</description> 31 <url>https://www.eclipse.org/legal/epl-2.0/</url> 88 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du… [all …]
|
| /external/nanohttpd/ |
| D | pom.xml | 1 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>oss-parent</artifactId> 9 <artifactId>nanohttpd-project</artifactId> 12 <name>NanoHttpd-Project</name> 13 …<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.… 19 <tag>nanohttpd-project-2.2.0</tag> 26 <id>sonatype-nexus-staging</id> 31 <id>sonatype-nexus-staging</id> 36 <id>private-deploy</id> 89 <module>markdown-plugin</module> [all …]
|
| /external/slf4j/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 9 <artifactId>slf4j-parent</artifactId> 10 <version>1.7.13-SNAPSHOT</version> 26 <url>http://www.opensource.org/licenses/mit-license.php</url> 33 <connection>git@github.com:qos-ch/slf4j.git</connection> 37 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 44 <maven-site-plugin.version>3.3</maven-site-plugin.version> 57 <module>slf4j-api</module> [all …]
|
| /external/curl/docs/ |
| D | MANUAL.md | 5 Get the main page from a web-server: 35 curl --ftp-ssl ftp://files.are.secure.com/secrets.txt 39 curl -u username sftp://example.com/etc/issue 42 password-protected) to authenticate: 44 curl -u username: --key ~/.ssh/id_rsa scp://example.com/~/file.txt 47 (password-protected) to authenticate: 49 curl -u username: --key ~/.ssh/id_rsa --pass private_key_password 58 curl -u "domain\username:passwd" smb://server.example.com/share/file.txt 64 curl -o thatpage.html http://www.example.com/ 70 curl -O http://www.example.com/index.html [all …]
|
| /external/selinux/policycoreutils/po/ |
| D | bo.po | 8 "Project-Id-Version: Policycoreutils\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2013-10-10 16:04-0400\n" 11 "PO-Revision-Date: 2013-07-10 20:44+0000\n" 12 "Last-Translator: dwalsh <dwalsh@redhat.com>\n" 13 "Language-Team: Tibetan <trans-bo@lists.fedoraproject.org>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" 17 "Content-Transfer-Encoding: 8bit\n" 18 "Plural-Forms: nplurals=1; plural=0;\n" [all …]
|
123