Age | Commit message (Expand) | Author |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-04-04 | remove stray inserts; from matthias schmidt | Jason McIntyre |
2021-04-04 | fix spacing issue in macro; | Jason McIntyre |
2021-04-04 | missing comma; from kawashima james | Jason McIntyre |
2021-04-03 | typos in comments; GHPR#180 from Ville Skyttä | Damien Miller |
2021-04-03 | sync CASignatureAlgorithms lists with reality. GHPR#174 from | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-04-03 | whitespace (tab after space) | Damien Miller |
2021-04-03 | fix incorrect plural; from Ville Skyttä via GHPR#181 | Damien Miller |
2021-04-03 | ensure that pkcs11_del_provider() is called before exit - some PKCS#11 | Damien Miller |
2021-04-03 | unused variable | Damien Miller |
2021-04-03 | Fix two problems in string->argv conversion: 1) multiple backslashes | Damien Miller |
2021-04-02 | Show DTLS1.2 message with openssl(1) s_server and s_client | Kinichiro Inoguchi |
2021-04-02 | Implement ZONEMD (RFC8976), based on DS (ds_43.c) | Florian Obser |
2021-04-01 | update currency exchange rates; | Jason McIntyre |
2021-04-01 | Compare the pointer variable explicitly with NULL in if condition | Kinichiro Inoguchi |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-04-01 | Missing commas, from Vipul Kumar. | Nicholas Marriott |
2021-03-31 | Use new limits@openssh.com protocol extension to let the client select | Damien Miller |
2021-03-31 | do not advertise protocol extensions that have been disallowed by | Damien Miller |
2021-03-31 | one of the examples needs an -N (and explanation); | Jason McIntyre |
2021-03-31 | add --no-motd to SYNOPSIS; | Jason McIntyre |
2021-03-31 | Add option to suppress the Message of the Day | job |
2021-03-31 | Remove workarounds for SSL_is_dtls() | Theo Buehler |
2021-03-31 | Do not exit if cannot write to normal log file, GitHub issue 2630. | Nicholas Marriott |
2021-03-30 | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze |
2021-03-29 | in unsafe_char(), handle %NN with array-index inspection rather than weird | Theo de Raadt |
2021-03-28 | Fix duplicate SSL_is_dtls in libssl and apps.c | Kinichiro Inoguchi |
2021-03-26 | Invert the 'R' indicator which seems rather unintuitive at the moment, | Mark Lumsden |
2021-03-26 | Sort header files and wrap long lines in x509.c | Kinichiro Inoguchi |
2021-03-26 | Add 'get-environment-variable', in a fashion: | Mark Lumsden |
2021-03-26 | Change the regex for define names. Make more characters available. | Mark Lumsden |
2021-03-26 | Change two more bool counters to pointer NULL checks. | Mark Lumsden |
2021-03-25 | Move the expression list create item code into a single function. | Mark Lumsden |
2021-03-25 | Add an (exit) method. | Mark Lumsden |
2021-03-25 | User a pointer's value (!NULL) instead of a boolean to indicate some | Mark Lumsden |
2021-03-25 | Use length of line to indicate end of characters to process in | Mark Lumsden |
2021-03-24 | Convert openssl(1) x509 option handling | Kinichiro Inoguchi |
2021-03-24 | Add option type OPTION_ORDER | Kinichiro Inoguchi |
2021-03-23 | Fix some ranges and type handling. | Martijn van Duren |
2021-03-23 | Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB | Martijn van Duren |
2021-03-23 | Use a pointer called bufp to point to a buffer called bufn | Mark Lumsden |
2021-03-23 | Correct how many arguments some functions take for interpreter.c. | Mark Lumsden |
2021-03-23 | Make a parameter to an mg function not throw an error just | Mark Lumsden |
2021-03-22 | Remove unveil() from the rsync_sender() and flist_gen(). The sender is | Claudio Jeker |
2021-03-22 | Adjust function name in error strings. | Claudio Jeker |
2021-03-22 | Adjust a type to unsigned since the io function works on unsigned ints. | Claudio Jeker |
2021-03-22 | Put comment where it belongs also remove an assert() that checks for an | Claudio Jeker |
2021-03-22 | Compare explicitly against NULL. | Claudio Jeker |
2021-03-22 | Make fmt argument const. Format local vars a bit. | Claudio Jeker |