| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-23 | SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk; |  jmc | 1 | -4/+2 |
| 2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 1 | -3/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2019-04-25 | Remove vnconfig functionality, and try to adapt the manual page. |  deraadt | 2 | -293/+37 |
| 2019-04-25 | install new vnconfig |  deraadt | 1 | -3/+1 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2016-01-24 | fix 1.18 by removing extra argument from explicit_bzero calls |  mmcc | 1 | -3/+3 |
| 2016-01-24 | Immediately zero the stack-allocated buffers for the passphrase and salt rather |  mmcc | 1 | -7/+5 |
| 2016-01-24 | use explicit_bzero(3) for clearing sensitive data |  gsoares | 1 | -3/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+3 |
| 2014-10-29 | dial down the direness of the warning; vnd isn't going anywhere yet |  tedu | 1 | -3/+3 |
| 2014-05-30 | warnings warnings everywhere |  tedu | 1 | -2/+7 |
| 2014-05-30 | WARNING: Encrypted vnd is insecure. |  tedu | 1 | -1/+5 |
| 2013-11-11 | unused variable |  deraadt | 1 | -2/+1 |
| 2013-04-23 | simple repair for large ino_t |  deraadt | 1 | -3/+4 |
| 2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it |  tedu | 2 | -8/+3 |
| 2011-07-04 | No point in documenting "Encryption only works with vnd". |  matthew | 1 | -6/+2 |
| 2011-04-18 | Deprecate vnds in favour of svnds. |  thib | 2 | -43/+26 |
| 2011-01-29 | no need for fopen, when opendev gives us a perfectly good fd. |  tedu | 1 | -10/+7 |
| 2010-12-18 | remove david as author. he is not to blame for the current C implementation. |  tedu | 1 | -4/+2 |
| 2010-04-15 | there is in fact no default salt file name |  tedu | 1 | -6/+2 |
| 2010-04-12 | remove pkcs5 implementation here and use the one from bioctl. no libcrypto |  tedu | 4 | -225/+29 |
| 2009-02-15 | should fsck the raw device; spotted by frantisek holop and mentioned on |  deraadt | 1 | -3/+3 |
| 2008-09-03 | Replace -s (sector size) option with more general -t (disktype) |  krw | 2 | -24/+37 |
| 2008-08-15 | Add -s option to usage(). |  jsing | 1 | -5/+6 |
| 2008-08-14 | Allow the sector size to be specified by the user when configuring a |  jsing | 2 | -9/+26 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2 | -14/+0 |
| 2008-06-14 | finish djm@'s job of making mount_vnd -Wall clean, and mark this in the |  grunk | 2 | -4/+5 |
| 2008-06-13 | -Wall friendly (missing "static", signed vs. unsigned comparison) |  djm | 1 | -2/+2 |
| 2008-05-26 | no need for such a wordy .Nd; ok grunk |  jmc | 1 | -2/+2 |
| 2008-05-26 | - put CAVEATS in the right place |  jmc | 1 | -13/+13 |
| 2008-05-26 | fix example in manpage, spotted by Jacek Masiulaniec |  grunk | 1 | -8/+22 |
| 2008-05-03 | remove unused functions |  chl | 2 | -80/+1 |
| 2007-09-29 | default to svnds now to accomodate change in the vnd driver. |  fkr | 2 | -4/+8 |
| 2007-09-11 | rearrange the mount_vnd examples to show the equivalent entry for each |  aanriot | 1 | -35/+34 |
| 2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one |  grunk | 1 | -5/+1 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 1 | -1/+1 |
| 2007-06-01 | since real boottime vnd support would have caused many problems, |  grunk | 1 | -16/+27 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-27 | Simplify symlink creation. ok grunk |  bluhm | 1 | -2/+2 |
| 2007-05-27 | sync usage(); ok grunk |  jmc | 1 | -2/+2 |
| 2007-05-27 | sync argument names; ok grunk |  jmc | 1 | -8/+8 |
| 2007-05-27 | Prevent buf[-1] access if strlen(buf) == 0. |  ray | 1 | -10/+5 |
| 2007-05-26 | tweaks; |  jmc | 1 | -9/+8 |
| 2007-05-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now |  grunk | 1 | -1/+5 |
| 2007-05-26 | improve the EXAMPLES for fstab entries of mount_vnd(8): |  grunk | 1 | -14/+11 |
| 2007-05-26 | make mount_vnd a C program by pulling in the vnconfig(8) source and adding |  grunk | 6 | -124/+834 |
| 2007-05-02 | clarify error message; ok grunk@ |  david | 1 | -3/+3 |
| 2007-04-14 | oops, sort options; |  jmc | 1 | -5/+5 |