summaryrefslogtreecommitdiffstats
path: root/usr.bin/skeyaudit
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2016-04-02Another use for fcntl() and thus of the superfluous 3rd parameterkrw1-10/+30
2015-11-01Pledge; OK millert@tim1-1/+9
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+2
2008-11-12Usage -> usage.sobrado1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millertderaadt1-1/+2
2005-10-263rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine.millert1-2/+2
2005-07-06- simplify SYNOPSISjmc2-5/+4
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-22/+11
2003-05-06Don't call setusercontext() to change uid unless uid == 0; found by mpech@millert1-2/+3
2003-05-06While I'm here sync usage() w/ manual.mpech1-2/+2
2003-05-02o Don't close stdout in interactive mode; mpech@millert1-5/+28
2003-04-30Add missing period.millert1-2/+2
2003-04-28Don't try to close key.keyfile in -a mode, skeygetnext() will havemillert1-3/+1
2003-03-14Replace strcpy() of a constant w/ strlcpy() for easy grepping;millert1-2/+2
2003-03-06date should be written formally: .Dd Month day, yeardavid1-2/+2
2002-05-29Don't call fclose() on a NULL file handle; from markus@millert1-26/+23
2002-05-16Change S/Key stuff from using a flat file (/etc/skeykeys) to a directorymillert3-17/+14
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-4/+4
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduderaadt1-2/+2
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-09-20Change the message if the S/Key sequence has expired. millert@ okpjanzen1-5/+13
2000-08-20Add calls to setusercontext() and login_get*(). We basically callmillert1-27/+21
2000-07-06Insert more missing .El directives. Our troff really should identify these andaaron1-1/+2
2000-03-11Various cleanups and standardizations.aaron1-7/+6
2000-03-05Finish standardizing options list introduction.aaron1-4/+4
1999-06-05- remove trailing white spaceaaron1-3/+3
1998-09-27usr.bin/ man page cleanups, n-saaron1-4/+4
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert1-5/+2
1997-09-21$OpenBSD$deraadt1-1/+1
1997-09-09use setlogin(2).millert1-1/+2
1997-07-24Add -a (audit all users) flag and do our pipes.millert2-44/+127
1997-07-23Use _PATH_SKEYKEYS and fix a typo.millert1-5/+4
1997-07-23close keyfile nicely.millert1-1/+2
1997-07-23Add a seteuid() just in case someone decides to make this setuidmillert1-2/+4
1997-07-23copyrightmillert1-0/+32
1997-07-23Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys)millert3-0/+161