summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-02-22Don't complain if IdentityFiles specified in system-wide configs are missing.Darren Tucker
2013-02-19Add a STANDARDS section to list RFC's related to the FTP protocolLawrence Teo
2013-02-19Remove bogus include. ok djmDarren Tucker
2013-02-19Add missing trailing slash on the :S modifier in the BUGS section.William Yodlowsky
2013-02-18Report unlink() errors unless ENOENT; especially useful in case of read-onlyMiod Vallat
2013-02-18Fix after last commit: add missing header.Federico G. Schwindt
2013-02-17Keep track of which IndentityFile options were manually supplied and whichDarren Tucker
2013-02-17Fix line counting when using forward-paragraph and backward-paragraph.lum
2013-02-17Replace hand rolled TAILQ_REMOVE with example from queue(3).Florian Obser
2013-02-15turns out if a line ends with a $, the var module will run off the cliffMarc Espie
2013-02-15cleanup undo history in revert-bufferFlorian Obser
2013-02-15ARPANET -> InternetLawrence Teo
2013-02-15Warn more loudly if an IdentityFile provided by the user cannot be read.Darren Tucker
2013-02-14Correct error message that had a typo and was logging the wrong thing;Damien Miller
2013-02-12Reflect the -f option in last's output. Original diff from Jacob L. Leifman.lum
2013-02-11Add openssl version to debug output similar to the client. ok markus@Darren Tucker
2013-02-10record "Received disconnect" messages at ERROR rather than INFO priority,Damien Miller
2013-02-10append to moduli file when screening candidates rather than overwriting.Damien Miller
2013-02-10openssh 6.2Markus Friedl
2013-02-10Grammar nits.lum
2013-02-09'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks!Kenneth R Westerback
2013-02-08fix NULL deref when built without libedit and control charactersDamien Miller
2013-02-06Fix comment, from jfree.e1 at gmailDarren Tucker
2013-02-06Change default of MaxStartups to 10:30:100 to start doing random earlyDarren Tucker
2013-02-05netstat -vP also shows the new struct sockbuf field sb_flagsintr.Alexander Bluhm
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-02-05Don't set some string formats if the string is NULL.Nicholas Marriott
2013-02-04In rbrepair(), make sure we never try to change the color of theTodd C. Miller
2013-02-04synch with reality, okay jmc@Marc Espie
2013-02-02m68k has switched to ELF.Brad Smith
2013-02-01if a device doesn't respond within two seconds, then just close itAlexandre Ratchov
2013-02-01update currency exchange rates;Jason McIntyre
2013-02-01m88k has switched to ELF and has shared libs.Brad Smith
2013-01-30Unused variable/type nit from Thomas Adam.Nicholas Marriott
2013-01-27actually use the xrealloc() return value; spotted by xi.wang AT gmail.comDamien Miller
2013-01-26remove ACSS, now that it is gone from libcrypto tooDamien Miller
2013-01-25redo last commit without the vi-vomit that snuck in:Damien Miller
2013-01-25Revert last. Breaks due to likely typo. Let djm@ fix later.Kenneth R Westerback
2013-01-24skip serial lookup when cert's serial number is zeroDamien Miller
2013-01-24fix handling of (unused) KRL signatures; skip string in correct bufferDamien Miller
2013-01-20remove obsolete BUGS (cmp is not run internally); ok ottoJason McIntyre
2013-01-19Don't spin in ttgetc when stdin is lost (found by benno@).Florian Obser
2013-01-19RB_INSERT does not remove existing elments; ok djm@Markus Friedl
2013-01-19fix some formatting; ok djmJason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18Document $OpenBSD$ and teach ci's -k option to parse it tooPhilip Guenther
2013-01-18Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.Philip Guenther
2013-01-18add -Q to the options list; ok djmJason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-18-u before -V in usage();Jason McIntyre