Mercurial > gftp.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
176:4e4de2e87241 | 177:aec4b4541d3a |
---|---|
1 2003-6-9 Brian Masney <masneyb@gftp.org> | |
2 * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c | |
3 lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() | |
4 be an integer | |
5 | |
6 * lib/rfc2068.c lib/rfc959.c - return the error code of | |
7 gftp_connect_server() if there was a connection problem | |
8 | |
9 2003-6-8 Brian Masney <masneyb@gftp.org> | |
10 * lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an | |
11 error, make sure the exact error code is returned | |
12 | |
1 2003-6-8 Brian Masney <masneyb@gftp.org> | 13 2003-6-8 Brian Masney <masneyb@gftp.org> |
2 * lib/sslcommon.c - added entropy_len option. Added | 14 * lib/sslcommon.c - added entropy_len option. Added |
3 gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the | 15 gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the |
4 request structure, and error messages can be logged properly. Changed | 16 request structure, and error messages can be logged properly. Changed |
5 the verify depth from 4 to 9 | 17 the verify depth from 4 to 9 |
936 | 948 |
937 * configure.in - link in gthread | 949 * configure.in - link in gthread |
938 | 950 |
939 * cvsclean - added this script | 951 * cvsclean - added this script |
940 | 952 |
941 * *.[ch] - added $Id: ChangeLog,v 1.85 2003/06/09 02:03:36 masneyb Exp $ tags | 953 * *.[ch] - added $Id: ChangeLog,v 1.86 2003/06/10 12:03:53 masneyb Exp $ tags |
942 | 954 |
943 * debian/* - updated files from Debian maintainer | 955 * debian/* - updated files from Debian maintainer |
944 | 956 |
945 2002-10-03 Brian Masney <masneyb@gftp.org> | 957 2002-10-03 Brian Masney <masneyb@gftp.org> |
946 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 958 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |