Age | Commit message (Expand) | Author |
2010-01-15 | unused | Markus Friedl |
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe |
2010-01-14 | use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm | Darren Tucker |
2010-01-14 | Document swap-pane -d. | Nicholas Marriott |
2010-01-14 | Permit S- prefix on keys for shift. Relatively few terminals support this | Nicholas Marriott |
2010-01-14 | Use a more accurate algorithm to calculate clock tick duration | Alexandre Ratchov |
2010-01-14 | Use -C option to specify recorded channel range instead of -c which | Alexandre Ratchov |
2010-01-14 | Similar fix for default route printing as done in netstat. Make sure mask | Claudio Jeker |
2010-01-13 | when using ChrootDirectory, make sure we test for the existence of the | Damien Miller |
2010-01-13 | sftp.1: put ls -h in the right place | Jason McIntyre |
2010-01-13 | Rename s/safile/siofile/g, missed when libsa was renamed to | Alexandre Ratchov |
2010-01-13 | don't append a space after inserting a completion of a directory (i.e. | Damien Miller |
2010-01-13 | avoid run-time failures when specifying hostkeys via a relative | Damien Miller |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
2010-01-13 | Ignore and log any Protocol 1 keys where the claimed size is not equal to | Darren Tucker |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-12 | Update to ncurses 5.7, with local changes reapplied. | Nicholas Marriott |
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | Alexandre Ratchov |
2010-01-12 | Add explicit stat so we reliably detect nologin with bad perms. ok djm markus | Darren Tucker |
2010-01-12 | two corrections from David A. Holland (netbsd -r1.24 of calendar.history); | Jason McIntyre |
2010-01-12 | add a buffer_get_string_ptr_ret() that does the same as | Damien Miller |
2010-01-12 | Do not allow logins if /etc/nologin exists but is not readable by the user | Darren Tucker |
2010-01-12 | delete with extreme prejudice a debug() that fired with every keypress; | Damien Miller |
2010-01-12 | avoid spinning when fd passing on nonblocking sockets by calling poll() | Damien Miller |
2010-01-12 | Fix bug introduced in r1.78 (incorrect brace location) that broke key auth. | Darren Tucker |
2010-01-11 | key should be an int not a char. | Nicholas Marriott |
2010-01-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-11 | when converting keys, truncate key comments at 72 chars as per RFC4716; | Damien Miller |
2010-01-11 | "default" routes need a mask of 0 too. | David Gwynne |
2010-01-11 | Do not prompt for a passphrase if we fail to open a keyfile, and log the | Darren Tucker |
2010-01-11 | Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single | Darren Tucker |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-10 | Output a debug if we can't open an existing keyfile. bz#1694, ok djm@ | Darren Tucker |
2010-01-10 | Add ChrootDirectory to sshd.c test-mode output | Darren Tucker |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2010-01-09 | Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execs | Darren Tucker |
2010-01-09 | Prevent sftp from derefing a null pointer when given a "-" without a command. | Darren Tucker |
2010-01-09 | Remove a PRIu64 format string that snuck in with roaming. ok djm@ | Darren Tucker |
2010-01-09 | quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we | Damien Miller |
2010-01-09 | bad place to forget a comma... | Jason McIntyre |
2010-01-09 | Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@ | Claudio Jeker |
2010-01-09 | tweak language | Damien Miller |
2010-01-09 | add a 'read-only' mode to sftp-server(8) that disables open in write mode | Damien Miller |
2010-01-08 | Fix two warnings: possibly used unitialized and use a nul byte instead of | Darren Tucker |
2010-01-08 | $OpenBSD$ not $Id$ | Nicholas Marriott |
2010-01-08 | Don't leak memory after strdup() in makedirs(). | Owain Ainsworth |