index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2024-01-18
fix macro to look more like a function, remove extraneous ;
Marc Espie
2024-01-16
Use imsg_get_fd() instead of direct access to imsg.fd
Claudio Jeker
2024-01-16
Use imsg_get_fd() and adjust cleanup code accordingly.
Claudio Jeker
2024-01-12
Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app
Job Snijders
2024-01-11
ensure key_fd is filled when DSA is disabled; spotted by tb@
Damien Miller
2024-01-11
make DSA key support compile-time optional, defaulting to on
Damien Miller
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
[next]