Searched refs:public (Results 1 – 18 of 18) sorted by relevance
/systemd-251/docs/ |
D | SECURITY.md | 10 If you discover a security vulnerability, we'd appreciate a non-public disclosure. systemd develope… 12 …evel mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) are fully public.)
|
D | CONTRIBUTING.md | 84 `libsystemd.so` is a shared public library, so breaking ABI/API compatibility creates a lot of work… 88 …he compiler's deprecated attribute should be used when managing the lifetime of a public interface. 92 `libudev.so` is a shared public library, and is still maintained, but should not gain new symbols a…
|
D | CODING_STYLE.md | 115 - If you define an enum in a public API, be extra careful, as the size of the 137 - Please name structures in `PascalCase` (with exceptions, such as public API 366 - In public API calls, you **must** validate all your input arguments for 369 with a more brutal `assert()`. We are more forgiving to public users than for 531 - Never use the `off_t` type, and particularly avoid it in public APIs. It's 545 - Use the bool type for booleans, not integers. One exception: in public 547 is C99 and in our public APIs we try to stick to C89 (with a few extensions; 605 - When exposing public C APIs, be careful what function parameters you make
|
D | USER_RECORD.md | 50 biometrical authentication information, SSH public key information) 154 the signature against the set of locally accepted signature public keys. The 632 `sshAuthorizedKeys` → An array of strings, each listing an SSH public key that 840 by a public key for which the private key is available locally. This means that 842 key. If false indicates that the user record is signed by a public key 895 public key. 900 encoded in Base64, the `key` field contains a copy of the public key whose
|
D | ARCHITECTURE.md | 26 implement the public shared objects we provide (`sd-bus`, `sd-login`,
|
D | CREDENTIALS.md | 77 i.e. public keys/certificates – but not private keys.
|
D | CONTAINER_INTERFACE.md | 184 [sd_listen_fds(1)](http://0pointer.de/public/systemd-man/sd_listen_fds.html)
|
D | CGROUP_DELEGATION.md | 483 naming and their cgroup paths is not considered public API of systemd, and
|
/systemd-251/src/shared/ |
D | tpm2-util.c | 837 _cleanup_(Esys_Freep) TPM2B_PUBLIC *public = NULL; in tpm2_seal() 952 &public, in tpm2_seal() 971 … k = ALIGN8(sizeof(*private)) + ALIGN8(sizeof(*public)); /* Some roughly sensible start value */ in tpm2_seal() 984 rc = sym_Tss2_MU_TPM2B_PUBLIC_Marshal(public, buf, k, &offset); in tpm2_seal() 1050 TPM2B_PUBLIC public = {}; in tpm2_unseal() local 1087 rc = sym_Tss2_MU_TPM2B_PUBLIC_Unmarshal(blob, blob_size, &offset, &public); in tpm2_unseal() 1125 &public, in tpm2_unseal()
|
/systemd-251/LICENSES/ |
D | murmurhash2-public-domain.txt | 1 MurmurHash2 was written by Austin Appleby, and is placed in the public
|
D | README.md | 52 * the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain): 55 * the following sources are under **Public Domain** (LicenseRef-lookup3-public-domain):
|
D | CC0-1.0.txt | 23 scientific works ("Commons") that the public can reliably and without fear 74 member of the public at large and to the detriment of Affirmer's heirs and 77 equitable action to disrupt the quiet enjoyment of the Work by the public
|
D | LGPL-2.0-or-later.txt | 32 The reason we have a separate public license for some libraries is that they blur the distinction w… 128 …tegrity of the free software distribution system which is implemented by public license practices.… 150 If you develop a new library, and you want it to be of the greatest possible use to the public, we …
|
/systemd-251/shell-completion/zsh/ |
D | _resolvectl | 61 tlsa:"Query tlsa public keys stored as TLSA resource records"
|
/systemd-251/ |
D | LICENSE.GPL2 | 219 implemented by public license practices. Many people have made 285 possible use to the public, the best way to achieve this is to make it
|
D | LICENSE.LGPL2.1 | 395 implemented by public license practices. Many people have made 463 possible use to the public, we recommend making it free software that
|
D | NEWS | 3247 allows validation of the root hash against public keys available in 3486 public DNS servers are not used. 4696 * The sd-id128.h public API gained a new definition 4878 * The fallback DNS server list was augmented with Cloudflare public DNS 7349 inspect them. This tool is not considered public API (yet), and is 8089 disk. Note that the shared library is not for public use, and is 11327 still not a public API though (unless you specify 12329 not available as public API. 13336 http://0pointer.de/public/journal-gatewayd 14052 * The scheduled shutdown logic now has a public API. [all …]
|
D | TODO | 152 the public part of it automatically to keychain of valid code signature keys
|