OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


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

Pull in OpenSSH-2.9.9

Revision 1.2.2.5, Thu Sep 27 00:15:41 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.2.2.4: +2 -2 lines
FILE REMOVED

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.15, Sun Jun 24 05:35:33 2001 UTC (22 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -2 lines
FILE REMOVED

switch to readpassphrase(3)
2.7/8-stable needs readpassphrase.[ch] from libc

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 23 15:12:18 2001 UTC (22 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

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

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

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.13 / (download) - annotate - [select for diffs], Sun May 6 21:23:31 2001 UTC (23 years ago) by markus
Branch: MAIN
Changes since 1.12: +8 -4 lines
Diff to previous 1.12 (colored)

cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 6 17:52:07 2001 UTC (23 years ago) by mouring
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Use const for 'prompt'.  Brought over from portable tree.

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

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:41 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.2.4.2: +32 -2 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

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

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 6 00:33:04 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.10: +7 -3 lines
Diff to previous 1.10 (colored)

EINTR/EAGAIN handling is required in more cases

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 1 03:38:33 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +27 -1 lines
Diff to previous 1.9 (colored)

copyright notices on all source files

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

Pull in OpenSSH-2.5.1

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:12:58 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.2: +18 -13 lines
Diff to previous 1.2 (colored)

Pull in OpenSSH 2.5.0

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 10 12:44:02 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

don't call vis() for \r

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 8 19:30:51 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.7: +7 -6 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Sun Feb 4 15:32:23 2001 UTC (23 years, 3 months ago) by stevesk
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

unexpand and remove end-of-line whitespace; ok markus@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 21 19:05:47 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 8 08:50:29 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

yet another typo; bad markus

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 7 21:26:55 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

typo

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 7 19:04:47 2001 UTC (23 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)

missing free, stevesk@pobox.com

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Wed Nov 8 21:30:36 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 16 09:38:44 2000 UTC (23 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8, OPENBSD_2_7
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Add idents for files which lack them

Fix idents Id -> OpenBSD for the rest

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 11 20:14:39 2000 UTC (23 years, 7 months ago) by markus
Branch: MAIN

add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me

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.