index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
mount_vnd
/
mount_vnd.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-04-25
Remove vnconfig functionality, and try to adapt the manual page.
Theo de Raadt
2016-01-24
fix 1.18 by removing extra argument from explicit_bzero calls
mmcc
2016-01-24
Immediately zero the stack-allocated buffers for the passphrase and salt rather
mmcc
2016-01-24
use explicit_bzero(3) for clearing sensitive data
Gleydson Soares
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-29
dial down the direness of the warning; vnd isn't going anywhere yet
Ted Unangst
2014-05-30
WARNING: Encrypted vnd is insecure.
Ted Unangst
2013-11-11
unused variable
Theo de Raadt
2013-04-23
simple repair for large ino_t
Theo de Raadt
2012-09-06
move pkcs5_pbkdf5 function to libutil so everybody can play with it
Ted Unangst
2011-04-18
Deprecate vnds in favour of svnds.
Thordur I. Bjornsson
2011-01-29
no need for fopen, when opendev gives us a perfectly good fd.
Ted Unangst
2010-04-12
remove pkcs5 implementation here and use the one from bioctl. no libcrypto
Ted Unangst
2008-09-03
Replace -s (sector size) option with more general -t (disktype)
Kenneth R Westerback
2008-08-15
Add -s option to usage().
Joel Sing
2008-08-14
Allow the sector size to be specified by the user when configuring a
Joel Sing
2008-06-14
finish djm@'s job of making mount_vnd -Wall clean, and mark this in the
Alexander von Gernler
2007-09-29
default to svnds now to accomodate change in the vnd driver.
Felix Kronlage
2007-05-27
sync usage(); ok grunk
Jason McIntyre
2007-05-27
Prevent buf[-1] access if strlen(buf) == 0.
Ray Lai
2007-05-26
make mount_vnd a C program by pulling in the vnconfig(8) source and adding
Alexander von Gernler