summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-01-19Report the number of dropped ICMP error because the rate limit got exceeded.Claudio Jeker
2014-01-19fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocalDamien Miller
2014-01-19Cast socklen_t when comparing to size_t and use socklen_t to iterate overDarren Tucker
2014-01-19Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze
2014-01-19Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze
2014-01-18explicitly define USE_PIPES to 1 to prevent redefinition warnings in portableDarren Tucker
2014-01-18Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2014-01-17Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze
2014-01-17Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze
2014-01-17Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze
2014-01-17ctype and other sign extension fixes.Okan Demirmen
2014-01-17fix log message statvfs. ok djmDarren Tucker
2014-01-17remove unused includes. ok djm@Darren Tucker
2014-01-17Add a new example showing how to verify bsd.rd with signify and the newLawrence Teo
2014-01-17signed/unsigned comparison warning fix; from portableDamien Miller
2014-01-16Avoid size_t overflow in apprentice_map.Tobias Stoeckmann
2014-01-16openssh-6.5Damien Miller
2014-01-16needless and incorrect cast to size_t can break resumption ofDamien Miller
2014-01-15for STANDARDS, not that the ability to specify a month name as a singleJason McIntyre
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homeNicholas Marriott
2014-01-15Couple of fixes from cppcheck via Tiago Cunha.Nicholas Marriott
2014-01-15pipes mean read/write may short out.Marc Espie
2014-01-14most common pbkdf failure is no password, so check that first.Ted Unangst
2014-01-14rearrange the bottom of main so it is less of a "zoo". ok deraadtTed Unangst
2014-01-14stick that last example in a display, and avoid linewrap;Jason McIntyre
2014-01-14this can be staticTed Unangst
2014-01-14stdlib.h for malloc. from FritjofTed Unangst
2014-01-14use a pipe, as intended, in the exampleChristian Weisgerber
2014-01-14update references to posix-2008, and point STANDARDS to some of the extensionJason McIntyre
2014-01-14getnstr() returns KEY_RESIZE if there was a pending resize event, so loopPhilip Guenther
2014-01-13Add the "next" keyword as an alias for "+ 1" for relative times.Todd C. Miller
2014-01-13Callers of get_state() and sole_reduction() always store the resultTodd C. Miller
2014-01-13premature, only wanted to commit n: -> nMarc Espie
2014-01-13duh, -n does not take argsMarc Espie
2014-01-13dang it!Ted Unangst
2014-01-13new day, new options. -m message and -x signature.Ted Unangst
2014-01-12we only write to writable files, so use O_WRONLY.Ted Unangst
2014-01-12add missing dash in -p optionRobert Peichaer
2014-01-12improve release directory exampleTheo de Raadt
2014-01-12expand the "eval" description a little; from wiz@netbsdJason McIntyre
2014-01-12avoid use of OpenSSL BIGNUM type and functions for KEX withDamien Miller
2014-01-12subtly improve an exampleTheo de Raadt
2014-01-11Remove useless use of strnlen(3).Ingo Schwarze
2014-01-11Check the return value of fstat() in readmsg().Lawrence Teo
2014-01-10Use strtoul() to do octal and hex character conversion instead ofTodd C. Miller
2014-01-10sort optionsTheo de Raadt
2014-01-10-c comment, for people who don't like the default. ok deraadtTed Unangst
2014-01-10revert previous; height is never changed, but top is changed.Stuart Henderson
2014-01-10no Pp before or after Sh;Jason McIntyre