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