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