aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftpd/ChangeLog
diff options
context:
space:
mode:
authorMatthew Hancher <mdh@mit.edu>1998-08-11 08:36:14 +0000
committerMatthew Hancher <mdh@mit.edu>1998-08-11 08:36:14 +0000
commit673c4bbb47ccb2b63d3409af30cfbf480ef33216 (patch)
treef1dacf61bd6a632e0c629dc9396ea13263a51dce /src/appl/gssftp/ftpd/ChangeLog
parent720634c14e6bbe530185cd9b01ec55d3cc8867b6 (diff)
downloadkrb5-673c4bbb47ccb2b63d3409af30cfbf480ef33216.zip
krb5-673c4bbb47ccb2b63d3409af30cfbf480ef33216.tar.gz
krb5-673c4bbb47ccb2b63d3409af30cfbf480ef33216.tar.bz2
Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu>
* ftpd.c: Add support for extended logging as per PR#481. Using the 'l' command line option twice now logs the major file commands, and using it thrice logs bytecounts for RETR and STOR as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10801 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftpd/ChangeLog')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 2a6874a..5c6cc51 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu>
+
+ * ftpd.c: Add support for extended logging as per PR#481. Using
+ the 'l' command line option twice now logs the major file commands,
+ and using it thrice logs bytecounts for RETR and STOR as well.
+
Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>
* ftpcmd.y: Replace old KERBEROS #ifdef's with KRB5_KRB4_COMPAT