summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-12-10Specify SOCKS version in error messages. ok deraadt@mmcc
2015-12-10Remove NULL-checks before free().mmcc
2015-12-10Map SOCKS error codes to error strings. With input from deraadt@mmcc
2015-12-10Fix a couple "the the" typos. ok dtucker@mmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Remove NULL-check before free(). ok tb@mmcc
2015-12-09Remove NULL-check before free().mmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-12-09include unistd.h for pledge() and err.h for err.h for err()Jonathan Gray
2015-12-08Remove NULL-checks before free(). ok tb@mmcc
2015-12-08pledge nc better - Load the certificate into memory and then do the pledge,Bob Beck
2015-12-08semarie noticed that auth failures don't set errno. just print a genericTed Unangst
2015-12-08Support -a <auth_style> in doas(1). Allows specifying a non-default authStuart Henderson
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-12-08Spacing nits.Nicholas Marriott
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-12-08UTF-8 support: implement -m for character countingIngo Schwarze
2015-12-08Use ^= instead of a verbose alternative. ok nicm@mmcc
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-12-07stricter encoding type checks for ssh-rsa; ok djm@Markus Friedl
2015-12-07Represent line numbers with off_t rather than int. This preventsmmcc
2015-12-07tweak the code a bit and add a -w option to display day of week.Marc Espie
2015-12-07delete pointless setlocale(3) call;Ingo Schwarze
2015-12-07Yet another missed ferror callMarc Espie
2015-12-07reset the slowaccept flag in sock_close()Alexandre Ratchov
2015-12-07Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffNicholas Marriott
2015-12-07Get rid of modulo bias and replace the naive shuffle by thetb
2015-12-06Fix qsort() comparison functions:Philip Guenther
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06document LC_CTYPE; feedback and OK jmc@Ingo Schwarze
2015-12-06Use ENVIRONMENT rather than CAVEATS to document LC_CTYPE.Ingo Schwarze
2015-12-05Fix previous by using the right argument name.mmcc
2015-12-05Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, soKenneth R Westerback
2015-12-05Send bad whitespace to the attic.Kenneth R Westerback
2015-12-05Silence gcc whining about using 'serrno' uninitialized by initializingKenneth R Westerback
2015-12-05prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@Markus Friedl
2015-12-05yet another feof check, just to be sure.Marc Espie
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05Fix an incorrect use of sizeof(pointer) by removing it and switchingJonathan Gray
2015-12-04Properly handle invalid %-format by calling fatal.Tobias Stoeckmann
2015-12-04Document that the -M option doesn't save a backup when passed ''. Alsommcc
2015-12-04remove -i from SYNOPSIS and usage();Jason McIntyre
2015-12-04read_hints should also protect against ferror.Marc Espie
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-12-04cap_mkdb no longer needs to understand terminfo files, so remove -i.Nicholas Marriott
2015-12-04polishingTed Unangst