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