★ wanayoo — archive 1999 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/servconf.hNouvelle recherche | Portail wanayoo

CVS log for src/usr.bin/ssh/servconf.h

[BACK] Up to [OpenBSD] / src / usr.bin / ssh

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Nov 13 23:27:50 2010 UTC (4 months, 4 weeks ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_9_BASE, OPENBSD_4_9, HEAD
Diff to: previous 1.94: preferred, coloured
Changes since revision 1.94: +3 -1 lines
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
hardcoding lowdelay/throughput.

bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Sep 22 05:01:29 2010 UTC (6 months, 2 weeks ago) by djm
Branches: MAIN
Diff to: previous 1.93: preferred, coloured
Changes since revision 1.93: +2 -1 lines
add a KexAlgorithms knob to the client and server configuration to allow
selection of which key exchange methods are used by ssh(1) and sshd(8)
and their order of preference.

ok markus@

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri May 7 11:30:30 2010 UTC (11 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Diff to: previous 1.92: preferred, coloured
Changes since revision 1.92: +2 -1 lines
add some optional indirection to matching of principal names listed
in certificates. Currently, a certificate must include the a user's name
to be accepted for authentication. This change adds the ability to
specify a list of certificate principal names that are acceptable.

When authenticating using a CA trusted through ~/.ssh/authorized_keys,
this adds a new principals="name1[,name2,...]" key option.

For CAs listed through sshd_config's TrustedCAKeys option, a new config
option "AuthorizedPrincipalsFile" specifies a per-user file containing
the list of acceptable names.

If either option is absent, the current behaviour of requiring the
username to appear in principals continues to apply.

These options are useful for role accounts, disjoint account namespaces
and "user@realm"-style naming policies in certificates.

feedback and ok markus@

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Mar 4 10:36:03 2010 UTC (13 months, 1 week ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Diff to: previous 1.91: preferred, coloured
Changes since revision 1.91: +3 -1 lines
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
are trusted to authenticate users (in addition than doing it per-user
in authorized_keys).

Add a RevokedKeys option to sshd_config and a @revoked marker to
known_hosts to allow keys to me revoked and banned for user or host
authentication.

feedback and ok markus@

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Feb 26 20:29:54 2010 UTC (13 months, 2 weeks ago) by djm
Branches: MAIN
Diff to: previous 1.90: preferred, coloured
Changes since revision 1.90: +4 -1 lines
Add support for certificate key types for users and hosts.

OpenSSH certificate key types are not X.509 certificates, but a much
simpler format that encodes a public key, identity information and
some validity constraints and signs it with a CA key. CA keys are
regular SSH keys. This certificate style avoids the attack surface
of X.509 certificates and is very easy to deploy.

Certified host keys allow automatic acceptance of new host keys
when a CA certificate is marked as trusted in ~/.ssh/known_hosts.
see VERIFYING HOST KEYS in ssh(1) for details.

Certified user keys allow authentication of users when the signing
CA key is marked as trusted in authorized_keys. See "AUTHORIZED_KEYS
FILE FORMAT" in sshd(8) for details.

Certificates are minted using ssh-keygen(1), documentation is in
the "CERTIFICATES" section of that manpage.

Documentation on the format of certificates is in the file
PROTOCOL.certkeys

feedback and ok markus@

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Jan 13 03:48:13 2010 UTC (14 months, 4 weeks ago) by djm
Branches: MAIN
Diff to: previous 1.89: preferred, coloured
Changes since revision 1.89: +2 -1 lines
avoid run-time failures when specifying hostkeys via a relative
path by prepending the cwd in these cases; bz#1290; ok dtucker@

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Jan 9 23:04:13 2010 UTC (15 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.88: preferred, coloured
Changes since revision 1.88: +0 -2 lines
Remove RoutingDomain from ssh since it's now not needed.  It can be replaced
with "route exec" or "nc -V" as a proxycommand.  "route exec" also ensures
that trafic such as DNS lookups stays withing the specified routingdomain.

For example (from reyk):
# route -T 2 exec /usr/sbin/sshd
or inherited from the parent process
$ route -T 2 exec sh
$ ssh 10.1.2.3

ok deraadt@ markus@ stevesk@ reyk@

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Oct 28 16:38:18 2009 UTC (17 months, 2 weeks ago) by reyk
Branches: MAIN
Diff to: previous 1.87: preferred, coloured
Changes since revision 1.87: +3 -1 lines
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.

ok markus@

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Jan 22 10:02:34 2009 UTC (2 years, 2 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Diff to: previous 1.86: preferred, coloured
Changes since revision 1.86: +4 -4 lines
make a2port() return -1 when it encounters an invalid port number
rather than 0, which it will now treat as valid (needed for future work)

adjust current consumers of a2port() to check its return value is <= 0,
which in turn required some things to be converted from u_short => int

make use of int vs. u_short consistent in some other places too

feedback & ok markus@

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Nov 4 08:22:13 2008 UTC (2 years, 5 months ago) by djm
Branches: MAIN
Diff to: previous 1.85: preferred, coloured
Changes since revision 1.85: +3 -1 lines
Add support for an experimental zero-knowledge password authentication
method using the J-PAKE protocol described in F. Hao, P. Ryan,
"Password Authenticated Key Exchange by Juggling", 16th Workshop on
Security Protocols, Cambridge, April 2008.

This method allows password-based authentication without exposing
the password to the server. Instead, the client and server exchange
cryptographic proofs to demonstrate of knowledge of the password while
revealing nothing useful to an attacker or compromised endpoint.

This is experimental, work-in-progress code and is presently
compiled-time disabled (turn on -DJPAKE in Makefile.inc).

"just commit it.  It isn't too intrusive." deraadt@

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jun 10 04:50:25 2008 UTC (2 years, 10 months ago) by dtucker
Branches: MAIN
CVS tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Diff to: previous 1.84: preferred, coloured
Changes since revision 1.84: +2 -1 lines
Add extended test mode (-T) and connection parameters for test mode (-C).
-T causes sshd to write its effective configuration to stdout and exit.
-C causes any relevant Match rules to be applied before output.  The
combination allows tesing of the parser and config files.  ok deraadt djm

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu May 8 12:21:16 2008 UTC (2 years, 11 months ago) by djm
Branches: MAIN
Diff to: previous 1.83: preferred, coloured
Changes since revision 1.83: +3 -1 lines
Make the maximum number of sessions run-time controllable via
a sshd_config MaxSessions knob. This is useful for disabling
login/shell/subsystem access while leaving port-forwarding working
(MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
simply increasing the number of allows multiplexed sessions.

Because some bozos are sure to configure MaxSessions in excess of the
number of available file descriptors in sshd (which, at peak, might be
as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
on error paths, and make it fail gracefully on out-of-fd conditions -
sending channel errors instead of than exiting with fatal().

bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com

ok markus@

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed May 7 05:49:37 2008 UTC (2 years, 11 months ago) by pyr
Branches: MAIN
Diff to: previous 1.82: preferred, coloured
Changes since revision 1.82: +2 -1 lines
Enable the AllowAgentForwarding option in sshd_config (global and match
context), to specify if agents should be permitted on the server.
As the man page states:

``Note that disabling Agent forwarding does not improve security
unless users are also denied shell access, as they can always install
their own forwarders.''

ok djm@, ok and a mild frown markus@

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Feb 13 22:38:17 2008 UTC (3 years, 1 month ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Diff to: previous 1.81: preferred, coloured
Changes since revision 1.81: +4 -1 lines
rekey arc4random and OpenSSL RNG in postauth child
closefrom fds > 2 before shell/command execution
ok markus@

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Feb 8 23:24:08 2008 UTC (3 years, 2 months ago) by djm
Branches: MAIN
Diff to: previous 1.80: preferred, coloured
Changes since revision 1.80: +3 -1 lines
add sshd_config ChrootDirectory option to chroot(2) users to a directory and
tweak internal sftp server to work with it (no special files in chroot
required). ok markus@

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Feb 19 10:45:58 2007 UTC (4 years, 1 month ago) by dtucker
Branches: MAIN
CVS tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Diff to: previous 1.79: preferred, coloured
Changes since revision 1.79: +2 -2 lines
Teach Match how handle config directives that are used before authentication.
This allows configurations such as permitting password authentication from
the local net only while requiring pubkey from offsite.  ok djm@, man page
bits ok jmc@

Revision 1.71.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 6 03:19:33 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_8
Diff to: previous 1.71.4.1: preferred, coloured; branchpoint 1.71: preferred, coloured; next MAIN 1.72: preferred, coloured
Changes since revision 1.71.4.1: +14 -5 lines
upgrade to OpenSSH 4.4

Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 30 04:06:51 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_9
Diff to: previous 1.72: preferred, coloured; next MAIN 1.73: preferred, coloured
Changes since revision 1.72: +14 -5 lines
upgrade to OpenSSH 4.4

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Aug 14 12:40:25 2006 UTC (4 years, 7 months ago) by dtucker
Branches: MAIN
CVS tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Diff to: previous 1.78: preferred, coloured
Changes since revision 1.78: +2 -1 lines
Add ability to match groups to Match keyword in sshd_config.  Feedback djm@,
stevesk@, ok stevesk@.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Aug 3 03:34:42 2006 UTC (4 years, 8 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.77: preferred, coloured
Changes since revision 1.77: +1 -3 lines
almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jul 21 12:43:36 2006 UTC (4 years, 8 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.76: preferred, coloured
Changes since revision 1.76: +3 -1 lines
Make PermitOpen take a list of permitted ports and act more like most other
keywords (ie the first match is the effective setting).  This also makes it
easier to override a previously set PermitOpen.  ok djm@

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jul 19 13:07:10 2006 UTC (4 years, 8 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.75: preferred, coloured
Changes since revision 1.75: +3 -1 lines
Add ForceCommand keyword to sshd_config, equivalent to the "command="
key option, man page entry and example in sshd_config.  Feedback & ok djm@,
man page corrections & ok jmc@

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jul 12 11:34:58 2006 UTC (4 years, 9 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.74: preferred, coloured
Changes since revision 1.74: +8 -3 lines
Add support for conditional directives to sshd_config via a "Match" keyword,
which works similarly to the "Host" directive in ssh_config.

Lines after a Match line override the default set in the main section
if the condition on the Match line is true, eg

AllowTcpForwarding yes
Match User anoncvs
        AllowTcpForwarding no

will allow port forwarding by all users except "anoncvs".

Currently only a very small subset of directives are supported.

ok djm@

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Jul 6 10:47:05 2006 UTC (4 years, 9 months ago) by djm
Branches: MAIN
Diff to: previous 1.73: preferred, coloured
Changes since revision 1.73: +2 -1 lines
support arguments to Subsystem commands; ok markus@

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Mar 25 22:22:43 2006 UTC (5 years ago) by djm
Branches: MAIN
Diff to: previous 1.72: preferred, coloured
Changes since revision 1.72: +1 -1 lines
standardise spacing in $OpenBSD$ tags; requested by deraadt@

Revision 1.71.4.1: download - view: text, markup, annotated - select for diffs
Fri Feb 3 03:01:57 2006 UTC (5 years, 2 months ago) by brad
Branches: OPENBSD_3_8
Diff to: previous 1.71: preferred, coloured
Changes since revision 1.71: +3 -1 lines
upgrade to OpenSSH 4.3

Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 3 02:53:45 2006 UTC (5 years, 2 months ago) by brad
Branches: OPENBSD_3_7
Diff to: previous 1.71: preferred, coloured; next MAIN 1.72: preferred, coloured
Changes since revision 1.71: +3 -1 lines
upgrade to OpenSSH 4.3

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Dec 6 22:38:27 2005 UTC (5 years, 4 months ago) by reyk
Branches: MAIN
CVS tags: OPENBSD_3_9_BASE
Branch point for: OPENBSD_3_9
Diff to: previous 1.71: preferred, coloured
Changes since revision 1.71: +3 -1 lines
Add support for tun(4) forwarding over OpenSSH, based on an idea and
initial channel code bits by markus@. This is a simple and easy way to
use OpenSSH for ad hoc virtual private network connections, e.g.
administrative tunnels or secure wireless access. It's based on a new
ssh channel and works similar to the existing TCP forwarding support,
except that it depends on the tun(4) network interface on both ends of
the connection for layer 2 or layer 3 tunneling. This diff also adds
support for LocalCommand in the ssh(1) client.

ok djm@, markus@, jmc@ (manpages), tested and discussed with others

Revision 1.67.2.2: download - view: text, markup, annotated - select for diffs
Thu Mar 10 17:15:04 2005 UTC (6 years, 1 month ago) by brad
Branches: OPENBSD_3_5
Diff to: previous 1.67.2.1: preferred, coloured; branchpoint 1.67: preferred, coloured; next MAIN 1.68: preferred, coloured
Changes since revision 1.67.2.1: +2 -1 lines
upgrade to OpenSSH 4.0

Revision 1.70.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 10 16:28:27 2005 UTC (6 years, 1 month ago) by brad
Branches: OPENBSD_3_6
Diff to: previous 1.70: preferred, coloured; next MAIN 1.71: preferred, coloured
Changes since revision 1.70: +2 -1 lines
upgrade to OpenSSH 4.0

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Dec 23 23:11:00 2004 UTC (6 years, 3 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_8_BASE, OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_8, OPENBSD_3_7
Diff to: previous 1.70: preferred, coloured
Changes since revision 1.70: +2 -1 lines
bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz
ok deraadt@

Revision 1.65.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 19 22:37:32 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.65.2.1: preferred, coloured; branchpoint 1.65: preferred, coloured; next MAIN 1.66: preferred, coloured
Changes since revision 1.65.2.1: +11 -3 lines
upgrade to OpenSSH 3.9

Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 19 04:13:27 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_5
Diff to: previous 1.67: preferred, coloured
Changes since revision 1.67: +11 -3 lines
upgrade to OpenSSH 3.9

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jun 24 19:30:54 2004 UTC (6 years, 9 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Diff to: previous 1.69: preferred, coloured
Changes since revision 1.69: +5 -3 lines
re-exec sshd on accept(); initial work, final debugging and ok markus@

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun May 23 23:59:53 2004 UTC (6 years, 10 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.68: preferred, coloured
Changes since revision 1.68: +3 -1 lines
Add MaxAuthTries sshd config option; ok markus@

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Apr 27 09:46:37 2004 UTC (6 years, 11 months ago) by djm
Branches: MAIN
Diff to: previous 1.67: preferred, coloured
Changes since revision 1.67: +5 -1 lines
bz #815: implement ability to pass specified environment variables from the
client to the server; ok markus@

Revision 1.59.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 4 18:18:16 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.59.4.1: preferred, coloured; branchpoint 1.59: preferred, coloured; next MAIN 1.60: preferred, coloured
Changes since revision 1.59.4.1: +4 -2 lines
upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.65.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 28 03:51:33 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.65: preferred, coloured
Changes since revision 1.65: +4 -2 lines
upgrade to OpenSSH 3.8

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Dec 23 16:12:10 2003 UTC (7 years, 3 months ago) by jakob
Branches: MAIN
CVS tags: OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_5
Diff to: previous 1.66: preferred, coloured
Changes since revision 1.66: +3 -1 lines
implement KerberosGetAFSToken server option. ok markus@, beck@

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Dec 9 21:53:37 2003 UTC (7 years, 4 months ago) by markus
Branches: MAIN
Diff to: previous 1.65: preferred, coloured
Changes since revision 1.65: +2 -2 lines
rename keepalive to tcpkeepalive; the old name causes too much
confusion; ok djm, dtucker; with help from jmc@

Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 21:20:27 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_2
Diff to: previous 1.59: preferred, coloured; next MAIN 1.60: preferred, coloured
Changes since revision 1.59: +4 -13 lines
upgrade to OpenSSH 3.7

Revision 1.59.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 20:50:43 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.59: preferred, coloured
Changes since revision 1.59: +4 -13 lines
upgrade to OpenSSH 3.7

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Sep 1 18:15:50 2003 UTC (7 years, 7 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Diff to: previous 1.64: preferred, coloured
Changes since revision 1.64: +1 -3 lines
remove unused kerberos code; ok henning@

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Aug 22 10:56:09 2003 UTC (7 years, 7 months ago) by markus
Branches: MAIN
Diff to: previous 1.63: preferred, coloured
Changes since revision 1.63: +3 -1 lines
support GSS API user authentication; patches from Simon Wilkinson,
stripped down and tested by Jakob and myself.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Aug 13 08:46:30 2003 UTC (7 years, 8 months ago) by markus
Branches: MAIN
Diff to: previous 1.62: preferred, coloured
Changes since revision 1.62: +1 -3 lines
remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
fgsch@, miod@, henning@, jakob@ and others

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Jul 22 13:35:22 2003 UTC (7 years, 8 months ago) by markus
Branches: MAIN
Diff to: previous 1.61: preferred, coloured
Changes since revision 1.61: +1 -2 lines
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jun 2 09:17:34 2003 UTC (7 years, 10 months ago) by markus
Branches: MAIN
Diff to: previous 1.60: preferred, coloured
Changes since revision 1.60: +2 -2 lines
deprecate VerifyReverseMapping since it's dangerous if combined
with IP based access control as noted by Mike Harding; replace with
a UseDNS option, UseDNS is on by default and includes the
VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
ok deraadt@, djm@

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu May 15 01:48:10 2003 UTC (7 years, 11 months ago) by jakob
Branches: MAIN
Diff to: previous 1.59: preferred, coloured
Changes since revision 1.59: +1 -7 lines
always parse kerberos options. ok djm@ markus@

Revision 1.49.2.4: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:53:07 2002 UTC (8 years, 6 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.49.2.3: preferred, coloured; branchpoint 1.49: preferred, coloured; next MAIN 1.50: preferred, coloured
Changes since revision 1.49.2.3: +2 -1 lines
Update to OpenSSH 3.5

Revision 1.57.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:51:52 2002 UTC (8 years, 6 months ago) by miod
Branches: OPENBSD_3_1
Diff to: previous 1.57.2.1: preferred, coloured; branchpoint 1.57: preferred, coloured; next MAIN 1.58: preferred, coloured
Changes since revision 1.57.2.1: +2 -1 lines
Update to OpenSSH 3.5

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jul 30 17:03:55 2002 UTC (8 years, 8 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Diff to: previous 1.58: preferred, coloured
Changes since revision 1.58: +2 -1 lines
add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadt

Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 26 15:30:38 2002 UTC (8 years, 9 months ago) by jason
Branches: OPENBSD_3_1
Diff to: previous 1.57: preferred, coloured
Changes since revision 1.57: +2 -1 lines
Pull in OpenSSH-3.4

Revision 1.49.2.3: download - view: text, markup, annotated - select for diffs
Sat Jun 22 07:23:17 2002 UTC (8 years, 9 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.49.2.2: preferred, coloured; branchpoint 1.49: preferred, coloured
Changes since revision 1.49.2.2: +2 -1 lines
Update OpenSSH to version 3.3 (with local changes, configuration files still
living in /etc and privsep user being nobody).

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jun 20 23:05:55 2002 UTC (8 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.57: preferred, coloured
Changes since revision 1.57: +2 -1 lines
allow Compression=yes/no in sshd_config

Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 2 22:56:10 2002 UTC (8 years, 10 months ago) by miod
Branches: OPENBSD_2_9
Diff to: previous 1.41.2.2: preferred, coloured; branchpoint 1.41: preferred, coloured; next MAIN 1.42: preferred, coloured
Changes since revision 1.41.2.2: +1 -2 lines
Upgrade to OpenSSH 3.2.3.

Except for improbable compilation error fixes, this should be the last
commit made to the 2.9-STABLE branche. Have fun upgrading.

Revision 1.49.2.2: download - view: text, markup, annotated - select for diffs
Fri May 17 00:03:24 2002 UTC (8 years, 10 months ago) by miod
Branches: OPENBSD_3_0
Diff to: previous 1.49.2.1: preferred, coloured; branchpoint 1.49: preferred, coloured
Changes since revision 1.49.2.1: +1 -2 lines
Update OpenSSH to version 3.2.2.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Mar 20 19:12:25 2002 UTC (9 years ago) by stevesk
Branches: MAIN
CVS tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Diff to: previous 1.56: preferred, coloured
Changes since revision 1.56: +1 -4 lines
for unprivileged user, group do:
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 19 03:03:43 2002 UTC (9 years ago) by stevesk
Branches: MAIN
Diff to: previous 1.55: preferred, coloured
Changes since revision 1.55: +1 -2 lines
_PATH_PRIVSEP_CHROOT_DIR; ok provos@

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Mar 18 17:50:31 2002 UTC (9 years ago) by provos
Branches: MAIN
Diff to: previous 1.54: preferred, coloured
Changes since revision 1.54: +4 -1 lines
integrate privilege separated openssh; its turned off by default for now.
work done by me and markus@

Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 9 00:20:44 2002 UTC (9 years, 1 month ago) by miod
Branches: OPENBSD_2_9
Diff to: previous 1.41.2.1: preferred, coloured; branchpoint 1.41: preferred, coloured
Changes since revision 1.41.2.1: +9 -6 lines
Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.30.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 8 17:04:43 2002 UTC (9 years, 1 month ago) by brad
Branches: OPENBSD_2_8
Diff to: previous 1.30.2.5: preferred, coloured; branchpoint 1.30: preferred, coloured; next MAIN 1.31: preferred, coloured
Changes since revision 1.30.2.5: +9 -6 lines
Merge OpenSSH 3.1.

Revision 1.49.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 7 17:37:47 2002 UTC (9 years, 1 month ago) by jason
Branches: OPENBSD_3_0
Diff to: previous 1.49: preferred, coloured
Changes since revision 1.49: +9 -6 lines
Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 4 17:27:39 2002 UTC (9 years, 1 month ago) by stevesk
Branches: MAIN
Diff to: previous 1.53: preferred, coloured
Changes since revision 1.53: +2 -2 lines
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
files.  ok markus@

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jan 29 14:32:03 2002 UTC (9 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.52: preferred, coloured
Changes since revision 1.52: +2 -2 lines
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Jan 27 14:57:46 2002 UTC (9 years, 2 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.51: preferred, coloured
Changes since revision 1.51: +2 -1 lines
add X11UseLocalhost; ok markus@

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Dec 19 07:18:56 2001 UTC (9 years, 3 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.50: preferred, coloured
Changes since revision 1.50: +4 -4 lines
basic KNF done while i was looking for something else

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Dec 6 13:30:05 2001 UTC (9 years, 4 months ago) by markus
Branches: MAIN
Diff to: previous 1.49: preferred, coloured
Changes since revision 1.49: +3 -1 lines
add -o to sshd, too. ok deraadt@

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 27 19:03:55 2001 UTC (9 years, 6 months ago) by jason
Branches: OPENBSD_2_9
Diff to: previous 1.41: preferred, coloured
Changes since revision 1.41: +16 -22 lines
Pull in OpenSSH-2.9.9

Revision 1.30.2.5: download - view: text, markup, annotated - select for diffs
Thu Sep 27 00:15:42 2001 UTC (9 years, 6 months ago) by miod
Branches: OPENBSD_2_8
Diff to: previous 1.30.2.4: preferred, coloured; branchpoint 1.30: preferred, coloured
Changes since revision 1.30.2.4: +16 -22 lines
Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Aug 17 18:59:47 2001 UTC (9 years, 7 months ago) by stevesk
Branches: MAIN
CVS tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Diff to: previous 1.48: preferred, coloured
Changes since revision 1.48: +4 -4 lines
typo in comment

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 16 19:18:34 2001 UTC (9 years, 7 months ago) by jakob
Branches: MAIN
Diff to: previous 1.47: preferred, coloured
Changes since revision 1.47: +1 -2 lines
deprecate CheckMail. ok markus@
----------------------------------------------------------------------

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jun 26 17:27:24 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.46: preferred, coloured
Changes since revision 1.46: +4 -14 lines
remove comments from .h, since they are cut&paste from the .c files
and out of sync

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jun 26 16:15:24 2001 UTC (9 years, 9 months ago) by dugsong
Branches: MAIN
Diff to: previous 1.45: preferred, coloured
Changes since revision 1.45: +6 -4 lines
Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jun 26 06:33:00 2001 UTC (9 years, 9 months ago) by itojun
Branches: MAIN
Diff to: previous 1.44: preferred, coloured
Changes since revision 1.44: +4 -4 lines
prototype pedant.  not very creative...
- () -> (void)
- no variable names

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jun 23 02:34:31 2001 UTC (9 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.43: preferred, coloured
Changes since revision 1.43: +3 -3 lines
get rid of known_hosts2, use it for hostkey lookup, but do not modify.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun May 20 17:20:35 2001 UTC (9 years, 10 months ago) by markus
Branches: MAIN
Diff to: previous 1.42: preferred, coloured
Changes since revision 1.42: +4 -1 lines
configurable authorized_keys{,2} location; originally from peter@; ok djm@

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri May 18 14:13:29 2001 UTC (9 years, 10 months ago) by markus
Branches: MAIN
Diff to: previous 1.41: preferred, coloured
Changes since revision 1.41: +2 -2 lines
improved kbd-interactive support. work by per@appgate.com and me

Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Mon May 7 21:09:33 2001 UTC (9 years, 11 months ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.30.2.3: preferred, coloured; branchpoint 1.30: preferred, coloured
Changes since revision 1.30.2.3: +13 -1 lines
Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Apr 13 22:46:53 2001 UTC (10 years ago) by beck
Branches: MAIN
CVS tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Diff to: previous 1.40: preferred, coloured
Changes since revision 1.40: +10 -1 lines
Add options ClientAliveInterval and ClientAliveCountMax to sshd.
This gives the ability to do a "keepalive" via the encrypted channel
which can't be spoofed (unlike TCP keepalives). Useful for when you want
to use ssh connections to authenticate people for something, and know
relatively quickly when they are no longer authenticated. Disabled
by default (of course). ok markus@

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Apr 12 19:15:25 2001 UTC (10 years ago) by markus
Branches: MAIN
Diff to: previous 1.39: preferred, coloured
Changes since revision 1.39: +3 -1 lines
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
similar to RhostRSAAuthentication unless you enable (the experimental)
HostbasedUsesNameFromPacketOnly option.  please test. :)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Mar 25 13:16:10 2001 UTC (10 years ago) by stevesk
Branches: MAIN
Diff to: previous 1.38: preferred, coloured
Changes since revision 1.38: +2 -1 lines
PrintLastLog option; from chip@valinux.com with some minor
changes by me.  ok markus@

Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 21 19:46:28 2001 UTC (10 years ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.30.2.2: preferred, coloured; branchpoint 1.30: preferred, coloured
Changes since revision 1.30.2.2: +0 -0 lines
Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.22.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 21 18:53:02 2001 UTC (10 years ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.22.2.4: preferred, coloured; branchpoint 1.22: preferred, coloured; next MAIN 1.23: preferred, coloured
Changes since revision 1.22.2.4: +0 -0 lines
Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.22.2.4: download - view: text, markup, annotated - select for diffs
Mon Mar 12 15:44:14 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.22.2.3: preferred, coloured; branchpoint 1.22: preferred, coloured
Changes since revision 1.22.2.3: +27 -18 lines
OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 19 17:19:19 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.30.2.1: preferred, coloured; branchpoint 1.30: preferred, coloured
Changes since revision 1.30.2.1: +0 -0 lines
Pull in OpenSSH-2.5.1

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 16 20:13:13 2001 UTC (10 years, 1 month ago) by jason
Branches: OPENBSD_2_8
Diff to: previous 1.30: preferred, coloured
Changes since revision 1.30: +27 -18 lines
Pull in OpenSSH 2.5.0

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:16:23 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.37: preferred, coloured
Changes since revision 1.37: +10 -2 lines
PermitRootLogin={yes,without-password,forced-commands-only,no}
(before this change, root could login even if PermitRootLogin==no)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Feb 11 12:59:25 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.36: preferred, coloured
Changes since revision 1.36: +4 -3 lines
1) clean up the MAC support for SSH-2
2) allow you to specify the MAC with 'ssh -m'
3) or the 'MACs' keyword in ssh(d)_config
4) add hmac-{md5,sha1}-96
	ok stevesk@, provos@

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Feb 3 10:08:37 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.35: preferred, coloured
Changes since revision 1.35: +2 -1 lines
make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 22 23:06:40 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.34: preferred, coloured
Changes since revision 1.34: +2 -3 lines
rename skey -> challenge response.
auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jan 19 12:45:27 2001 UTC (10 years, 2 months ago) by markus
Branches: MAIN
Diff to: previous 1.33: preferred, coloured
Changes since revision 1.33: +1 -3 lines
only auth-chall.c needs #ifdef SKEY

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 8 22:29:05 2001 UTC (10 years, 3 months ago) by markus
Branches: MAIN
Diff to: previous 1.32: preferred, coloured
Changes since revision 1.32: +2 -1 lines
implement option 'Banner /etc/issue.net' for ssh2, move version to
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
is enabled).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 19 23:17:58 2000 UTC (10 years, 3 months ago) by markus
Branches: MAIN
Diff to: previous 1.31: preferred, coloured
Changes since revision 1.31: +8 -8 lines
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Nov 12 19:50:38 2000 UTC (10 years, 5 months ago) by markus
Branches: MAIN
Diff to: previous 1.30: preferred, coloured
Changes since revision 1.30: +5 -4 lines
add support for RSA to SSH2.  please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.

SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.

IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.

the option DSAAuthentication is replaced by PubkeyAuthetication.

Revision 1.22.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 8 21:31:13 2000 UTC (10 years, 5 months ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.22.2.2: preferred, coloured; branchpoint 1.22: preferred, coloured
Changes since revision 1.22.2.2: +8 -8 lines
openssh-2.3.0 (again) for 2.7 branch

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Oct 14 12:12:09 2000 UTC (10 years, 6 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Diff to: previous 1.29: preferred, coloured
Changes since revision 1.29: +2 -1 lines
AllowTcpForwarding; from naddy@

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 11 20:14:39 2000 UTC (10 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.28: preferred, coloured
Changes since revision 1.28: +2 -1 lines
add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 7 20:27:53 2000 UTC (10 years, 7 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.27: preferred, coloured
Changes since revision 1.27: +6 -8 lines
cleanup copyright notices on all files.  I have attempted to be accurate with
the details.  everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence.  We're not changing any rules, just
being accurate.

Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 1 18:23:22 2000 UTC (10 years, 7 months ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.22.2.1: preferred, coloured; branchpoint 1.22: preferred, coloured
Changes since revision 1.22.2.1: +11 -1 lines
Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jul 22 09:14:36 2000 UTC (10 years, 8 months ago) by markus
Branches: MAIN
Diff to: previous 1.26: preferred, coloured
Changes since revision 1.26: +3 -1 lines
random early drop; ok theo, niels

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:59:18 2000 UTC (10 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.25: preferred, coloured
Changes since revision 1.25: +4 -1 lines
MaxStartups: limit number of unauthenticated connections, work by theo and me

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jun 20 01:39:44 2000 UTC (10 years, 9 months ago) by markus
Branches: MAIN
Diff to: previous 1.24: preferred, coloured
Changes since revision 1.24: +1 -1 lines
OpenBSD tag

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 17 22:52:33 2000 UTC (10 years, 9 months ago) by jakob
Branches: MAIN
Diff to: previous 1.23: preferred, coloured
Changes since revision 1.23: +6 -1 lines
add support for ssh v2 subsystems. ok markus@.

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 12 02:37:35 2000 UTC (10 years, 10 months ago) by jason
Branches: OPENBSD_2_7
Diff to: previous 1.22: preferred, coloured
Changes since revision 1.22: +2 -1 lines
lovin' CVS... update patch branch to OpenSSH-2.1.1

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 31 06:36:40 2000 UTC (10 years, 10 months ago) by markus
Branches: MAIN
Diff to: previous 1.22: preferred, coloured
Changes since revision 1.22: +2 -1 lines
xauth_location support; pr 1234

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 6 17:45:37 2000 UTC (10 years, 11 months ago) by markus
Branches: MAIN
CVS tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Diff to: previous 1.21: preferred, coloured
Changes since revision 1.21: +2 -1 lines
add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed May 3 18:03:07 2000 UTC (10 years, 11 months ago) by markus
Branches: MAIN
Diff to: previous 1.20: preferred, coloured
Changes since revision 1.20: +2 -1 lines
GatewayPorts for sshd, ok deraadt@

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 3 10:21:48 2000 UTC (10 years, 11 months ago) by markus
Branches: MAIN
Diff to: previous 1.19: preferred, coloured
Changes since revision 1.19: +2 -2 lines
s/DsaKey/HostDSAKey/, document option

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon May 1 18:50:59 2000 UTC (10 years, 11 months ago) by markus
Branches: MAIN
Diff to: previous 1.18: preferred, coloured
Changes since revision 1.18: +2 -1 lines
PidFile, pr 1210

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 14 10:30:33 2000 UTC (11 years ago) by markus
Branches: MAIN
Diff to: previous 1.17: preferred, coloured
Changes since revision 1.17: +7 -7 lines
whitespace cleanup

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 12 07:45:44 2000 UTC (11 years ago) by markus
Branches: MAIN
Diff to: previous 1.16: preferred, coloured
Changes since revision 1.16: +3 -1 lines
add Cipher and Protocol options to ssh/sshd, e.g.:
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 6 08:55:22 2000 UTC (11 years ago) by markus
Branches: MAIN
Diff to: previous 1.15: preferred, coloured
Changes since revision 1.15: +2 -1 lines
ssh2 server side, see README.openssh2; enable with 'sshd -2'

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 4 00:08:00 2000 UTC (11 years, 3 months ago) by markus
Branches: MAIN
Diff to: previous 1.14: preferred, coloured
Changes since revision 1.14: +8 -4 lines
ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:
sshd allows multiple ListenAddress and Port options.  note that libwrap is
not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and
fujiwara@rcac.tdi.co.jp)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 24 19:53:51 1999 UTC (11 years, 4 months ago) by markus
Branches: MAIN
Diff to: previous 1.13: preferred, coloured
Changes since revision 1.13: +9 -5 lines
KNF, final part 3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 24 00:26:03 1999 UTC (11 years, 4 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.12: preferred, coloured
Changes since revision 1.12: +78 -66 lines
much more KNF

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 11 22:58:38 1999 UTC (11 years, 5 months ago) by markus
Branches: MAIN
Diff to: previous 1.11: preferred, coloured
Changes since revision 1.11: +2 -1 lines
IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 10 23:36:44 1999 UTC (11 years, 5 months ago) by markus
Branches: MAIN
Diff to: previous 1.10: preferred, coloured
Changes since revision 1.10: +2 -3 lines
add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
obsoletes QuietMode and FascistLogging in sshd.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 17 20:48:07 1999 UTC (11 years, 5 months ago) by dugsong
Branches: MAIN
CVS tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Diff to: previous 1.9: preferred, coloured
Changes since revision 1.9: +1 -8 lines
remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replace with LIBWRAP moved to child. ok markus@ deraat@

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 12 18:11:54 1999 UTC (11 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.8: preferred, coloured
Changes since revision 1.8: +2 -1 lines
SilentDeny, don't log/answer refused connections, deraadt@

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 11 21:48:29 1999 UTC (11 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.7: preferred, coloured
Changes since revision 1.7: +13 -1 lines
Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 11 21:07:37 1999 UTC (11 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.6: preferred, coloured
Changes since revision 1.6: +2 -1 lines
UseLogin, default=no, from kpa@gmx.net, ok deraadt@

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 7 22:46:32 1999 UTC (11 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.5: preferred, coloured
Changes since revision 1.5: +2 -1 lines
You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 7 21:45:02 1999 UTC (11 years, 6 months ago) by markus
Branches: MAIN
Diff to: previous 1.4: preferred, coloured
Changes since revision 1.4: +4 -1 lines
add skey to sshd:

1) pass *pw to auth_password() not user_name, do_authentication already
   keeps private copy of struct passwd for current user.
2) limit authentication attemps to 5, otherwise
        ssh -o 'NumberOfPasswordPrompts 100000' host
   lets you enter 100000 passwds
3) make s/key a run-time option in /etc/sshd_config
4) generate fake skeys,
   for s/key for nonexisting users, too
   limit auth-tries for nonexisting users, too.
Note that
% ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host
has NO limits in ssh-1.2.27

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 1 02:38:09 1999 UTC (11 years, 6 months ago) by provos
Branches: MAIN
Diff to: previous 1.3: preferred, coloured
Changes since revision 1.3: +1 -2 lines
get rid of references to randomseedfile we dont need it.  for sshd
just spit out a warning that the configuration option is obsolete.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 29 18:16:20 1999 UTC (11 years, 6 months ago) by dugsong
Branches: MAIN
Diff to: previous 1.2: preferred, coloured
Changes since revision 1.2: +5 -7 lines
update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 28 07:56:47 1999 UTC (11 years, 6 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.1: preferred, coloured
Changes since revision 1.1: +2 -1 lines
X11DisplayOffset; aaron

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 26 20:53:37 1999 UTC (11 years, 6 months ago) by deraadt
Branches: MAIN
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
well, except for the patent issues.  someone in sweden (forget their
name at the moment) cleaned out most of the patented code, and now
this code removes rsa code.  when this is done, it will link against
libssl, but the work isn't completely done yet.  then we need to bring
this up to modern days, featurewise.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

OpenBSD CVSweb server maintained by <beck@openbsd.org>