summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-05 13:34:53 +1100
committerDamien Miller <djm@mindrot.org>2000-09-05 13:34:53 +1100
commit7b28dc5eb0b4d766ddbf5c1955de7e4edbe50e7c (patch)
treea3f8409e421134c543a49851c5cfd9d62a0455d5 /ChangeLog
parent123cbe8e86b1f6e4c4dc016e76dcac1616971089 (diff)
20000905
- (djm) Import OpenBSD CVS changes - markus@cvs.openbsd.org 2000/08/31 15:52:24 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c] implement a SFTP server. interops with sftp2, scp2 and the windows client from ssh.com - markus@cvs.openbsd.org 2000/08/31 15:56:03 [README.openssh2] sync - markus@cvs.openbsd.org 2000/08/31 16:05:42 [session.c] Wall - markus@cvs.openbsd.org 2000/08/31 16:09:34 [authfd.c ssh-agent.c] add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions - deraadt@cvs.openbsd.org 2000/09/01 09:25:13 [scp.1 scp.c] cleanup and fix -S support; stevesk@sweden.hp.com - markus@cvs.openbsd.org 2000/09/01 16:29:32 [sftp-server.c] portability fixes - markus@cvs.openbsd.org 2000/09/01 16:32:41 [sftp-server.c] fix cast; mouring@pconline.com - itojun@cvs.openbsd.org 2000/09/03 09:23:28 [ssh-add.1 ssh.1] add missing .El against .Bl. - markus@cvs.openbsd.org 2000/09/04 13:03:41 [session.c] missing close; ok theo - markus@cvs.openbsd.org 2000/09/04 13:07:21 [session.c] fix get_last_login_time order; from andre@van-veen.de - markus@cvs.openbsd.org 2000/09/04 13:10:09 [sftp-server.c] more cast fixes; from mouring@pconline.com - markus@cvs.openbsd.org 2000/09/04 13:06:04 [session.c] set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da17a9c12..9aa9423c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
120000905
2 - (djm) Import OpenBSD CVS changes
3 - markus@cvs.openbsd.org 2000/08/31 15:52:24
4 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
5 implement a SFTP server. interops with sftp2, scp2 and the windows
6 client from ssh.com
7 - markus@cvs.openbsd.org 2000/08/31 15:56:03
8 [README.openssh2]
9 sync
10 - markus@cvs.openbsd.org 2000/08/31 16:05:42
11 [session.c]
12 Wall
13 - markus@cvs.openbsd.org 2000/08/31 16:09:34
14 [authfd.c ssh-agent.c]
15 add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
16 - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
17 [scp.1 scp.c]
18 cleanup and fix -S support; stevesk@sweden.hp.com
19 - markus@cvs.openbsd.org 2000/09/01 16:29:32
20 [sftp-server.c]
21 portability fixes
22 - markus@cvs.openbsd.org 2000/09/01 16:32:41
23 [sftp-server.c]
24 fix cast; mouring@pconline.com
25 - itojun@cvs.openbsd.org 2000/09/03 09:23:28
26 [ssh-add.1 ssh.1]
27 add missing .El against .Bl.
28 - markus@cvs.openbsd.org 2000/09/04 13:03:41
29 [session.c]
30 missing close; ok theo
31 - markus@cvs.openbsd.org 2000/09/04 13:07:21
32 [session.c]
33 fix get_last_login_time order; from andre@van-veen.de
34 - markus@cvs.openbsd.org 2000/09/04 13:10:09
35 [sftp-server.c]
36 more cast fixes; from mouring@pconline.com
37 - markus@cvs.openbsd.org 2000/09/04 13:06:04
38 [session.c]
39 set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
40 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
120000903 4120000903
2 - (djm) Fix Redhat init script 42 - (djm) Fix Redhat init script
3 43