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
/
servconf.c
Age
Commit message (
Expand
)
Author
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-09-30
prevent free() of string in .rodata when overriding AuthorizedKeys in
Damien Miller
2010-09-22
add a KexAlgorithms knob to the client and server configuration to allow
Damien Miller
2010-09-01
pick up ECDSA host key by default; ok djm@
Christian Weisgerber
2010-06-22
expose some more sshd_config options inside Match blocks:
Damien Miller
2010-05-07
add some optional indirection to matching of principal names listed
Damien Miller
2010-03-25
from portable: getcwd(NULL, 0) doesn't work on all platforms, so
Damien Miller
2010-03-12
do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths
Markus Friedl
2010-03-12
unbreak AuthorizedKeys option with a $HOME-relative path; reported by
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2010-01-13
avoid run-time failures when specifying hostkeys via a relative
Damien Miller
2010-01-10
Add ChrootDirectory to sshd.c test-mode output
Darren Tucker
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-29
Rename RDomain config option to RoutingDomain to be more clear and
Kevin Steves
2009-12-25
validate routing domain is in range 0-RT_TABLEID_MAX.
Kevin Steves
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-10-08
disable protocol 1 by default (after a transition period of about 10 years)
Markus Friedl
2009-04-14
Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...
Janne Johansson
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-12-09
channel_print_adm_permitted_opens() should deal with all the printing
Kevin Steves
2008-11-11
USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing
Kevin Steves
2008-11-05
passord -> password;
Jason McIntyre
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-11-03
include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
Damien Miller
2008-10-09
support setting PermitEmptyPasswords in a Match block
Damien Miller
2008-07-23
do not try to print options that have been compile-time disabled
Damien Miller
2008-07-04
support negation of groups in "Match group" block (bz#1315); ok dtucker@
Damien Miller
2008-07-02
increase default size of ssh protocol 1 ephemeral key from 768 to 1024
Damien Miller
2008-06-15
Allow MaxAuthTries within a Match block. ok djm@
Darren Tucker
2008-06-10
support CIDR address matching in .ssh/authorized_keys from="..." stanzas
Damien Miller
2008-06-10
Add extended test mode (-T) and connection parameters for test mode (-C).
Darren Tucker
2008-06-10
support CIDR address matching in sshd_config "Match address" blocks, with
Damien Miller
2008-05-08
Make the maximum number of sessions run-time controllable via
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2008-05-07
Enable the AllowAgentForwarding option in sshd_config (global and match
Pierre-Yves Ritschard
2008-02-10
delay ~ expansion for ChrootDirectory so it expands to the logged-in user's
Damien Miller
2008-02-08
add sshd_config ChrootDirectory option to chroot(2) users to a directory and
Damien Miller
2008-01-01
Allow PermitRootLogin in a Match block. Allows for, eg, permitting root
Darren Tucker
2007-12-31
Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch
Darren Tucker
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2007-04-23
Remove debug() left over from development. ok deraadt@
Darren Tucker
2007-03-09
Move C/R -> kbdint special case to after the defaults have been
Darren Tucker
2007-03-01
Remove ChallengeResponseAuthentication support inside a Match
Darren Tucker
2007-02-22
Check activep so Match and GatewayPorts work together; ok markus@
Darren Tucker
2007-02-19
Teach Match how handle config directives that are used before authentication.
Darren Tucker
2006-12-14
Make "PermitOpen all" first-match within a block to match the way other
Darren Tucker
2006-12-13
Make PermitOpen work with multiple values like the man pages says. bz #1267
Darren Tucker
2006-08-14
Add ability to match groups to Match keyword in sshd_config. Feedback djm@,
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
[next]