diff options
author | Mitchell Berger <mitchb@mit.edu> | 2001-06-08 04:17:45 +0000 |
---|---|---|
committer | Mitchell Berger <mitchb@mit.edu> | 2001-06-08 04:17:45 +0000 |
commit | dd0be3d9b38eb45cbcf352f0e885403fa6ceab25 (patch) | |
tree | 0bc5d85939e9f9ab5fcff9d02f36fbaa090e0bfc /src/appl/gssftp/ftpd/ChangeLog | |
parent | 7a44688912adbcf9d569692ca22dae2502703162 (diff) | |
download | krb5-dd0be3d9b38eb45cbcf352f0e885403fa6ceab25.tar.gz krb5-dd0be3d9b38eb45cbcf352f0e885403fa6ceab25.tar.xz krb5-dd0be3d9b38eb45cbcf352f0e885403fa6ceab25.zip |
* pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULT
* ftpd.c: Added '-U filename' option to allow specification of
an ftpusers file other than the default.
* ftpd.M: Documented the new -U option.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13303 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftpd/ChangeLog')
-rw-r--r-- | src/appl/gssftp/ftpd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 9f74c68e2a..3a6280c580 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,12 @@ +2001-06-08 Mitchell Berger <mitchb@mit.edu> + + * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULT. + + * ftpd.c: Added '-U filename' option to allow specification of + an ftpusers file other than the default. + + * ftpd.M: Documented the new -U option. + 2001-06-06 Ezra Peisach <epeisach@mit.edu> * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply() |