Age | Commit message (Expand) | Author |
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 |
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 |