comparison ChangeLog @ 332:6317b45645a8

2003-12-7 Brian Masney <masneyb@gftp.org> * lib/options.h lib/config_file.c - removed scramble_passwords option. Instead, make this the default action all the time. This is to avoid having too many unnecessary options. Also put a note at the top of the bookmarks file stating the passwords are being scrambled.
author masneyb
date Wed, 10 Dec 2003 02:22:56 +0000
parents 532eb171d5c2
children e0c22c0d9106
comparison
equal deleted inserted replaced
331:6c394c91ee57 332:6317b45645a8
1 2003-12-7 Brian Masney <masneyb@gftp.org> 1 2003-12-7 Brian Masney <masneyb@gftp.org>
2 * lib/options.h lib/config_file.c - removed scramble_passwords
3 option. Instead, make this the default action all the time. This
4 is to avoid having too many unnecessary options. Also put a note
5 at the top of the bookmarks file stating the passwords are being
6 scrambled.
7
2 * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added 8 * 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 9 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 10 <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 11 not safe, and can be broken. That is why it's labeled scrambled
6 passwords instead of encrypt passwords. 12 passwords instead of encrypt passwords.
1818 1824
1819 * configure.in - link in gthread 1825 * configure.in - link in gthread
1820 1826
1821 * cvsclean - added this script 1827 * cvsclean - added this script
1822 1828
1823 * *.[ch] - added $Id: ChangeLog,v 1.181 2003/12/08 02:53:23 masneyb Exp $ tags 1829 * *.[ch] - added $Id: ChangeLog,v 1.182 2003/12/10 02:22:55 masneyb Exp $ tags
1824 1830
1825 * debian/* - updated files from Debian maintainer 1831 * debian/* - updated files from Debian maintainer
1826 1832
1827 2002-10-03 Brian Masney <masneyb@gftp.org> 1833 2002-10-03 Brian Masney <masneyb@gftp.org>
1828 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1834 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)