summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinit
AgeCommit message (Expand)Author
2002-12-09Correct typo. 'accessable' -> 'accessible'Chad Loder
2002-11-16Give a sensible error message when a user who has no entry in /etc/skeyTodd C. Miller
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-07The code to append the last 5 digits of the time in Unix format toTodd C. Miller
2002-06-07Instead of passing seed and defaultseed to normal_mode() andTodd C. Miller
2002-06-06Zero out memory filled in by readpassphrase(3). Also fix a spelling error;Aaron Campbell
2002-05-19 o Fix some fallout from argv handling changes.Todd C. Miller
2002-05-17Replace -z option (zero) with -r option (remove).Todd C. Miller
2002-05-17Call enable_db() from convert_db() so the dir creation as well asTodd C. Miller
2002-05-16Add missing chown(2) call.Todd C. Miller
2002-05-16Xr skeyinfo(1)Todd C. Miller
2002-05-16Change S/Key stuff from using a flat file (/etc/skeykeys) to a directoryTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-01printf() format string fix.Miod Vallat
2001-06-23skeyzero() now takes 1 argTodd C. Miller
2001-06-20o When converting from a different hash type, if there is room on the lineTodd C. Miller
2001-01-26It is pronounced S/KeyTodd C. Miller
2001-01-26Fix stupid bug in last commit that caused the hostname not toTodd C. Miller
2000-11-16When building default seed from the hostname, only use alphanumericTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
1999-09-10Don't unlock the skeykeys file before the fclose since stdio may still have s...Todd C. Miller
1999-08-17missing flags in SYNOPSISTodd C. Miller
1999-03-02do not crash if -n has no arg; spotted by weingartTheo de Raadt
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-09-27english -> EnglishAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-08-22Changed warning message from "... keyinit -s" to "... skeyinit -s".dgregor
1998-07-09say "s/key disabled" if skeykeys file does not exist. I thought I committed ...Todd C. Miller
1998-02-24Allow superuser to disable skey by unlnking /etc/skeykeys.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-07-27- Do coarse locking on /etc/skeykeys so we don't clobberTodd C. Miller
1997-07-25Protect users from themselves.Todd C. Miller
1997-07-17Add RIPEMD-160 (rmd160) support to OTP (s/key).Todd C. Miller
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1996-11-03Use new length/size macros.Todd C. Miller
1996-10-23Allow root to add entry for login that does not exist.Todd C. Miller
1996-10-14Fixed a bug in skeylookup() so no need for extra skey_set_algorithm.Todd C. Miller
1996-10-08reset hash type after zeroing when changing hash type, from dm.Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-10-02When changing hash algorithms comment out the old entry so weTodd C. Miller
1996-10-02Fix a bug wrt handling of old md4 entries. Now don't save a type with md4Todd C. Miller
1996-09-30Fixed up docs and improved skeyinit's passwd prompt.Todd C. Miller
1996-09-30In -s mode, now checks that seed is pure alphanum and converts charsTodd C. Miller
1996-09-29RFC 1938 says min passwd len is 10...Todd C. Miller
1996-09-29updated s/key docs.Todd C. Miller
1996-09-29Document new switches.Todd C. Miller
1996-09-29Works with new libskey and supports SHA.Todd C. Miller