Age | Commit message (Expand) | Author |
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-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | Add port identifier to known_hosts for non-default ports, based originally | Darren Tucker |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-05 | move #include <netinet/in.h> out of includes.h; ok deraadt@ | Kevin Steves |
2006-07-03 | move #include "version.h" out of includes.h; ok markus@ | Kevin Steves |
2006-06-14 | limit the number of pre-banner characters we will accept; ok markus@ | Damien Miller |
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-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-04-20 | simplify; ok djm@ | Markus Friedl |
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 | be strict with tolower() casting | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | Kevin Steves |
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-08 | <openssl/bn.h> not needed | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-15 | make external definition static; ok deraadt@ | Kevin Steves |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-07-16 | spacing | Damien Miller |
2005-06-17 | Fix ControlPath's %p expanding to "0" for a default port, | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2005-03-10 | spacing | Theo de Raadt |
2005-03-02 | fix addition of new hashed hostnames when CheckHostIP=yes; | Damien Miller |
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller |
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2004-01-25 | reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) | Damien Miller |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-12 | update SSHFP validation. ok markus@ | Jakob Schlyter |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-11-03 | do not free static type pointer in warn_changed_key() | Jakob Schlyter |
2003-11-03 | move changed key warning into warn_changed_key(). ok markus@ | Jakob Schlyter |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl |
2003-06-29 | memset 0, not \0; andrushock@korovino.net | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-11 | clean up check_host_key() and improve SSHFP feedback. ok markus@ | Jakob Schlyter |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller |
2003-05-26 | fix format strings; ok markus@ | Damien Miller |