Age | Commit message (Expand) | Author |
2024-03-11 | openssh-9.7 | Damien Miller |
2024-03-09 | avoid logging in signal handler by converting mainloop to ppoll() | Damien Miller |
2024-03-08 | skip more whitespace, fixes find-principals on allowed_signers | Damien Miller |
2024-03-06 | Check for the right flag to fix split-window -p, from Bryan Childs. | Nicholas Marriott |
2024-03-06 | fix memory leak in mux proxy mode when requesting forwarding. | Damien Miller |
2024-03-06 | wrap a few PKCS#11-specific bits in ENABLE_PKCS11 | Damien Miller |
2024-03-05 | whois: use whois.internic.net for -i option | Todd C. Miller |
2024-03-04 | fix leak of CanonicalizePermittedCNAMEs on error path; spotted | Damien Miller |
2024-03-04 | Separate parsing of string array options from applying them to the | Damien Miller |
2024-03-03 | Clarify which part of the path name is considered for substitution. | Todd C. Miller |
2024-03-02 | examples should show how to check the signature of the next release | Sebastian Benoit |
2024-03-01 | Clarify behavior when there is more than one run of Xs. | Todd C. Miller |
2024-03-01 | mktemp(1): add suffix support for compatibility with the GNU version | Todd C. Miller |
2024-02-28 | Expand only ever user of PBEPARAM_free() outside of libcrypto | Theo Buehler |
2024-02-28 | Refactor blk_match(). Fold the remaining data and empty file or no blocks | Claudio Jeker |
2024-02-27 | Split hash_file into three steps, setup, add buf and final. | Claudio Jeker |
2024-02-27 | Recent ctfconv refactoring broke support for long double types, as | Anton Lindqvist |
2024-02-25 | New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI | Theo de Raadt |
2024-02-22 | Print the size of more objects (basic types and enums) based on their | Claudio Jeker |
2024-02-22 | Rewrite the it_cmp() function to use the common check bigger than, check | Claudio Jeker |
2024-02-22 | The ctt_size of integers and floating point numbers is in bytes not bits. | Claudio Jeker |
2024-02-21 | In it_cmp() make sure that arrays are only considered equal if both | Claudio Jeker |
2024-02-21 | Make DPRINTF() depend on DEBUG and add the missing ; | Claudio Jeker |
2024-02-21 | Apply the void workaround also for typedefs. | Claudio Jeker |
2024-02-21 | Handle DW_FORM_udata and DW_FORM_ref_udata in dav2val(). | Claudio Jeker |
2024-02-21 | Make sure dw_at2name() never returns NULL. This call is used in various | Claudio Jeker |
2024-02-21 | explain arguments of internal-sftp | Damien Miller |
2024-02-21 | clarify permissions requirements for ChrootDirectory | Damien Miller |
2024-02-21 | .Cm for a keyword. Part of GHPR#454 from Niklas Hambüchen | Damien Miller |
2024-02-21 | fix typo in match directive predicate (s/tagged/tag) | Damien Miller |
2024-02-21 | fix proxy multiplexing mode, broken when keystroke timing | Damien Miller |
2024-02-20 | Add missing check for the case where the pattern hits a barrier before | Claudio Jeker |
2024-02-20 | don't append a gratuitous space to the end of subsystem arguments; | Damien Miller |
2024-02-19 | Fix a deadlock in openrsync when big files are synced using the hash | Claudio Jeker |
2024-02-17 | move to 7.5-beta | Theo de Raadt |
2024-02-15 | change permit to be more bits away from deny, because rowhammer. | Ted Unangst |
2024-02-15 | fix fd leaks in error paths | Jonathan Gray |
2024-02-14 | avoid use after free of frp and frp->tname | Jonathan Gray |
2024-02-14 | avoid use after free of fcode | Jonathan Gray |
2024-02-13 | Merge struct route and struct route_in6. | Alexander Bluhm |
2024-02-13 | Add two new values for the destroy-unattached option to destroy sessions | Nicholas Marriott |
2024-02-13 | Do not allow paste into panes which have exited, from Romain Francoise | Nicholas Marriott |
2024-02-12 | Add showfilename set option | Job Snijders |
2024-02-11 | In pkg-config, accept both "CFlags:" and "Cflags:" | George Koehler |
2024-02-10 | If anything goes wrong with reading the 'sysctl hw.ucomnames', act | Theo de Raadt |
2024-02-10 | clean sshd random relinking kit; ok miod@ | Christian Weisgerber |
2024-02-09 | Convert the bgplg html pages to HTML5. | Claudio Jeker |
2024-02-05 | Add netstat counter for route cache. | Alexander Bluhm |
2024-02-04 | Zap a useless comment followed by a stray semicolon | Theo Buehler |
2024-02-03 | Remove GOST and STREEBOG support from libssl. | Bob Beck |