comparison 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
comparison
equal deleted inserted replaced
329:df4c91bf4adf 330:532eb171d5c2
1 2003-12-7 Brian Masney <masneyb@gftp.org> 1 2003-12-7 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added
3 scramble passwords option. This patch is mostly from Aurelien Jarno
4 <lists@aurel32.net>, but it was modified by me quite a bit. This is
5 not safe, and can be broken. That is why it's labeled scrambled
6 passwords instead of encrypt passwords.
7
8 * acinclude.m4 - fix to AC_INTL_PRINTF
9
2 * src/gtk/dnd.c (openurl_get_drag_data) - if we are connected to a 10 * src/gtk/dnd.c (openurl_get_drag_data) - if we are connected to a
3 remote site, disconnect before parsing the URL. This fixes a bug where 11 remote site, disconnect before parsing the URL. This fixes a bug where
4 the directory was not being refreshed properly (from Aurelien Jarno 12 the directory was not being refreshed properly (from Aurelien Jarno
5 <lists@aurel32.net>) 13 <lists@aurel32.net>)
6 14
1810 1818
1811 * configure.in - link in gthread 1819 * configure.in - link in gthread
1812 1820
1813 * cvsclean - added this script 1821 * cvsclean - added this script
1814 1822
1815 * *.[ch] - added $Id: ChangeLog,v 1.180 2003/12/08 02:14:25 masneyb Exp $ tags 1823 * *.[ch] - added $Id: ChangeLog,v 1.181 2003/12/08 02:53:23 masneyb Exp $ tags
1816 1824
1817 * debian/* - updated files from Debian maintainer 1825 * debian/* - updated files from Debian maintainer
1818 1826
1819 2002-10-03 Brian Masney <masneyb@gftp.org> 1827 2002-10-03 Brian Masney <masneyb@gftp.org>
1820 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1828 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)