index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth.c
Age
Commit message (
Expand
)
Author
2018-06-06
permitlisten option for authorized_keys; ok markus@
Damien Miller
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-05-25
Do not ban PTY allocation when a sshd session is restricted because
Damien Miller
2018-03-12
add valid-before="[time]" authorized_keys option. A simple way of
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2017-09-12
refactor channels.c
Damien Miller
2017-08-18
Move several subprocess-related functions from various locations to
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-05-17
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
Damien Miller
2016-12-15
Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net,
Darren Tucker
2016-11-08
unbreak DenyUsers; reported by henning@
Damien Miller
2016-11-06
Validate address ranges for AllowUser/DenyUsers at configuration load
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-06-15
Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward and
Darren Tucker
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2015-08-21
fix inverted logic that broke PermitRootLogin;
Damien Miller
2015-08-06
add prohibit-password as a synonymn for without-password, since the
Theo de Raadt
2015-05-01
make handling of AuthorizedPrincipalsFile=none more consistent
Damien Miller
2015-02-25
don't leak validity of user in "too many authentication failures"
Damien Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-07-03
make the "Too many authentication failures" message include the
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2013-05-19
Standardise logging of supplemental information during userauth. Keys
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-02-06
Fix comment, from jfree.e1 at gmail
Darren Tucker
2013-01-17
add support for Key Revocation Lists (KRLs). These are a compact way to
Damien Miller
2012-12-14
use correct string in error message; from rustybsd at gmx.fr
Darren Tucker
2012-12-02
Fixes logging of partial authentication when privsep is enabled
Damien Miller
2012-10-30
new sshd_config option AuthorizedKeysCommand to support fetching
Damien Miller
2012-05-13
Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
Darren Tucker
2012-04-11
Support "none" as an argument for AuthorizedPrincipalsFile to indicate
Damien Miller
2011-05-23
make secure_filename() spam debug logs less
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-11
remove support for authorized_keys2; it is a relic from the early days
Damien Miller
2010-11-29
automatically order the hostkeys requested by the client based on
Damien Miller
2010-11-23
use strict_modes already passed as function argument over referencing
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-06-22
queue auth debug messages for bad ownership or permissions on the user's
Damien Miller
2010-05-07
add some optional indirection to matching of principal names listed
Damien Miller
2010-03-05
make the warning for a revoked key louder and more noticable
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-02-09
unbreak ChrootDirectory+internal-sftp by skipping check for executable shell
Damien Miller
2010-01-13
when using ChrootDirectory, make sure we test for the existence of the
Damien Miller
2010-01-13
Fix a couple of typos/mispellings in comments
Darren Tucker
2010-01-10
Output a debug if we can't open an existing keyfile. bz#1694, ok djm@
Darren Tucker
[next]