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
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
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-21
Make PermitOpen take a list of permitted ports and act more like most other
Darren Tucker
2006-07-19
Add ForceCommand keyword to sshd_config, equivalent to the "command="
Darren Tucker
2006-07-19
Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to
Darren Tucker
2006-07-17
Add PermitOpen directive to sshd_config which is equivalent to the
Darren Tucker
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-12
Add support for conditional directives to sshd_config via a "Match" keyword,
Darren Tucker
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-06
support arguments to Subsystem commands; ok markus@
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-19
Correct strdelim null test; ok djm@
Darren Tucker
2006-03-19
potential NULL pointer dereferences detected by Coverity
Damien Miller
2005-12-08
two changes to the new ssh tunnel support. this breaks compatibility
Reyk Floeter
[next]