summaryrefslogtreecommitdiff
path: root/sbin/cgdconfig
AgeCommit message (Expand)Author
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-09-13cgdconfig(8): Restore loop for password re-entry for non-shared keys.riastradh
2022-08-30cgdconfig(8): Gracefully handle failed verification with shared keys.riastradh
2022-08-12cgdconfig(8): Handle -P/-S for shared keys with -G too.riastradh
2022-08-12cgdconfig(8): Add support for generating shared-key parameters files.riastradh
2022-08-12cgdconfig(8): Add support for shared keys.riastradh
2022-08-12cgdconfig(8): New -T operation prints all generated keys in cgd.conf.riastradh
2022-08-12cgdconfig(8): New -t operation just prints the derived key in base64.riastradh
2022-05-17Use the Makefile.inc from libargon2 (fixes the vax build that requireschristos
2022-05-16make things behave just like before the libcrypt symbol renaming:christos
2022-05-16Re-enable threads; apparently we get different results depending if we arechristos
2022-05-15Build argon2 inline so that crunched programs work. I also disabled threadschristos
2021-12-04cgdconfig.8: Use argon2id in examplesnia
2021-11-28-lpthread to LDADD (fixes lint build)christos
2021-11-22cgdconfig(8): add some console feedback when calculating the numbernia
2021-11-22cgdconfig(8): Add an argon2id password-based key generation methodnia
2021-06-16cgdconfig(8): Fail more gracefully than SIGSEGV if shell_cmd fails.riastradh
2021-06-03Make adiantum a first class citizenprlw1
2021-04-30cgdconfig.8: use gpt in examples, it's more versatile for this use casenia
2021-04-18The -n flag is useless with -g, don't mention it.maya
2020-12-11Touch up cgdconfig(8) man page.riastradh
2020-06-23Use Nm.wiz
2020-06-23cgdconfig.8: remove references to using cgd for swapnia
2020-06-23cgdconfig.8: Reflect actual behaviour of /dev/(u)randomnia
2019-04-10KNF, 80 column police, a few other tidy ups (use if (ret == 0) ratherkre
2019-04-10PR bin/53999 from rudolf (eq.cz)kre
2018-12-30Avoid crash when no algorithm is specified in parameter file.mlelstv
2018-12-29Sort SEE ALSO.wiz
2018-12-28s/Dec/December/.alnsn
2018-12-27Document that cgd.conf supports NAME=label and ROOT.<suffix> targets.alnsn
2018-09-01typoprlw1
2018-05-09With the change to use getpass_r the 128 byte passphrase limit nokre
2018-05-09use explicit_memset(3)alnsn
2018-05-09Missed one change when doing a manual merge of my patch with kre's commit.alnsn
2018-05-09Add '-e' option (echo the passphrase) and wipe the passphrase after use.alnsn
2018-05-09Add commas in enumeration.wiz
2018-05-09Fix missing -p in usage message (noted by Christoph Badura, thanks),kre
2018-05-09Check arg count in configure() at entry, rather than later.kre
2018-05-06Fix usage for rump. Fixes test breakage caused by previous commit.kre
2018-05-05Check whether the cgd device selected is available to bekre
2017-01-10Need <sys/stat.h> for S_IFBLK.christos
2016-12-11Add aes-xts to cgdconfig(8).alnsn
2016-09-11Spelling mistake.sevan
2016-07-01replace openssl HMAC(3) with our hmac(3).christos
2015-11-24CID 1340063: fix TOCTOUchristos
2015-11-22Don't chdir to the config directory; just form the parameters file with achristos
2015-06-16fix error messages containing \nchristos
2014-12-14fix possibly uninitialized variable.christos
2014-12-14avoid local variable shadowing devname.christos
2014-12-14Bump date for previous. Fix typo.wiz