Age | Commit message (Expand) | Author |
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 |
2014-01-15 | Do not attempt to read .tmux.conf if we can't figure out a home | Nicholas Marriott |
2014-01-15 | Couple of fixes from cppcheck via Tiago Cunha. | Nicholas Marriott |
2014-01-15 | pipes mean read/write may short out. | Marc Espie |
2014-01-14 | most common pbkdf failure is no password, so check that first. | Ted Unangst |
2014-01-14 | rearrange the bottom of main so it is less of a "zoo". ok deraadt | Ted Unangst |
2014-01-14 | stick that last example in a display, and avoid linewrap; | Jason McIntyre |
2014-01-14 | this can be static | Ted Unangst |
2014-01-14 | stdlib.h for malloc. from Fritjof | Ted Unangst |
2014-01-14 | use a pipe, as intended, in the example | Christian Weisgerber |
2014-01-14 | update references to posix-2008, and point STANDARDS to some of the extension | Jason McIntyre |
2014-01-14 | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop | Philip Guenther |
2014-01-13 | Add the "next" keyword as an alias for "+ 1" for relative times. | Todd C. Miller |
2014-01-13 | Callers of get_state() and sole_reduction() always store the result | Todd C. Miller |
2014-01-13 | premature, only wanted to commit n: -> n | Marc Espie |
2014-01-13 | duh, -n does not take args | Marc Espie |
2014-01-13 | dang it! | Ted Unangst |
2014-01-13 | new day, new options. -m message and -x signature. | Ted Unangst |
2014-01-12 | we only write to writable files, so use O_WRONLY. | Ted Unangst |
2014-01-12 | add missing dash in -p option | Robert Peichaer |
2014-01-12 | improve release directory example | Theo de Raadt |
2014-01-12 | expand the "eval" description a little; from wiz@netbsd | Jason McIntyre |
2014-01-12 | avoid use of OpenSSL BIGNUM type and functions for KEX with | Damien Miller |
2014-01-12 | subtly improve an example | Theo de Raadt |
2014-01-11 | Remove useless use of strnlen(3). | Ingo Schwarze |
2014-01-11 | Check the return value of fstat() in readmsg(). | Lawrence Teo |
2014-01-10 | Use strtoul() to do octal and hex character conversion instead of | Todd C. Miller |
2014-01-10 | sort options | Theo de Raadt |
2014-01-10 | -c comment, for people who don't like the default. ok deraadt | Ted Unangst |
2014-01-10 | revert previous; height is never changed, but top is changed. | Stuart Henderson |
2014-01-10 | no Pp before or after Sh; | Jason McIntyre |