summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-21 21:52:36 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-21 21:52:36 +0000
commitc3c053fae211468b3763a8b98e20de044f0d938e (patch)
tree8f42a428e1f3bfa170b2d29b8bff9b551c035244 /src/appl/gssftp/ftpd/ChangeLog
parent8ed7589027fc70952ef4a0b2e0b26042a55191f6 (diff)
downloadkrb5-c3c053fae211468b3763a8b98e20de044f0d938e.tar.gz
krb5-c3c053fae211468b3763a8b98e20de044f0d938e.tar.xz
krb5-c3c053fae211468b3763a8b98e20de044f0d938e.zip
* ftpd.c: If NEED_SETENV defined, prototype for setenv.
(auth_data): radix_encode expects a int * and not a size_t *. Use temporary variable to pass data in and out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13466 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftpd/ChangeLog')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 01b384f92e..b17db49ee3 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,6 +1,8 @@
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* ftpd.c: If NEED_SETENV defined, prototype for setenv.
+ (auth_data): radix_encode expects a int * and not a size_t *. Use
+ temporary variable to pass data in and out.
2001-06-20 Ezra Peisach <epeisach@mit.edu>