OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/nchan.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10.2.1, Thu Sep 27 19:03:54 2001 UTC (22 years, 7 months ago) by jason
Branch: OPENBSD_2_9
Changes since 1.10: +1 -1 lines
FILE REMOVED

Pull in OpenSSH-2.9.9

Revision 1.9.2.3, Thu Sep 27 00:15:42 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.9.2.2: +1 -1 lines
FILE REMOVED

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.13, Wed May 30 12:55:11 2001 UTC (22 years, 11 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines
FILE REMOVED

channel layer cleanup: merge header files and split .c files

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 28 23:14:50 2001 UTC (22 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.11: +1 -3 lines
Diff to previous 1.11 (colored)

undo broken channel fix and try a different one. there
should be still some select errors...

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon May 7 21:09:31 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.9.2.1: +0 -0 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 4 23:47:34 2001 UTC (23 years ago) by markus
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

move to Channel **channels (instead of Channel *channels), fixes realloc problems.
channel_new now returns a Channel *, favour Channel * over channel id.
remove old channel_allocate interface.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:26 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.7.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:54 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.3: +2 -2 lines
Diff to previous 1.7.2.3 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:12 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.2: +0 -0 lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 28 08:54:55 2001 UTC (23 years, 2 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

make sure remote stderr does not get truncated.
remove closed fd's from the select mask.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:31:00 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.1: +1 -6 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:52 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.8: +1 -6 lines
Diff to previous 1.8 (colored)

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.7.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:21 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 20 01:39:43 2000 UTC (23 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

OpenBSD tag

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 3 07:07:15 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.6: +20 -12 lines
Diff to previous 1.6 (colored)

channel layer support for ssh2

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 28 20:31:27 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

replace big switch() with function tables (prepare for ssh2)

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 24 16:15:25 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.4: +29 -0 lines
Diff to previous 1.4 (colored)

missing copyright

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 24 00:26:02 1999 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +13 -13 lines
Diff to previous 1.3 (colored)

much more KNF

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 17 16:56:09 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.2: +26 -54 lines
Diff to previous 1.2 (colored)

re-implement the proto-1.5 channel close protocol, see nchan.ms.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 16 22:29:01 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.1: +58 -51 lines
Diff to previous 1.1 (colored)

add CVS tags, fix comments and whitespace

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 16 20:47:14 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN

support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.
interops (x11,agent,etc) with 1.2.27 and protocol 1.3

This form allows you to request diff's 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.