comparison ChangeLog @ 432:d7ff8d2d43aa

2004-3-17 Brian Masney <masneyb@gftp.org> * lib/ftpcommon.h lib/ftps.c - removed encrypted_connection variable from the rfc959_parms structure * lib/rfc959.c (rfc959_copy_param_options) - fix for FTPS protocol so that the proper read/write function is setup whenever the request structure is copied
author masneyb
date Wed, 17 Mar 2004 18:40:41 +0000
parents 593dddb1e59c
children 77fffba5e170
comparison
equal deleted inserted replaced
431:593dddb1e59c 432:d7ff8d2d43aa
1 2004-3-17 Brian Masney <masneyb@gftp.org> 1 2004-3-17 Brian Masney <masneyb@gftp.org>
2 * lib/ftpcommon.h lib/ftps.c - removed encrypted_connection variable
3 from the rfc959_parms structure
4
5 * lib/rfc959.c (rfc959_copy_param_options) - fix for FTPS protocol
6 so that the proper read/write function is setup whenever the request
7 structure is copied
8
2 * lib/sslcommon.c - fix so that the option verify_ssl_peer can be 9 * lib/sslcommon.c - fix so that the option verify_ssl_peer can be
3 toggled while gftp is running and on a per connection basis 10 toggled while gftp is running and on a per connection basis
4 11
5 * docs/gftp-faq.sgml - added SSL Issues section 12 * docs/gftp-faq.sgml - added SSL Issues section
6 13
2307 2314
2308 * configure.in - link in gthread 2315 * configure.in - link in gthread
2309 2316
2310 * cvsclean - added this script 2317 * cvsclean - added this script
2311 2318
2312 * *.[ch] - added $Id: ChangeLog,v 1.238 2004/03/17 18:01:47 masneyb Exp $ tags 2319 * *.[ch] - added $Id: ChangeLog,v 1.239 2004/03/17 18:40:40 masneyb Exp $ tags
2313 2320
2314 * debian/* - updated files from Debian maintainer 2321 * debian/* - updated files from Debian maintainer
2315 2322
2316 2002-10-03 Brian Masney <masneyb@gftp.org> 2323 2002-10-03 Brian Masney <masneyb@gftp.org>
2317 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2324 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)