OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.16, Thu Apr 18 07:32:57 2019 UTC (5 years, 1 month ago) by dtucker
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
FILE REMOVED

Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.
Patch from yumkam at gmail.com, ok deraadt.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 25 22:22:43 2006 UTC (18 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

standardise spacing in $OpenBSD$ tags; requested by deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 12 21:39:50 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.13: +25 -16 lines
Diff to previous 1.13 (colored)

replace crc32.c with a BSD licensed version; noted by David Turner

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 4 17:27:39 2002 UTC (22 years, 3 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_2, OPENBSD_3_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

$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.12 / (download) - annotate - [select for diffs], Tue Jun 26 17:27:23 2001 UTC (22 years, 11 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.11: +2 -6 lines
Diff to previous 1.11 (colored)

remove comments from .h, since they are cut&paste from the .c files
and out of sync

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 26 06:32:51 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

prototype pedant.  not very creative...
- () -> (void)
- no variable names

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 2 18:54:31 2001 UTC (23 years, 3 months ago) by deraadt
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 copyright lines the same format

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 19 23:17:56 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
with u_char.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:51 2000 UTC (23 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.7: +6 -8 lines
Diff to previous 1.7 (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 / (download) - annotate - [select for diffs], Sat Aug 19 21:29:40 2000 UTC (23 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

proper prototype

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

OpenBSD tag

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:31 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.4: +7 -7 lines
Diff to previous 1.4 (colored)

whitespace cleanup

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 24 19:53:46 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored)

KNF, final part 3

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

much more KNF

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 1 18:18:56 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

s/long/int/

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 20:53:35 1999 UTC (24 years, 8 months ago) by deraadt
Branch: 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.

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.