summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2023-12-19include KTRFAC_PINSYSCALL in the ktrace optionsTheo de Raadt
2023-12-19sort -C, and add to usage(); ok djmJason McIntyre
2023-12-19correct section numbers; from Ed MasteDamien Miller
2023-12-18match flag type (s/int/u_int)Damien Miller
2023-12-18openssh-9.6Damien Miller
2023-12-18ssh-agent: record failed session-bind attemptsDamien Miller
2023-12-18ban user/hostnames with most shell metacharactersDamien Miller
2023-12-18stricter handling of channel window limitsDamien Miller
2023-12-18Make it possible to load certs from PKCS#11 tokensDamien Miller
2023-12-18apply destination constraints to all p11 keysDamien Miller
2023-12-18add "ext-info-in-auth@openssh.com" extensionDamien Miller
2023-12-18implement "strict key exchange" in ssh and sshdDamien Miller
2023-12-15provide the pieces for ktrace/kdump to observe pinsyscall violations.Theo de Raadt
2023-12-15No interactive shell if -o is givenKlemens Nanni
2023-12-13when invoking KnownHostsCommand to determine the order of host keyDamien Miller
2023-12-12Make -o less special, drop -o '' support, always use last valueKlemens Nanni
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-11Report system call pinning violations.Theo de Raadt