summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2010-03-01zap what seems to be a left-over debug message; ok markus@Otto Moerbeek
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-24Add $OpenBSD$ tags in comments, our portable-syncing scripts use theseDamien Miller
2010-02-21dlclose() call should also be #ifdef HAVE_DLOPENTheo de Raadt
2010-02-20unbreak build for NOPIC systems; noticed, help and ok deraadt@Markus Friedl
2010-02-19gcc2 requires decls before codeTheo de Raadt
2010-02-11correct commentDamien Miller
2010-02-11libarary -> library;Jason McIntyre
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-09enable PKCS#11 code; ok djmMarkus Friedl
2010-02-09fix whitespace; from jmc@Markus Friedl
2010-02-09add manpage; ok djm@Markus Friedl
2010-02-09unbreak ChrootDirectory+internal-sftp by skipping check for executable shellDamien Miller
2010-02-09constify the arguments to buffer_len, buffer_ptr and buffer_dumpDamien Miller
2010-02-09fix -WallDamien Miller
2010-02-09fallout from PKCS#11: unbreak -DDamien Miller
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08obsoleteMarkus Friedl
2010-02-08remove scardMarkus Friedl
2010-02-08remove obsole scard codeMarkus Friedl
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-02-02make buffer_get_string_ret() really non-fatal in all cases (it wasDamien Miller
2010-01-30fake local addr:port when stdio fowarding as some servers (Tectia atDamien Miller
2010-01-30debug output goes to stderr, not "the system log"; ok markus dtuckerDamien Miller
2010-01-30don't mark channel as read failed if it is already closing; suppressesDamien Miller
2010-01-29kill correct channel (was killing already-dead mux channel, notDamien Miller
2010-01-29set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.comDamien Miller
2010-01-28downgrade an error() to a debug() - this particular case can be hit inDamien Miller
2010-01-27add missing "p" flag to getopt optstring;Damien Miller
2010-01-27fix bug introduced in mux rewrite:Damien Miller
2010-01-26-Wuninitialized and remove a // comment; from portableDamien Miller
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2010-01-18s/long long unsigned/unsigned long long/, from tim via portableDarren Tucker
2010-01-17Correct and clarify ssh-add's password asking behavior.Ted Unangst
2010-01-15unusedMarkus Friedl
2010-01-15Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftpPhilip Guenthe
2010-01-14use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djmDarren Tucker
2010-01-13when using ChrootDirectory, make sure we test for the existence of theDamien Miller
2010-01-13sftp.1: put ls -h in the right placeJason McIntyre
2010-01-13don't append a space after inserting a completion of a directory (i.e.Damien Miller
2010-01-13avoid run-time failures when specifying hostkeys via a relativeDamien Miller
2010-01-13support '-h' (human-readable units) for sftp's ls command, just likeDamien Miller
2010-01-13Make HostBased authentication work with a ProxyCommand. bz #1569, patchDarren Tucker
2010-01-13Ignore and log any Protocol 1 keys where the claimed size is not equal toDarren Tucker
2010-01-13Fix a couple of typos/mispellings in commentsDarren Tucker
2010-01-12Add explicit stat so we reliably detect nologin with bad perms. ok djm markusDarren Tucker
2010-01-12add a buffer_get_string_ptr_ret() that does the same asDamien Miller
2010-01-12Do not allow logins if /etc/nologin exists but is not readable by the userDarren Tucker
2010-01-12delete with extreme prejudice a debug() that fired with every keypress;Damien Miller