comparison ChangeLog @ 91:8c37d73d3f1f

2003-1-21 Brian Masney <masneyb@gftp.org> * lib/gftp.h - added server type defines. Added server_type field to gftp_request * lib/local.c - use S_ISDIR and S_ISLINK macros * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for parsing directory listing * lib/rfc959.c - added function rfc959_syst. Call this on startup * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure to gftp_parse_ls * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX
author masneyb
date Tue, 21 Jan 2003 23:46:03 +0000
parents fc06dbca0bae
children 97b3d5c022af
comparison
equal deleted inserted replaced
90:49037b88d31c 91:8c37d73d3f1f
1 2003-1-21 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h - added server type defines. Added server_type field to
3 gftp_request
4
5 * lib/local.c - use S_ISDIR and S_ISLINK macros
6
7 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for
8 parsing directory listing
9
10 * lib/rfc959.c - added function rfc959_syst. Call this on startup
11
12 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure
13 to gftp_parse_ls
14
15 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX
16
1 2003-1-11 Brian Masney <masneyb@gftp.org> 17 2003-1-11 Brian Masney <masneyb@gftp.org>
2 * autogen.sh - removed --intl and --no-changelog flags to gettextize 18 * autogen.sh - removed --intl and --no-changelog flags to gettextize
3 19
4 * aclocal.m4 - updated 20 * aclocal.m4 - updated
5 21
445 461
446 * configure.in - link in gthread 462 * configure.in - link in gthread
447 463
448 * cvsclean - added this script 464 * cvsclean - added this script
449 465
450 * *.[ch] - added $Id: ChangeLog,v 1.52 2003/01/11 15:49:01 masneyb Exp $ tags 466 * *.[ch] - added $Id: ChangeLog,v 1.53 2003/01/21 23:46:01 masneyb Exp $ tags
451 467
452 * debian/* - updated files from Debian maintainer 468 * debian/* - updated files from Debian maintainer
453 469
454 2002-10-03 Brian Masney <masneyb@gftp.org> 470 2002-10-03 Brian Masney <masneyb@gftp.org>
455 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 471 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)