diff TODO @ 219:b9584a877daf

2003-7-9 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - if we are logging in to the server, and the message size is too big from the server, assume that an error message follows and log the ASCII text to the log window * src/gtk/options_dialog.c - make sure the value is set properly for the textcomboedt option types (the FTP proxy server type uses this) * lib/rfc2068.c - HTTP proxy bug fixes. Also, moved rfc2068_connect() call to rfc2068_send_command() and removed it from the now unneeded places. Also, fix in call to HEAD command * src/text/gftp-text.c - fixed NULL pointer deference in changing directory * docs/sample.gftp/gftprc - enable require SSH user/pass by default
author masneyb
date Wed, 09 Jul 2003 23:25:57 +0000
parents 06cdf06a0f31
children f330309d2f17
line wrap: on
line diff
--- a/TODO	Wed Jul 09 23:25:56 2003 +0000
+++ b/TODO	Wed Jul 09 23:25:57 2003 +0000
@@ -3,11 +3,10 @@
 version of gFTP, please email me about it.
 
 *** TODO FOR 2.0.15 ***
-* Check for memory leaks with dmalloc
-* HTTP - I am getting complaints about HTTP proxy support is busted
+* gftp_get_line() - returns 0 if the line lengh is the length of the current 
+  buffer
 * Override options on a per site basis (backend is done, I just have to make
   a user interface for the gtk+ port)
-* Finish going through my email and check GNOME's Bugzilla
 *** END TODO FOR 2.0.15
 
 * I need to be able to send an event from the core library to the presentation