Age | Commit message (Expand) | Author |
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 |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-08-06 | Unbreak sshd ListenAddress for bare IPv6 addresses. | Darren Tucker |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-05-16 | check return value from strdelim() for NULL (AddressFamily); mpech | Markus Friedl |
2005-03-10 | spacing | Theo de Raadt |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2004-12-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller |
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker |
2004-08-11 | Fix minor leak; "looks right" deraadt@ | Darren Tucker |
2004-07-11 | spaces | Theo de Raadt |
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-05-08 | make two tiny header files go away; djm ok | Theo de Raadt |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-09-29 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-05-15 | warn for unsupported config option. ok markus@ | Jakob Schlyter |
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter |
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander |