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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move subprocess() from auth.c to misc.c
djm
2020-12-22
1
-7
/
+1
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-3
/
+1
*
remove last references to active_state
djm
2019-01-19
1
-5
/
+5
*
convert auth.c to new packet API
djm
2019-01-19
1
-6
/
+6
*
convert auth2.c to new packet API
djm
2019-01-19
1
-2
/
+2
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
switch over to the new authorized_keys options API and remove the
djm
2018-03-03
1
-5
/
+18
*
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
markus
2018-01-08
1
-1
/
+7
*
Move several subprocess-related functions from various locations to
djm
2017-08-18
1
-5
/
+1
*
refactor authentication logging
djm
2017-06-24
1
-14
/
+31
*
switch auth2 to ssh_dispatch API; ok djm@
markus
2017-05-30
1
-5
/
+5
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-13
/
+14
*
remove ssh1 server code; ok djm@
markus
2016-08-13
1
-16
/
+2
*
missing const in prototypes (ssh1)
markus
2016-05-04
1
-2
/
+3
*
refactor canohost.c: move functions that cache results closer to the
djm
2016-03-07
1
-1
/
+3
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-2
/
+2
*
remove prototypes for long-gone s/key support; ok dtucker@
djm
2015-11-11
1
-3
/
+1
*
whitespace at EOL
djm
2015-05-08
1
-2
/
+2
*
prevent authorized_keys options picked up on public key tests without
djm
2015-05-01
1
-2
/
+2
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-3
/
+4
*
correctly match ECDSA subtype (== curve) for offered/recevied
djm
2015-01-26
1
-3
/
+3
*
adapt kex to sshbuf and struct ssh; ok djm@
markus
2015-01-19
1
-6
/
+7
*
remember which public keys have been used for authentication and
djm
2014-12-22
1
-1
/
+8
*
make the "Too many authentication failures" message include the
djm
2014-07-03
1
-3
/
+2
*
remove experimental, never-enabled JPAKE code; ok markus@
djm
2014-01-29
1
-5
/
+1
*
add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
markus
2013-07-19
1
-1
/
+3
*
for hostbased authentication, print the client host and user on
djm
2013-06-21
1
-2
/
+3
*
Standardise logging of supplemental information during userauth. Keys
djm
2013-05-19
1
-3
/
+7
*
add submethod support to AuthenticationMethods; ok and freedback djm@
markus
2013-03-07
1
-2
/
+3
*
Fixes logging of partial authentication when privsep is enabled
djm
2012-12-02
1
-4
/
+5
*
Support multiple required authentication via an AuthenticationMethods
djm
2012-11-04
1
-1
/
+6
*
new sshd_config option AuthorizedKeysCommand to support fetching
djm
2012-10-30
1
-1
/
+5
*
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
djm
2011-05-23
1
-2
/
+2
*
remove support for authorized_keys2; it is a relic from the early days
djm
2011-05-11
1
-2
/
+1
*
allow GSSAPI authentication to detect when a server-side failure causes
djm
2011-03-10
1
-1
/
+2
*
add some optional indirection to matching of principal names listed
djm
2010-05-07
1
-1
/
+3
*
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
djm
2010-03-04
1
-1
/
+2
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-2
/
+3
*
remove unused define. markus@ ok.
fgsch
2009-08-15
1
-2
/
+1
*
Add support for an experimental zero-knowledge password authentication
djm
2008-11-04
1
-1
/
+5
*
Merge duplicate host key file checks, based in part on a patch from Rob
dtucker
2008-07-02
1
-3
/
+2
*
unifdef -DBSD_AUTH
djm
2007-09-21
1
-5
/
+1
*
login_cap.h doesn't belong here
djm
2007-08-23
1
-4
/
+1
*
delay authentication related cleanups until we're authenticated and
markus
2006-08-18
1
-1
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-9
/
+2
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
stevesk
2006-07-23
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-3
/
+8
*
replace the last non-sig_atomic_t flag used in a signal handler with a
djm
2006-04-20
1
-2
/
+2
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
[next]