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
2002-11-07
check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de
Markus Friedl
2002-11-07
we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
Markus Friedl
2002-11-07
log to stderr if -ie is given, bug #414, prj@po.cwru.edu
Markus Friedl
2002-11-05
typo; GaryF@livevault.com
Markus Friedl
2002-11-05
handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
Markus Friedl
2002-11-04
log before send disconnect; ok djm@
Markus Friedl
2002-11-04
don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok...
Markus Friedl
2002-10-23
%u for u_int
Markus Friedl
2002-10-23
use %u for u_int
Markus Friedl
2002-10-16
64bit pedant. %llu is "unsigned long long". markus ok
Jun-ichiro itojun Hagino
2002-10-16
scp doesn't need misc.c. markus ok
Jun-ichiro itojun Hagino
2002-10-01
allow root to access the agent, since there is no protection from root.
Markus Friedl
2002-10-01
OpenSSH 3.5
Markus Friedl
2002-09-27
clarify compression level protocol 1 only; ok markus@ deraadt@
Kevin Steves
2002-09-27
add a generic match for a prober, such as sie big brother; idea from stevesk@...
Michael Shalayeff
2002-09-26
krb4 + privsep; ok dugsong@, deraadt@
Markus Friedl
2002-09-25
typo; pilot@monkey.org
Markus Friedl
2002-09-25
sync LoginGraceTime with default
Markus Friedl
2002-09-24
tweak the example $HOME/.ssh/rc script to not show on any cmdline the
Todd T. Fries
2002-09-24
only call kerberos code for authctxt->valid
Markus Friedl
2002-09-23
only call auth_krb5 if kerberos is enabled; ok deraadt@
Markus Friedl
2002-09-23
change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
Kevin Steves
2002-09-20
log illegal user here for missing privsep case (ssh2).
Kevin Steves
2002-09-19
log IP address also; ok markus@
Kevin Steves
2002-09-19
typo; cd@kalkatraz.de
Markus Friedl
2002-09-19
relegate some verbose() to debug(); ok markus@
Kevin Steves
2002-09-19
bugzilla.mindrot.org #223 - ProxyCommands don't exit.
Damien Miller
2002-09-17
don't quit while creating X11 listening socket.
Jun-ichiro itojun Hagino
2002-09-16
reference moduli(5) in FILES /etc/moduli.
Kevin Steves
2002-09-16
more details on X11Forwarding security issues and threats; ok markus@
Kevin Steves
2002-09-16
log when _PATH_NOLOGIN exists; ok markus@
Kevin Steves
2002-09-13
remove use of SO_LINGER, it should not be needed. error check
Kevin Steves
2002-09-12
add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@
Kevin Steves
2002-09-12
%u for uid print; ok markus@
Kevin Steves
2002-09-12
zap unused var introduced in last commit
Damien Miller
2002-09-11
support for short/long listings and globbing in "ls"; ok markus@
Damien Miller
2002-09-11
don't connect to agent to test for presence if we've previously
Kevin Steves
2002-09-11
add agent and X11 forwarding warning text from ssh_config.5; ok markus@
Kevin Steves
2002-09-10
check the euid of the connecting process with getpeereid(2); ok provos deraad...
Markus Friedl
2002-09-09
signed vs unsigned from -pedantic; ok henning@
Markus Friedl
2002-09-09
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
Jun-ichiro itojun Hagino
2002-09-08
no comma at end of enumerator list
Markus Friedl
2002-09-04
default LoginGraceTime to 2m; 1m may be too short for slow systems.
Kevin Steves
2002-08-29
state XAuthLocation is a full pathname
Kevin Steves
2002-08-29
shrink initial privilege bracket for setuid case; ok markus@
Kevin Steves
2002-08-29
more on UsePrivilegedPort and setuid root; ok markus@
Kevin Steves
2002-08-29
deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
Kevin Steves
2002-08-29
pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
Kevin Steves
2002-08-27
some warning text for ForwardAgent and ForwardX11; ok markus@
Kevin Steves
2002-08-27
RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@
Kevin Steves
[next]