index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
skeyaudit
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-2
/
+2
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-2
/
+2
2016-04-02
Another use for fcntl() and thus of the superfluous 3rd parameter
krw
1
-10
/
+30
2015-11-01
Pledge; OK millert@
tim
1
-1
/
+9
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+2
2008-11-12
Usage -> usage.
sobrado
1
-2
/
+2
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2006-12-11
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert
deraadt
1
-1
/
+2
2005-10-26
3rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine.
millert
1
-2
/
+2
2005-07-06
- simplify SYNOPSIS
jmc
2
-5
/
+4
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-22
/
+11
2003-05-06
Don't call setusercontext() to change uid unless uid == 0; found by mpech@
millert
1
-2
/
+3
2003-05-06
While I'm here sync usage() w/ manual.
mpech
1
-2
/
+2
2003-05-02
o Don't close stdout in interactive mode; mpech@
millert
1
-5
/
+28
2003-04-30
Add missing period.
millert
1
-2
/
+2
2003-04-28
Don't try to close key.keyfile in -a mode, skeygetnext() will have
millert
1
-3
/
+1
2003-03-14
Replace strcpy() of a constant w/ strlcpy() for easy grepping;
millert
1
-2
/
+2
2003-03-06
date should be written formally: .Dd Month day, year
david
1
-2
/
+2
2002-05-29
Don't call fclose() on a NULL file handle; from markus@
millert
1
-26
/
+23
2002-05-16
Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory
millert
3
-17
/
+14
2002-02-16
Part 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.
millert
1
-4
/
+4
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
1
-2
/
+2
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
aaron
1
-2
/
+2
2000-09-20
Change the message if the S/Key sequence has expired. millert@ ok
pjanzen
1
-5
/
+13
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
millert
1
-27
/
+21
2000-07-06
Insert more missing .El directives. Our troff really should identify these and
aaron
1
-1
/
+2
2000-03-11
Various cleanups and standardizations.
aaron
1
-7
/
+6
2000-03-05
Finish standardizing options list introduction.
aaron
1
-4
/
+4
1999-06-05
- remove trailing white space
aaron
1
-3
/
+3
1998-09-27
usr.bin/ man page cleanups, n-s
aaron
1
-4
/
+4
1998-06-21
Remove the advertising clause in my old license, it impedes free use
millert
1
-5
/
+2
1997-09-21
$OpenBSD$
deraadt
1
-1
/
+1
1997-09-09
use setlogin(2).
millert
1
-1
/
+2
1997-07-24
Add -a (audit all users) flag and do our pipes.
millert
2
-44
/
+127
1997-07-23
Use _PATH_SKEYKEYS and fix a typo.
millert
1
-5
/
+4
1997-07-23
close keyfile nicely.
millert
1
-1
/
+2
1997-07-23
Add a seteuid() just in case someone decides to make this setuid
millert
1
-2
/
+4
1997-07-23
copyright
millert
1
-0
/
+32
1997-07-23
Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys)
millert
3
-0
/
+161