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
/
ssh
/
auth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-4
/
+4
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-2
/
+3
*
add RevokedHostKeys option for the client
djm
2014-12-04
1
-33
/
+29
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-2
/
+2
*
make the "Too many authentication failures" message include the
djm
2014-07-03
1
-1
/
+14
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-1
/
+5
*
Standardise logging of supplemental information during userauth. Keys
djm
2013-05-19
1
-4
/
+26
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-8
/
+8
*
Fix comment, from jfree.e1 at gmail
dtucker
2013-02-06
1
-2
/
+2
*
add support for Key Revocation Lists (KRLs). These are a compact way to
djm
2013-01-17
1
-2
/
+13
*
use correct string in error message; from rustybsd at gmx.fr
dtucker
2012-12-14
1
-3
/
+2
*
Fixes logging of partial authentication when privsep is enabled
djm
2012-12-02
1
-4
/
+8
*
new sshd_config option AuthorizedKeysCommand to support fetching
djm
2012-10-30
1
-15
/
+38
*
Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
dtucker
2012-05-13
1
-3
/
+4
*
Support "none" as an argument for AuthorizedPrincipalsFile to indicate
djm
2012-04-11
1
-2
/
+3
*
make secure_filename() spam debug logs less
djm
2011-05-23
1
-6
/
+3
*
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
djm
2011-05-23
1
-8
/
+2
*
remove support for authorized_keys2; it is a relic from the early days
djm
2011-05-11
1
-7
/
+1
*
automatically order the hostkeys requested by the client based on
djm
2010-11-29
1
-12
/
+18
*
use strict_modes already passed as function argument over referencing
djm
2010-11-23
1
-2
/
+2
*
enable certificates for hostbased authentication, from Iain Morgan;
djm
2010-08-04
1
-2
/
+2
*
queue auth debug messages for bad ownership or permissions on the user's
djm
2010-06-22
1
-1
/
+4
*
add some optional indirection to matching of principal names listed
djm
2010-05-07
1
-11
/
+30
*
make the warning for a revoked key louder and more noticable
djm
2010-03-05
1
-2
/
+3
*
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
djm
2010-03-04
1
-1
/
+30
*
unbreak ChrootDirectory+internal-sftp by skipping check for executable shell
djm
2010-02-09
1
-36
/
+21
*
when using ChrootDirectory, make sure we test for the existence of the
djm
2010-01-13
1
-3
/
+23
*
Fix a couple of typos/mispellings in comments
dtucker
2010-01-13
1
-2
/
+2
*
Output a debug if we can't open an existing keyfile. bz#1694, ok djm@
dtucker
2010-01-10
1
-2
/
+6
*
need unistd.h for close() prototype
djm
2008-11-04
1
-1
/
+2
*
Merge duplicate host key file checks, based in part on a patch from Rob
dtucker
2008-07-02
1
-2
/
+43
*
unifdef -DBSD_AUTH
djm
2007-09-21
1
-5
/
+1
*
missed include bits from last commit
djm
2007-08-23
1
-1
/
+2
*
unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@
djm
2007-08-23
1
-5
/
+1
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-6
/
+7
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
Add support for conditional directives to sshd_config via a "Match" keyword,
dtucker
2006-07-12
1
-1
/
+4
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+2
*
move #include <stdarg.h> out of includes.h; ok markus@
stevesk
2006-07-10
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+2
*
Prevent duplicate log messages when privsep=yes; ok djm@
dtucker
2006-03-30
1
-1
/
+6
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-7
/
+5
*
in a switch (), break after return or goto is stupid
deraadt
2006-03-20
1
-1
/
+0
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <sys/stat.h> out of includes.h; ok markus@
stevesk
2006-02-20
1
-1
/
+4
*
move #include <paths.h> out of includes.h; ok markus@
stevesk
2006-02-08
1
-1
/
+2
*
make this -Wsign-compare clean; ok avsm@ markus@
djm
2005-06-17
1
-2
/
+2
[next]