Age | Commit message (Expand) | Author |
2024-01-10 | fix incorrect capitalisation; | Jason McIntyre |
2024-01-09 | add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watches | Damien Miller |
2024-01-09 | adapt ssh_api.c code for kex-strict | Damien Miller |
2024-01-08 | Remove outdated note from PROTOCOL.mux | Damien Miller |
2024-01-08 | fix missing field in users-groups-by-id@openssh.com reply documentation | Damien Miller |
2024-01-08 | make kex-strict section more explicit about its intent: banning all | Damien Miller |
2024-01-08 | remove ext-info-* in the kex.c code, not in callers; with/ok markus@ | Damien Miller |
2024-01-08 | fix typo; spotted by Albert Chin | Damien Miller |
2024-01-06 | Ergaenzung der fehlenden Jahreszahlen; | Ingo Schwarze |
2024-01-04 | Import regenerated moduli. | Darren Tucker |
2023-12-29 | Garbage collect the last users of SSL_set_debug(3) | Theo Buehler |
2023-12-29 | s_client: pause hasn't worked in ages. Just ignore it | Theo Buehler |
2023-12-27 | Only wrap pattern in *s if using a regular expression. | Nicholas Marriott |
2023-12-27 | Remove flags from the prefix before comparing with the received key so | Nicholas Marriott |
2023-12-27 | groff apparently generates broken output for some common characters in | Nicholas Marriott |
2023-12-27 | Always initialize screen mode, GitHub issue 3750 from Ding Fei. | Nicholas Marriott |
2023-12-27 | Correctly handle window ops with no pane, GitHub issue 3747. | Nicholas Marriott |
2023-12-27 | Fix handling of skipped elements on the very first element transmitted. | Claudio Jeker |
2023-12-23 | Relax -C pledge to unbreak shelling out in interactive mode | Klemens Nanni |
2023-12-23 | Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit. | Todd C. Miller |
2023-12-22 | xargs: fix parsing of empty fields when "xargs -0" is used. | Todd C. Miller |
2023-12-21 | Tweak comment, the actual format is "ucom<unit#>:<usb id>" | Jeremie Courreges-Anglas |
2023-12-20 | spelling; ok markus@ | Jonathan Gray |
2023-12-19 | include KTRFAC_PINSYSCALL in the ktrace options | Theo de Raadt |
2023-12-19 | sort -C, and add to usage(); ok djm | Jason McIntyre |
2023-12-19 | correct section numbers; from Ed Maste | Damien Miller |
2023-12-18 | match flag type (s/int/u_int) | Damien Miller |
2023-12-18 | openssh-9.6 | Damien Miller |
2023-12-18 | ssh-agent: record failed session-bind attempts | Damien Miller |
2023-12-18 | ban user/hostnames with most shell metacharacters | Damien Miller |
2023-12-18 | stricter handling of channel window limits | Damien Miller |
2023-12-18 | Make it possible to load certs from PKCS#11 tokens | Damien Miller |
2023-12-18 | apply destination constraints to all p11 keys | Damien Miller |
2023-12-18 | add "ext-info-in-auth@openssh.com" extension | Damien Miller |
2023-12-18 | implement "strict key exchange" in ssh and sshd | Damien Miller |
2023-12-15 | provide the pieces for ktrace/kdump to observe pinsyscall violations. | Theo de Raadt |
2023-12-15 | No interactive shell if -o is given | Klemens Nanni |
2023-12-13 | when invoking KnownHostsCommand to determine the order of host key | Damien Miller |
2023-12-12 | Make -o less special, drop -o '' support, always use last value | Klemens Nanni |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-11 | Report system call pinning violations. | Theo de Raadt |
2023-12-09 | Fix wrong call to slot->ops->exit() causing server to abort. | Alexandre Ratchov |
2023-12-08 | prevent leak in sshsig_match_principals; ok djm@ | Markus Friedl |
2023-12-06 | short circuit debug log processing early if we're not going to | Damien Miller |
2023-11-30 | Single file to stdout without "fattr" | Klemens Nanni |
2023-11-30 | Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else' | Klemens Nanni |
2023-11-28 | Update awk to the Nov 27, 2023 version. | Todd C. Miller |
2023-11-27 | Document -J, --omit-link-times and remove a confusing sentence from | Claudio Jeker |
2023-11-27 | Implement --omit-link-times / -J based on the --omit-dir-times work | Claudio Jeker |
2023-11-27 | The uploader tail shortcut to skip dir postprocessing should also check | Claudio Jeker |