Mercurial > gftp.yaz
diff ChangeLog @ 852:5e3005923374
2006-11-16 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/protocols.c lib/local.c - added support for detecting
recursive symbolic links. This currently only works when uploading
files. It will only work when downloading files if the inode and device
are properly populated. I need to check but it may be possible to get
this information from the SSH and FSP protocols. (closes #172499)
author | masneyb |
---|---|
date | Fri, 17 Nov 2006 02:24:14 +0000 |
parents | 83d39217749c |
children | e30271d47353 |
line wrap: on
line diff
--- a/ChangeLog Fri Nov 17 01:38:51 2006 +0000 +++ b/ChangeLog Fri Nov 17 02:24:14 2006 +0000 @@ -1,4 +1,13 @@ 2006-11-16 Brian Masney <masneyb@gftp.org> + * lib/gftp.h lib/protocols.c lib/local.c - added support for detecting + recursive symbolic links. This currently only works when uploading + files. It will only work when downloading files if the inode and device + are properly populated. I need to check but it may be possible to get + this information from the SSH and FSP protocols. (closes #172499) + + * lib/local.c lib/misc.c - moved uint_hash_compare() and + uint_hash_function() from local.c to misc.c + * lib/protocols.c - backed out last change where hidden files aren't transferred in the subdirectories if the show_hidden_files option is disabled. @@ -3715,7 +3724,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.500 2006/11/17 01:38:50 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.501 2006/11/17 02:24:03 masneyb Exp $ tags * debian/* - updated files from Debian maintainer