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
/
session.c
Age
Commit message (
Expand
)
Author
2000-06-26
MaxStartups: limit number of unauthenticated connections, work by theo and me
Markus Friedl
2000-06-18
typo
Markus Friedl
2000-06-18
split auth-rsa option parsing into auth-options
Markus Friedl
2000-06-17
add support for ssh v2 subsystems. ok markus@.
Jakob Schlyter
2000-06-05
allow use_login only for login sessions, otherwise remote commands are execed...
Markus Friedl
2000-05-31
xauth_location support; pr 1234
Markus Friedl
2000-05-30
don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org
Markus Friedl
2000-05-25
just some line shortening
Theo de Raadt
2000-05-22
make x11-fwd work w/ localhost (xauth add host/unix:11)
Markus Friedl
2000-05-03
GatewayPorts for sshd, ok deraadt@
Markus Friedl
2000-05-02
use c-style comments
Markus Friedl
2000-05-02
update proctitle for proto 1, too
Markus Friedl
2000-05-02
update proctitle on pty alloc/dealloc, e.g. w/ windows client
Markus Friedl
2000-04-29
don't call chan_write_failed() if we are not writing
Markus Friedl
2000-04-28
support for x11-fwding, client+server
Markus Friedl
2000-04-27
cleanup logging for sshd/2, respect PasswordAuth no
Markus Friedl
2000-04-19
remove bogus chan_read_failed. this could cause data
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-14
check payload for (illegal) extra data
Markus Friedl
2000-04-06
ssh2 server side, see README.openssh2; enable with 'sshd -2'
Markus Friedl
2000-03-28
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
Markus Friedl