Age | Commit message (Expand) | Author |
2008-02-09 | Document the correct permissions for the ~/.ssh/ directory. | Ryan Thomas McBride |
2008-02-09 | missing `)'; | Jason McIntyre |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller |
2008-02-04 | link sftp-server into sshd; feedback and ok djm@ | Markus Friedl |
2008-01-31 | explain how to handle local file names containing colons; | Jason McIntyre |
2008-01-23 | Revert the change for bz #1307 as it causes connection aborts if an IGNORE | Darren Tucker |
2008-01-21 | when a remote write error occurs during an upload, ensure that ACKs for all | Damien Miller |
2008-01-21 | Remove the fixed 100 handle limit in sftp-server and allocate as many | Damien Miller |
2008-01-20 | When uploading, correctly handle the case of an unquoted filename with | Damien Miller |
2008-01-19 | promote rekeylimit to a int64 so it can hold the maximum useful limit | Damien Miller |
2008-01-19 | When we added support for specified bind addresses for port forwards, we | Damien Miller |
2008-01-19 | unbreak line numbering (broken in revision 1.164), fix error message | Damien Miller |
2008-01-19 | when hashing individual hosts (ssh-keygen -Hf hostname), make sure we | Damien Miller |
2008-01-19 | fix remote handle leak in do_download() local file open error path; | Damien Miller |
2008-01-19 | ignore SIGPIPE in multiplex client mode - we can receive this if the | Damien Miller |
2008-01-19 | fd leak on session multiplexing error path. Report and patch from | Damien Miller |
2008-01-19 | scp -q implies ssh -q for the underlying connection, it doesn't just | Damien Miller |
2008-01-19 | satisfy the pedants: -q does not suppress all diagnostic messages (e.g. | Damien Miller |
2008-01-11 | disable unused functions | Charles Longeau |
2008-01-01 | Allow PermitRootLogin in a Match block. Allows for, eg, permitting root | Darren Tucker |
2008-01-01 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2008-01-01 | spaces -> tabs from my previous commit | Darren Tucker |
2007-12-31 | When in inetd mode, have sshd generate a Protocol 1 ephemeral server | Darren Tucker |
2007-12-31 | Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch | Darren Tucker |
2007-12-28 | Use the correct packet maximum sizes for remote port and agent forwarding. | Darren Tucker |
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker |
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker |
2007-12-12 | unbreak lls command and add a regress test that would have caught the | Damien Miller |
2007-11-03 | avoid errno trashing in signal handler; ok dtucker | Theo de Raadt |
2007-11-03 | Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@ | Darren Tucker |
2007-11-03 | bz #1377: getpwuid results were being clobbered by another getpw* call | Theo de Raadt |
2007-11-03 | fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM; | Damien Miller |
2007-10-29 | clean up after previous macro removal; | Jason McIntyre |
2007-10-29 | Make LocalCommand work for Protocol 1 too; ok djm@ | Darren Tucker |
2007-10-29 | ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@ | Darren Tucker |
2007-10-29 | Send config block back to slave for invalid users too so options | Darren Tucker |
2007-10-29 | Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@ | Darren Tucker |
2007-10-29 | Allow build without -DGSSAPI; ok deraadt@ | Darren Tucker |
2007-10-24 | factor out network read/write into an atomicio()-like function, and use it | Damien Miller |
2007-10-24 | rework argument splitting and parsing to cope correctly with common shell | Damien Miller |
2007-10-22 | make sure that both the local and remote port are correct when | Markus Friedl |
2007-10-02 | handles zero-sized strings that fgets can return | Charles Longeau |
2007-09-29 | Remove unused prototype. ok djm@ | Darren Tucker |
2007-09-27 | Don't return -1 on error in dh_pub_is_valid(), since it evaluates | Ray Lai |
2007-09-25 | When adding a key that already exists, update the properties | Can Erkin Acar |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-09-21 | document KbdInteractiveAuthentication in ssh_config.5; | Damien Miller |
2007-09-16 | use off_t instead of u_int64_t for file offsets, matching what the | Damien Miller |
2007-09-13 | fix incorrect test when setting syslog facility; from Jan Pechanec | Damien Miller |
2007-09-12 | use xmalloc() and xfree(); ok markus@ pvalchev@ | Kevin Steves |