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
/
skeyaudit
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2016-04-02
Another use for fcntl() and thus of the superfluous 3rd parameter
Kenneth R Westerback
2015-11-01
Pledge; OK millert@
Tim van der Molen
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2008-11-12
Usage -> usage.
Igor Sobrado
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-12-11
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...
Theo de Raadt
2005-10-26
3rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine.
Todd C. Miller
2005-07-06
- simplify SYNOPSIS
Jason McIntyre
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-05-06
Don't call setusercontext() to change uid unless uid == 0; found by mpech@
Todd C. Miller
2003-05-06
While I'm here sync usage() w/ manual.
Mike Pechkin
2003-05-02
o Don't close stdout in interactive mode; mpech@
Todd C. Miller
2003-04-30
Add missing period.
Todd C. Miller
2003-04-28
Don't try to close key.keyfile in -a mode, skeygetnext() will have
Todd C. Miller
2003-03-14
Replace strcpy() of a constant w/ strlcpy() for easy grepping;
Todd C. Miller
2003-03-06
date should be written formally: .Dd Month day, year
David Krause
2002-05-29
Don't call fclose() on a NULL file handle; from markus@
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-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-09-20
Change the message if the S/Key sequence has expired. millert@ ok
Paul Janzen
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-07-06
Insert more missing .El directives. Our troff really should identify these and
Aaron Campbell
2000-03-11
Various cleanups and standardizations.
Aaron Campbell
2000-03-05
Finish standardizing options list introduction.
Aaron Campbell
1999-06-05
- remove trailing white space
Aaron Campbell
1998-09-27
usr.bin/ man page cleanups, n-s
Aaron Campbell
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1997-09-21
$OpenBSD$
Theo de Raadt
1997-09-09
use setlogin(2).
Todd C. Miller
1997-07-24
Add -a (audit all users) flag and do our pipes.
Todd C. Miller
1997-07-23
Use _PATH_SKEYKEYS and fix a typo.
Todd C. Miller
1997-07-23
close keyfile nicely.
Todd C. Miller
1997-07-23
Add a seteuid() just in case someone decides to make this setuid
Todd C. Miller
1997-07-23
copyright
Todd C. Miller
1997-07-23
Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys)
Todd C. Miller