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