Searched hist:1.1219 (Results 1 - 12 of 12) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1219 Wed May 13 02:27:25 GMT 2015 nonaka regen |
| H A D | pcidevs_data.h | 1.1219 Sat May 16 09:39:47 GMT 2015 msaitoh regen. |
| H A D | pcidevs | 1.1219 Fri Mar 20 14:26:42 GMT 2015 msaitoh Add MegaRAID SAS3108 |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1219 Mon Apr 13 17:25:52 GMT 2015 christos new acpica |
| H A D | CHANGES | 1.1219 Fri May 01 20:53:19 GMT 2009 apb Mention sha256 changes in install(1) and build system. Also reformat previous entry to fix a long line. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1219 Sun Jan 19 01:25:05 GMT 2020 thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete. |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1219 Tue Oct 15 18:33:57 GMT 2019 christos remove sup |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1219 Sat Jun 19 03:50:31 GMT 2010 mrg - always install pigz. hooary! - kill MKPIGZ. - add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is not "no", don't install mrgzip, install pigz as gzip. in all cases, the z* scripts. i don't like the name MKPIGZGZIP so if anyone has a better name, feel free to replace it. i don't care enough since killing the ugly name is just more incentive to get pigz doing .bz2, .Z and .z. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1219 Fri Aug 12 10:49:17 GMT 2022 riastradh cgdconfig(8): Add support for shared keys. New clause `shared <id> algorithm <alg> subkey <info>' in a keygen block enables `cgdconfig -C' to reuse a key between different params files, so you can, e.g., use a single password for multiple disks. This is better than simply caching the password itself because: - Hashing the password is expensive, so it should only be done once. Suppose your budget is time t before you get bored, and you calibrate password hash parameters to unlock n disks before you get bored waiting for `cgdconfig -C'. . With n password hashings the adversary's cost goes up only by a factor of t/n. . With one password hashing and n subkeys the adversary's cost goes up by a factor of n. And if you ever add a disk, rehashing it will make `cgdconfig -C' go over budget, whereas another subkey adds negligible cost to you. - Subkeys work for other types of keygen blocks, like shell_cmd, which could be used to get a key from a hardware token that needs a button press. The <info> parameter must be different for each params file; everything else in the keygen block must be the same. With this clause, the keygen block determines a shared key used only to derive keys; the actual key used by cgdconfig is derived from the shared key by the specified algorithm. The only supported algorithm is hkdf-hmac-sha256, which uses HKDF-Expand of RFC 5869 instantiated with SHA-256. Example: algorithm aes-cbc; iv-method encblkno1; keylength 128; verify_method none; keygen pkcs5_pbkdf2/sha1 { iterations 39361; salt AAAAgMoHiYonye6KogdYJAobCHE=; shared "pw" algorithm hkdf-hmac-sha256 subkey AAAAgFlw0BMQ5gY+haYkZ6JC+yY=; }; The key used for this disk will be derived by HKDF-HMAC-SHA256_k(WXDQExDmBj6FpiRnokL7Jg==), where k is the outcome of PBKDF2-SHA1 with the given parameters. Note that <info> encodes a four-byte prefix giving the big-endian length in bits of the info argument to HKDF, just like all other bit strings in cgdconfig parameters files. If you have multiple disks configured using the same keygen block except for the info parameter, `cgdconfig -C' will only prompt once for your passphrase, generate a shared key k with PBKDF2 as usual, and then reuse it for each of the disks. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1219 Tue Sep 15 09:32:31 GMT 2020 mrg reverse HAVE_GCC test, and list remaining GCC 8 platforms: - powerpc - sh3 - m68k - vax |
| /src/sys/conf/ | ||
| H A D | files | 1.1219 Wed Dec 19 13:57:52 GMT 2018 maxv Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1219 Tue Dec 16 22:54:36 GMT 2008 christos kill bitmask_snprintf |
Completed in 1118 milliseconds