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