Mercurial > gftp.yaz
diff ChangeLog @ 330:532eb171d5c2
2003-12-7 Brian Masney <masneyb@gftp.org>
* lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added
scramble passwords option. This patch is mostly from Aurelien Jarno
<lists@aurel32.net>, but it was modified by me quite a bit. This is
not safe, and can be broken. That is why it's labeled scrambled
passwords instead of encrypt passwords.
* acinclude.m4 - fix to AC_INTL_PRINTF
author | masneyb |
---|---|
date | Mon, 08 Dec 2003 02:53:24 +0000 |
parents | df4c91bf4adf |
children | 6317b45645a8 |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 08 02:14:26 2003 +0000 +++ b/ChangeLog Mon Dec 08 02:53:24 2003 +0000 @@ -1,4 +1,12 @@ 2003-12-7 Brian Masney <masneyb@gftp.org> + * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added + scramble passwords option. This patch is mostly from Aurelien Jarno + <lists@aurel32.net>, but it was modified by me quite a bit. This is + not safe, and can be broken. That is why it's labeled scrambled + passwords instead of encrypt passwords. + + * acinclude.m4 - fix to AC_INTL_PRINTF + * src/gtk/dnd.c (openurl_get_drag_data) - if we are connected to a remote site, disconnect before parsing the URL. This fixes a bug where the directory was not being refreshed properly (from Aurelien Jarno @@ -1812,7 +1820,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.180 2003/12/08 02:14:25 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.181 2003/12/08 02:53:23 masneyb Exp $ tags * debian/* - updated files from Debian maintainer