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
/
libexec
/
login_skey
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-02
Check auth_mkvalue(3) return value for NULL (malloc failure).
millert
1
-3
/
+9
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
2
-5
/
+5
2017-07-20
When login_skey was called for a user without skey, it crashed with
bluhm
1
-4
/
+6
2015-10-16
Implement real "flock" request and add it to userland programs that
millert
1
-1
/
+7
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-2
/
+2
2012-02-01
improve synopsis markup of login_* utilities; use a more standard
sobrado
1
-3
/
+3
2009-06-02
comment spelling fix: ARSGUSED -> ARGSUSED
jmeltzer
1
-2
/
+2
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
deraadt
1
-2
/
+2
2008-03-15
Repair the simple cases for msg_controllen where it should just be
deraadt
1
-2
/
+2
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
deraadt
1
-4
/
+7
2007-07-26
Remove the space after "Password:" in password prompts where echo is
millert
1
-3
/
+3
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-05-25
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
krw
1
-2
/
+2
2004-09-18
ARGSUSED signal handler
deraadt
1
-1
/
+3
2004-08-30
Use CMSG_SPACE when allocating space for the control message.
millert
1
-6
/
+6
2004-08-11
Rename confusing variable for readability's sake. No actual code changes.
millert
1
-3
/
+3
2004-08-08
spacing
deraadt
1
-2
/
+2
2004-08-05
Add support for passing an fd to the user's S/Key record back and
millert
2
-118
/
+150
2004-03-10
More checking for a NULL return value from getpass(). otto@ OK
millert
1
-2
/
+3
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
millert
1
-8
/
+12
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-22
/
+11
2002-09-06
ansi; ok millert pvalchev
deraadt
1
-8
/
+4
2002-08-28
o) start new sentence on a new line;
mpech
1
-2
/
+2
2002-07-14
Rewrite with more (and correct!) info, based on login_passwd.8.
millert
1
-54
/
+66
2002-06-28
minor indent cleanup
deraadt
1
-4
/
+4
2002-06-02
minor KNF
deraadt
1
-3
/
+3
2002-05-29
a few more strlcat
deraadt
1
-2
/
+2
2002-05-16
No longer needs to be setuid root.
millert
1
-2
/
+2
2002-03-13
login(8) -> login(1)
marc
1
-3
/
+3
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
-3
/
+3
2001-12-07
Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the database
millert
1
-5
/
+57
2001-12-06
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
millert
1
-3
/
+1
2001-10-24
getopt(3) returns -1 when out of args, not EOF.
mpech
1
-2
/
+2
2001-07-08
Remove extraneous .Pp after .Sh
millert
1
-2
/
+1
2001-06-25
Remove instance stuff now that su uses an explicit option to specify
millert
1
-7
/
+1
2001-06-20
Add an alarm to implement as timeout on the locked record.
millert
1
-4
/
+24
2000-12-12
skey login script; authenticates the user via S/Key
millert
3
-0
/
+303