Age | Commit message (Expand) | Author |
2008-05-06 | - put the description of -O in the right place | Jason McIntyre |
2008-05-06 | We have to check if server_argc is 1 instead of lesser than 0 to see if | Tobias Stoeckmann |
2008-05-06 | allow setting of TCP send/receive buffer sizes; ok markus@ | Damien Miller |
2008-05-01 | In the main loop, do not call wait() if there is no child process yet; | Miod Vallat |
2008-04-30 | add two missing prototypes. | Federico G. Schwindt |
2008-04-30 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by | Damien Miller |
2008-04-29 | garbage collect two unused fields in struct mm_master; ok markus@ | Otto Moerbeek |
2008-04-28 | plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, | Otto Moerbeek |
2008-04-27 | o if no argument is passed to cddbinfo, treat it as 0 in order to print | Federico G. Schwindt |
2008-04-27 | Add section n for Tcl/Tk related pages. | Deanna Phillips |
2008-04-27 | Correct English. | Joel Sing |
2008-04-26 | use correct printf format for size_t (debug only code) | Otto Moerbeek |
2008-04-26 | Duplicate envstr and free it on error instead of allocating for | Ray Lai |
2008-04-25 | update the example: using "play.block_size" instead of "blocksize" is now | Alexandre Ratchov |
2008-04-25 | display count of playback frame errors (underruns) in play.errors like we | Jacob Meuser |
2008-04-25 | -a flag is deprecated, remove it from an example. | Jacob Meuser |
2008-04-24 | Prevent overflow of cmd_argv if RCS_INIT and command line arguments | Tobias Stoeckmann |
2008-04-24 | Use a fixed string in case of vasprintf() error instead of relying on | Tobias Stoeckmann |
2008-04-23 | Move code around to remove a warning. Clarifies the code for both | Ray Lai |
2008-04-19 | Decrement len variable after removing newline, prevents copying the | Ray Lai |
2008-04-18 | remove unneccessary parentheses | Damien Miller |
2008-04-18 | Properly check memory allocation in client code. While at it, unified | Tobias Stoeckmann |
2008-04-18 | If memory allocation fails during error message buffering, print all hold | Tobias Stoeckmann |
2008-04-18 | tweaks; | Jason McIntyre |
2008-04-18 | macro fixage; | Jason McIntyre |
2008-04-18 | Allow cal to show week numbers. Switch between sunday based week numbering | Pierre-Yves Ritschard |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2008-04-13 | - remove code that was rendered pointless by the last commit | Jacob Meuser |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-12 | Protect errno from being trashed by other functions. | Ray Lai |
2008-04-11 | Add directory for sparc64 build. | Stefan Kempf |
2008-04-11 | OpenBSD tag is enough. | Stefan Kempf |
2008-04-11 | add a commented out entry that disables the lecture blurb the first | Thordur I. Bjornsson |
2008-04-11 | Sync with master repo. Reminded by otto@ | Stefan Kempf |
2008-04-11 | Pass output to groff instead of troff so we end up with postscript | Todd C. Miller |
2008-04-10 | Introduce the -m flag which shows weeks as starting on mondays. | Pierre-Yves Ritschard |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2008-04-05 | HostbasedAuthentication is supported under Match too | Damien Miller |
2008-04-04 | oops, some unrelated stuff crept into that commit - backout. | Damien Miller |
2008-04-04 | ChrootDirectory is supported in Match blocks (in fact, it is most useful | Damien Miller |
2008-04-03 | openssh-5.0 | Damien Miller |
2008-04-02 | avoid possible hijacking of x11-forwarded connections (back out 1.183) | Markus Friedl |
2008-04-02 | using getpwent() in a loop is so 1980; ok millert | Theo de Raadt |
2008-03-28 | - minor ansification | Jasper Lievisse Adriaanse |
2008-03-27 | remove trailing whitespace; | Jason McIntyre |
2008-03-27 | openssh-4.9 | Damien Miller |
2008-03-26 | Fix RCS ident | Damien Miller |
2008-03-26 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc | Damien Miller |
2008-03-25 | last patch had backwards test; spotted by termim AT gmail.com | Damien Miller |
2008-03-25 | ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; | Damien Miller |