comparison ChangeLog @ 84:7ef60ce2bdb2

2002-12-29 Brian Masney <masneyb@gftp.org> * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - removed old legacy SSH protocol and option to enable this protocol * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c lib/sshv2.c - return new error codes instead of -1 or -2 * lib/misc.c (gftp_*_sort_function_ds) - changed return values * src/gtk/transfer.c (connect_thread) - if return value of gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection
author masneyb
date Sun, 29 Dec 2002 15:16:27 +0000
parents b124f715e74b
children 759c7d019a89
comparison
equal deleted inserted replaced
83:462de7034797 84:7ef60ce2bdb2
1 2002-12-29 Brian Masney <masneyb@gftp.org>
2 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h -
3 removed old legacy SSH protocol and option to enable this protocol
4
5 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes
6
7 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c
8 lib/sshv2.c - return new error codes instead of -1 or -2
9
10 * lib/misc.c (gftp_*_sort_function_ds) - changed return values
11
12 * src/gtk/transfer.c (connect_thread) - if return value of
13 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection
14
1 2002-12-11 Brian Masney <masneyb@gftp.org> 15 2002-12-11 Brian Masney <masneyb@gftp.org>
2 * configure.in - fix for enable/disable gtkport, textport and gtk20 16 * configure.in - fix for enable/disable gtkport, textport and gtk20
3 17
4 2002-12-10 Brian Masney <masneyb@gftp.org> 18 2002-12-10 Brian Masney <masneyb@gftp.org>
5 * configure.in - check for grantpt function 19 * configure.in - check for grantpt function
393 407
394 * configure.in - link in gthread 408 * configure.in - link in gthread
395 409
396 * cvsclean - added this script 410 * cvsclean - added this script
397 411
398 * *.[ch] - added $Id: ChangeLog,v 1.49 2002/12/12 01:48:44 masneyb Exp $ tags 412 * *.[ch] - added $Id: ChangeLog,v 1.50 2002/12/29 15:16:26 masneyb Exp $ tags
399 413
400 * debian/* - updated files from Debian maintainer 414 * debian/* - updated files from Debian maintainer
401 415
402 2002-10-03 Brian Masney <masneyb@gftp.org> 416 2002-10-03 Brian Masney <masneyb@gftp.org>
403 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 417 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)