summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-01-30allow shutdown(2) syscall in sandbox - it may be called by packet_close()Damien Miller
2014-01-30fix various inconsistencies.Igor Sobrado
2014-01-30STANDARDS: at.allow/deny is xsi (same as cron);Jason McIntyre
2014-01-29I'm a bit dyslexic. Found out by Jan Klemkow. Thanks.Marc Espie
2014-01-29Unbreak ftp progress meter after the introduction of the '-D' flagDavid Coppa
2014-01-29document kbdinteractiveauthentication;Jason McIntyre
2014-01-29remove experimental, never-enabled JPAKE code; ok markus@Damien Miller
2014-01-29In the experimental, never-enabled JPAKE code: clear returned digest andDamien Miller
2014-01-29use kill(0, ...) instead of killpg(0, ...); on most operating systemsDamien Miller
2014-01-28Fix missing argument, stupid last minute changes...Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2014-01-28Remember the last active pane in the top-bottom or left-right cell soNicholas Marriott
2014-01-28rename digest.c to digest-openssl.c and add libc variant; ok djm@Markus Friedl
2014-01-28make description of gzip(1) exit status codes more accurate.Igor Sobrado
2014-01-28bit more info for the toplas article;Jason McIntyre
2014-01-28make it clear that -LV are no ops; ok millertJason McIntyre
2014-01-28kill some bad Pa;Jason McIntyre
2014-01-28fix typo: s/to/theAlexandre Ratchov
2014-01-28Remove section about server capability which was removedAlexandre Ratchov
2014-01-27Merge start-server into kill-server.Nicholas Marriott
2014-01-27replace openssl MD5 with our ssh_digest_*; ok djm@Markus Friedl
2014-01-27replace openssl HMAC with an implementation based on our ssh_digest_*Markus Friedl
2014-01-27Remove the no-op flags -L and -V from compress(1), these optionsTodd C. Miller
2014-01-27remove the no-op flags -L and -V from compress(1), these optionsIgor Sobrado
2014-01-26- document for uncompress and zcat exit status of 0 or >0 onlyJason McIntyre
2014-01-25provide a mnemonic for -s;Jason McIntyre
2014-01-25let EXIT STATUS breathe;Jason McIntyre
2014-01-25dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)Markus Friedl
2014-01-25note that posix marks this utility xsi;Jason McIntyre
2014-01-25cal appeared in v1; found by millertJason McIntyre
2014-01-25Add a special case for the DH group size for 3des-cbc, which has anDarren Tucker
2014-01-25Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.Claudio Jeker
2014-01-24Improve formatting of broken blocks in -Tman,Ingo Schwarze
2014-01-24exit1() needs to do a final aggregation of the thread's [us]ticksPhilip Guenther
2014-01-23hardware cecksummed counters -> software checksummed countersHenning Brauer
2014-01-23tweak previous;Jason McIntyre
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthNicholas Marriott
2014-01-22replace sensitive memsets with explicit_bzeroTed Unangst
2014-01-22Implement the \: (optional line break) escape sequence,Ingo Schwarze
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2014-01-22Do not permit periods in session names (colons are already banned). FromNicholas Marriott
2014-01-22Only exit copy mode at the bottom if no selection in progress, fromNicholas Marriott
2014-01-22fix an fd leakJonathan Gray
2014-01-22fix fd leaks in error pathsJonathan Gray
2014-01-22fix a leak in an error pathJonathan Gray
2014-01-22fix leaksJonathan Gray
2014-01-21fulfilling theo's wishesHenning Brauer
2014-01-21Treat the line after .Cd as a single argument.Ingo Schwarze
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze