Mercurial > gftp.yaz
comparison ChangeLog @ 541:e46278e7ef1d
2004-8-21 Brian Masney <masneyb@gftp.org>
* lib/rfc959.c lib/ftpcommon.h - added internal option to quote
the filename in the SITE command. This is only enabled for servers
that return UNIX in the SYST output. It is disabled if it is a BSD
based FTP server
* lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings
through gettext so that logins will work properly for non-english
users
* lib/pty.c (gftp_exec) - redirect STDERR of the child process to the
opened pty so that stderr is shown properly in the log window
author | masneyb |
---|---|
date | Sat, 21 Aug 2004 14:40:41 +0000 |
parents | ee182b8d1a54 |
children | fd9ce7797984 |
comparison
equal
deleted
inserted
replaced
540:5dc503f04424 | 541:e46278e7ef1d |
---|---|
1 2004-8-21 Brian Masney <masneyb@gftp.org> | |
2 * lib/rfc959.c lib/ftpcommon.h - added internal option to quote | |
3 the filename in the SITE command. This is only enabled for servers | |
4 that return UNIX in the SYST output. It is disabled if it is a BSD | |
5 based FTP server | |
6 | |
7 * lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings | |
8 through gettext so that logins will work properly for non-english | |
9 users | |
10 | |
11 * lib/pty.c (gftp_exec) - redirect STDERR of the child process to the | |
12 opened pty so that stderr is shown properly in the log window | |
13 | |
1 2004-8-17 Brian Masney <masneyb@gftp.org> | 14 2004-8-17 Brian Masney <masneyb@gftp.org> |
2 * lib/sshv2.c - renamed read_buffer in sshv2_params to | 15 * lib/sshv2.c - renamed read_buffer in sshv2_params to |
3 transfer_buffer. In sshv2_put_next_file_chunk(), dynamically allocate | 16 transfer_buffer. In sshv2_put_next_file_chunk(), dynamically allocate |
4 memory for transfer_buffer instead of using a fixed buffer on the | 17 memory for transfer_buffer instead of using a fixed buffer on the |
5 stack. This allows for large transfer buffer sizes. | 18 stack. This allows for large transfer buffer sizes. |
2759 | 2772 |
2760 * configure.in - link in gthread | 2773 * configure.in - link in gthread |
2761 | 2774 |
2762 * cvsclean - added this script | 2775 * cvsclean - added this script |
2763 | 2776 |
2764 * *.[ch] - added $Id: ChangeLog,v 1.312 2004/08/18 04:11:26 masneyb Exp $ tags | 2777 * *.[ch] - added $Id: ChangeLog,v 1.313 2004/08/21 14:40:41 masneyb Exp $ tags |
2765 | 2778 |
2766 * debian/* - updated files from Debian maintainer | 2779 * debian/* - updated files from Debian maintainer |
2767 | 2780 |
2768 2002-10-03 Brian Masney <masneyb@gftp.org> | 2781 2002-10-03 Brian Masney <masneyb@gftp.org> |
2769 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2782 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |