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-options.h
Age
Commit message (
Expand
)
Author
2021-07-23
make authorized_keys environment="..." directives first-match-wins
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-07-09
cap the number of permiopen/permitlisten directives we're willing to
Damien Miller
2018-06-06
permitlisten option for authorized_keys; ok markus@
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-03-03
Introduce a new API for handling authorized_keys options. This API
Damien Miller
2017-05-31
make sure we don't pass a NULL string to vfprintf (triggered by the
Markus Friedl
2016-11-30
When a forced-command appears in both a certificate and an
Damien Miller
2015-01-14
swith auth-options to new sshbuf/sshkey; ok djm@
Markus Friedl
2010-05-07
add some optional indirection to matching of principal names listed
Damien Miller
2010-04-16
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2008-03-26
add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2002-07-21
remove invalid comment
Kevin Steves
2002-03-04
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
Kevin Steves
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-06-26
prototype pedant. not very creative...
Jun-ichiro itojun Hagino
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-20
pass the filename to auth_parse_options()
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-10-16
Add idents for files which lack them
Damien Miller
2000-10-11
clear auth options unless auth sucessfull
Markus Friedl
2000-09-07
some more Copyright fixes
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-18
split auth-rsa option parsing into auth-options
Markus Friedl