summaryrefslogtreecommitdiffstats
path: root/sbin/mount_vnd
AgeCommit message (Expand)AuthorFilesLines
2020-04-23SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk;jmc1-4/+2
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-04-25Remove vnconfig functionality, and try to adapt the manual page.deraadt2-293/+37
2019-04-25install new vnconfigderaadt1-3/+1
2017-07-09remove redundant variable declarations in Makefiles, since those areespie1-2/+1
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2016-01-24fix 1.18 by removing extra argument from explicit_bzero callsmmcc1-3/+3
2016-01-24Immediately zero the stack-allocated buffers for the passphrase and salt rathermmcc1-7/+5
2016-01-24use explicit_bzero(3) for clearing sensitive datagsoares1-3/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+3
2014-10-29dial down the direness of the warning; vnd isn't going anywhere yettedu1-3/+3
2014-05-30warnings warnings everywheretedu1-2/+7
2014-05-30WARNING: Encrypted vnd is insecure.tedu1-1/+5
2013-11-11unused variablederaadt1-2/+1
2013-04-23simple repair for large ino_tderaadt1-3/+4
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with ittedu2-8/+3
2011-07-04No point in documenting "Encryption only works with vnd".matthew1-6/+2
2011-04-18Deprecate vnds in favour of svnds.thib2-43/+26
2011-01-29no need for fopen, when opendev gives us a perfectly good fd.tedu1-10/+7
2010-12-18remove david as author. he is not to blame for the current C implementation.tedu1-4/+2
2010-04-15there is in fact no default salt file nametedu1-6/+2
2010-04-12remove pkcs5 implementation here and use the one from bioctl. no libcryptotedu4-225/+29
2009-02-15should fsck the raw device; spotted by frantisek holop and mentioned onderaadt1-3/+3
2008-09-03Replace -s (sector size) option with more general -t (disktype)krw2-24/+37
2008-08-15Add -s option to usage().jsing1-5/+6
2008-08-14Allow the sector size to be specified by the user when configuring ajsing2-9/+26
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-14/+0
2008-06-14finish djm@'s job of making mount_vnd -Wall clean, and mark this in thegrunk2-4/+5
2008-06-13-Wall friendly (missing "static", signed vs. unsigned comparison)djm1-2/+2
2008-05-26no need for such a wordy .Nd; ok grunkjmc1-2/+2
2008-05-26- put CAVEATS in the right placejmc1-13/+13
2008-05-26fix example in manpage, spotted by Jacek Masiulaniecgrunk1-8/+22
2008-05-03remove unused functionschl2-80/+1
2007-09-29default to svnds now to accomodate change in the vnd driver.fkr2-4/+8
2007-09-11rearrange the mount_vnd examples to show the equivalent entry for eachaanriot1-35/+34
2007-09-05remove compat link to /usr/sbin/vnconfig, the program is in /sbin for onegrunk1-5/+1
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-1/+1
2007-06-01since real boottime vnd support would have caused many problems,grunk1-16/+27
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-27Simplify symlink creation. ok grunkbluhm1-2/+2
2007-05-27sync usage(); ok grunkjmc1-2/+2
2007-05-27sync argument names; ok grunkjmc1-8/+8
2007-05-27Prevent buf[-1] access if strlen(buf) == 0.ray1-10/+5
2007-05-26tweaks;jmc1-9/+8
2007-05-26link mount_vnd to the build, and remove usr.sbin/vnconfig, which is nowgrunk1-1/+5
2007-05-26improve the EXAMPLES for fstab entries of mount_vnd(8):grunk1-14/+11
2007-05-26make mount_vnd a C program by pulling in the vnconfig(8) source and addinggrunk6-124/+834
2007-05-02clarify error message; ok grunk@david1-3/+3
2007-04-14oops, sort options;jmc1-5/+5