summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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-14Document swap-pane -d.Nicholas Marriott
2010-01-14Permit S- prefix on keys for shift. Relatively few terminals support thisNicholas Marriott
2010-01-14Use a more accurate algorithm to calculate clock tick durationAlexandre Ratchov
2010-01-14Use -C option to specify recorded channel range instead of -c whichAlexandre Ratchov
2010-01-14Similar fix for default route printing as done in netstat. Make sure maskClaudio Jeker
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-13Rename s/safile/siofile/g, missed when libsa was renamed toAlexandre Ratchov
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-12Update to ncurses 5.7, with local changes reapplied.Nicholas Marriott
2010-01-12save errno wrapping in a signal handlerTheo de Raadt
2010-01-12check for bogus clock ticks sent by the device; helps trackingAlexandre Ratchov
2010-01-12When attaching a new stream, if the "extra" latency is zero, thenAlexandre Ratchov
2010-01-12Add explicit stat so we reliably detect nologin with bad perms. ok djm markusDarren Tucker
2010-01-12two corrections from David A. Holland (netbsd -r1.24 of calendar.history);Jason McIntyre
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
2010-01-12avoid spinning when fd passing on nonblocking sockets by calling poll()Damien Miller
2010-01-12Fix bug introduced in r1.78 (incorrect brace location) that broke key auth.Darren Tucker
2010-01-11key should be an int not a char.Nicholas Marriott
2010-01-11When resuming from suspend, prime play buffers with silence,Alexandre Ratchov
2010-01-11when 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-11Do not prompt for a passphrase if we fail to open a keyfile, and log theDarren Tucker
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-10Output a debug if we can't open an existing keyfile. bz#1694, ok djm@Darren Tucker
2010-01-10Add ChrootDirectory to sshd.c test-mode outputDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2010-01-09Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execsDarren Tucker
2010-01-09Prevent sftp from derefing a null pointer when given a "-" without a command.Darren Tucker
2010-01-09Remove a PRIu64 format string that snuck in with roaming. ok djm@Darren Tucker
2010-01-09quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since weDamien Miller
2010-01-09bad place to forget a comma...Jason McIntyre
2010-01-09Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@Claudio Jeker
2010-01-09tweak languageDamien Miller
2010-01-09add a 'read-only' mode to sftp-server(8) that disables open in write modeDamien Miller
2010-01-08Fix two warnings: possibly used unitialized and use a nul byte instead ofDarren Tucker
2010-01-08$OpenBSD$ not $Id$Nicholas Marriott
2010-01-08Don't leak memory after strdup() in makedirs().Owain Ainsworth