comparison ChangeLog @ 949:9a6571938f89

2008-03-04 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - removed unneeded FIXME comment * lib/ftps.c - removed uncommented code * lib/sslcommon.c - updated FIXME comment
author masneyb
date Tue, 04 Mar 2008 12:02:47 +0000
parents 5b681cba67b2
children c7d7a081cd9c
comparison
equal deleted inserted replaced
948:777b9dae77ff 949:9a6571938f89
1 2008-03-04 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - removed unneeded FIXME comment
3
4 * lib/ftps.c - removed uncommented code
5
6 * lib/sslcommon.c - updated FIXME comment
7
1 2008-01-24 Brian Masney <masneyb@gftp.org> 8 2008-01-24 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/rfc959.c lib/protocols.c lib/misc.c - don't store 9 * lib/gftp.h lib/rfc959.c lib/protocols.c lib/misc.c - don't store
3 the structure from getaddrinfo()/gethostbyname() in the 10 the structure from getaddrinfo()/gethostbyname() in the
4 gftp_request structure. Instead, store the address of the current 11 gftp_request structure. Instead, store the address of the current
5 server in a separate pointer. 12 server in a separate pointer.