summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 13:42:43 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 13:42:43 +0000
commit62c45db52688273493960b46fe07bae1acb3021d (patch)
tree6d3a7aaa23a9c53cf47eb5d1298335cd5c986810 /ChangeLog
parent8e74393416d9829c463c22db8243f189e5f8f474 (diff)
- deraadt@cvs.openbsd.org 2001/02/04 17:02:32
[sftp-int.c] ? == help - deraadt@cvs.openbsd.org 2001/02/04 16:47:46 [sftp-int.c] sort commands, so that abbreviations work as expected - stevesk@cvs.openbsd.org 2001/02/04 15:17:52 [sftp-int.c] debugging sftp: precedence and missing break. chmod, chown, chgrp seem to be working now. - markus@cvs.openbsd.org 2001/02/04 14:41:21 [sftp-int.c] use base 8 for umask/chmod - markus@cvs.openbsd.org 2001/02/04 11:11:54 [sftp-int.c] fix LCD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adc970d47..689c2b4af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,22 @@
9 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19 9 - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
10 [sftp-server.c] 10 [sftp-server.c]
11 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@ 11 SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
12 - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
13 [sftp-int.c]
14 ? == help
15 - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
16 [sftp-int.c]
17 sort commands, so that abbreviations work as expected
18 - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
19 [sftp-int.c]
20 debugging sftp: precedence and missing break. chmod, chown, chgrp
21 seem to be working now.
22 - markus@cvs.openbsd.org 2001/02/04 14:41:21
23 [sftp-int.c]
24 use base 8 for umask/chmod
25 - markus@cvs.openbsd.org 2001/02/04 11:11:54
26 [sftp-int.c]
27 fix LCD
12 28
1320010104 2920010104
14 - (bal) I think this is the last of the bsd-*.h that don't belong. 30 - (bal) I think this is the last of the bsd-*.h that don't belong.