Age | Commit message (Expand) | Author |
2021-05-22 | In revision 1.95 of cgi.c, a meta viewport element was added to the HTML output. | anton |
2021-05-19 | restore blocking status on stdio fds before close | Damien Miller |
2021-05-18 | When looking for column separators on tbl(7) data lines, properly skip | Ingo Schwarze |
2021-05-17 | Reshuffle if conditions to check for error first after the fstat() calls. | Claudio Jeker |
2021-05-17 | Do not leak blk.blks in error condition. | Claudio Jeker |
2021-05-17 | Adjust exit codes in the main program to follow the ones from rsync. | Claudio Jeker |
2021-05-17 | Error out on memory failures in fargs_cmdline() and addargs() in both | Claudio Jeker |
2021-05-17 | If pledge() or unveil() fails error out with ERR_IPC. Also error out in | Claudio Jeker |
2021-05-17 | Introduce some error exit codes which are in sync with the ones from | Claudio Jeker |
2021-05-17 | Sync code with the original from mkdir(1). | Claudio Jeker |
2021-05-17 | The openat() then fstat() pattern only works if one is sure the file being | Claudio Jeker |
2021-05-17 | fix breakage of -W forwaring introduced in 1.554; reported by | Damien Miller |
2021-05-17 | Regenerate moduli. | Darren Tucker |
2021-05-16 | Implement the layout specification "a" (left justify with 1em indentation) | Ingo Schwarze |
2021-05-16 | implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) | Ingo Schwarze |
2021-05-15 | When looking for the last layout row used, we need to look at the layout | Ingo Schwarze |
2021-05-14 | fix previous: test saved no_shell_flag, not the one that just got | Damien Miller |
2021-05-14 | Fix ssh started with ControlPersist incorrectly executing a shell | Damien Miller |
2021-05-12 | Clarify language about moduli. While both ends of the connection do need | Darren Tucker |
2021-05-12 | Count the number of arguments in each expression as we initially go | Mark Lumsden |
2021-05-10 | Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with | Theo Buehler |
2021-05-08 | Perhaps the syntax '((' and '()' will be valid one day, but not at the | Mark Lumsden |
2021-05-08 | stop parsing if a digit is found as first character of an expression. | Mark Lumsden |
2021-05-07 | Fix the \x escape sequence to be limited to max 2 characters, instead of | Martijn van Duren |
2021-05-07 | Give an error if quoted string is found as first non-white char after | Mark Lumsden |
2021-05-07 | Take a note of expression length when it is extracted from line | Mark Lumsden |
2021-05-07 | include pid in LogVerbose spam | Damien Miller |
2021-05-07 | don't sigdie() in signal handler in privsep child process; | Damien Miller |
2021-05-07 | correct mistake in spec - the private key blobs are encoded verbatim | Damien Miller |
2021-05-06 | Add the line number of an error to error messages. | Mark Lumsden |
2021-05-06 | Add a number to parameters for ewprintf() via beeping. | Mark Lumsden |
2021-05-06 | Simplify file handling. There is no reason to use O_NONBLOCK on regular | Claudio Jeker |
2021-05-06 | More code cleanup | Claudio Jeker |
2021-05-06 | Give parse error if character found between blocks. | Mark Lumsden |
2021-05-05 | Check the characters preceeding and following quotes. | Mark Lumsden |
2021-05-04 | Don't pass NULL as a string in debugging as it does not work on some | Darren Tucker |
2021-05-04 | shell scripts should use getopts instead of getopt | Christian Weisgerber |
2021-05-03 | When parsing a variable value within double quotes, allow parenthesis | Mark Lumsden |
2021-05-03 | When parsing a variable value within double quotes, allow an escaped | Mark Lumsden |
2021-05-03 | If mode is not allowed in struct opt, then just play/record silence | Alexandre Ratchov |
2021-05-03 | more debugging for UpdateHostKeys signature failures | Damien Miller |
2021-05-02 | dired-shell-command is listed in the man page under 'DIRED KEY | Mark Lumsden |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-05-01 | update currency exchange rates; | Jason McIntyre |
2021-04-30 | a little debugging in the main mux process for status confirmation | Damien Miller |
2021-04-30 | Remove now-unused skey function prototypes leftover from skey removal. | Darren Tucker |
2021-04-29 | *** empty log message *** | Dale Rahn |
2021-04-28 | Use "new" vmctl syntax in the example. | Theo Buehler |
2021-04-28 | recognise riscv64 as a valid arch in mandoc | Jonathan Gray |
2021-04-28 | sndiod: Attach client at the same position, regardless the device mode | Alexandre Ratchov |