Age | Commit message (Expand) | Author |
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 |
2014-01-20 | Keep words after .Ic together in a single argument. | Ingo Schwarze |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@ | Damien Miller |
2014-01-19 | Fix .Ar macro abuse; found with mandocdb(8). | Ingo Schwarze |
2014-01-19 | newqueue support for the queue view, code mostly from pfctl. lifting done | Henning Brauer |
2014-01-19 | do not truncate strlcpy/snprintf, fail hard and proper | Theo de Raadt |
2014-01-19 | Always compare arch case-insensitively. | Ingo Schwarze |
2014-01-19 | Avoid the risk of trying to modify a literal string. | Ingo Schwarze |
2014-01-19 | Always store the arch in lower-case only. | Ingo Schwarze |
2014-01-19 | better error message for readpassphrase. from fritjof. ok deraadt | Ted Unangst |
2014-01-19 | - statics -> statistics | Jason McIntyre |
2014-01-19 | Cast the sizeof to socklen_t so it'll work even if the supplied len is | Darren Tucker |
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze |
2014-01-19 | A SYNOPSIS should not attempt to provide examples, so trim it; | Ingo Schwarze |
2014-01-19 | Report the number of dropped ICMP error because the rate limit got exceeded. | Claudio Jeker |
2014-01-19 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal | Damien Miller |
2014-01-19 | Cast socklen_t when comparing to size_t and use socklen_t to iterate over | Darren Tucker |
2014-01-19 | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze |
2014-01-19 | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze |
2014-01-18 | explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable | Darren Tucker |
2014-01-18 | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2014-01-17 | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze |
2014-01-17 | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze |
2014-01-17 | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze |
2014-01-17 | ctype and other sign extension fixes. | Okan Demirmen |
2014-01-17 | fix log message statvfs. ok djm | Darren Tucker |
2014-01-17 | remove unused includes. ok djm@ | Darren Tucker |
2014-01-17 | Add a new example showing how to verify bsd.rd with signify and the new | Lawrence Teo |
2014-01-17 | signed/unsigned comparison warning fix; from portable | Damien Miller |
2014-01-16 | Avoid size_t overflow in apprentice_map. | Tobias Stoeckmann |
2014-01-16 | openssh-6.5 | Damien Miller |
2014-01-16 | needless and incorrect cast to size_t can break resumption of | Damien Miller |
2014-01-15 | for STANDARDS, not that the ability to specify a month name as a single | Jason McIntyre |