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
/
usr.bin
/
skeyinit
/
skeyinit.c
Age
Commit message (
Expand
)
Author
2016-05-17
Refactor the handling of pledge and the optional user string: The three
Theo Buehler
2016-05-17
Move the code block that builds up a default seed further down in order
Theo Buehler
2016-05-17
Fix "skeyinit username" run as root. Also reduce the pledge
Todd C. Miller
2016-02-21
Fix skeyinit -E by hoisting argument parsing and the call to enable_db()
tb
2015-11-29
wrap long line
Theo de Raadt
2015-11-29
Drop pledge proc exec getpw after authenticating.
Todd C. Miller
2015-11-29
Remove useless getpwnam() call after getpwuid(). Noticed by deraadt@
Todd C. Miller
2015-11-29
skeyinit needs pledge proc and exec to use BSD auth.
Todd C. Miller
2015-11-29
Allow the -n flag to work in -s mode.
Todd C. Miller
2015-11-29
Add missing rip() before the call to strtonum(). Otherwise, strtonum
Todd C. Miller
2015-11-20
pledge "stdio rpath wpath cpath fattr flock tty"
Theo de Raadt
2015-10-09
Remove telnet warnings. Civilization has reached a point where they are no
Tim van der Molen
2015-10-06
Remove the -C option that converts an S/Key database to the new format. It has
Tim van der Molen
2015-10-03
- Simplify use of ctype functions.
Tim van der Molen
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2014-04-23
Remove more Kerberos cruft.
Antoine Jacoutot
2014-03-20
Remove the (non-default) MD4 hash algorithm from S/Key.
Christian Weisgerber
2013-11-28
unsigned char for ctype
Theo de Raadt
2005-07-06
- tidy up SYNOPSIS
Jason McIntyre
2004-12-27
spacing
Theo de Raadt
2004-09-14
delete unused function
Theo de Raadt
2004-06-07
Allow -a to specify an alternative auth method, even if secure mode
Otto Moerbeek
2004-06-06
First sequence number should be 100, as promised by man page.
Otto Moerbeek
2004-06-04
Consistently use "secret passphrase" for the passphrase made up by the user
Otto Moerbeek
2003-11-26
multi-line literals are not ANSI C. And gcc3 complains about them.
Marc Espie
2003-05-07
bounds were sizeof(pointer) rather than size of the object; found with
Theo de Raadt
2003-04-07
replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...
Theo de Raadt
2003-04-06
strlcpy; ok millert
Theo de Raadt
2002-11-16
Give a sensible error message when a user who has no entry in /etc/skey
Todd C. Miller
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-07
The code to append the last 5 digits of the time in Unix format to
Todd C. Miller
2002-06-07
Instead of passing seed and defaultseed to normal_mode() and
Todd C. Miller
2002-06-06
Zero 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-17
Replace -z option (zero) with -r option (remove).
Todd C. Miller
2002-05-17
Call enable_db() from convert_db() so the dir creation as well as
Todd C. Miller
2002-05-16
Add missing chown(2) call.
Todd C. Miller
2002-05-16
Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-01
printf() format string fix.
Miod Vallat
2001-06-23
skeyzero() now takes 1 arg
Todd C. Miller
2001-06-20
o When converting from a different hash type, if there is room on the line
Todd C. Miller
2001-01-26
It is pronounced S/Key
Todd C. Miller
2001-01-26
Fix stupid bug in last commit that caused the hostname not to
Todd C. Miller
2000-11-16
When building default seed from the hostname, only use alphanumeric
Todd C. Miller
1999-09-10
Don't unlock the skeykeys file before the fclose since stdio may still have s...
Todd C. Miller
1999-03-02
do not crash if -n has no arg; spotted by weingart
Theo de Raadt
[next]