summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:36:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:36:43 +0000
commit1e7d30611bc8d7c2383fc59133996363f84a5911 (patch)
treeeaf3b67f20366ebcdbd0c4380bdbbe503f591940 /ChangeLog
parentb0407fc670012c2f299978ad9e971697437fd006 (diff)
- markus@cvs.openbsd.org 2001/02/06 22:07:42
[ssh.c] fatal() if subsystem fails - markus@cvs.openbsd.org 2001/02/06 22:43:02 [ssh.c] remove confusing callback code - jakob@cvs.openbsd.org 2001/02/06 23:03:24 [ssh.c] add -1 option (force protocol version 1). ok markus@ - jakob@cvs.openbsd.org 2001/02/06 23:06:21 [ssh.c] reorder -{1,2,4,6} options. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 383760849..8665a2218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,18 @@
31 - more strict prototypes, include necessary headers 31 - more strict prototypes, include necessary headers
32 - use paths.h/pathnames.h decls 32 - use paths.h/pathnames.h decls
33 - size_t typecase to int -> u_long 33 - size_t typecase to int -> u_long
34 - markus@cvs.openbsd.org 2001/02/06 22:07:42
35 [ssh.c]
36 fatal() if subsystem fails
37 - markus@cvs.openbsd.org 2001/02/06 22:43:02
38 [ssh.c]
39 remove confusing callback code
40 - jakob@cvs.openbsd.org 2001/02/06 23:03:24
41 [ssh.c]
42 add -1 option (force protocol version 1). ok markus@
43 - jakob@cvs.openbsd.org 2001/02/06 23:06:21
44 [ssh.c]
45 reorder -{1,2,4,6} options. ok markus@
34 - (bal) Missing 'const' in readpass.h 46 - (bal) Missing 'const' in readpass.h
35 47
3620010208 4820010208
@@ -3685,4 +3697,4 @@
3685 - Wrote replacements for strlcpy and mkdtemp 3697 - Wrote replacements for strlcpy and mkdtemp
3686 - Released 1.0pre1 3698 - Released 1.0pre1
3687 3699
3688$Id: ChangeLog,v 1.706 2001/02/09 02:23:10 mouring Exp $ 3700$Id: ChangeLog,v 1.707 2001/02/09 02:36:43 mouring Exp $