| Commit message (Expand) | Author | Age | Files | Lines |
* | add some optional indirection to matching of principal names listed |  djm | 2010-05-07 | 1 | -1/+2 |
* | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that |  djm | 2010-03-04 | 1 | -1/+3 |
* | Add support for certificate key types for users and hosts. |  djm | 2010-02-26 | 1 | -1/+4 |
* | avoid run-time failures when specifying hostkeys via a relative |  djm | 2010-01-13 | 1 | -1/+2 |
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced |  dtucker | 2010-01-09 | 1 | -3/+1 |
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. |  reyk | 2009-10-28 | 1 | -1/+3 |
* | make a2port() return -1 when it encounters an invalid port number |  djm | 2009-01-22 | 1 | -4/+4 |
* | Add support for an experimental zero-knowledge password authentication |  djm | 2008-11-04 | 1 | -1/+3 |
* | Add extended test mode (-T) and connection parameters for test mode (-C). |  dtucker | 2008-06-10 | 1 | -1/+2 |
* | Make the maximum number of sessions run-time controllable via |  djm | 2008-05-08 | 1 | -1/+3 |
* | Enable the AllowAgentForwarding option in sshd_config (global and match |  pyr | 2008-05-07 | 1 | -1/+2 |
* | rekey arc4random and OpenSSL RNG in postauth child |  djm | 2008-02-13 | 1 | -1/+4 |
* | add sshd_config ChrootDirectory option to chroot(2) users to a directory and |  djm | 2008-02-08 | 1 | -1/+3 |
* | Teach Match how handle config directives that are used before authentication. |  dtucker | 2007-02-19 | 1 | -2/+2 |
* | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, |  dtucker | 2006-08-14 | 1 | -1/+2 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+1 |
* | Make PermitOpen take a list of permitted ports and act more like most other |  dtucker | 2006-07-21 | 1 | -1/+3 |
* | Add ForceCommand keyword to sshd_config, equivalent to the "command=" |  dtucker | 2006-07-19 | 1 | -1/+3 |
* | Add support for conditional directives to sshd_config via a "Match" keyword, |  dtucker | 2006-07-12 | 1 | -3/+8 |
* | support arguments to Subsystem commands; ok markus@ |  djm | 2006-07-06 | 1 | -1/+2 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | Add support for tun(4) forwarding over OpenSSH, based on an idea and |  reyk | 2005-12-06 | 1 | -1/+3 |
* | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz |  djm | 2004-12-23 | 1 | -1/+2 |
* | re-exec sshd on accept(); initial work, final debugging and ok markus@ |  djm | 2004-06-24 | 1 | -3/+5 |
* | Add MaxAuthTries sshd config option; ok markus@ |  dtucker | 2004-05-23 | 1 | -1/+3 |
* | bz #815: implement ability to pass specified environment variables from the |  djm | 2004-04-27 | 1 | -1/+5 |
* | implement KerberosGetAFSToken server option. ok markus@, beck@ |  jakob | 2003-12-23 | 1 | -1/+3 |
* | rename keepalive to tcpkeepalive; the old name causes too much |  markus | 2003-12-09 | 1 | -2/+2 |
* | remove unused kerberos code; ok henning@ |  markus | 2003-09-01 | 1 | -3/+1 |
* | support GSS API user authentication; patches from Simon Wilkinson, |  markus | 2003-08-22 | 1 | -1/+3 |
* | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, |  markus | 2003-08-13 | 1 | -3/+1 |
* | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); |  markus | 2003-07-22 | 1 | -2/+1 |
* | deprecate VerifyReverseMapping since it's dangerous if combined |  markus | 2003-06-02 | 1 | -2/+2 |
* | always parse kerberos options. ok djm@ markus@ |  jakob | 2003-05-15 | 1 | -7/+1 |
* | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadt |  markus | 2002-07-30 | 1 | -1/+2 |
* | allow Compression=yes/no in sshd_config |  markus | 2002-06-20 | 1 | -1/+2 |
* | for unprivileged user, group do: |  stevesk | 2002-03-20 | 1 | -4/+1 |
* | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ |  stevesk | 2002-03-19 | 1 | -2/+1 |
* | integrate privilege separated openssh; its turned off by default for now. |  provos | 2002-03-18 | 1 | -1/+4 |
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add |  stevesk | 2002-03-04 | 1 | -2/+2 |
* | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ |  markus | 2002-01-29 | 1 | -2/+2 |
* | add X11UseLocalhost; ok markus@ |  stevesk | 2002-01-27 | 1 | -1/+2 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -4/+4 |
* | add -o to sshd, too. ok deraadt@ |  markus | 2001-12-06 | 1 | -1/+3 |
* | typo in comment |  stevesk | 2001-08-17 | 1 | -4/+4 |
* | deprecate CheckMail. ok markus@ |  jakob | 2001-08-16 | 1 | -2/+1 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -14/+4 |
* | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok |  dugsong | 2001-06-26 | 1 | -4/+6 |
* | prototype pedant. not very creative... |  itojun | 2001-06-26 | 1 | -4/+4 |
* | get rid of known_hosts2, use it for hostkey lookup, but do not modify. |  markus | 2001-06-23 | 1 | -3/+3 |