summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-04-09make(1): inline set_times() into Job_Touch()Scott Soule Cheloha
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.Nicholas Marriott
2024-04-04set right mode on ssh-agent at boot-timeSebastien Marie
2024-04-02Oops, incorrect hex conversion spotted by claudio. While here try toTheo de Raadt
2024-04-02for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(),Theo de Raadt
2024-04-02can shortcut by returning strtonum() value directly; ok djmTheo de Raadt
2024-04-02rewrite convtime() to use a isdigit-scanner and strtonum() instead ofTheo de Raadt
2024-04-02Remove unused ptr[3] char array in pkcs11_decode_hex.Claudio Jeker
2024-04-02Replace non-idiomatic strtoul(, 16) to parse a region of 2-characterTheo de Raadt
2024-04-02Use strtonum() instead of severely non-idomatic strtoul()Theo de Raadt
2024-04-02sndiod: Migrate clients upon watchdog timeoutAlexandre Ratchov
2024-04-02sndiod: Fix confusion between the slot and ctlslot pointersAlexandre Ratchov
2024-04-01also create a relink kit for ssh-agent, since it is a long-running setgidTheo de Raadt
2024-04-01new-style relink kit for sshd. The old scheme created a Makefile byTheo de Raadt
2024-04-01Mention that port can be specified as 0 in some situations, so that theTheo de Raadt
2024-03-30in OpenSSH private key format, correct type for subsequent privateDamien Miller
2024-03-30allow WAYLAND_DISPLAY to enable SSH_ASKPASSDamien Miller
2024-03-29SYS_msyscall will go away soon. kdump does not need a special handlerTheo de Raadt
2024-03-29Back out tzset(3) change, it is not effective.Todd C. Miller
2024-03-29Call tzset() in main() so we don't need to check TZ repeatedly.Todd C. Miller
2024-03-26Fix selection present check, reported by M Kelly.Nicholas Marriott
2024-03-26Import regenerated moduli.Darren Tucker
2024-03-26print amps and wattsDavid Gwynne
2024-03-25remove possibly bogus length checkOmar Polo
2024-03-25whois: use getline(3) instead of fgetln(3)Todd C. Miller
2024-03-25Clean up create_digest()Theo Buehler
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