summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2024-01-12Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appJob Snijders
2024-01-11ensure key_fd is filled when DSA is disabled; spotted by tb@Damien Miller
2024-01-11make DSA key support compile-time optional, defaulting to onDamien Miller
2024-01-10fix incorrect capitalisation;Jason McIntyre
2024-01-09add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watchesDamien Miller
2024-01-09adapt ssh_api.c code for kex-strictDamien Miller
2024-01-08Remove outdated note from PROTOCOL.muxDamien Miller
2024-01-08fix missing field in users-groups-by-id@openssh.com reply documentationDamien Miller
2024-01-08make kex-strict section more explicit about its intent: banning allDamien Miller
2024-01-08remove ext-info-* in the kex.c code, not in callers; with/ok markus@Damien Miller
2024-01-08fix typo; spotted by Albert ChinDamien Miller
2024-01-06Ergaenzung der fehlenden Jahreszahlen;Ingo Schwarze
2024-01-04Import regenerated moduli.Darren Tucker
2023-12-29Garbage collect the last users of SSL_set_debug(3)Theo Buehler
2023-12-29s_client: pause hasn't worked in ages. Just ignore itTheo Buehler
2023-12-27Only wrap pattern in *s if using a regular expression.Nicholas Marriott
2023-12-27Remove flags from the prefix before comparing with the received key soNicholas Marriott
2023-12-27groff apparently generates broken output for some common characters inNicholas Marriott
2023-12-27Always initialize screen mode, GitHub issue 3750 from Ding Fei.Nicholas Marriott
2023-12-27Correctly handle window ops with no pane, GitHub issue 3747.Nicholas Marriott
2023-12-27Fix handling of skipped elements on the very first element transmitted.Claudio Jeker
2023-12-23Relax -C pledge to unbreak shelling out in interactive modeKlemens Nanni
2023-12-23Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit.Todd C. Miller
2023-12-22xargs: fix parsing of empty fields when "xargs -0" is used.Todd C. Miller
2023-12-21Tweak comment, the actual format is "ucom<unit#>:<usb id>"Jeremie Courreges-Anglas
2023-12-20spelling; ok markus@Jonathan Gray