summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-03-24whois: remove obsolete handle supportTodd C. Miller
2024-03-22add "-V none" to prevent making any backupsJoshua Stein
2024-03-22aucat: Allow any device sample encoding.Alexandre Ratchov
2024-03-22aucat: Add a bytes-per-sample argument to allcobuf()Alexandre Ratchov
2024-03-21Fix white space. OK tobhe@Alexander Bluhm
2024-03-21Write padding character into the right position.Nicholas Marriott
2024-03-21Reduce escape-time default to 10 milliseconds, 500 is far too long forNicholas Marriott
2024-03-21Add -M to always turn mouse on in a menu, GitHub issue 3779.Nicholas Marriott
2024-03-21Look for feature code 21 for DECSLRM and 28 for DECFRA in the deviceNicholas Marriott
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only doNicholas Marriott
2024-03-21Do not notify window-layout-changed if the window is about to beNicholas Marriott
2024-03-21Revert detach-client part of last, did not intend this to go in.Nicholas Marriott
2024-03-21Do not consider a selection present if it is empty, from Michael GrantNicholas Marriott
2024-03-20Remove some else statements in if () else if () chains that don't needClaudio Jeker
2024-03-20aucat: Add generic channel mapping in place of -j and -c options.Alexandre Ratchov
2024-03-16add -S to usage();Jason McIntyre
2024-03-16whois: trim output after ">>> Last update of WHOIS database:"Todd C. Miller
2024-03-14Clarify how literal IPv6 addresses can be used in -J modeJob Snijders
2024-03-13Make the attach-session description clearer - do not mention creating aNicholas Marriott
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