summaryrefslogtreecommitdiff
path: root/sbin/cgdconfig
AgeCommit message (Expand)Author
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
2014-12-14Add validation methods "mbr" and "gpt" for disks without a valid disklabel.mlelstv
2014-12-14support wedge names.mlelstv
2013-06-09List all cgd's no matter if they are not contiguously allocatedchristos
2012-12-05Whitespace.wiz
2012-12-05add cgdconfig -l like vnconfig -lchristos
2012-03-20Convert to C89 function definitionsmatt
2011-08-29Use __deadjoerg
2011-07-03fix typodholland
2010-12-14Convert from the oldstyle cgd_kops.op_open to the newstyle prog_openpooka
2010-12-05mirror change of -lrumpcrypto ==> -lrumpkern_cryptopooka
2010-12-02Remove a line that was intended only for my personal testing and thatelric
2010-12-02In -G, refuse to operate if KEYGEN_URANDOM is specified as we already doelric
2010-11-27Remove trailing whitespace (patch provided by: Taylor R Campbellelric
2010-03-30\\ -> \ejoerg
2009-12-19Use RUMP_ACTION to avoid having to specify the same informationpooka
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-28no unputchristos
2009-10-19Document -n, from Jukka Ruohonen in private mail.wiz
2009-10-13fix prototypes of function pointers to varargs syscallspooka
2009-09-10fix LP64 builds. yay, C type system.pooka
2009-09-08Remember to add cgdconfig.h too.pooka
2009-09-08* allow specification of kernel operations vectorpooka
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-11fix sign-compare issueslukem