Mercurial > gftp.yaz
comparison ChangeLog @ 499:39e9945288ea
2004-7-13 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc2068.c
lib/rfc959.c lib/sshv2.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c
src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui_transfer.c
src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/view_dialog.c
src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpuicallbacks.c -
represent the file attributes as a mode_t variable instead of a
character string
author | masneyb |
---|---|
date | Tue, 13 Jul 2004 20:17:42 +0000 |
parents | 76c4e4cd108e |
children | ba50a7085d93 |
comparison
equal
deleted
inserted
replaced
498:76c4e4cd108e | 499:39e9945288ea |
---|---|
1 2004-7-13 Brian Masney <masneyb@gftp.org> | |
2 * lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc2068.c | |
3 lib/rfc959.c lib/sshv2.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c | |
4 src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui_transfer.c | |
5 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/view_dialog.c | |
6 src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpuicallbacks.c - | |
7 represent the file attributes as a mode_t variable instead of a | |
8 character string | |
9 | |
1 2004-7-12 Brian Masney <masneyb@gftp.org> | 10 2004-7-12 Brian Masney <masneyb@gftp.org> |
2 * lib/sshv2.c - added sshv2_decode_file_attributes(). This is used | 11 * lib/sshv2.c - added sshv2_decode_file_attributes(). This is used |
3 by sshv2_get_next_file() and sshv2_get_file_size(). | 12 by sshv2_get_next_file() and sshv2_get_file_size(). |
4 (sshv2_get_next_file_chunk) - if the error SSH_FX_FAILURE was returned, | 13 (sshv2_get_next_file_chunk) - if the error SSH_FX_FAILURE was returned, |
5 then do not return wrong message received from server to the user | 14 then do not return wrong message received from server to the user |
2547 | 2556 |
2548 * configure.in - link in gthread | 2557 * configure.in - link in gthread |
2549 | 2558 |
2550 * cvsclean - added this script | 2559 * cvsclean - added this script |
2551 | 2560 |
2552 * *.[ch] - added $Id: ChangeLog,v 1.277 2004/07/13 02:44:34 masneyb Exp $ tags | 2561 * *.[ch] - added $Id: ChangeLog,v 1.278 2004/07/13 20:17:42 masneyb Exp $ tags |
2553 | 2562 |
2554 * debian/* - updated files from Debian maintainer | 2563 * debian/* - updated files from Debian maintainer |
2555 | 2564 |
2556 2002-10-03 Brian Masney <masneyb@gftp.org> | 2565 2002-10-03 Brian Masney <masneyb@gftp.org> |
2557 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2566 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |