OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.23, Tue Jul 22 13:35:22 2003 UTC (20 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
FILE REMOVED

remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 9 14:54:15 2002 UTC (21 years, 9 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Changes since 1.21: +5 -4 lines
Diff to previous 1.21 (colored)

signed vs unsigned from -pedantic; ok henning@

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 19 00:27:55 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

KNF done automatically while reading....

Revision 1.20 / (download) - annotate - [select for diffs], Tue Apr 23 12:58:26 2002 UTC (22 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

send complete ticket; semerad@ss1000.ms.mff.cuni.cz

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 22 06:15:47 2002 UTC (22 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.18: +6 -4 lines
Diff to previous 1.18 (colored)

fix check for overflow

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 20 09:17:19 2002 UTC (22 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.17: +98 -156 lines
Diff to previous 1.17 (colored)

rewrite using the buffer_* API, fixes overflow; ok deraadt@

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 19 19:02:16 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.16: +10 -10 lines
Diff to previous 1.16 (colored)

kill more registers

millert@ ok

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 23 15:12:19 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

more strict prototypes.  raise warning level in Makefile.inc.  markus ok'ed
TODO; cleanup headers

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 16 23:58:09 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored)

indent

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

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

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:52 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.12: +21 -3 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu Jun 22 23:55:00 2000 UTC (23 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11 (colored)

Missing CVS idents; ok markus

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 5 18:53:42 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.10: +2 -1 lines
Diff to previous 1.10 (colored)

remote trailing comments before calling __b64_pton

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 4 22:38:00 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

replace broken uuencode w/ libc b64_ntop

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 26 20:56:29 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.8: +1 -95 lines
Diff to previous 1.8 (colored)

add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 14 10:30:32 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

whitespace cleanup

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 16 20:56:14 2000 UTC (24 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

-pedantic: signed vs. unsigned, void*-arithm, etc

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

KNF, final part 3

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

much more KNF

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 23 22:25:54 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.3: +189 -164 lines
Diff to previous 1.3 (colored)

KNF part 1

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

s/long/int/

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 18:16:19 1999 UTC (24 years, 8 months ago) by dugsong
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1 (colored)

update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 20:53:36 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.