OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29, Tue Jul 16 13:18:39 2019 UTC (4 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +1 -1 lines
FILE REMOVED

remove mostly vestigal uuencode.[ch]; moving the only unique
functionality there (wrapping of base64-encoded data) to sshbuf
functions; feedback and ok markus@

Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 24 01:36:24 2015 UTC (9 years ago) by deraadt
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
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

2*len -> use xreallocarray()
ok djm

Revision 1.27 / (download) - annotate - [select for diffs], Fri May 17 00:13:14 2013 UTC (11 years ago) by djm
Branch: MAIN
CVS Tags: 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
Changes since 1.26: +4 -3 lines
Diff to previous 1.26 (colored)

bye, bye xfree(); ok markus@

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 31 11:54:45 2010 UTC (13 years, 8 months ago) by djm
Branch: MAIN
CVS Tags: 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
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA offer
better performance than plain DH and DSA at the same equivalent symmetric
key length, as well as much shorter keys.

Only the mandatory sections of RFC5656 are implemented, specifically the
three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and
ECDSA. Point compression (optional in RFC5656 is NOT implemented).

Certificate host and user keys using the new ECDSA key types are supported.

Note that this code has not been tested for interoperability and may be
subject to change.

feedback and ok markus@

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 5 11:30:50 2009 UTC (15 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.24: +12 -1 lines
Diff to previous 1.24 (colored)

document what these functions do so I don't ever have to recuse into
b64_pton/ntop to remember their return values

Revision 1.17.8.1 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.17: +11 -5 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

upgrade to OpenSSH 4.4

Revision 1.17.10.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.17: +11 -5 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

upgrade to OpenSSH 4.4

Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 3 03:34:42 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: 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.23: +1 -5 lines
Diff to previous 1.23 (colored)

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.23 / (download) - annotate - [select for diffs], Tue Aug 1 23:22:48 2006 UTC (17 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

move #include <stdio.h> out of includes.h

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jul 5 02:42:09 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.21: +7 -3 lines
Diff to previous 1.21 (colored)

move #include <netinet/in.h> out of includes.h; ok deraadt@

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 26 01:31:48 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

typo

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 25 13:17:03 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored)

Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 25 00:05:41 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.18: +6 -1 lines
Diff to previous 1.18 (colored)

introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die

feedback and ok deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 19 18:51:19 2006 UTC (18 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17 (colored)

RCSID() can die

Revision 1.16.4.1 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:17 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.16.6.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:34 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

upgrade to OpenSSH 3.8

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 10 16:23:41 2003 UTC (20 years, 6 months ago) by jakob
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
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

constify. ok markus@ & djm@

Revision 1.12.4.2 / (download) - annotate - [select for diffs], Fri Oct 11 14:53:07 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.12.4.1: +2 -2 lines
Diff to previous 1.12.4.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

Update to OpenSSH 3.5

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Fri Oct 11 14:51:53 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Update to OpenSSH 3.5

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

signed vs unsigned from -pedantic; ok henning@

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:45 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.12: +4 -6 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.7.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:44 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.7.2.5: +4 -6 lines
Diff to previous 1.7.2.5 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Merge OpenSSH 3.1.

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Thu Mar 7 17:37:48 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.12: +4 -6 lines
Diff to previous 1.12 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 4 17:27:39 2002 UTC (22 years, 2 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Mon Feb 25 16:33:27 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

more u_* fixes

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 24 18:31:09 2002 UTC (22 years, 2 months ago) by markus
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

typo in comment

Revision 1.7.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:43 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.7.2.4: +0 -0 lines
Diff to previous 1.7.2.4 (colored) to branchpoint 1.7 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

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

Pull in OpenSSH-2.9 to 2.8 branch.

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

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.5.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:20 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.5.2.3: +2 -2 lines
Diff to previous 1.5.2.3 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.5.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:18 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.5.2.2: +8 -6 lines
Diff to previous 1.5.2.2 (colored) to branchpoint 1.5 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 1 02:27:18 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_2_9_BASE
Branch point for: OPENBSD_3_0, OPENBSD_2_9
Changes since 1.11: +2 -0 lines
Diff to previous 1.11 (colored)

oops

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 1 02:20:50 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -4 lines
Diff to previous 1.10 (colored)

get rid of extra header

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:43 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.7.2.1: +0 -0 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

Pull in OpenSSH-2.5.1

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:24 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.7: +8 -6 lines
Diff to previous 1.7 (colored)

Pull in OpenSSH 2.5.0

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 8 19:30:53 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

sync with netbsd tree changes.
- more strict prototypes, include necessary headers
- use paths.h/pathnames.h decls
- size_t typecase to int -> u_long

Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 7 08:54:16 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

indent

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

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

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

openssh-2.3.0 (again) for 2.7 branch

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:55 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.6: +24 -1 lines
Diff to previous 1.6 (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.5.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:25 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 22 23:55:00 2000 UTC (23 years, 10 months ago) by djm
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

Missing CVS idents; ok markus

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 5 18:53:42 2000 UTC (24 years ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.4: +16 -2 lines
Diff to previous 1.4 (colored)

remote trailing comments before calling __b64_pton

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

replace broken uuencode w/ libc b64_ntop

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 27 08:02:19 2000 UTC (24 years ago) by markus
Branch: MAIN
Changes since 1.2: +0 -1 lines
Diff to previous 1.2 (colored)

remove debug

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 26 21:51:50 2000 UTC (24 years ago) by markus
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

add trailing =

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 26 20:56:30 2000 UTC (24 years ago) by markus
Branch: MAIN

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.

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.