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