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
2024-09-15
add a "Match invalid-user" predicate to sshd_config Match options.
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2022-12-09
Add some server debugging for hostbased auth.
Darren Tucker
2022-06-03
move auth_openprincipals() and auth_openkeyfile() over to
Damien Miller
2022-05-27
split the low-level file handling functions out from auth2-pubkey.c
Damien Miller
2022-05-27
refactor authorized_keys/principals handling
Damien Miller
2022-04-26
Check sshauthopt_new() for NULL. bz#3425, from tessgauthier at
Darren Tucker
2022-02-23
randomise the password used in fakepw
Damien Miller
2021-07-05
Remove comment referencing now-removed RhostsRSAAuthentication. ok djm@
Darren Tucker
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-01-31
Add a sshd_config "Include" directive to allow inclusion of files.
Damien Miller
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-12-16
strdup may return NULL if memory allocation fails. Use the safer xstrdup
tobhe
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-10-16
potential NULL dereference for revoked hostkeys; reported by
Damien Miller
2019-10-02
remove some duplicate #includes
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
convert servconf.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-17
include time.h for time(3)/nanosleep(2); from Ian McKellar
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-09-12
log certificate fingerprint in authentication success/failure message
Damien Miller
2018-07-11
s/wuth/with/ in comment
Martijn van Duren
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
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
[next]