Age | Commit message (Expand) | Author |
2008-01-19 | promote rekeylimit to a int64 so it can hold the maximum useful limit | Damien Miller |
2007-05-17 | djm owes me a vb and a tism cd for breaking ssh compilation | Jolan Luff |
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller |
2006-08-30 | Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL | Darren Tucker |
2006-08-18 | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-20 | missed some needed #include <unistd.h> when KERBEROS5=no; issue from | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl |
2006-05-08 | uint32_t -> u_int32_t (which we use everywhere else) | Damien Miller |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | 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-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller |
2006-02-20 | move #include <sys/stat.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-07 | move #include <sys/queue.h> out of includes.h; ok markus@ | Kevin Steves |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
2005-08-30 | destroy credentials if krb5_kuserok() call fails. Stops credentials being | Damien Miller |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl |
2004-01-19 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl |
2003-11-17 | return error on msg send/receive failure (rather than fatal); ok markus@ | Damien Miller |
2003-11-14 | cleanup and minor fixes for the client code; from Simon Wilkinson | Markus Friedl |
2003-11-02 | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | Markus Friedl |
2003-10-26 | rename 'supported' static var in userauth_gssapi() to 'gss_supported' | Anil Madhavapeddy |
2003-10-11 | search keys in reverse order; fixes #684 | Markus Friedl |
2003-10-07 | set ptr to NULL after free | Theo de Raadt |
2003-10-07 | Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707. | Darren Tucker |
2003-08-25 | fprintf->logit to silence login banner with "ssh -q"; ok markus@ | Damien Miller |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-22 | remove support for "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-05-15 | cleanup unregister of per-method packet handlers; ok djm@ | Markus Friedl |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl |
2003-05-12 | for pubkey authentication try the user keys in the following order: | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |