Age | Commit message (Expand) | Author |
2007-05-17 | pass received SIGINT from monitor to postauth child so it can clean | Damien Miller |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl |
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat |
2006-08-06 | "zlib.h" can be <zlib.h>; ok djm@ markus@ | Kevin Steves |
2006-08-04 | spaces | Kevin Steves |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-08 | missed these from last commit: | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-20 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | small KNF | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-10-13 | KNF; ok djm@ | Kevin Steves |
2005-03-10 | spacing | Theo de Raadt |
2005-01-30 | Make code match intent; ok djm@ | Darren Tucker |
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker |
2004-06-22 | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ | Darren Tucker |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2004-05-09 | kill some more tiny files; ok deraadt@ | Damien Miller |
2004-02-05 | Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@ | Darren Tucker |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-18 | unbreak fake authloop for non-existent users (my screwup). Spotted and | Damien Miller |
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-12 | typos; dtucker at zip.com.au | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |