OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/opacket.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10, Sat Jan 19 21:45:31 2019 UTC (5 years, 4 months ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
FILE REMOVED

remove last traces of old packet API!

with & ok markus@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 19 21:33:14 2019 UTC (5 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored) to selected 1.2 (colored)

allow sshpkt_fatal() to take a varargs format; we'll use this to give
packet-related fatal error messages more context (esp. the remote endpoint)
ok markus@

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 19 21:31:32 2019 UTC (5 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.2 (colored)

begin landing remaining refactoring of packet parsing API, started
almost exactly six years ago.

This change stops including the old packet_* API by default and makes
each file that requires the old API include it explicitly. We will
commit file-by-file refactoring to remove the old API in consistent
steps.

with & ok markus@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 20 01:56:39 2017 UTC (6 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored) to selected 1.2 (colored)

add RCSIDs to these; they make syncing portable a bit easier

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 30 23:10:43 2017 UTC (7 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.5: +0 -20 lines
Diff to previous 1.5 (colored) to selected 1.2 (colored)

unifdef WITH_SSH1
ok markus@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 14 16:17:40 2016 UTC (8 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.4: +0 -12 lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)

remove roaming support; ok djm@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 27 01:53:37 2015 UTC (9 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)

more OPENSSL=no fixes; ok dtucker@

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 30 01:13:33 2015 UTC (9 years, 4 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.2: +33 -16 lines
Diff to previous 1.2 (colored)

avoid more fatal/exit in the packet.c paths that ssh-keyscan
uses; feedback and "looks good" markus@

Revision 1.2 / (download) - annotate - [selected], Wed Jan 28 21:15:47 2015 UTC (9 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.1: +23 -2 lines
Diff to previous 1.1 (colored)

avoid fatal() calls in packet code
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 19 19:52:16 2015 UTC (9 years, 4 months ago) by markus
Branch: MAIN
Diff to selected 1.2 (colored)

update packet.c & isolate, introduce struct ssh
a) switch packet.c to buffer api and isolate per-connection info into struct ssh
b) (de)serialization of the state is moved from monitor to packet.c
c) the old packet.c API is implemented in opacket.[ch]
d) compress.c/h is removed and integrated into packet.c
with and ok djm@

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.