summaryrefslogtreecommitdiffstats
path: root/sbin/mount_vnd (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk;jmc2020-04-231-4/+2
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Remove vnconfig functionality, and try to adapt the manual page.deraadt2019-04-252-293/+37
* install new vnconfigderaadt2019-04-251-3/+1
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* fix 1.18 by removing extra argument from explicit_bzero callsmmcc2016-01-241-3/+3
* Immediately zero the stack-allocated buffers for the passphrase and salt rathermmcc2016-01-241-7/+5
* use explicit_bzero(3) for clearing sensitive datagsoares2016-01-241-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* dial down the direness of the warning; vnd isn't going anywhere yettedu2014-10-291-3/+3
* warnings warnings everywheretedu2014-05-301-2/+7
* WARNING: Encrypted vnd is insecure.tedu2014-05-301-1/+5
* unused variablederaadt2013-11-111-2/+1
* simple repair for large ino_tderaadt2013-04-231-3/+4
* move pkcs5_pbkdf5 function to libutil so everybody can play with ittedu2012-09-062-8/+3
* No point in documenting "Encryption only works with vnd".matthew2011-07-041-6/+2
* Deprecate vnds in favour of svnds.thib2011-04-182-43/+26
* no need for fopen, when opendev gives us a perfectly good fd.tedu2011-01-291-10/+7
* remove david as author. he is not to blame for the current C implementation.tedu2010-12-181-4/+2
* there is in fact no default salt file nametedu2010-04-151-6/+2
* remove pkcs5 implementation here and use the one from bioctl. no libcryptotedu2010-04-124-225/+29
* should fsck the raw device; spotted by frantisek holop and mentioned onderaadt2009-02-151-3/+3
* Replace -s (sector size) option with more general -t (disktype)krw2008-09-032-24/+37
* Add -s option to usage().jsing2008-08-151-5/+6
* Allow the sector size to be specified by the user when configuring ajsing2008-08-142-9/+26
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-14/+0
* finish djm@'s job of making mount_vnd -Wall clean, and mark this in thegrunk2008-06-142-4/+5
* -Wall friendly (missing "static", signed vs. unsigned comparison)djm2008-06-131-2/+2
* no need for such a wordy .Nd; ok grunkjmc2008-05-261-2/+2
* - put CAVEATS in the right placejmc2008-05-261-13/+13
* fix example in manpage, spotted by Jacek Masiulaniecgrunk2008-05-261-8/+22
* remove unused functionschl2008-05-032-80/+1
* default to svnds now to accomodate change in the vnd driver.fkr2007-09-292-4/+8
* rearrange the mount_vnd examples to show the equivalent entry for eachaanriot2007-09-111-35/+34
* remove compat link to /usr/sbin/vnconfig, the program is in /sbin for onegrunk2007-09-051-5/+1
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-1/+1
* since real boottime vnd support would have caused many problems,grunk2007-06-011-16/+27
* convert to new .Dd format;jmc2007-05-311-2/+2
* Simplify symlink creation. ok grunkbluhm2007-05-271-2/+2
* sync usage(); ok grunkjmc2007-05-271-2/+2
* sync argument names; ok grunkjmc2007-05-271-8/+8
* Prevent buf[-1] access if strlen(buf) == 0.ray2007-05-271-10/+5
* tweaks;jmc2007-05-261-9/+8
* link mount_vnd to the build, and remove usr.sbin/vnconfig, which is nowgrunk2007-05-261-1/+5
* improve the EXAMPLES for fstab entries of mount_vnd(8):grunk2007-05-261-14/+11
* make mount_vnd a C program by pulling in the vnconfig(8) source and addinggrunk2007-05-266-124/+834
* clarify error message; ok grunk@david2007-05-021-3/+3
* oops, sort options;jmc2007-04-141-5/+5