summaryrefslogtreecommitdiff
path: root/ftpfs/ChangeLog
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2005-06-18 17:18:13 +0000
committerAlfred M. Szmidt <ams@gnu.org>2005-06-18 17:18:13 +0000
commitddeb9733fb4eccc2dc8bd36633db7b34a7ba3627 (patch)
tree02cee6969b96b34abff6e305436289f23d2e2daf /ftpfs/ChangeLog
parente0dc9e1e71bf0a8ea96f517dc8f5dbf05aca2b94 (diff)
2005-06-14 Hugues Larrive <hugues.larrive@gmail.com>
* ftpfs.c (parse_startup_opt): User names may contain a @, so take the last @ of FTPFS_REMOTE_FS. * host.c (split_server_name): User names may contain a @, so take the last @ of P.
Diffstat (limited to 'ftpfs/ChangeLog')
-rw-r--r--ftpfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index b53da74f..4f042123 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-14 Hugues Larrive <hugues.larrive@gmail.com>
+
+ * ftpfs.c (parse_startup_opt): User names may contain a @, so take
+ the last @ of FTPFS_REMOTE_FS.
+ * host.c (split_server_name): User names may contain a @, so take
+ the last @ of P.
+
2003-08-17 Marcus Brinkmann <marcus@gnu.org>
* ftpfs.h: Include <hurd/ihash.h>.