Age | Commit message (Expand) | Author |
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 |
2024-02-02 | whitespace | Damien Miller |
2024-02-01 | aucat: Fix MIDI control of the levels of individual files | Alexandre Ratchov |
2024-02-01 | whitespace | Damien Miller |
2024-01-26 | Add 'openssl x509 -new' functionality to the libcrypto CLI utility | Job Snijders |
2024-01-25 | Update awk to the Jan 22, 2024 version. | Todd C. Miller |
2024-01-22 | I forgot that chpass(1) and passwd(1) reach-around into libc for | Theo de Raadt |
2024-01-22 | Increase buffer size to avoid truncating styles, GitHub issue 3809 from | Nicholas Marriott |
2024-01-19 | pinsyscall(SYS_execve) will soon go away, so the sys/acct.h bit AEXECVE | Theo de Raadt |
2024-01-18 | fix macro to look more like a function, remove extraneous ; | Marc Espie |
2024-01-16 | Use imsg_get_fd() instead of direct access to imsg.fd | Claudio Jeker |
2024-01-16 | Use imsg_get_fd() and adjust cleanup code accordingly. | Claudio Jeker |