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
/
ssh
Age
Commit message (
Expand
)
Author
2010-03-08
sort the list of constraints (to -O); ok djm
Jason McIntyre
2010-03-08
document permit-agent-forwarding certificate constraint; patch from
Damien Miller
2010-03-07
make internal strptime string match strftime format;
Damien Miller
2010-03-07
openssh-5.4
Damien Miller
2010-03-07
Hold authentication debug messages until after successful authentication.
Darren Tucker
2010-03-05
mention loading of certificate files from [private]-cert.pub when
Damien Miller
2010-03-05
document certificate authentication; help/ok djm
Jason McIntyre
2010-03-05
tweak previous;
Jason McIntyre
2010-03-05
make the warning for a revoked key louder and more noticable
Damien Miller
2010-03-04
"force-command" is not spelled "forced-command"; spotted by
Damien Miller
2010-03-04
move section on CA and revoked keys from ssh.1 to sshd.8's known hosts
Damien Miller
2010-03-04
missing word; spotted by jmc@
Damien Miller
2010-03-04
fix Bk/Ek;
Jason McIntyre
2010-03-04
Add a -L flag to print the contents of a certificate; ok markus@
Damien Miller
2010-03-04
tweak previous;
Jason McIntyre
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-03-04
use buffer_get_string_ptr_ret() where we are checking the return
Damien Miller
2010-03-03
s/similar same/similar/; from imorgan AT nas.nasa.gov
Damien Miller
2010-03-03
the authorized_keys option for CA keys is "cert-authority", not
Damien Miller
2010-03-03
reject strings with embedded ASCII nul chars in certificate key IDs,
Damien Miller
2010-03-02
Add RCS Ident
Damien Miller
2010-03-02
POSIX strptime is stricter than OpenBSD's so do a little dance to
Damien Miller
2010-03-01
zap what seems to be a left-over debug message; ok markus@
Otto Moerbeek
2010-02-26
tweak previous;
Jason McIntyre
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2010-02-24
Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
Damien Miller
2010-02-21
dlclose() call should also be #ifdef HAVE_DLOPEN
Theo de Raadt
2010-02-20
unbreak build for NOPIC systems; noticed, help and ok deraadt@
Markus Friedl
2010-02-19
gcc2 requires decls before code
Theo de Raadt
2010-02-11
correct comment
Damien Miller
2010-02-11
libarary -> library;
Jason McIntyre
2010-02-10
pkcs#11 is no longer optional; improve wording; ok jmc@
Markus Friedl
2010-02-09
enable PKCS#11 code; ok djm
Markus Friedl
2010-02-09
fix whitespace; from jmc@
Markus Friedl
2010-02-09
add manpage; ok djm@
Markus Friedl
2010-02-09
unbreak ChrootDirectory+internal-sftp by skipping check for executable shell
Damien Miller
2010-02-09
constify the arguments to buffer_len, buffer_ptr and buffer_dump
Damien Miller
2010-02-09
fix -Wall
Damien Miller
2010-02-09
fallout from PKCS#11: unbreak -D
Damien Miller
2010-02-08
tweak previous; ok markus
Jason McIntyre
2010-02-08
obsolete
Markus Friedl
2010-02-08
remove scard
Markus Friedl
2010-02-08
remove obsole scard code
Markus Friedl
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2010-02-02
make buffer_get_string_ret() really non-fatal in all cases (it was
Damien Miller
2010-01-30
fake local addr:port when stdio fowarding as some servers (Tectia at
Damien Miller
2010-01-30
debug output goes to stderr, not "the system log"; ok markus dtucker
Damien Miller
2010-01-30
don't mark channel as read failed if it is already closing; suppresses
Damien Miller
2010-01-29
kill correct channel (was killing already-dead mux channel, not
Damien Miller
2010-01-29
set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com
Damien Miller
[next]