comparison ChangeLog @ 893:331d6ad73a75

2007-3-15 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - added new function rfc959_setup_file_transfer(). It elimnates some duplicate code that was found by CPD.
author masneyb
date Fri, 16 Mar 2007 01:23:46 +0000
parents ecd9a397c441
children 14476a8a4d2b
comparison
equal deleted inserted replaced
892:ecd9a397c441 893:331d6ad73a75
1 2007-3-15 Brian Masney <masneyb@gftp.org> 1 2007-3-15 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - added new function rfc959_setup_file_transfer(). It
3 elimnates some duplicate code that was found by CPD.
4
2 * lib/sshv2.c - added new function 5 * lib/sshv2.c - added new function
3 sshv2_send_command_and_check_response(). It eliminates some duplicate 6 sshv2_send_command_and_check_response(). It eliminates some duplicate
4 code that was found by PMD. 7 code that was found by CPD.
5 8
6 * docs/gftp-faq.sgml - updated FAQ entry about how to check the 9 * docs/gftp-faq.sgml - updated FAQ entry about how to check the
7 latest code out of SVN. 10 latest code out of SVN.
8 11
9 2007-3-12 Brian Masney <masneyb@gftp.org> 12 2007-3-12 Brian Masney <masneyb@gftp.org>