Mercurial > gftp.yaz
diff ChangeLog @ 177:aec4b4541d3a
2003-6-9 Brian Masney <masneyb@gftp.org>
* lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c
lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options()
be an integer
* lib/rfc2068.c lib/rfc959.c - return the error code of
gftp_connect_server() if there was a connection problem
author | masneyb |
---|---|
date | Tue, 10 Jun 2003 12:03:54 +0000 |
parents | 3b168fed3fde |
children | 8beb7bfca92b |
line wrap: on
line diff
--- a/ChangeLog Mon Jun 09 23:16:53 2003 +0000 +++ b/ChangeLog Tue Jun 10 12:03:54 2003 +0000 @@ -1,3 +1,15 @@ +2003-6-9 Brian Masney <masneyb@gftp.org> + * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c + lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() + be an integer + + * lib/rfc2068.c lib/rfc959.c - return the error code of + gftp_connect_server() if there was a connection problem + +2003-6-8 Brian Masney <masneyb@gftp.org> + * lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an + error, make sure the exact error code is returned + 2003-6-8 Brian Masney <masneyb@gftp.org> * lib/sslcommon.c - added entropy_len option. Added gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the @@ -938,7 +950,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.85 2003/06/09 02:03:36 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.86 2003/06/10 12:03:53 masneyb Exp $ tags * debian/* - updated files from Debian maintainer