Mercurial > gftp.yaz
annotate ChangeLog @ 755:6d19d4a8adee
2006-6-22 Brian Masney <masneyb@gftp.org>
* src/gtk/gtkui.c (gftpui_prompt_username) - don't create the widget as
a password widget (closes #313746)
| author | masneyb |
|---|---|
| date | Fri, 23 Jun 2006 01:31:05 +0000 |
| parents | ca202375e6cb |
| children | 1e07981f7511 |
| rev | line source |
|---|---|
| 753 | 1 2006-6-22 Brian Masney <masneyb@gftp.org> |
| 755 | 2 * src/gtk/gtkui.c (gftpui_prompt_username) - don't create the widget as |
| 3 a password widget (closes #313746) | |
| 4 | |
| 754 | 5 * src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item |
| 6 dialog (closes #329660) | |
| 7 | |
| 753 | 8 * src/gtk/transfer.c - split update_file_status() into another function. |
| 9 Updated the string that is displayed to the user with information on | |
| 10 whether or not the file is being downloaded or updated. (closes #163750) | |
| 11 | |
| 738 | 12 2006-5-14 Brian Masney <masneyb@gftp.org> |
| 748 | 13 * lib/rfc959.c (rfc959_syst) - disable the show_hidden_files and |
| 14 resolve_symlinks options if the remote server is a VMS server. | |
| 15 (closes #170524) | |
| 16 | |
| 747 | 17 * lib/sshv2.c - make sure the 64 bit data is transformed into network |
| 18 byte order (from Aurelien Jarno <aurelien@aurel32.net>) (closes #168466) | |
| 19 | |
| 746 | 20 * lib/sshv2.c (sshv2_get_file) - use SSH_FXF_READ instead of |
| 21 SSH_FXP_OPEN to open the file. This ensures the file can be downloaded | |
| 22 even if the user doesn't have write access to the file. | |
| 23 (from Owen Roberts <owen.roberts@sun.com>) (closes #301106) | |
| 24 | |
| 745 | 25 * docs/sample.gftp/bookmarks - added Mandriva bookmarks |
| 26 (from mpol@gmx.net) (closes #322942) | |
| 27 | |
| 744 | 28 * docs/gftp.1 - fixed typo in man page (from Aurelien Jarno |
| 29 <aurelien@aurel32.net>) (closes #300721) | |
| 30 | |
| 31 * docs/website/screenshots.html - updated HTML file | |
| 32 | |
| 742 | 33 * src/gtk/bookmarks.c (delete_entry) - fixed typo (closes #312795) |
| 34 | |
| 741 | 35 * docs/gftp.desktop - fixes so that desktop-file-validate processes |
| 36 the file with no errors (from Vincent Fretin <vincent.fretin@gmail.com>) | |
| 37 (closes #316167) | |
| 38 | |
| 740 | 39 * lib/pty.c (_gftp_ptym_open) - fixes for using the grantpt() function |
| 40 under HP/UX. (from Allyn Fratkin <allyn@fratkin.com>) (closes #301979) | |
| 41 | |
| 739 | 42 * lib/fsplib/fsplib.c lib/fsplib/fsplib.h - updated with FSPLIB 0.8 |
| 43 | |
| 738 | 44 * lib/fsplib/lock.c lib/pty.c - compile fixes under NetBSD |
| 45 (from Matthias Scheler tron@zhadum.de>) (closes #168984) | |
| 46 | |
| 736 | 47 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> |
| 48 | |
| 49 * configure.in: Remove obsolete entry for no_NO. | |
| 50 * po/no.po: And the translation. | |
| 51 | |
| 732 | 52 2006-4-10 Brian Masney <masneyb@gftp.org> |
| 53 * configure.in - added he to ALL_LINGUAS | |
| 54 | |
| 731 | 55 2006-03-31 Žygimantas Beručka <zygis@gnome.org> |
| 56 | |
| 57 * configure.in: Added lt to ALL_LINGUAS. | |
| 58 | |
| 726 | 59 2005-12-06 Kjartan Maraas <kmaraas@gnome.org> |
| 60 | |
| 61 * configure.in: Add nb to ALL_LINGUAS. | |
| 62 | |
| 712 | 63 2005-07-21 Pawan Chitrakar <pawan@nplinux.org> |
| 64 | |
| 65 * configure.in: Added ne in ALL_LINGUAS | |
| 66 | |
| 709 | 67 2005-06-09 Ignacio Casal Quinteiro <nacho.resa@gmail.com> |
| 68 | |
| 69 * configure.in: Added 'gl' to ALL_LINGUAS. | |
| 70 | |
| 707 | 71 2005-4-30 Brian Masney <masneyb@gftp.org> |
| 72 * docs/website/gftp-screenshot.png - added new screenshot of gFTP for | |
| 73 the website. It is from Richard Stellingwerff <remenic@gmail.com> and | |
| 74 the theme is the Clearlooks theme | |
| 75 | |
|
704
65f55c815252
Added new Language, Kinyarwanda (rw), to this package
smurphy
parents:
703
diff
changeset
|
76 2005-04-01 Steve Murphy <murf@e-tools.com> |
|
65f55c815252
Added new Language, Kinyarwanda (rw), to this package
smurphy
parents:
703
diff
changeset
|
77 * configure.in: Added "rw" to ALL_LINGUAS. |
|
65f55c815252
Added new Language, Kinyarwanda (rw), to this package
smurphy
parents:
703
diff
changeset
|
78 |
| 703 | 79 2005-3-31 Brian Masney <masneyb@gftp.org> |
| 80 * src/gtk/transfer.c (check_done_process) - make sure the local file is | |
| 81 not removed if the editor is set to a non-existent editor | |
| 82 | |
| 702 | 83 2005-3-29 Brian Masney <masneyb@gftp.org> |
| 84 * src/text/gftp-text.c src/gtk/options_dialog.c - compiler fixes for | |
| 85 GTK+ 1.2 | |
| 86 | |
| 694 | 87 2005-2-14 Brian Masney <masneyb@gftp.org> |
| 88 * Changelog-Old - updated security fix line with the CVE ID | |
| 89 CAN-2005-0372 | |
| 90 | |
| 692 | 91 2005-2-13 Brian Masney <masneyb@gftp.org> |
| 693 | 92 * lib/fsplib/fsplib.c - include stdint.h if HAVE_STDINT_H is defined |
| 93 | |
| 692 | 94 * lib/fsplib/fsplib.c - updated to use fsplib 0.4. Fixes compilation |
| 95 errors under Solaris/IRIX | |
| 96 | |
| 682 | 97 2005-2-4 Brian Masney <masneyb@gftp.org> |
| 685 | 98 * docs/website/announce.txt - updated announcement with release of |
| 99 2.0.18 | |
| 100 | |
| 684 | 101 * debian/changelog configure.in - updated version number to 2.0.18 |
| 102 | |
| 103 * configure.in - commented out AM_TYPE_PTRDIFF_T for now. I don't have | |
| 104 this automake macro installed on my system | |
| 105 | |
| 683 | 106 * ChangeLog-old - updated with changes since 2.0.18rc1 |
| 107 | |
| 108 * docs/website/index.html.in - added link to the FSP homepage | |
| 109 | |
| 682 | 110 * lib/misc.c (gftp_get_transfer_action) - added the following FIXME |
| 111 comments: add code to compare the file times and make a decision based | |
| 112 on that. Also if overwrite_default is enabled and the file sizes/dates | |
| 113 are the same, then skip the file | |
| 114 | |
| 679 | 115 2005-1-25 Brian Masney <masneyb@gftp.org> |
| 116 * src/gtk/gtkui.c (gftpui_run_function_callback) - after the needed | |
| 117 information is retrieved from the dialog, destroy the dialog before | |
| 118 the callback function is called | |
| 119 | |
| 675 | 120 2005-1-24 Brian Masney <masneyb@gftp.org> |
| 678 | 121 * configure.in - added AM_TYPE_PTRDIFF_T |
| 122 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) | |
| 123 | |
| 677 | 124 * lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c |
| 125 src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 126 src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make | |
| 127 sure the logging level gftp_logging_error is used for all error messages | |
| 128 | |
| 676 | 129 * lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the |
| 130 URL is parsed from right to left instead of left to right. There are | |
| 131 more checks done to the URL. | |
| 132 | |
| 675 | 133 * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string) |
| 134 - convert the string from UTF8 to the users' current locale before it is | |
| 135 displayed | |
| 136 | |
| 137 * src/text/gftp-text.c src/text/gftp-text.h - fixed signed/unsigned | |
| 138 mismatch when calculating the window size | |
| 139 | |
| 140 * src/gtk/transfer.c (update_file_status) - expanded the maximum length | |
| 141 of the dlstr variable | |
| 142 | |
| 672 | 143 2005-1-23 Brian Masney <masneyb@gftp.org> |
| 144 * po/POTFILES.in - added lib/fsp.c | |
| 145 | |
| 666 | 146 2005-1-18 Brian Masney <masneyb@gftp.org> |
| 667 | 147 * lib/fsplib/fsplib.[ch] - updated files from FSPLIB 0.3 |
| 148 | |
| 666 | 149 * lib/protocols.c (gftp_get_next_file) - if the remote server sends a |
| 150 path with the filename, then strip the path off of the filename. If the | |
| 151 path didn't match the current directory, then give the user a warning. | |
| 152 A malicious server could change the path of the downloaded by adding | |
| 153 /../ to the path | |
| 154 | |
| 659 | 155 2005-1-16 Brian Masney <masneyb@gftp.org> |
| 663 | 156 * configure.in lib/Makefile.am src/gtk/Makefile.am src/text/Makefile.am |
| 157 lib/fsp.c - added FSP to the build system | |
| 158 | |
| 159 * lib/fsp.c - removed unused variables | |
| 160 | |
| 161 * autogen.sh - s/gFTP/$PROJECT/ | |
| 162 | |
| 662 | 163 * lib/fsplib/COPYING lib/fsplib/Makefile.am lib/fsplib/fsplib.c |
| 164 lib/fsplib/fsplib.h lib/fsplib/lock.c lib/fsplib/lock.h - added FSPLIB | |
| 165 This library is written by Radim Kolar <hsn@netmag.cz> and was included | |
| 166 with his permission | |
| 167 | |
| 661 | 168 * lib/fsp.c lib/options.h lib/gftp.h - added support for the FSP |
| 169 protocol (from Radim Kolar <hsn@netmag.cz>). Note, I need to update | |
| 170 the build system for gftp to compile properly | |
| 171 | |
| 660 | 172 * src/gtk/dnd.c (openurl_get_drag_data) - if the client is busy with |
| 173 the server, then don't process the drop request (closes #162773) | |
| 174 (from Aurelien Jarno <aurelien@aurel32.net>) | |
| 175 | |
| 659 | 176 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use |
| 177 g_malloc0() instead of g_malloc() to allocate the structures. This | |
| 178 ensures that all of the pointers are initialized to NULL (closes | |
| 179 #162762) | |
| 180 | |
| 649 | 181 2004-12-31 Brian Masney <masneyb@gftp.org> |
| 654 | 182 * lib/sshv2.c (sshv2_read_response) - added debugging messages if |
| 183 compiled with -DDEBUG. Added sshv2_response_return_code() | |
| 184 and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added | |
| 185 check_response argument to this function. This suppresses a | |
| 186 signed/unsigned mismatch warning from gcc. | |
| 187 (sshv2_decode_file_attributes) - decode all of the attributes that | |
| 188 are returned from the server. (sshv2_get_next_file) - don't look at | |
| 189 the long file name returned from the server. This also fixes a bug | |
| 190 where no files were being returned to the user when the remote server | |
| 191 was running the commercial SSH daemon | |
| 192 | |
| 653 | 193 * lib/misc.c (gftp_info) - when displaying the OpenSSL information, |
| 194 display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER | |
| 195 | |
| 196 * src/gtk/transfer.c (update_file_status) - expand the length of the | |
| 197 total transfered buffer. The total transfered was being truncated in | |
| 198 some languages by g_snprintf() (from Pavel Vainerman <pv@etersoft.ru>) | |
| 199 | |
| 652 | 200 * src/uicommon/gftpui.c (gftpui_common_transfer_files) - check the |
| 201 return status of gftp_end_transfer() to see if there was an error | |
| 202 closing the remote file | |
| 203 | |
| 651 | 204 * src/uicommon/gftpui.c - added dir and ldir commands to the command |
| 205 line interface | |
| 206 | |
| 650 | 207 * lib/rfc959.c (rfc959_init) - enable the need_username option for this |
| 208 protocol. This fixes a problem with the text port not prompting for the | |
| 209 username from the command line | |
| 210 | |
| 649 | 211 * lib/gftp.h - when using HPUX, define the size of off_t as size long |
| 212 | |
| 213 * configure.in - HPUX thread fixes | |
| 214 | |
| 648 | 215 2004-12-24 Brian Masney <masneyb@gftp.org> |
| 216 * src/gtk/chmod-dialog.c (dochmod) - fixes for the group execute | |
| 217 permission. If that checkbox was active, then write permissions for | |
| 218 others was enabled | |
| 219 | |
| 646 | 220 2004-12-20 Brian Masney <masneyb@gftp.org> |
| 647 | 221 * lib/rfc959.c lib/ftpcommon.h - removed the quote filename |
| 222 functionality in the SITE CHMOD and SITE UTIME commands | |
| 223 | |
| 646 | 224 * lib/protocols.c (gftp_parse_bookmark) - if the bookmark's password is |
| 225 set to @EMAIL@, expand it to the users' email address | |
| 226 | |
| 640 | 227 2004-12-12 Brian Masney <masneyb@gftp.org> |
| 643 | 228 * lib/rfc959.c - renamed pasv_behind_router option to |
| 229 ignore_pasv_address. This is a better explanation of what it does | |
| 230 | |
| 642 | 231 * lib/rfc959.c - added pasv_behind_router option. If this is enabled, |
| 232 then the IP address that is in the PASV response will be ignored. | |
| 233 Instead the IP address of the remote host will be used. This is a patch | |
| 234 from Jasper van Veghel <vanveghel@home.nl> that I made some changes to | |
| 235 (closes #161037) | |
| 236 | |
| 641 | 237 * lib/gftp.h lib/protocols.c (gftp_connect_server) - if getaddrinfo() |
| 238 is not defined in the system, save the current index of the host that we | |
| 239 are connected to | |
| 240 | |
| 640 | 241 * src/gtk/gftp-gtk.c (toolbar_hostedit) - use gftp_disconnect() instead |
| 242 of gftpui_disconnect(). The gftpui_disconnect() function will clear out | |
| 243 the directory in the request structure | |
| 244 | |
| 631 | 245 2004-12-2 Brian Masney <masneyb@gftp.org> |
| 633 | 246 * src/gtk/gtkui.c (gftpui_run_function_callback) |
| 247 src/uicommon/gftpui.h - added toggled variable to the | |
| 248 gftpui_callback_data structure. If the edit dialog had a checkbox | |
| 249 in it, then put the checkbox value in the toggled variable | |
| 250 | |
| 251 * src/gtk/gtkui.c (gftpui_site_dialog) | |
| 252 src/uicommon/gftpuicallbacks.c (gftpui_common_run_site) - allow the user | |
| 253 to not send the prepend the command with the SITE keyword | |
| 254 | |
| 255 * docs/website/index.html.in docs/website/bats.gif | |
| 256 docs/website/generate-gftp-website.pl - updated bug reporting section. | |
| 257 Added link and graphic for the National Speleological Society (NSS) | |
| 258 | |
| 632 | 259 * lib/sshv2.c (sshv2_rename) - fixed segfault that could occur (from |
| 260 Aurelien Jarno <aurelien@aurel32.net >) (closes #159963) | |
| 261 | |
| 631 | 262 * src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - fixes for the first |
| 263 character of the filename being stripped off when it already existed on | |
| 264 the remote side and it was being uploaded to the root directory. Note, | |
| 265 the file truncation only occured in it being displayed to the user. It | |
| 266 was not stripping the filename when it was being transfered (from | |
| 632 | 267 Aurelien Jarno <aurelien@aurel32.net >) (closes #158713) |
| 631 | 268 |
|
630
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
269 2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com> |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
270 * src/gtk/options_dialog.c: GNOME HIG fixes for the GTK+2 |
| 632 | 271 version of the Options and Add/Edit dialogs. (closes #158642) |
|
630
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
272 |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
273 Changes for the Options dialog: |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
274 * Use proper GNOME HIG widget spacing and padding |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
275 * Use proper GNOME HIG button order for action area |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
276 * Remove dialog separator |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
277 |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
278 FTP tab: |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
279 * Indent the text view below the "Proxy server type" |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
280 entry and wrap it in a scrolled window |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
281 |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
282 Local Hosts tab: |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
283 * Use stock add, edit, and delete buttons |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
284 * Toggle sensitivity of edit and delete buttons |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
285 |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
286 Changes for the Add/Edit Host dialog: |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
287 * Use proper GNOME HIG widget sapcing and padding |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
288 * Use proper GNOME HIG button order for action area |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
289 * Use proper GNOME HIG capitalization |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
290 * Remove dialog separator |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
291 * Add mnemonics to labels |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
292 * Set dialog's window icon |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
293 * Moved host type (i.e. Network or Domain radio |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
294 buttons) to top of dialog, because these toggle |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
295 the sensitivity of the other widgets |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
296 * Indent the Network address, Netmask, and Domain |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
297 entries, because the sensitivity of these widgets |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
298 is toggled by the host type radio buttons |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
299 * Toggle the sensitivity of the labels when |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
300 changing host type |
|
b3a0cccb1cd6
2004-11-18 Dennis Cranston <dennis_cranston@yahoo.com>
masneyb
parents:
629
diff
changeset
|
301 |
| 629 | 302 2004-11-28 Brian Masney <masneyb@gftp.org> |
| 303 * lib/pty.c - if HAVE_GRANTPT is defined, then don't include stropts.h | |
| 304 if it is being compiled on FreeBSD (from Radim Kolar <hsn@sendmail.cz>) | |
| 305 | |
| 622 | 306 2004-11-11 Brian Masney <masneyb@gftp.org> |
| 624 | 307 * lib/protocols.c (gftp_connect_server) - if the system does not have |
| 308 getaddrinfo(), removed erronous g_return_val_if_fail() that was always | |
| 309 causing the function to fail and not connect to the server | |
| 310 (from samn@sun.com) | |
| 311 | |
| 623 | 312 * configure.in - fixes for HP/UX |
| 313 (from "H.Merijn Brand" <h.m.brand@hccnet.nl>) | |
| 314 | |
| 315 * lib/gftp.h - fixes for large files under HP/UX | |
| 316 (from "H.Merijn Brand" <h.m.brand@hccnet.nl>) | |
| 317 | |
| 318 * lib/protocols.c (gftp_list_files) - if ENABLE_NLS is disabled, then | |
| 319 do not use setlocale() | |
| 320 | |
| 622 | 321 * docs/website/index.html.in - fixed several typos on the website. |
| 322 Updated introduction paragraph | |
| 323 | |
| 324 * docs/website/generate-gftp-website.pl - fixes for getting the version | |
| 325 number from configure with newer versions of autoconf | |
| 326 | |
| 327 * docs/website/announce.txt - updated announcement file for 2.0.18rc1 | |
| 328 | |
| 620 | 329 2004-11-9 Brian Masney <masneyb@gftp.org> |
| 621 | 330 * debian/gftp-gtk.install - updated the path of the gftp.desktop file |
| 331 | |
| 620 | 332 * configure.in debian/changelog - updated version number to 2.0.18rc1 |
| 333 | |
| 334 * TODO - updated | |
| 335 | |
| 618 | 336 2004-11-7 Brian Masney <masneyb@gftp.org> |
| 337 * ChangeLog-old - updated with a summary of list of changes since 2.0.17 | |
| 338 | |
| 339 * doc/website/index.html.in - added bug reporting section | |
| 340 | |
| 612 | 341 2004-11-4 Brian Masney <masneyb@gftp.org> |
| 616 | 342 * lib/options.h src/gtk/gftp-gtk.c src/gtk/misc-gtk.c - whenever gftp |
| 343 is started, show in the toolbar the last connection details (except the | |
| 344 password) | |
| 345 | |
| 615 | 346 * src/gtk/gftp-gtk.c - added mnemonics for the host and user field |
| 347 in the toolbar | |
| 348 | |
| 614 | 349 * docs/sample.gftp/gftprc - updated the default config file |
| 350 | |
| 613 | 351 * src/gtk/bookmarks.c (entry_apply_changes) - more cleanups to this |
| 352 function. Fixes for renaming bookmark entries | |
| 353 | |
| 612 | 354 * src/gtk/bookmarks.c (build_bookmarks_tree) - greatly simplified |
| 355 this function. Added helper function _add_tree_node() | |
| 356 | |
| 357 * lib/misc.c (gftp_free_bookmark) - free the path and oldpath | |
| 358 variables | |
| 359 | |
| 609 | 360 2004-11-3 Brian Masney <masneyb@gftp.org> |
| 611 | 361 * docs/gftp.desktop - fixed parse error in the desktop file |
| 362 | |
| 609 | 363 * lib/config_file.c (gftp_bookmarks_destroy) |
| 364 src/gtk/bookmarks.c (bm_apply_changes) - cleaned up the tree parsing | |
| 365 code | |
| 366 | |
| 367 * lib/gftp.h lib/misc.c lib/config_file.c src/gtk/bookmarks.c - added | |
| 368 free_node argument to gftp_free_bookmark() | |
| 369 | |
| 370 * lib/gftp.h src/gtk/bookmarks.c - added oldpath variable to the | |
| 371 gftp_bookmarks structure. | |
| 372 | |
| 600 | 373 2004-11-1 Brian Masney <masneyb@gftp.org> |
| 607 | 374 * lib/config_file.c (gftp_write_bookmarks_file) - if a folder has no |
| 375 children, make sure the entry has a / appended to the end of the | |
| 376 description. Don't write out any of the other unneeded fields | |
| 377 | |
| 606 | 378 * src/gtk/bookmarks.c (build_bookmarks_tree) - fixes for adding toplevel |
| 379 folders that are empty | |
| 380 | |
| 605 | 381 * lib/config_file.c (gftp_add_bookmark) - if the bookmark path ends in |
| 382 /, then force the entry to be a folder | |
| 383 | |
| 604 | 384 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/misc-gtk.c - added a |
| 385 tooltip to the button on the top left of the GUI | |
| 386 | |
| 387 * src/gtk/gtkui.c (gftpui_disconnect) - call update_window_info() | |
| 388 instead of update_window() so that the toolbar tooltip is updated | |
| 389 properly | |
| 390 | |
| 603 | 391 * src/gtk/bookmarks.c - don't allow the main bookmarks dialog to be |
| 392 closed if a child entry is being edited. Fixes for a toplevel folder | |
| 393 that has no children | |
| 394 | |
| 602 | 395 * src/gtk/transfer.c (update_file_status) - if the % transferred goes |
| 396 over 100%, then set the update string to unknown percentage transfered. | |
| 397 This will occur whenever the reported transfer size is different than | |
| 398 what is actually being transfered. This occurs whenever a symlink is | |
| 399 being transfered | |
| 400 | |
| 601 | 401 * lib/protocols.c (gftp_parse_ls_novell) - fixes for parsing directory |
| 402 listings that have a space in their username | |
| 403 | |
| 600 | 404 * lib/config_file.c (gftp_read_config_file) - fixes for creating the |
| 405 protocol dropdown when SSL support is disabled | |
| 406 (from Aurelien Jarno <aurelien@aurel32.net>) | |
| 407 | |
| 598 | 408 2004-10-29 Brian Masney <masneyb@gftp.org> |
| 599 | 409 * lib/protocols.c (gftp_put_file) - don't do any kind of character |
| 410 set conversion on the filename. After looking into this some more, | |
| 411 this wasn't the proper place to do this. | |
| 412 | |
| 598 | 413 * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c |
| 414 lib/sshv2.c src/gtk/dnd.c src/gtk/view_dialog.c src/uicommon/gftpui.c | |
| 415 src/uicommon/gftpuicallbacks.c - removed free_fdata(). Added | |
| 416 free_it parameter to gftp_file_destroy() | |
| 417 | |
| 597 | 418 2004-10-27 Brian Masney <masneyb@gftp.org> |
| 419 * docs/website/index.html.in - updated the list of available | |
| 420 translations | |
| 421 | |
| 422 * docs/gftp-faq.sgml - added section about the font size being | |
| 423 too small | |
| 424 | |
| 592 | 425 2004-10-7 Brian Masney <masneyb@gftp.org> |
| 593 | 426 * src/gtk/bookmarks.c (entry_apply_changes) - convert all /'s |
| 427 in the entry description to spaces so that sub menus are not | |
| 428 created | |
| 429 | |
| 592 | 430 * src/gtk/gftpuicallbacks.c (gftpui_common_run_ls) - if the .. |
| 431 directory was not found and an entry is to be created, make sure | |
| 432 the attributes are set to drwx------ (previously it was d---------) | |
| 433 | |
| 586 | 434 2004-10-5 Brian Masney <masneyb@gftp.org> |
| 588 | 435 * src/gtk/menu-items.c (dosavelog, viewlog) - make sure the entire |
| 436 log is written out when multibyte characters are used | |
| 437 | |
| 438 * src/gtk/view_dialog.c - small improvements to the way text is | |
| 439 inserted in the gtk+ 2.x port | |
| 440 | |
| 587 | 441 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/misc-gtk.c - disable the |
| 442 upload/download buttons whenever the user is not connected to the | |
| 443 server (closes #153374) | |
| 444 | |
| 586 | 445 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.c - disable the items in the |
| 446 transfer menu when the user is not connected. (Patch partially from | |
| 447 Frank Anderson <fanson@gmail.com>) | |
| 448 | |
| 582 | 449 2004-10-4 Brian Masney <masneyb@gftp.org> |
| 450 * lib/protocols.c (gftp_string_from_utf8,gftp_string_to_utf8) - added | |
| 451 more printf() functions whenever there is a problem converting a string | |
| 452 | |
| 453 * src/gtk/gtkui_transfer.c (gftpui_ask_transfer) - make sure the | |
| 454 filename that is to be displayed to the user is encoded in UTF8 | |
| 455 | |
| 579 | 456 2004-10-3 Brian Masney <masneyb@gftp.org> |
| 457 * lib/protocols.c (gftp_string_to_utf8) - if the current string is | |
| 458 already in UTF-8, always return NULL, even if the iconv module is | |
| 459 initialized for this session. If there is an error converting the | |
| 460 non-UTF8 string to the current locale, then display a message to the | |
| 461 user | |
| 462 | |
| 578 | 463 2004-10-2 Brian Masney <masneyb@gftp.org> |
| 464 * lib/protocols.c (gftp_parse_bookmark) - convert the local and remote | |
| 465 directories from UTF8 to the current locale specified in the | |
| 466 remote_charsets option | |
| 467 | |
| 570 | 468 2004-9-29 Brian Masney <masneyb@gftp.org> |
| 576 | 469 * configure.in - removed intl/Makefile po/Makefile.in from AC_OUTPUT |
| 470 since automake will add these | |
| 471 | |
| 575 | 472 * docs/website/index.html.in - added CVS Id tag to the bottom of the |
| 473 page | |
| 474 | |
| 475 * docs/website/update-gftp-cvs.sh - added script to autobuild a tarball | |
| 476 from the latest CVS code | |
| 477 | |
| 574 | 478 * lib/sshv2.c (sshv2_set_config_options) set the request->need_password |
| 479 to be the value of the option ssh_need_userpass | |
| 480 | |
| 481 * src/text/gftp-text.c (main) - run gftp_shutdown() before the program | |
| 482 exits | |
| 483 | |
| 484 * src/uicommon/gftpui.c (gftpui_common_cmd_set) - toggle | |
| 485 gftp_configuration_changed whenever the user changes a configuration | |
| 486 item | |
| 487 | |
| 573 | 488 * src/text/gftp-text.c src/uicommon/gftpui.c - make sure that extra |
| 489 newlines are not displayed to the user when certain commands are run | |
| 490 from the text console | |
| 491 | |
| 572 | 492 * lib/rfc959.c lib/protocols.c lib/gftp.h - when making an IPv6 |
| 493 FTP connection, make sure the proper addrinfo structure is used. | |
| 494 Added more error checks to the EPSV parsing | |
| 495 | |
| 571 | 496 * lib/sshv2.c - log to the user which directory entries gftp could |
| 497 not parse | |
| 498 | |
| 499 * src/gtk/bookmarks.c - removed unused function clear_bookmarks_tree() | |
| 500 | |
| 570 | 501 * src/gtk/bookmarks.c - make sure the items of type GtkItemFactoryEntry |
| 502 are fully initialized (fixes compiler warnings). Fixed several | |
| 503 segfaults that could occur in the bookmarks editor | |
| 504 | |
| 505 * lib/gftp.h lib/rfc959.c src/gtk/bookmarks.c - added | |
| 506 GFTP_ANONYMOUS_USER that defines the username to use for anonymous | |
| 507 FTP connections | |
| 508 | |
| 567 | 509 2004-9-27 Brian Masney <masneyb@gftp.org> |
| 569 | 510 * lib/protocols.c (gftp_put_file) docs/gftp-faq.sgml - use |
| 511 gftp_string_from_utf8() to encode the filename. This will use the | |
| 512 remote_charsets option instead of the GLIB environment variable | |
| 513 | |
| 568 | 514 * lib/protocols.c (gftp_string_from_utf8) - fixes for encoding the |
| 515 strings in the users' locale | |
| 516 | |
| 567 | 517 * lib/rfc959.c (rfc959_connect) - return GFTP_EFATAL if the initial FTP |
| 518 response is not 2xx | |
| 519 | |
| 520 * docs/gftp-faq.sgml - removed sections that have not been relevant for | |
| 521 a long time. Added section about changing the encoding of filenames | |
| 522 | |
| 566 | 523 2004-9-26 Brian Masney <masneyb@gftp.org> |
| 524 * lib/protocols.c (gftp_put_file) - use g_filename_from_utf8() to | |
| 525 change the encoding of the filename (if needed) | |
| 526 | |
| 559 | 527 2004-9-22 Brian Masney <masneyb@gftp.org> |
| 562 | 528 * src/gtk/gftp-gtk.c - removed ellipsis from menu items that do not |
| 529 require user input. This makes it conform to GNOME HIG. | |
| 530 (from Subrahmanyam Madduri <smadduri@novell.com>) | |
| 531 | |
| 561 | 532 * lib/options.h - fixed misspelling |
| 533 | |
| 560 | 534 * lib/options.h src/uicommon/gftpui.c - added option to preserve the |
| 535 file time. In the past, it would save the file time if saving the file | |
| 536 permissions was enabled. | |
| 537 | |
| 559 | 538 * src/gtk/transfer.c (check_done_process) - if the process returned an |
| 539 error code, then remove the file and don't prompt the user to upload the | |
| 540 file if it was changed | |
| 541 | |
| 555 | 542 2004-9-17 Brian Masney <masneyb@gftp.org> |
| 556 | 543 * src/gtk/transfer.c (check_done_process) - make sure the return code |
| 544 from the process is reported correctly to the user | |
| 545 | |
| 546 * docs/gftp-faq.sgml - added section about troubleshooting files not | |
| 547 being uploaded | |
| 548 | |
| 549 * src/gtk/gtkui.c - fixed compiler warning | |
| 550 | |
| 555 | 551 * lib/misc.c lib/cache.c lib/config_file.c lib/gftp.h lib/protocols.c |
| 552 lib/rfc2068.c lib/sshv2.c src/gtk/bookmarks.c src/gtk/dnd.c | |
| 553 src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/menu-items.c | |
| 554 src/gtk/misc-gtk.c src/gtk/transfer.c src/uicommon/gftpui.c - added | |
| 555 gftp_request argument to gftp_build_path() and expand_path(). Renamed | |
| 556 expand_path() to gftp_expand_path() | |
| 557 | |
| 558 * lib/gftp.h - fixed compile error in gftp_need_username macro | |
| 559 | |
| 553 | 560 2004-9-14 Brian Masney <masneyb@gftp.org> |
| 554 | 561 * docs/gftp-faq.sgml - updated SSH section |
| 562 | |
| 553 | 563 * lib/gftp.h lib/bookmark.c lib/local.c lib/rfc2068.c lib/rfc959.c |
| 564 lib/sshv2.c src/gtk/transfer.c src/uicommon/gftpui.c - removed | |
| 565 need_userpass from the gftp_request structure. Added need_username and | |
| 566 need_password in it's place | |
| 567 | |
| 568 * autogen.sh - updated CFLAGS variable that is passed to configure | |
| 569 | |
| 544 | 570 2004-9-6 Brian Masney <masneyb@gftp.org> |
| 548 | 571 * lib/gftp.h - make sure the _GNU_SOURCE is always defined. |
| 572 | |
| 547 | 573 * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc959.c - fixes for |
| 574 hosts that have IPv6 and IPv4 hostnames and a IPv6 connection cannot | |
| 575 be made | |
| 576 | |
| 577 * lib/rfc2068.c - removed unused variable | |
| 578 | |
| 546 | 579 * lib/protocols.c lib/sshv2.c lib/sslcommon.c - cleanups to the |
| 580 functions that write/read to/from the network. Retry the operation | |
| 581 if EAGAIN is returned | |
| 582 | |
| 583 * lib/ftps.c - return an error if the SSL session cannot be setup | |
| 584 properly | |
| 585 | |
| 545 | 586 * autogen.sh - updated autogen.sh so that it will work with newer |
| 587 versions of automake/autoconf | |
| 588 | |
| 544 | 589 * src/gtk/bookmarks.c - make sure that edit_bookmarks_dialog is |
| 590 initialized to NULL | |
| 591 | |
| 541 | 592 2004-8-21 Brian Masney <masneyb@gftp.org> |
| 542 | 593 * lib/gftp.h lib/options.h lib/protocols.c - added |
| 594 gftp_protocol_default_port() that will return the default port for | |
| 595 the current protocol | |
| 596 | |
| 597 * src/gtk/misc-gtk.c (update_window_info) - when updating the toolbar | |
| 598 with the connection status, if the current connection is using the | |
| 599 default port for it's protocol, then leave the port field blank. This | |
| 600 should help users who want to reconnect to the current site using a | |
| 601 different protocol | |
| 602 | |
| 603 * src/gtk/gftp-gtk.c (CreateConnectToolbar) - expanded the size of | |
| 604 the Port input box | |
| 605 | |
| 541 | 606 * lib/rfc959.c lib/ftpcommon.h - added internal option to quote |
| 607 the filename in the SITE command. This is only enabled for servers | |
| 608 that return UNIX in the SYST output. It is disabled if it is a BSD | |
| 609 based FTP server | |
| 610 | |
| 611 * lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings | |
| 612 through gettext so that logins will work properly for non-english | |
| 613 users | |
| 614 | |
| 615 * lib/pty.c (gftp_exec) - redirect STDERR of the child process to the | |
| 616 opened pty so that stderr is shown properly in the log window | |
| 617 | |
| 531 | 618 2004-8-17 Brian Masney <masneyb@gftp.org> |
| 538 | 619 * lib/sshv2.c - renamed read_buffer in sshv2_params to |
| 620 transfer_buffer. In sshv2_put_next_file_chunk(), dynamically allocate | |
| 621 memory for transfer_buffer instead of using a fixed buffer on the | |
| 622 stack. This allows for large transfer buffer sizes. | |
| 623 | |
| 537 | 624 * lib/sshv2.c - added sshv2_open_file(). sshv2_get_file() and |
| 625 sshv2_put_file() now use this function | |
| 626 | |
| 536 | 627 * src/gtk/gftp-gtk.c - removed local shortcuts for Disconnect |
| 628 and Open URL. These conflicted with other items | |
| 629 | |
| 535 | 630 * lib/misc.c - when sorting by file, user or group, do a case |
| 631 insensitive sort | |
| 632 | |
| 534 | 633 * docs/gftp.desktop docs/Makefile.am - updated desktop file. Install |
| 634 the desktop file in $datadir/applications (from <m777@canada.com>) | |
| 635 | |
| 533 | 636 * lib/rfc959.c (rfc959_set_file_time, rfc959_chmod) - enclose the |
| 637 filename in "quotes" | |
| 638 | |
| 532 | 639 * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c - |
| 640 added #defines for encoding and decoding file sizes that will work | |
| 641 properly for large files (GFTP_OFF_T_HEX_PRINTF_MOD, | |
| 642 GFTP_OFF_T_INTL_PRINTF_MOD, GFTP_OFF_T_PRINTF_MOD, | |
| 643 GFTP_OFF_T_11PRINTF_MOD and gftp_parse_file_size). Fixed file size | |
| 644 not being displayed properly when the system does not support the ' | |
| 645 printf formatter | |
| 646 | |
| 647 * acinclude.m4 (AC_INTL_PRINTF) - check to see if _LARGEFILE_SOURCE | |
| 648 is defined. If so, use %'lld instead of %'ld | |
| 649 | |
| 531 | 650 * lib/rfc959.c lib/sshv2.c - removed unneeded code in the *_chmod() |
| 651 functions | |
| 652 | |
| 526 | 653 2004-8-9 Brian Masney <masneyb@gftp.org> |
| 529 | 654 * lib/sshv2.c - fixes so that file permissions are preserved properly |
| 655 on file upload. Fixes so that the Utime and Chmod commands are shown | |
| 656 in the log window | |
| 657 | |
| 528 | 658 * lib/sshv2.c (sshv2_setup_file_offset) - added buf argument to this |
| 659 function so that uploading files will work again | |
| 660 | |
| 527 | 661 * lib/options.h src/uicommon/gftpui.c - added ability to change the |
| 662 block size on the fly of the transfered files. | |
| 663 | |
| 526 | 664 * lib/config_file.c lib/options.h lib/rfc959.c - fixed warnings about |
| 665 unitialized members in the structure | |
| 666 | |
| 667 * lib/pty.c (gftp_exec) - setup stderr when running the program | |
| 668 | |
| 669 * lib/sshv2.c src/uicommon/gftpui.h - fixed signed/unsigned integer | |
| 670 comparisions | |
| 671 | |
| 672 * lib/sshv2.c - added sshv2_copy_param_options() | |
| 673 | |
| 674 * src/gtk/options_dialog.c - compile fix when compiling against GTK+ | |
| 675 1.2 | |
| 676 | |
| 525 | 677 2004-8-1 Brian Masney <masneyb@gftp.org> |
| 678 * lib/sshv2.c - treat all integers from the remote server as | |
| 679 unsigned | |
| 680 | |
| 681 * src/gtk/delete_dialog.c - fixed memory leak | |
| 682 | |
| 683 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/dnd.c | |
| 684 src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/gtkui.c | |
| 685 src/gtk/menu-items.c src/gtk/transfer.c - added | |
| 686 gftp_gtk_get_list_selection() macro | |
| 687 | |
| 517 | 688 2004-7-27 Brian Masney <masneyb@gftp.org> |
| 521 | 689 * lib/rfc959.c src/gtk/misc-gtk.c src/gtk/view_dialog.c - fixed more |
| 690 comparsions between signed and unsigned integers | |
| 691 | |
| 692 * lib/sshv2.c (sshv2_buffer_get_int32) - allow an expected response | |
| 693 value of 0. If it does not match, call sshv2_wrong_response(). | |
| 694 SSH_FX_OK is set to 0, so this value was not being checked | |
| 695 | |
| 696 * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - renamed the | |
| 697 clear_cache argument of gftpui_refresh() to clear_cache_entry. There is | |
| 698 already a function named clear_cache() | |
| 699 | |
| 520 | 700 * lib/gftp.h lib/local.c lib/protocols.c lib/sshv2.c - changed |
| 701 declaration of gftp_stat_filename() so that the mode of the filename | |
| 702 is returned as a parameter instead of the function return value. | |
| 703 The mode_t type is unsigned and the error codes could not be reported | |
| 704 properly | |
| 705 | |
| 519 | 706 * lib/sshv2.c - fixed SSHV2 transfers so that they work again |
| 707 (they were busted in the last CVS commit due to the wrong file | |
| 708 offset being sent over) | |
| 709 | |
| 710 * src/gtk/misc-gtk.c - fix for the log window so that the contents | |
| 711 are properly shown. (this was busted in the last CVS commit) | |
| 712 | |
| 518 | 713 * lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c |
| 714 src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtui.c | |
| 715 src/gtk/menu-items.c src/misc-gtk.c src/gtk/options_dialog.c | |
| 716 src/gtk/transfer.c src/text/gftp-text.c src/uicommon/gftpui.c - | |
| 717 various fixes found through a static code analysis. (some | |
| 718 signed/unsigned fixes, removed unneeded casts, indentation fixes, | |
| 719 added static declaration to some functions) | |
| 720 | |
| 517 | 721 * lib/rfc2068.c lib/sshv2.c src/gtk/bookmarks.c src/gtk/chmod_dialog.c |
| 722 src/gtk/gtkui.c src/gtk/transfer.c src/uicommon/gftpui.c - removed | |
| 723 unused variables | |
| 724 | |
| 725 * src/gtk/misc-gtk.c (progress_timeout) - fixed implicit integer to | |
| 726 float conversion | |
| 727 | |
| 515 | 728 2004-7-26 Brian Masney <masneyb@gftp.org> |
| 516 | 729 * lib/config_file.c lib/local.c lib/ftps.c lib/gftp.h lib/httpcommon.h |
| 730 lib/https.c lib/misc.c lib/protocols.c lib/pty.c lib/rfc2068.c | |
| 731 lib/rfc959.c lib/sshv2.c - various fixes found through a static code | |
| 732 analysis checker. (some signed/unsigned fixes, removed unneeded casts, | |
| 733 removed unneeded variables, more consistency, largefile fixes). Thanks | |
| 734 to Derek M Jones for running the static code analysis for me | |
| 735 | |
| 736 * lib/cache.c - s/remove/del_entry/g | |
| 737 | |
| 738 * lib/bookmark.c lib/protocols.c (gftp_parse_bookmark) - allow | |
| 739 the third parameter of this function to be a NULL pointer | |
| 740 | |
| 515 | 741 * lib/pty.c - give the grantpt pty implementation more priority over |
| 742 using openpty() | |
| 743 | |
| 511 | 744 2004-7-25 Brian Masney <masneyb@gftp.org> |
| 514 | 745 * src/gtk/bookmarks.c src/gtk/gftp-gtk.c src/gtk/gtkui.c |
| 746 src/gtk/transfer.c src/text/textui.c src/uicommon/gftpui.c | |
| 747 src/uicommon/gftpui.h - added clear_cache argument to gftpui_refresh() | |
| 748 Don't clear the cache when changing directories | |
| 749 | |
| 750 * src/uicommon/gftpuicallbacks.c (_gftpui_common_rm_list) - return | |
| 751 0 on success | |
| 752 | |
| 753 * src/gtk/delete_dialog.c - refresh the directory listing after the | |
| 754 operation was successful | |
| 755 | |
| 513 | 756 * lib/rfc959.c - added rfc959_set_file_time(). This uses the SITE UTIME |
| 757 command. Not many FTP servers appear to support this extension | |
| 758 | |
| 512 | 759 * lib/protocols.c (gftp_get_transfer_status) - don't force the user to |
| 760 wait to reconnect if the connection to the server timed out | |
| 761 | |
| 511 | 762 * src/gtk/transfer.c - when spawning a thread to get the |
| 763 subdirectories, don't refresh the local directory listing. Also added | |
| 764 custom connect/disconnect functions so that timeouts can be handled | |
| 765 properly. | |
| 766 | |
| 767 * src/gtk/delete_dialog.c - make sure that 2 connections to the server | |
| 768 don't get established | |
| 769 | |
| 770 * src/uicommon/gftpui.c src/uicommon/gftpui.h - added dont_refresh | |
| 771 variable to gftpui_callback_data structure. If this is true, then it | |
| 772 will not run gftpui_refresh() after the thread terminates | |
| 773 | |
| 509 | 774 2004-7-24 Brian Masney <masneyb@gftp.org> |
| 510 | 775 * src/uicommon/gftpui.c src/uicommon/gftpui.h - added support for |
| 776 a custom connect and disconnect function in the thread callback | |
| 777 | |
| 778 * lib/local.c (local_connect) - don't step on request->directory if | |
| 779 it is already set to the current working directory | |
| 780 | |
| 509 | 781 * lib/protocols.c (gftp_get_all_subdirs) - if there is an error in the |
| 782 protocol function, make sure the error code is returned as is. This is | |
| 783 so that timeouts can be detected properly | |
| 784 | |
| 505 | 785 2004-7-19 Brian Masney <masneyb@gftp.org> |
| 508 | 786 * src/gtk/transfer.c src/uicommon/gftpui.h - use the new thread callback |
| 787 functions for retrieving the list of subdirectories | |
| 788 | |
| 507 | 789 * src/gtk/delete_dialog.c src/uicommon/gftpuicallbacks.c - use the |
| 790 new thread callback functions for deleting items from the GTK+ GUI | |
| 791 | |
| 506 | 792 * src/gtk/delete_dialog.c src/gtk/transfer.c src/gtk/gftp-gtk.h - |
| 793 added gftp_gtk_get_subdirs() to get the list of subdirectories in a | |
| 794 child thread | |
| 795 | |
| 505 | 796 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - renamed some functions so that |
| 797 they are clearer on what they do. Did some small code cleanups | |
| 798 | |
| 503 | 799 2004-7-18 Brian Masney <masneyb@gftp.org> |
| 504 | 800 * lib/local.c lib/protocols.c lib/rfc959.c src/uicommon/gftpui.c - fixes |
| 801 for the *_chmod() functions to use the datatype mode_t for storing | |
| 802 the file attributes | |
| 803 | |
| 503 | 804 * acinclude.m4 - quote the definition of the automake functions. This |
| 805 fixes warnings from automake 1.8 | |
| 806 | |
| 502 | 807 * acinclude.m4 - removed AC_SYS_LARGEFILE. This is provided by newer |
| 808 versions of automake | |
| 809 | |
| 810 * configure.in - added pa to ALL_LINGUAS. Updated version to 2.0.18pre1 | |
| 811 | |
| 499 | 812 2004-7-13 Brian Masney <masneyb@gftp.org> |
| 500 | 813 * lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c |
| 814 lib/sshv2.c - added gftp_stat_filename(). This will retrieve the | |
| 815 attributes for the selected file. When downloading a list of items, | |
| 816 if one of the items is a symlink, check to see if it points to a | |
| 817 directory or file | |
| 818 | |
| 819 * src/gtk/misc-gtk.c - fix for displaying the folder icon for | |
| 820 directories | |
| 821 | |
| 499 | 822 * lib/gftp.h lib/local.c lib/misc.c lib/protocols.c lib/rfc2068.c |
| 823 lib/rfc959.c lib/sshv2.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c | |
| 824 src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui_transfer.c | |
| 825 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/view_dialog.c | |
| 826 src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpuicallbacks.c - | |
| 827 represent the file attributes as a mode_t variable instead of a | |
| 828 character string | |
| 829 | |
| 497 | 830 2004-7-12 Brian Masney <masneyb@gftp.org> |
| 498 | 831 * lib/sshv2.c - added sshv2_decode_file_attributes(). This is used |
| 832 by sshv2_get_next_file() and sshv2_get_file_size(). | |
| 833 (sshv2_get_next_file_chunk) - if the error SSH_FX_FAILURE was returned, | |
| 834 then do not return wrong message received from server to the user | |
| 835 | |
| 836 * lib/protocols.c (gftp_get_transfer_status) - when there is a | |
| 837 transfer error, make sure that an incoming signal does not | |
| 838 interrupt the timeout | |
| 839 | |
| 840 * src/gtk/gftp-gtk.c src/uicommon/gftpui.c - make sure the SIGCHLD | |
| 841 signal handler reaps the zombies in the text port. | |
| 842 | |
| 497 | 843 * docs/rfcs/* - added RFCs that are used by this program |
| 844 | |
| 496 | 845 2004-7-11 Brian Masney <masneyb@gftp.org> |
| 846 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/gtkui.c | |
| 847 src/gtk/transfer.c - removed use_cache argument to ftp_list_files() | |
| 848 This was not being used | |
| 849 | |
| 850 * src/gtk/gftp-gtk.c - compile fix when compiling against GTK 1.2 | |
| 851 | |
| 493 | 852 2004-7-6 Brian Masney <masneyb@gftp.org> |
| 853 * lib/sshv2.c - added sshv2_wrong_message(). Changed the wrong message | |
| 854 log messages to call this function instead | |
| 855 | |
| 489 | 856 2004-6-27 Brian Masney <masneyb@gftp.org> |
| 857 * lib/sshv2.c - did more code cleanups | |
| 858 | |
| 487 | 859 2004-6-22 Brian Masney <masneyb@gftp.org> |
| 860 * lib/sshv2.c - did more code cleanups | |
| 861 | |
| 484 | 862 2004-6-15 Brian Masney <masneyb@gftp.org> |
| 485 | 863 * lib/protocols.c - added supported for multiline VMS directory |
| 864 listings. Also, parse the date correctly for single line VMS | |
| 865 directory listings | |
| 866 | |
| 867 * lib/gftp.h lib/local.c lib/rfc2068.c lib/rfc959.c lib/sshv.c - | |
| 868 added function pointer get_next_dirlist_line to gftp_request structure. | |
| 869 This will retrieve the next line of input for the directory listing. | |
| 870 This is only implemented in the FTP protocol at the moment. It shouldn't | |
| 871 be needed in the other protocols | |
| 872 | |
| 484 | 873 * lib/gftp.h lib/sshv2.c src/gtk/gtkui.c src/text/textui.c - added |
| 874 support for RSA SecurID passwords | |
| 875 | |
| 876 * lib/sshv2.c - cleaned up the SSH login sequence even more. Removed | |
| 877 ssh2_sftp_path and sshv2_use_sftp_subsys options. The sftp subsystem | |
| 878 is now always used. | |
| 879 | |
| 483 | 880 2004-6-13 Brian Masney <masneyb@gftp.org> |
| 881 * lib/gftp.h lib/misc.c src/gtk/Makefile.am src/gtk/menu-items.c | |
| 882 src/gtk/misc-gtk.c src/text/Makefile.am src/uicommon/Makefile.am | |
| 883 src/uicommon/gftpui.c - added support to override the value of | |
| 884 SHARE_DIR during runtime with the GFTP_SHARE_DIR environment | |
| 885 variable | |
| 886 | |
| 478 | 887 2004-6-6 Brian Masney <masneyb@gftp.org> |
| 480 | 888 * lib/protocols.c (gftp_set_username) - allow a NULL username |
| 889 | |
| 890 * configure.in - if gftp is being compiled on HPUX, check for sem_init | |
| 891 in librt | |
| 892 | |
| 479 | 893 * lib/protocols.c (parse_time) - if there is an error parsing the |
| 894 time format, don't return a fatal error | |
| 895 | |
| 478 | 896 * acinclude.m4 configure.in - added AC_TYPE_INTPTR_T that will define |
| 897 intptr_t if it does not exist on the system | |
| 898 | |
| 899 * lib/gftp.h lib/protocols.c lib/rfc959.c | |
| 900 src/uicommon/gftpuicallbacks.c - added specify site argument to | |
| 901 rfc959_site(). If this is set, then SITE will be prepended to the | |
| 902 command | |
| 903 | |
| 472 | 904 2004-5-26 Brian Masney <masneyb@gftp.org> |
| 474 | 905 * docs/gftp.desktop - make desktop item follow HIG (closes #142005) |
| 906 | |
| 473 | 907 * lib/protocols.c lib/options.h - added remote_lc_time option. The |
| 908 value of LC_TIME can now be overridden on a per site basis. This will | |
| 909 fix problems parsing the dates in the remote directory listings | |
| 910 | |
| 472 | 911 * src/gtk/dnd.c - when a URL is dropped on the connect button, log the |
| 912 URL that is received | |
| 913 | |
| 914 * src/gtk/gftp-gtk.c src/gtk/options_dialog.c - more 64 bit cleanups | |
| 915 | |
| 469 | 916 2004-5-16 Brian Masney <masneyb@gftp.org> |
| 470 | 917 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/transfer.c - fixed |
| 918 detection of SIGCHLD when viewing/editing a file (from | |
| 919 Aurelien Jarno <aurelien@aurel32.net>) | |
| 920 | |
| 921 * src/gtk/gtkui.c - expand the path on the client side when changing | |
| 922 the remote directory (i.e. CHDIR /home/.. becomes /home) | |
| 923 (from Aurelien Jarno <aurelien@aurel32.net>) | |
| 924 | |
| 469 | 925 * src/uicommon/gftpui.c lib/gftp.h - added |
| 926 gftpui_protocol_update_timeout() | |
| 927 | |
| 928 * lib/protocols.c - 64 bit fixes. Check to see if the remote site | |
| 929 disconnected | |
| 930 | |
| 463 | 931 2004-4-14 Brian Masney <masneyb@gftp.org> |
| 932 * lib/protocols.c lib/rfc959.c src/gtk/transfer.c - AMD64 fixes | |
| 933 | |
| 460 | 934 2004-4-14 Brian Masney <masneyb@gftp.org> |
| 935 * lib/sshv2.c lib/gftp.h src/text/textui.c src/gtk/gtkui.c - when | |
| 936 connecting with the SSH protocol, if the user is asked a question, | |
| 937 relay that question back to the user and allow them to answer it. | |
| 938 | |
| 939 * doc/gftp-faq.sgml - moved the SSH troubleshooting section to the | |
| 940 issues for older releases section. All of the issues that this talks | |
| 941 about have been fixed in CVS. | |
| 942 | |
| 943 * src/gtk/gftp-gtk.c (main) - call gdk_threads_init() on startup | |
| 944 | |
| 945 * lib/cache.c lib/config_file.c lib/misc.c lib/protocols.c | |
| 946 lib/rfc2068.c lib/rfc959.c - removed some uses of strlen() so that | |
| 947 they only occur once on a string instead of multiple times in some | |
| 948 cases | |
| 949 | |
| 950 * lib/sslcommon.c - fixed typo | |
| 951 | |
| 952 * configure.in lib/gftp.h - added configure check for inttypes.h | |
| 953 | |
| 954 * docs/gftp.lsm - updated with 2.0.17 information | |
| 955 | |
| 459 | 956 2004-04-10 Adam Weinberger <adamw@gnome.rog> |
| 957 | |
| 958 * en_CA.po: Added en_CA to ALL_LINGUAS. | |
| 959 | |
| 458 | 960 2004-4-10 Brian Masney <masneyb@gftp.org> |
| 961 * lib/gftp.h lib/pty.c lib/sshv2.c - added gftp_exec() that will always | |
| 962 open a pseudo terminal and a separate socket pair for the stdin/stdout | |
| 963 file descriptors. The banner and password request will come through the | |
| 964 pseudo terminal while the sftp protocol specific data will always come | |
| 965 through the socket pair. This allows for a much cleaner SSH login | |
| 966 sequence that does not require echo xsftp to capture a login banner. | |
| 967 Removed option ssh_use_askpass since it is no longer needed. | |
| 968 This code is based off of a suggestion from Gertjan Halkes | |
| 969 | |
| 970 * src/text/gftp-text.c - removed setting the options ssh_use_askpass | |
| 971 and sshv2_use_sftp_subsys | |
| 972 | |
| 455 | 973 2004-03-30 Gareth Owen <gowen72@yahoo,com> |
| 974 | |
| 975 * configure.in: Added en_GB to ALL_LINGUAS | |
| 976 | |
| 452 | 977 2004-3-28 Brian Masney <masneyb@gftp.org> |
| 453 | 978 * debian/changelog configure.in ChangeLog-old - incremented version |
| 979 number to 2.0.17 | |
| 980 | |
| 981 * docs/website/announce.txt - updated announcement to reflect 2.0.17 | |
| 982 release | |
| 983 | |
| 452 | 984 * src/gtk/bookmarks.c - only allow one instance of the bookmarks editor |
| 985 | |
| 451 | 986 2004-3-26 Brian Masney <masneyb@gftp.org> |
| 987 * lib/ftps.c lib/gftp.h lib/rfc959.c - when reestablishing a connection | |
| 988 to a FTPS host, make sure the initial commands are sent over in | |
| 989 plaintext | |
| 990 | |
| 991 * lib/protocols.c - make sure the port is displayed to the user in the | |
| 992 proper byte order when getaddrinfo() is not included on the system | |
| 993 | |
| 994 * lib/misc.c (gftp_copy_request) - make sure req->init is not NULL | |
| 995 before attempting to initialize the new request structure. This fixes | |
| 996 a segfault that happened when viewing/editing a local file | |
| 997 (from Chelban Vasile <mail4509@pochtamt.ru>) | |
| 998 | |
| 999 * docs/website/generate-gftp-website.pl - updated the STABLE_I386DEB | |
| 1000 filename | |
| 1001 | |
| 1002 * docs/website/index.html.in - updated the main website | |
| 1003 | |
| 1004 * docs/website/announce.txt - announcement for the 2.0.17 release | |
| 1005 | |
| 443 | 1006 2004-3-21 Brian Masney <masneyb@gftp.org> |
| 449 | 1007 * lib/ftps.c (ftps_auth_tls_start) - if the server rejects the |
| 1008 PROT C command, disconnect from the server | |
| 1009 | |
| 447 | 1010 * src/gtk/gftp-gtk.c - initialize the read/write color functions before |
| 1011 gftp is initialized | |
| 1012 | |
| 445 | 1013 * src/gtk/menu-items.c (chdir_edit) - ignore the number of items that |
| 1014 are selected in the listbox | |
| 1015 | |
| 444 | 1016 * src/gtk/view_dialog.c src/gtk/menu-items.c - cleanups to the view |
| 1017 log code | |
| 1018 | |
| 443 | 1019 * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if there |
| 1020 is an error, make sure that the exact error code is returned | |
| 1021 | |
| 1022 * lib/protocols.c (gftp_transfer_files) - if the connection timed | |
| 1023 out, reconnect immediately | |
| 1024 | |
| 1025 * lib/rfc959.c - if the connection timed out to the server, make | |
| 1026 sure GFTP_ETIMEDOUT is returned | |
| 1027 | |
| 441 | 1028 2004-3-20 Brian Masney <masneyb@gftp.org> |
| 442 | 1029 * lib/gftp.h src/uicommon/gftpui.c lib/rfc959.c - if the connection |
| 1030 timed out to the server, return GFTP_ETIMEDOUT. In the UI, if this | |
| 1031 error code is returned, immediately reconnect to the server and retry | |
| 1032 the operation | |
| 1033 | |
| 1034 * lib/rfc959.c - if the return value from rfc959_send_command() is | |
| 1035 < 0, then make sure the exact value is returned instead of | |
| 1036 GFTP_ERETRYABLE | |
| 1037 | |
| 441 | 1038 * src/gtk/chmod_dialog.c - use gftpui_common_run_callback_function() |
| 1039 to do the chmod operation. This will spawn a thread if necessary | |
| 1040 | |
| 440 | 1041 * debian/gftp-text.prerm - missing debian package file |
| 1042 | |
| 1043 * Makefile.am - updated with EXTRA_DIST variable with the list of the | |
| 1044 Debian package files | |
| 1045 | |
| 439 | 1046 * debian/* - updated Debian package files from |
| 1047 Aurelien Jarno <aurelien@aurel32.net> | |
| 1048 | |
| 441 | 1049 2004-3-19 Brian Masney <masneyb@gftp.org> |
| 437 | 1050 * lib/gftp.h - if _LARGEFILE_SOURCE is defined, but _LARGEFILE64_SOURCE |
| 1051 is not defined, define it | |
| 1052 | |
| 434 | 1053 2004-3-18 Brian Masney <masneyb@gftp.org> |
| 435 | 1054 * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t) |
| 1055 is greater than 4 and _LARGEFILE_SOURCE is not defined. | |
| 1056 _LARGEFILE_SOURCE does not get defined under *BSD | |
| 1057 | |
| 434 | 1058 * lib/local.c (local_{get,put}_file) - compiling fix for FreeBSD. |
| 1059 _LARGEFILE_SOURCE is defined, but O_LARGEFILE is not defined | |
| 1060 | |
| 427 | 1061 2004-3-17 Brian Masney <masneyb@gftp.org> |
| 433 | 1062 * lib/options.h src/gtk/transfer.c - added start file transfers option |
| 1063 | |
| 432 | 1064 * lib/ftpcommon.h lib/ftps.c - removed encrypted_connection variable |
| 1065 from the rfc959_parms structure | |
| 1066 | |
| 1067 * lib/rfc959.c (rfc959_copy_param_options) - fix for FTPS protocol | |
| 1068 so that the proper read/write function is setup whenever the request | |
| 1069 structure is copied | |
| 1070 | |
| 431 | 1071 * lib/sslcommon.c - fix so that the option verify_ssl_peer can be |
| 1072 toggled while gftp is running and on a per connection basis | |
| 1073 | |
| 430 | 1074 * docs/gftp-faq.sgml - added SSL Issues section |
| 1075 | |
| 1076 * docs/sample.gftp/gftprc - updated config file that has all | |
| 1077 of the new options added since 2.0.16 | |
| 1078 | |
| 1079 * lib/options.h - disable show_trans_in_title by default | |
| 1080 | |
| 429 | 1081 * lib/config_file.c lib/gftp.h lib/misc.c lib/protocols.c |
| 1082 src/gtk/bookmarks.c (gftp_copy_local_options) - in the new | |
| 1083 options that are copied, update the the number of options that are | |
| 1084 stored. | |
| 1085 | |
| 427 | 1086 * lib/rfc2068.c (parse_html_line) - fix for parsing file sizes |
| 1087 | |
| 1088 * ChangeLog-old - updated with summary of changes since 2.0.16 | |
| 1089 | |
| 1090 * docs/website/index.html.in - updated the list of translations | |
| 1091 available | |
| 1092 | |
| 425 | 1093 2004-3-16 Brian Masney <masneyb@gftp.org> |
| 426 | 1094 * lib/ftpcommon.h lib/gftp.h lib/rfc959.c src/uicommon/gftpui.c - |
| 1095 fixes so that FXP transfers work again | |
| 1096 | |
| 425 | 1097 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h - added destroy_dialog() |
| 1098 function | |
| 1099 | |
| 1100 * src/gtk/gftp-gtk.c - destroy the openurl dialog before attempting to | |
| 1101 connect to the server | |
| 1102 | |
| 423 | 1103 2004-3-15 Brian Masney <masneyb@gftp.org> |
| 424 | 1104 * src/gtk/misc-gtk.c (update_directory_download_progress) - center the |
| 1105 progress dialog (closes #136370) | |
| 1106 | |
| 423 | 1107 * lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is |
| 1108 not defined, define it | |
| 1109 | |
| 425 | 1110 * lib/protocols.c (gftp_string_{to|from}_utf8 - don't alter the contents |
| 1111 of the remote_charsets option. Instead, make a copy of that and alter | |
| 423 | 1112 that copy |
| 1113 | |
| 422 | 1114 2004-3-14 Brian Masney <masneyb@gftp.org> |
| 1115 * lib/misc.c (expand_path) - skip over paths that are empty | |
| 1116 | |
| 1117 * lib/misc.c (gftp_sort_filelist) - fixed NULL pointer dereference | |
| 1118 that would occur when attempting to sort an empty filelist | |
| 1119 (from Hans-J?rgen Sch?ler <hjschaeler@t-online.de>) | |
| 1120 | |
| 1121 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - fix so that | |
| 1122 retries would occur properly after a timeout | |
| 1123 (from Nam SungHyun <namsh@kldp.org>) | |
| 1124 | |
| 1125 * src/gtk/Makefile.am - removed unneeded localedir defination | |
| 1126 (from Nam SungHyun <namsh@kldp.org>) | |
| 1127 | |
| 1128 * lib/gftp.h lib/protocols.c src/gtk/gftp-gtk.c src/text/gftp-text.c - | |
| 1129 added gftp_setup_startup_directory(). This function will expand the | |
| 1130 startup directory so that ~ directories will work properly | |
| 1131 | |
| 1132 * lib/rfc959.c - removed invalid response error message if the user | |
| 1133 enters an invalid password | |
| 1134 | |
| 1135 * src/gtk/bookmarks.c - only allow one bookmark entry to be edited at a | |
| 1136 time. This is a design flaw in my code and I'll remove this restriction | |
| 1137 until I have time to recode this. Also, fixed segfault that would occur | |
| 1138 when renaming a bookmark | |
| 1139 | |
| 1140 * src/gtk/view_dialog.c - when editing a file, make sure the file has | |
| 1141 the right suffix so that syntax highlighting works | |
| 1142 | |
| 415 | 1143 2004-3-1 Brian Masney <masneyb@gftp.org> |
| 416 | 1144 * lib/sslcommon.c - added verify_ssl_peer option |
| 1145 | |
| 415 | 1146 * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM |
| 1147 | |
| 1148 * lib/https.c - set the protocol number to GFTP_HTTPS_NUM | |
| 1149 | |
| 1150 * lib/rfc959.c lib/rfc2068.c - remove references to checking for | |
| 1151 GFTP_FTP_NUM and GFTP_HTTP_NUM | |
| 1152 | |
| 411 | 1153 2004-2-29 Brian Masney <masneyb@gftp.org> |
| 1154 * lib/rfc959.c - in several instances, if an invalid response is | |
| 1155 received from the server, make sure an error message is logged to the | |
| 1156 user before they are disconnected from the site | |
| 1157 | |
| 408 | 1158 2004-02-21 Paisa Seeluangsawat <paisa@users.sf.net> |
| 1159 | |
| 1160 * configure.in: Added Thai (th) to ALL_LINGUAS. | |
| 1161 | |
| 402 | 1162 2004-2-16 Brian Masney <masneyb@gftp.org> |
| 404 | 1163 * configure.in - added ta.po to ALL_LINGUIS |
| 1164 | |
| 402 | 1165 * src/gtk/view_dialog.c - call mkstemps() to create the temporary |
| 1166 file. This is so that the extension of the file will be preserved | |
| 1167 so that syntax highlighting will still work (from | |
| 1168 Aurelien Jarno <aurelien@aurel32.net>) | |
| 1169 | |
| 1170 * lib/Makefile.am lib/gftp.h lib/mkstemps.c po/POTFILES.in - | |
| 1171 added mksteps() from the GNU C Library (from | |
| 1172 Aurelien Jarno <aurelien@aurel32.net>) | |
| 1173 | |
| 401 | 1174 2004-2-16 Brian Masney <masneyb@gftp.org> |
| 1175 * src/gtk/misc-gtk.c - compile fix for GTK+ 1.2 | |
| 1176 | |
| 1177 * po/POTFILES.in - added ftps.c and ftpcommon.h and httpcommon.h | |
| 1178 | |
| 399 | 1179 2004-2-15 Brian Masney <masneyb@gftp.org> |
| 400 | 1180 * debian/changelog debian/copyright debian/gftp-text.postinst |
| 1181 debian/gftp-text.prerm - updated Debian packaging files from | |
| 1182 Aurelien Jarno <aurelien@aurel32.net> | |
| 1183 | |
| 399 | 1184 * lib/sshv2.c (sshv2_put_file) - fix for resuming SSHv2 uploads |
| 1185 | |
| 1186 * src/text/gftp-text.c - fixed compiler error when being compiled | |
| 1187 without gettext | |
| 1188 | |
| 1189 2004-2-8 Brian Masney <masneyb@gftp.org> | |
| 1190 * src/gtk/gftp-gtk.h src/gtk/gtkui.c - added | |
| 1191 gftpui_gtk_get_utf8_file_pos() that will return the file in UTF8 | |
| 1192 format if it is available | |
| 1193 | |
| 1194 * src/gtk/gtkui_transfer.c src/gtk/transfer.c - call | |
| 1195 gftpui_gtk_get_utf8_file_pos() to display the file in the file transfer | |
| 1196 status. This fixes a bug where non-UTF8 files were being chopped off | |
| 1197 | |
| 1198 * src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h | |
| 1199 src/text/gtkui_transfer.c - updated declaration of | |
| 1200 gftpui_add_file_to_transfer() | |
| 1201 | |
| 1202 * lib/protocols.c (gftp_swap_socks) - swap the SSL sockets between | |
| 1203 the two request structures | |
| 1204 | |
| 1205 * lib/ftps.c - added ftps_get_next_file() that will pull items from | |
| 1206 the cache properly | |
| 1207 | |
| 1208 * lib/Makefile.am - updated LOCALE_DIR declaration | |
| 1209 (from Sung-Hyun Nam <namsh@kldp.org>) | |
| 1210 | |
| 1211 * ChangeLog-old - updated summary of changes since 2.0.16 | |
| 1212 | |
| 1213 * TODO - removed several items that were completed | |
| 1214 | |
| 1215 2004-2-4 Brian Masney <masneyb@gftp.org> | |
| 396 | 1216 * docs/website/index.html.in - updated main website |
| 1217 | |
| 395 | 1218 * src/gtk/gftp-gtk.c - allow pasting a URL in the host box |
| 1219 | |
| 394 | 1220 * lib/Makefile.am - added ftpcommon.h to noinst_HEADERS |
| 1221 | |
| 399 | 1222 2004-2-3 Brian Masney <masneyb@gftp.org> |
| 390 | 1223 * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - added pointers to |
| 1224 read/write functions to the rfc959_params structure for the data | |
| 1225 connection. For now, this is always set to the plaintext version. | |
| 1226 | |
| 389 | 1227 * lib/Makefile.am lib/gftp.h lib/options.h lib/rfc959.c lib/ftpcommon.h |
| 1228 lib/ftps.c - added support for the FTPS protocol. This currently is only | |
| 1229 for the control connection. (draft-murray-auth-ftp-ssl-09.txt) | |
| 1230 | |
| 399 | 1231 2004-2-2 Brian Masney <masneyb@gftp.org> |
| 388 | 1232 * docs/website/index.html.in - updated main gftp website |
| 1233 | |
| 387 | 1234 * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c |
| 1235 src/gtk/gftp-gtk.c - updated the format of the config file | |
| 1236 write_functions so that the value isn't written to a file descriptor. | |
| 1237 Instead, it is written to a buffer. | |
| 1238 | |
| 1239 * src/text/gftp-text.c (gftp_text_log) - search for newlines in the | |
| 1240 string and split on those characters first | |
| 1241 | |
| 1242 * src/text/textui.c (gftpui_disconnect) - disconnect from the host | |
| 1243 | |
| 1244 * src/uicommon/gftpui.c - removed calls to printf() functions. Instead | |
| 1245 print the values out using the logging function | |
| 1246 | |
| 1247 * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are | |
| 1248 connected to a local site, lookup the options local_sortasds and | |
| 1249 local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. | |
| 1250 | |
| 1251 * autogen.sh - disable maintainer mode | |
| 1252 | |
| 1253 * TODO - updated | |
| 1254 | |
| 385 | 1255 2004-02-01 Alastair McKinstry <mckinstry@computer.org> |
| 1256 | |
| 1257 * configure.in: Add Irish ("ga") to ALL_LINGUAS | |
| 1258 | |
| 399 | 1259 2004-2-1 Brian Masney <masneyb@gftp.org> |
| 382 | 1260 * src/gtk/dnd.c - whenever a file(s)/directories are dropped onto |
| 1261 gftp, allow resuming the file transfers | |
| 1262 | |
| 381 | 1263 * lib/protocols.c (gftp_get_dir_listing, gftp_get_all_subdirs) - don't |
| 1264 modify the file variable if it begins with a /. Do not touch the | |
| 1265 destfile variable if it already exists | |
| 1266 | |
| 399 | 1267 2004-1-28 Brian Masney <masneyb@gftp.org> |
| 380 | 1268 * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/gftp-gtk.c |
| 1269 src/gtk/gftp-gtk.h src/gtk/gtkui.c src/gtk/menu-items.c | |
| 1270 src/gtk/transfer.c - renamed disconnect() to gftpui_disconnect() | |
| 1271 | |
| 1272 * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - improved | |
| 1273 prompting for the username/password | |
| 1274 | |
| 1275 * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c - call | |
| 1276 gftpui_disconnect() after a command is run and if we are no longer | |
| 1277 connected to the remote host | |
| 1278 | |
| 1279 * src/text/gftp-text.c - parse the command line arguments for the host | |
| 1280 to connect to | |
| 1281 | |
| 1282 * src/text/textui.c (gftpui_refresh) - clear the cache. | |
| 1283 (gftpui_ask_transfer) - check for carriage return or empty string | |
| 1284 | |
| 1285 * src/uicommon/gftp.h - define gftpui_common_cmd_m{get,put}_file() | |
| 1286 | |
| 1287 * lib/sshv2.c - removed temporary "fix" | |
| 1288 | |
| 399 | 1289 2004-1-27 Brian Masney <masneyb@gftp.org> |
| 378 | 1290 * lib/gftp.h lib/misc.c src/gtk/gtkui_transfer.c src/text/textui.c - |
| 1291 added gftp_get_transfer_action(). When a file is to be transfered and | |
| 1292 already exists, this will return the default action that should be | |
| 1293 taken. | |
| 1294 | |
| 1295 * src/text/textui.c (gftpui_ask_transfer) - implemented this function | |
| 1296 so that whenever a file exists and is to be transfered, the user will | |
| 1297 be prompted on whether or not to overwrite/skip/resume | |
| 1298 | |
| 1299 * src/text/gftp-text.c (gftp_text_ask_question) - fixups for inputing | |
| 1300 a single character | |
| 1301 | |
| 399 | 1302 2004-1-23 Brian Masney <masneyb@gftp.org> |
| 377 | 1303 * src/text/gftp-text.c src/uicommon/gftpui.c - added file transfer |
| 1304 functions to the command line. | |
| 1305 | |
| 1306 * src/uicommon/gftpui_transfer.c src/uicommon/gftpui.h src/text/textui.c | |
| 1307 src/gtk/gtkui_transfer.c - added | |
| 1308 gftpui_{start,update,finish}_current_file_in_transfer() functions | |
| 1309 that will be called throughout the lifetime of a file transfer. | |
| 1310 Also, gftpui_start_transfer() that will be called whenever a file | |
| 1311 transfer is created | |
| 1312 | |
| 1313 * src/uicommon/gftpui.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c | |
| 1314 src/gtk/transfer.c - added other_uidata and other_request arguments | |
| 1315 to all of the command line functions | |
| 1316 | |
| 1317 * lib/protocols.c lib/gftp.h - set the filespec argument to | |
| 1318 gftp_get_next_file to be a constant | |
| 1319 | |
| 1320 * lib/gftp.h - added tot_file_trans variable to gftp_transfer struct | |
| 1321 | |
| 399 | 1322 2004-1-21 Brian Masney <masneyb@gftp.org> |
| 374 | 1323 * lib/config_file.c lib/gftp.h - set the character string arguments to |
| 1324 const for the following functions: gftp_lookup_global_option(), | |
| 1325 gftp_lookup_request_option(), gftp_lookup_bookmark_option(), | |
| 1326 gftp_set_global_option(), gftp_set_request_option(), | |
| 1327 gftp_set_bookmark_option() | |
| 1328 | |
| 1329 * lib/misc.c lib/gftp.h - set the character string arguments to const | |
| 1330 for the function gftp_match_filespec() | |
| 1331 | |
| 1332 * src/gtk/gftp-gtk.c src/gtk/menu-items.c src/uicommon/gftpui.c - moved | |
| 1333 more UI independant parts to the uicommon directory. Moved some GUI | |
| 1334 specific functionality into gftp-gtk.c | |
| 1335 | |
| 1336 * src/text/gftp-text.c src/gtk/gftp-gtk.c src/uicommon/gftpui.c - pass | |
| 1337 the local/remote uidata/request structures to process_command(). Removed | |
| 1338 old function gftpui_common_init(). Added new gftpui_common_init() that | |
| 1339 sets up common functionality for a port. | |
| 1340 | |
| 1341 * src/gtk/gtkui.c src/gtk/gtkui_transfer.c - moved | |
| 1342 gftpui_add_file_to_transfer() to gtkui_transfer.c | |
| 1343 | |
| 1344 * src/gtk/gtkui_transfer.c - cleaned up these functions some and made | |
| 1345 them more modular | |
| 1346 | |
| 1347 * src/uicommon/gftpui.c src/uicommon/gftpui.h - for all of the command | |
| 1348 line functions, make the command argument a constant | |
| 1349 | |
| 399 | 1350 2004-1-18 Brian Masney <masneyb@gftp.org> |
| 372 | 1351 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c - if |
| 1352 _LARGEFILE_SOURCE is defined, explicitly cast the file sizes to | |
| 1353 long long so that the %lld format will be correct | |
| 1354 | |
| 371 | 1355 * src/gtk/gtkui_transfer.c - gtk+ specific file transfer code. |
| 1356 Forgot to attach this with the last commit | |
| 1357 | |
| 370 | 1358 * lib/rfc959.c (rfc959_connect) - if the username is anonymous and a |
| 1359 password is already supplied, don't clobber it. | |
| 1360 | |
| 369 | 1361 * lib/misc.c (gftp_build_path) - when checking for already existing |
| 1362 /'s, not only look at the end of the currently built string, but look | |
| 1363 at the beginning of the token that is about to be added | |
| 1364 (from Aurelien Jarno <aurel32@debian.org>) | |
| 1365 | |
| 1366 * lib/rfc2068.c (rfc2068_list_files) - if the current directory is /, | |
| 1367 just send the hostname over to the HTTP server. This was broken on some | |
| 1368 HTTP servers. | |
| 1369 (from Aurelien Jarno <aurel32@debian.org>) | |
| 1370 | |
| 368 | 1371 * lib/gftp.h lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c |
| 1372 src/gtk/view_dialog.c src/uicommon/gftpui.c - renamed all instances of | |
| 1373 copy_request() to gftp_copy_request(). Removed second argument | |
| 1374 (copy_local_options), the options are always copied now. | |
| 1375 | |
| 367 | 1376 * lib/protocols.c (gftp_parse_url) - if the URL is the local filesystem, |
| 1377 skip over the whitespace at the beginning. | |
| 1378 | |
| 1379 * lib/rfc959.c (rfc959_syst) - allow the string MVS and OS/MVS for the | |
| 1380 MVS directory listings. | |
| 1381 | |
| 1382 * src/gtk/gtkui_transfer.c src/gtk/transfer.c src/gtk/gftpui.c - | |
| 1383 started to move the transfer functionality into the uicommon directory. | |
| 1384 Added the text and GTK+ UI specific transfer functions. | |
| 1385 | |
| 1386 * src/gtk/Makefile.am po/POTFILES.in - added gtkui_transfer.c | |
| 1387 | |
| 1388 * src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/view_dialog.c - | |
| 1389 s/add_file_transfer/gtkui_common_add_file_transfer/ | |
| 1390 | |
| 1391 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed transfer_mutex | |
| 1392 | |
| 1393 * src/gtk/gtkui.c src/text/textui.c - added | |
| 1394 gftpui_add_file_to_transfer() | |
| 1395 | |
| 1396 * src/uicommon/gftpui_callbacks.c src/uicommon/gftpui.c - in all of the | |
| 1397 thread callback functions, don't alter the return value in the function. | |
| 1398 Return it as is. | |
| 1399 | |
| 366 | 1400 * src/gtk/bookmarks.c - don't allow an item to be dropped onto the root |
| 1401 node or items that are not a folder | |
| 1402 (from Aurelien Jarno <aurel32@debian.org>) | |
| 1403 | |
| 399 | 1404 2004-1-7 Brian Masney <masneyb@gftp.org> |
| 359 | 1405 * lib/protocols.c (parse_time) - insert the right year for files that |
| 1406 are from last year and the year is not shown in the ls output. | |
| 1407 | |
| 366 | 1408 * src/uicommon/gftpui.c (_gftpui_common_thread_callback) |
| 1409 src/uicommon/gftpui.h - added a retries variable to the cdata structure | |
| 1410 | |
| 1411 * src/uicommon/gftpui.c (gftpui_common_cmd_open) src/uicommon/gftpui.c | |
| 1412 - actually connect to the remote server | |
| 1413 | |
| 1414 * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.c - in the | |
| 1415 callback functions, don't change the return value | |
| 1416 | |
| 1417 * src/text/textui.c (gftpui_generic_thread) - don't spawn a thread, | |
| 1418 just call the function directly | |
| 359 | 1419 |
| 399 | 1420 2004-1-6 Brian Masney <masneyb@gftp.org> |
| 358 | 1421 * lib/gftp.h lib/protocols.c lib/rfc959.c - added MVS directory parsing |
| 1422 support. Also, in the VMS and EPLF directory formats, update the | |
| 1423 default file/directory perms to be -rw-r--r-- and drwx-r-xr-x | |
| 1424 respectively. | |
| 1425 | |
| 399 | 1426 2004-1-5 Brian Masney <masneyb@gftp.org> |
| 356 | 1427 * lib/gftp.h lib/misc.c src/gtk/gftpui.c - added GFTP_URL_USAGE |
| 1428 that is the sytax for a valid URL. | |
| 1429 | |
| 1430 * lib/protocols.c (gftp_set_password) - allow the password to be NULL | |
| 1431 | |
| 1432 * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - added | |
| 1433 gftpui_prompt_username() and gftpui_promot_password() to each UI | |
| 1434 | |
| 1435 * src/text/gftp-text.c (gftp_text_ask_question) - don't display a | |
| 1436 : at the end of the question here. | |
| 1437 | |
| 1438 * src/text/gftp-text.h - added declaration of gftp_text_ask_question() | |
| 1439 | |
| 1440 * src/uicommon/gftpui.c - added gftpui_common_cmd_open(). This still | |
| 1441 needs a little bit more work done to it. | |
| 1442 | |
| 355 | 1443 * src/gtk/gftp-gtk.h src/gtk/gtkui.c - when spawning a thread, |
| 1444 make sure that the GUI will be updated properly as soon as the thread | |
| 1445 is finished. | |
| 1446 | |
| 1447 * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.h - added | |
| 1448 gftpui_common_run_ls() | |
| 1449 | |
| 1450 * src/uicommon/gftpui.c (gftpui_common_cmd_ls) | |
| 1451 src/gtk/transfer.c (ftp_list_files) - converted these functions | |
| 1452 over to use gftpui_common_run_ls() | |
| 1453 | |
| 354 | 1454 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - added logging |
| 1455 level type gftp_logging_misc_nolog. If a message is logged with this | |
| 1456 level, it will be displayed to the screen but, it will not be logged | |
| 1457 to disk. | |
| 1458 | |
| 1459 * src/uicommon/gftpui.c - log the directory listings with the log level | |
| 1460 gftp_logging_misc_nolog | |
| 1461 | |
| 1462 * src/gtk/gtkui.c (gftpui_generic_thread) - fixed segfault. Pass | |
| 1463 cdata structure instead of wdata. | |
| 1464 | |
| 399 | 1465 2004-1-4 Brian Masney <masneyb@gftp.org> |
| 352 | 1466 * src/text/Makefile.am src/gtk/Makefile.am - added @LIBINTL@ to LDADD |
| 1467 line of Makefile.am | |
| 1468 | |
| 351 | 1469 * configure.in - added src/uicommon/Makefile to the list of files to |
| 1470 be generated. | |
| 1471 | |
| 1472 * configure.in lib/gftp.h - check for sys/mkdev.h header file. If it is | |
| 1473 found, include it. Solaris needs this for major() and minor() | |
| 1474 | |
| 350 | 1475 * src/uicommon/gftpui.c src/uicommon/gftpui.h |
| 1476 src/uicommon/gftpuicallbacks.c - when switching between ascii/binary, | |
| 1477 set the option on a global basis. Converted chdir, chmod, delete, | |
| 1478 rename, rmdir commands over to using the new command run format so that | |
| 1479 it will work in the different UIs. Added site command to the command | |
| 1480 line. | |
| 1481 | |
| 349 | 1482 * lib/misc.c (gftp_parse_command_line) - unified this function so that |
| 1483 it is consistent for all arguments. | |
| 1484 | |
| 1485 * lib/protocols.c (gftp_file_destroy) - fixed memory leak (utf8_file | |
| 1486 was not being freed) | |
| 1487 | |
| 348 | 1488 * docs/gftp-faq.sgml - updated link to the (old) threaded version of |
| 1489 XFree86 libraries | |
| 1490 | |
| 431 | 1491 2003-12-29 Brian Masney <masneyb@gftp.org> |
| 343 | 1492 * po/POTFILES.in - added the new uicommon files to this file |
| 1493 | |
| 431 | 1494 2003-12-28 Brian Masney <masneyb@gftp.org> |
| 342 | 1495 * src/gtk/gtkui.c src/text/textui.c - necessary UI related files for |
| 1496 each port of gftp. The uicommon code will call these functions. | |
| 1497 | |
| 431 | 1498 2003-12-28 Brian Masney <masneyb@gftp.org> |
| 341 | 1499 **** NOTE: this commit breaks a lot of functionality in gftp. I **** |
| 1500 **** still have more work to do on this. Please don't email me **** | |
| 1501 **** saying that the CVS code is broken. **** | |
| 1502 | |
| 1503 * lib/bookmark.c lib/gftp.h lib/local.c lib/options.h lib/rfc2068.c | |
| 1504 lib/rfc959.c lib/sshv2.c - moved the use_threads option from the | |
| 1505 request structure over to the protocol declaration in options.h. | |
| 1506 | |
| 1507 * lib/options.h src/gtk/gftp-gtk.c - added cmd_in_gui option. When this | |
| 1508 option is enabled, a new toolbar will be shown in the GTK+ port that | |
| 1509 will allow you to control the GUI by entering manual commands. | |
| 1510 | |
| 1511 * src/Makefile.am - added uicommon directory | |
| 1512 | |
| 1513 * src/gtk/Makefile.am src/text/Makefile.am - link in the uicommon | |
| 1514 library. | |
| 1515 | |
| 1516 * src/uicommon/* src/text/gftp-text.c - moved most of the functionality | |
| 1517 of the text port over to the uicommon directory. Made this code a little | |
| 1518 more generic so that the GTK+ port can have a text interface | |
| 1519 associated with it. | |
| 1520 | |
| 1521 * src/gtk/gtkui.c src/gtk/gftp-gtk.c src/gtk/mkdir_dialog.c | |
| 1522 src/gtk/rename_dialog.c src/gtk/menu-items.c src/gtk/misc-gtk.c - | |
| 1523 started to clean up the callback functions and make them more tightly | |
| 1524 integrated with the uicommon code. | |
| 1525 | |
| 1526 * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c | |
| 1527 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 1528 src/gtk/transfer.c - | |
| 1529 s/refresh/gftpui_refresh/g | |
| 1530 s/jmp_environment/gftpui_common_jmp_environment/g | |
| 1531 s/request->use_threads/gftpui_common_use_threads (request)/g | |
| 1532 | |
| 1533 * src/gtk/options_dialog.c (apply_changes) - whenever the options are | |
| 1534 saved, check to see if the command entry needs to be shown or hidden. | |
| 1535 | |
| 431 | 1536 2003-12-10 Brian Masney <masneyb@gftp.org> |
| 339 | 1537 * lib/rfc959.c - fix IPv6 compile problem when IPv6 support is not |
| 1538 available on the system. | |
| 1539 | |
| 338 | 1540 * lib/gftp.h src/text/gftp-text.h src/gtk/gftp-gtk.h - added |
| 1541 GFTP_LOG_FUNCTION_ATTRIBUTES that is only defined when compiled | |
| 1542 against gcc. When this is set, it will specify the function is | |
| 1543 printf() type function so that extra checks can be done by the | |
| 1544 compiler. This is to fix problems with older Sun compilers. | |
| 1545 | |
| 337 | 1546 * src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c - check |
| 1547 for a timeout from the remote server when refreshing the directory | |
| 1548 listing and changing directores. If it did, reconnect to the server. | |
| 1549 | |
| 336 | 1550 * lib/rfc2068.c - set the default file attributes to -rw-r--r-- for |
| 1551 all files. | |
| 1552 | |
| 431 | 1553 2003-12-7 Brian Masney <masneyb@gftp.org> |
| 332 | 1554 * lib/options.h lib/config_file.c - removed scramble_passwords |
| 1555 option. Instead, make this the default action all the time. This | |
| 1556 is to avoid having too many unnecessary options. Also put a note | |
| 1557 at the top of the bookmarks file stating the passwords are being | |
| 1558 scrambled. | |
| 1559 | |
| 330 | 1560 * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added |
| 1561 scramble passwords option. This patch is mostly from Aurelien Jarno | |
| 1562 <lists@aurel32.net>, but it was modified by me quite a bit. This is | |
| 1563 not safe, and can be broken. That is why it's labeled scrambled | |
| 1564 passwords instead of encrypt passwords. | |
| 1565 | |
| 1566 * acinclude.m4 - fix to AC_INTL_PRINTF | |
| 1567 | |
| 329 | 1568 * src/gtk/dnd.c (openurl_get_drag_data) - if we are connected to a |
| 1569 remote site, disconnect before parsing the URL. This fixes a bug where | |
| 1570 the directory was not being refreshed properly (from Aurelien Jarno | |
| 1571 <lists@aurel32.net>) | |
| 1572 | |
| 328 | 1573 * configure.in acinclude.m4 lib/misc.c - added AC_INTL_PRINTF macro. |
| 1574 If the printf family of functions supports %'ld, then HAVE_INTL_PRINTF | |
| 1575 will be defined. The appropriate version of insert_commas() can be | |
| 1576 used. | |
| 1577 | |
| 431 | 1578 2003-12-4 Brian Masney <masneyb@gftp.org> |
| 326 | 1579 * src/gftp.in - check for the bin_dir for the binary location |
| 1580 | |
| 325 | 1581 * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c |
| 1582 lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c | |
| 1583 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 1584 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 1585 when calling gftp_lookup_global_option() or | |
| 1586 gftp_lookup_request_option(), if the value is an integer, declare | |
| 1587 the variable type to be intptr_t. This fixes a bug on 64bit platforms | |
| 1588 (from Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>) | |
| 1589 | |
| 1590 * lib/config_file.c (gftp_config_file_read_float) - 64bit fixup | |
| 1591 | |
| 1592 * configure.in - increment version to 2.0.17pre0. Undefine _GNU_SOURCE. | |
| 1593 Check for stdint.h. | |
| 1594 | |
| 1595 * lib/gftp.h - include stdint.h if it is found on the system. | |
| 1596 | |
| 1597 * src/gtk/gftp-gtk.c (CreateToolbar) - on startup, have the host edit | |
| 1598 box grab the keyboard focus | |
| 1599 | |
| 431 | 1600 2003-11-30 Brian Masney <masneyb@gftp.org> |
| 321 | 1601 * lib/sshv2.c - cleaned up some of the code. Added a temporary fix for |
| 1602 an upload crash that is happening on FreeBSD. | |
| 1603 | |
| 320 | 1604 * src/gtk/transfer.c - shows status information in title bar. (patch |
| 1605 from Jamil Geor <jamil_geor@yahoo.co.nz>, cleaned up by me some) | |
| 1606 | |
| 1607 * lib/options.h - added show_trans_in_title option. | |
| 1608 | |
| 431 | 1609 2003-11-25 Brian Masney <masneyb@gftp.org> |
| 320 | 1610 * lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the |
| 1611 directory is setup properly | |
| 1612 | |
| 1613 * lib/misc.c lib/gftp.h lib/config_file.c - move copyfile() to | |
| 1614 config_file.c and declare it to be static. On the destination file, | |
| 1615 set the flag O_EXCL | |
| 1616 | |
| 431 | 1617 2003-11-23 Brian Masney <masneyb@gftp.org> |
| 319 | 1618 * src/gtk/transfer.c - when transfering a file, if the file being |
| 1619 transfered is greater in the destination than in the source, overwrite | |
| 1620 it | |
| 1621 | |
| 1622 * lib/rfc959.c (rfc959_ipv6_data_connection_new) - when parsing the | |
| 1623 output, parse the integers as unsigned. | |
| 1624 | |
| 431 | 1625 2003-11-9 Brian Masney <masneyb@gftp.org> |
| 313 | 1626 * lib/options.h lib/protoocols.c - added enable_ipv6 option. |
| 1627 | |
| 1628 * lib/rfc959.c lib/protocols.c - if there is an error creating a socket, | |
| 1629 log a more informative error about what kind of socket was attempted | |
| 1630 to be created. | |
| 1631 | |
| 312 | 1632 * debian/* - updated Debian package files from |
| 1633 Aurelien Jarno <aurel32@debian.org> | |
| 1634 | |
| 431 | 1635 2003-11-9 Brian Masney <masneyb@gftp.org> |
| 319 | 1636 * Officially released 2.0.16 |
| 1637 | |
| 311 | 1638 * debian/ChangeLog - incremented version to 2.0.16 |
| 1639 | |
| 310 | 1640 * docs/Makefile.am - clean up documentation in clean target |
| 1641 | |
| 1642 * docs/website/generate-gftp-website.pl docs/website/index.html.in - | |
| 1643 copy README/FAQ that is automatically generated to the website. | |
| 1644 | |
| 1645 * docs/website/install.html docs/website/faq.html - no longer needed | |
| 1646 anymore. | |
| 1647 | |
| 1648 * docs/website/index.html.in - updated the list of languages | |
| 1649 | |
| 1650 * ChangeLog-old - updated with brief list of changes since 2.0.15 | |
| 1651 | |
| 431 | 1652 2003-11-7 Brian Masney <masneyb@gftp.org> |
| 309 | 1653 * lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c |
| 1654 lib/sshv2.c - added copy_param_options method to gftp_request | |
| 1655 structure. When a gftp_request structure is copied, if a | |
| 1656 copy_param_options method exists, this will be called so that the | |
| 1657 local protocol data can be copied over. This is only used by the | |
| 1658 FTP protocol at the moment to save the current state of Ascii or | |
| 1659 Binary transfers. | |
| 1660 | |
| 1661 * src/gtk/transfer.c (transfer_done) - when a transfer is | |
| 1662 completed, copy the local protocol options back to the main window | |
| 1663 | |
| 1664 * lib/rfc959.c (gftp_set_data_type) - check the return value of | |
| 1665 rfc959_send_command() and if there is an error, return that | |
| 1666 error. | |
| 1667 | |
| 1668 * configure.in - added 'hr' to ALL_LINGUAS | |
| 1669 | |
| 431 | 1670 2003-11-5 Brian Masney <masneyb@gftp.org> |
| 307 | 1671 * TODO - updated |
| 1672 | |
| 1673 * configure.in - updated version to 2.0.16. | |
| 1674 | |
| 1675 * configure.in docs/Makefile.am - Added check for the db2html | |
| 1676 command (from gtk+ configure) | |
| 1677 | |
| 310 | 1678 * docs/gftp-faq.sgml - updated with more information |
| 307 | 1679 |
| 1680 * docs/website/index.html.in - updated list of translations | |
| 1681 | |
| 1682 * lib/misc.c (expand_path) - expand paths with double slashes | |
| 1683 properly to support Novell directory listings. | |
| 1684 (gftp_build_path) - better checking of paths that end in /. | |
| 1685 (gftp_info) - show if _REENTRANT was defined when it was compiled. | |
| 1686 | |
| 1687 * README - removed, this is automatically generated now. | |
| 1688 | |
| 431 | 1689 2003-11-3 Brian Masney <masneyb@gftp.org> |
| 306 | 1690 * docs/gftp-faq.sgml docs/Makefile.am - added initial SGML version |
| 1691 of the gFTP FAQ. I used the same format as the GTK+ FAQ. | |
| 1692 | |
| 305 | 1693 * lib/gftp.h src/gtk/transfer.c src/gtk/delete_dialog.c - removed |
| 1694 transfer_direction variable from gftp_transfer structure. Cleaned | |
| 1695 up the code that did checks based on the value of this variable. | |
| 1696 | |
| 1697 * lib/rfc959.c (rfc959_syst) - added a check for Novell FTP servers | |
| 1698 | |
| 1699 * src/gtk/transfer.c (add_file_transfer) - check the value of the option | |
| 1700 one_transfer and if that is disabled, do not append the file transfers. | |
| 1701 (transfer_done) - refresh the destination window correctly after a | |
| 1702 transfer is completed. | |
| 1703 | |
| 431 | 1704 2003-11-2 Brian Masney <masneyb@gftp.org> |
| 304 | 1705 * lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current |
| 1706 read buffer, grab that data first. Otherwise, read from the socket. | |
| 1707 | |
| 303 | 1708 * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this |
| 1709 function so that it will parse more chunked file transfers correctly. | |
| 1710 | |
| 1711 * lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c | |
| 1712 src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path() | |
| 1713 to build the paths. This now allows Novell directory listings with | |
| 1714 //server | |
| 1715 | |
| 1716 * lib/protocols.c src/gtk/transfer.c lib/gftp.h - added variable | |
| 1717 conn_error_no_timeout to gftp_transfer structure. If this is enabled, | |
| 1718 if the remote connection to the server timed out, don't wait and | |
| 1719 immediately reconnect. So far, the only time this is used is when the | |
| 1720 user was editing a file and it is to be uploaded back to the server. | |
| 1721 | |
| 1722 * src/gtk/gftp-gtk.h src/gtk/transfer.c - add_file_transfer() now | |
| 1723 returns the struct gftp_transfer that was just added. | |
| 1724 | |
| 1725 * src/gtk/misc-gtk.c (update_directory_download_progress) - don't | |
| 1726 make the window a popup and remove the window decorations | |
| 1727 | |
| 1728 * src/text/gftp-text.c - don't populate the transfer_direction variable | |
| 1729 in struct gftp_transfer. This is only needed by the GTK+ port and will | |
| 1730 hopefully be taken out soon. | |
| 1731 | |
| 1732 * lib/gftp.h - remove gftp_transfer_type enum. It wasn't used anymore. | |
| 1733 | |
| 431 | 1734 2003-10-27 Brian Masney <masneyb@gftp.org> |
| 301 | 1735 * lib/rfc959.c (gftp_get_next_file_chunk) - fixed ASCII file corruption |
| 1736 bug. | |
| 1737 | |
| 300 | 1738 * TODO - the top of this file now contains a list of items that needs |
| 1739 to be completed before 2.0.16 can be released. If I missed something | |
| 1740 important, please drop me an email. | |
| 1741 | |
| 431 | 1742 2003-10-26 Brian Masney <masneyb@gftp.org> |
| 299 | 1743 * lib/rfc959.c (gftp_{get,put}_next_file_chunk) - check whether or not |
| 1744 this is an ascii file transfer properly. | |
| 1745 | |
| 298 | 1746 * lib/rfc959.c - convert the PASS command from UTF8 using |
| 1747 gftp_convert_from_utf8() | |
| 1748 | |
| 297 | 1749 * src/gtk/gftp-gtk.h src/gtk/transfer.c - (create_transfer, |
| 1750 transfer_done) - added more checks whenever a transfer is created and | |
| 1751 stopped to make sure we don't log into the same remote host twice. This | |
| 1752 is mainly for DnD. | |
| 1753 | |
| 296 | 1754 * lib/misc.c (copy_request) - don't copy over the hostp pointer. This |
| 1755 fixes a segfault in DnD | |
| 1756 | |
| 1757 * lib/sshv2.c - cleaned up the ssh2_params structure some | |
| 1758 | |
| 1759 * src/gtk/dnd.c - cleaned up the DND code some. | |
| 1760 | |
| 431 | 1761 2003-10-25 Brian Masney <masneyb@gftp.org> |
| 295 | 1762 * src/gtk/menu-items.c (dosave_directory_listing) - when saving the |
| 1763 directory listing, skip over the files that are not shown based on the | |
| 1764 current filespec. | |
| 1765 | |
| 294 | 1766 * src/gtk/transfer.c src/gtk/gftp-gtk.h src/gtk/view_dialog.c - when |
| 1767 editing a remote file, if the user chooses to upload the changes, make | |
| 1768 sure the upload is not sent to the current directory on the remote | |
| 1769 server. | |
| 1770 | |
| 1771 * lib/rfc2068.c - set the shown attributes to be -rw------- instead of | |
| 1772 ----------. The HTTP server doesn't send the attributes over, so I just | |
| 1773 have to make something up. | |
| 1774 | |
| 1775 * src/gtk/options_dialog.c - make sure all of the tooltips text is | |
| 1776 passed to gettext() | |
| 1777 | |
| 1778 * lib/protocols.c - if the file transfer is to be throttled, only | |
| 1779 display the throttle message once. | |
| 1780 | |
| 1781 * lib/local.c (local_get_next_file) - if the file is a symlink, grab | |
| 1782 file size and attributes from the file this symlink points to. | |
| 1783 | |
| 431 | 1784 2003-10-22 Brian Masney <masneyb@gftp.org> |
| 293 | 1785 * lib/rfc2068.c - fixed parsing some chunked file transfers |
| 1786 | |
| 431 | 1787 2003-10-19 Brian Masney <masneyb@gftp.org> |
| 292 | 1788 * lib/rfc959.c - abort a file transfer properly. When a transfer is |
| 1789 aborted, you will not be disconnected from the remote site. | |
| 1790 | |
| 291 | 1791 * lib/protocols.c lib/gftp.h - added gftp_string_from_utf8(). Also, make |
| 1792 gftp_string_{to,from}_utf8() be defined all the time. When using | |
| 1793 glib 1.2, the functions will always return NULL. | |
| 1794 | |
| 1795 * lib/protocols.c - when creating a directory or renaming files, make | |
| 1796 sure the new name is converted from UTF8 to the local character set | |
| 1797 or the charset specified in the remote_charsets option. | |
| 1798 | |
| 1799 * src/gtk/misc-gtk.c (update_window_info) - when showing the directory | |
| 1800 we are currently in, make sure it is converted to UTF8 | |
| 1801 | |
| 431 | 1802 2003-10-18 Brian Masney <masneyb@gftp.org> |
| 290 | 1803 * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added |
| 1804 gftp_locale_init(). | |
| 1805 | |
| 1806 * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of | |
| 1807 LOCALE_DIR | |
| 1808 | |
| 1809 * lib/Makefile.am - added declaration of LOCALE_DIR | |
| 1810 | |
| 289 | 1811 * lib/misc.c (insert_commas) - if _GNU_SOURCE is defined, instead of |
| 1812 using my builtin function for formatting numbers, use glibc's %'ld | |
| 1813 (or %'lld) format to print the numbers out. This is more portable for | |
| 1814 other locales. | |
| 1815 | |
| 431 | 1816 2003-10-17 Brian Masney <masneyb@gftp.org> |
| 288 | 1817 * lib/rfc959.c (rfc959_ipv[46]_data_connection_new) - when there is an |
| 1818 error establishing a connection to the remote server, make sure that | |
| 1819 GFTP_ERETRYABLE is returned. | |
| 1820 | |
| 431 | 1821 2003-10-13 Brian Masney <masneyb@gftp.org> |
| 287 | 1822 * src/gtk/options_dialog.c - when specifying a FTP proxy config in the |
| 1823 GTK+ 2.0 port, the last character was getting chopped off. | |
| 1824 | |
| 431 | 1825 2003-10-12 Brian Masney <masneyb@gftp.org> |
| 286 | 1826 * lib/rfc959.c - when logging in to the server, if a 5xx code is |
| 1827 returned, don't attempt to log in again. | |
| 1828 | |
| 285 | 1829 * src/gtk/bookmarks.c - disconnect from the site before we parse the |
| 1830 bookmarks (from Aurelien Jarno <lists@aurel32.net>) | |
| 1831 | |
| 284 | 1832 * lib/sshv2.c - fixed crash when deleting subdirectories with the SSH2 |
| 1833 protocol. | |
| 1834 | |
| 431 | 1835 2003-10-4 Brian Masney <masneyb@gftp.org> |
| 281 | 1836 * lib/protocols.c - fix for CRAY directory listings. Some UNIX directory |
| 1837 listings with files containing spaces could be misinterpreted. | |
| 1838 | |
| 1839 * cvsclean - purge the m4 directory, but save the largefile.m4 file. | |
| 1840 (from Nathan Robertson <nathanr@nathanr.net>) | |
| 1841 | |
| 431 | 1842 2003-10-03 Marcel Telka <marcel@telka.sk> |
| 280 | 1843 |
| 1844 * configure.in (ALL_LINGUAS): Added sk. | |
| 1845 | |
| 431 | 1846 2003-10-2 Brian Masney <masneyb@gftp.org> |
| 278 | 1847 * lib/rfc959.c - fixed rename bug (from |
| 1848 Aurelien Jarno <aurel32@debian.org>) | |
| 1849 | |
| 1850 * src/gtk/gftp-gtk.c - make the help menu left aligned so that it is | |
| 1851 more consistent with other GNOME apps | |
| 1852 (from Miguel Ibarra <mibarra@ximian.com>) | |
| 1853 | |
| 1854 * src/gtk/transfer.c - right after the pointer to the next transfer | |
| 1855 is moved, set the current transfer size back to 0. The user could | |
| 1856 briefly (< 1 sec) see the old size transfered on the next file. | |
| 1857 | |
| 431 | 1858 2003-09-23 Taneem Ahmed <taneem@bengalinux.org> |
| 277 | 1859 |
| 1860 * configure.in: Added "bn" to ALL_LINGUAS. | |
| 1861 | |
| 431 | 1862 2003-9-21 Brian Masney <masneyb@gftp.org> |
| 276 | 1863 * src/gtk/menu-items.c (dosave_directory_listing) - fixed a bug that |
| 1864 would occur when saving directory listings to a file, the last filename | |
| 1865 in the list was never written to the file | |
| 1866 (from Aurelien Jarno <aurel32@debian.org>) | |
| 1867 | |
| 275 | 1868 * lib/protocols.c (gftp_parse_bookmark) lib/gftp.h lib/bookmark.c |
| 1869 src/gtk/bookmarks.c - added pointer to refresh_local variable that is | |
| 1870 enabled if the local directory was changed. In src/gtk/bookmarks.c, if | |
| 1871 the local directory was changed, refresh the directory listing. | |
| 1872 | |
| 274 | 1873 * lib/local.c src/gtk/transfer.c src/text/gftp-text.c - if there is a |
| 1874 dangling symlink in the current directory, don't bail out. This was | |
| 1875 causing directory listings to appear truncated. | |
| 1876 | |
| 1877 * configure.in - increment version to 2.0.16pre0 | |
| 1878 | |
| 273 | 1879 * lib/rfc959.c - if there is a login failure, return GFTP_ERETRYABLE |
| 1880 (from winkey <rush@winkey.oompah.org>) | |
| 1881 | |
| 431 | 1882 2003-09-01 Metin Amiroff <metin@karegen.com> |
| 268 | 1883 |
| 1884 configure.in: Added "az" in ALL_LINGUAS. | |
| 1885 | |
| 431 | 1886 2003-8-21 Brian Masney <masneyb@gftp.org> |
| 274 | 1887 * Officially released 2.0.15 |
| 1888 | |
| 431 | 1889 2003-8-20 Brian Masney <masneyb@gftp.org> |
| 261 | 1890 * lib/gftp.h lib/protocols.c - largefile fixes |
| 1891 | |
| 1892 * configure.in debian/changelog - updated version | |
| 1893 | |
| 1894 * cvsclean - clean up after ourselves a little more | |
| 1895 | |
| 1896 * ChangeLog-old README TODO docs/website/index.html.in - updated | |
| 1897 | |
| 431 | 1898 2003-8-17 Brian Masney <masneyb@gftp.org> |
| 260 | 1899 * lib/protocols.c (parse_time) - when parsing timestamps that are not in |
| 1900 the current locale, skip over the proper amount of tokens. This is so | |
| 1901 that the filename is returned properly. | |
| 1902 | |
| 1903 * lib/misc.c (gftp_info) - show the protocols that are installed. | |
| 1904 | |
| 431 | 1905 2003-8-11 Brian Masney <masneyb@gftp.org> |
| 255 | 1906 * lib/local.c (local_get_next_file) - fix for directories that are |
| 1907 symlinks | |
| 1908 | |
| 1909 * src/gtk/*.[ch] - updated copyright dates to 2003 on all of the files | |
| 1910 | |
| 254 | 1911 * src/gtk/menu-items.c lib/rfc959.c - fix for selecting ASCII/Binary |
| 1912 transfers | |
| 1913 | |
| 253 | 1914 * src/gtk/delete_dialog.c - don't attempt to clear the cache for the |
| 1915 protocols that have the cache disabled | |
| 1916 | |
| 1917 * lib/local.c (local_chdir) - if request->directory == directory, | |
| 1918 don't free the request->directory and run getcwd(). This fixes a double | |
| 1919 free in the delete dialog in the GTK+ port | |
| 1920 | |
| 1921 * lib/gftp.h - added FIXME comment | |
| 1922 | |
| 1923 * lib/cache.c (gftp_delete_cache_entry) - added assertion | |
| 1924 | |
| 431 | 1925 2003-8-7 Brian Masney <masneyb@gftp.org> |
| 250 | 1926 * configure.in - HPUX fix |
| 1927 | |
| 1928 * debian/changelog - incremented version | |
| 1929 | |
| 1930 * Officially release 2.0.15rc2 | |
| 1931 | |
| 431 | 1932 2003-8-7 Brian Masney <masneyb@gftp.org> |
| 249 | 1933 * lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL |
| 1934 byte appears at the end of the buffer after the call to strncpy | |
| 1935 | |
| 1936 * lib/rfc959.c - increased buffer size to directory parsing routine | |
| 1937 | |
| 248 | 1938 * lib/protocols.c (gftp_fd_write) - use a signed variable to store the |
| 1939 result from write(). Write errors were not being caught properly. | |
| 1940 | |
| 431 | 1941 2003-8-6 Brian Masney <masneyb@gftp.org> |
| 247 | 1942 * lib/misc.c (gftp_build_path) - fixed initial path beginning with //. |
| 1943 (expand_path) - when the path is empty at the end, set it to /. This | |
| 1944 would happen for directories like /etc/.. | |
| 1945 | |
| 431 | 1946 2003-8-4 Brian Masney <masneyb@gftp.org> |
| 246 | 1947 * src/gtk/transfer.c (update_file_status) - fix possible division by 0 |
| 1948 | |
| 431 | 1949 2003-8-4 Brian Masney <masneyb@gftp.org> |
| 245 | 1950 * src/gtk/gftp-gtk.c (CreateMenus) - on startup, select the proper |
| 1951 ASCII/binary radio button (looks like an old bug!) | |
| 1952 | |
| 1953 * lib/misc.c lib/gftp.h - renamed my version of g_build_path() (was | |
| 1954 used only in glib 1.2 only) to gftp_build_path() and it's compiled in | |
| 1955 all the time now | |
| 1956 | |
| 1957 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - | |
| 1958 instead of using g_build_path(), use gftp_build_path() | |
| 1959 | |
| 431 | 1960 2003-8-3 Brian Masney <masneyb@gftp.org> |
| 244 | 1961 * lib/local.c (local_put_file) - specify an initial file creation mode |
| 1962 of 0644 | |
| 1963 | |
| 1964 * lib/misc.c lib/gftp.h - added gftp_parse_file_size(). This function | |
| 1965 works correctly for files greater than 2.1GB | |
| 1966 | |
| 1967 * lib/rfc959.c (rfc959_get_file) lib/protocols.c lib/rfc2068.c | |
| 1968 lib/rfc959.c - use gftp_parse_file_size() | |
| 1969 | |
| 1970 * lib/protocols.c lib/gftp.h (gftp_get_file, gftp_put_file, | |
| 1971 gftp_transfer_file) - changed type of startsize paramter from size_t | |
| 1972 to off_t | |
| 1973 | |
| 431 | 1974 2003-7-31 Brian Masney <masneyb@gftp.org> |
| 243 | 1975 * lib/sshv2.c - fix blocking problem reading the error message from the |
| 1976 remote server when there was an error establishing a connection | |
| 1977 | |
| 1978 * lib/misc.c (copy_fdata) - copy utf8_file variable in gftp_file | |
| 1979 structure. (fix double free that was only in development version) | |
| 1980 | |
| 1981 * lib/misc.c - added --info argument to the command line. This will | |
| 1982 call gftp_info(), which will print out some information about how | |
| 1983 gftp was compiled. | |
| 1984 | |
| 1985 * lib/protocols.c lib/bookmarks.c lib/gftp.h src/gtk/bookmarks.c - | |
| 1986 added local_request parameter to gftp_parse_bookmark(). If this is not | |
| 1987 NULL, and this bookmark specifies a local directory, it will change to | |
| 1988 it. | |
| 1989 | |
| 1990 * configure.in - increment version to 2.0.15rc2 | |
| 1991 | |
| 431 | 1992 2003-07-30 Dmitry G. Mastrukov <dmitry@taurussoft.org> |
| 242 | 1993 |
| 1994 * configure.in: Added Belarusian to ALL_LINGUAS. | |
| 1995 | |
| 431 | 1996 2003-7-29 Brian Masney <masneyb@gftp.org> |
| 239 | 1997 * src/gtk/options_dialog.c - fix crash that would occur when hitting |
| 1998 apply, then ok | |
| 1999 | |
| 431 | 2000 2003-7-25 Brian Masney <masneyb@gftp.org> |
| 236 | 2001 * configure.in - define HAVE_OPENPTY if openpty() is found in libutil |
| 2002 | |
| 235 | 2003 * lib/gftp.h lib/pty.c - moved including of some PTY related header |
| 2004 files to pty.c. Hopefully should fix build problems under FreeBSD | |
| 2005 | |
| 431 | 2006 2003-7-25 Brian Masney <masneyb@gftp.org> |
| 234 | 2007 * src/gtk/transfer.c - changed looking up of overwrite_by_default to |
| 2008 overwrite_default | |
| 2009 | |
| 2010 * src/text/gftp-text.h - fix for when the readline library was not | |
| 2011 found on the local system | |
| 2012 | |
| 431 | 2013 2003-7-25 Brian Masney <masneyb@gftp.org> |
| 232 | 2014 * lib/pty.c - prefer to use openpty() instead of grantpt() if it is |
| 2015 available (for FreeBSD) | |
| 2016 | |
| 2017 * lib/sshv2.c - fixes for FreeBSD password prompt (from Oliver Lehmann | |
| 2018 <oliver@FreeBSD.ORG>) | |
| 2019 | |
| 2020 * src/gtk/gftp-gtk.h src/text/gftp-text.h - added | |
| 2021 __attribute__((format(printf, 3, 4))) to logging functions (from | |
| 2022 Oliver Lehmann <oliver@FreeBSD.ORG>) | |
| 2023 | |
| 431 | 2024 2003-7-25 Brian Masney <masneyb@gftp.org> |
| 232 | 2025 * lib/pty.c - prefer to use openpty() instead of grantpt() if it is |
| 2026 available (for FreeBSD) | |
| 2027 | |
| 2028 * lib/sshv2.c - fixes for FreeBSD password prompt (from Oliver Lehmann | |
| 2029 <oliver@FreeBSD.ORG>) | |
| 2030 | |
| 2031 * src/gtk/gftp-gtk.h src/text/gftp-text.h - added | |
| 2032 __attribute__((format(printf, 3, 4))) to logging functions (from | |
| 2033 Oliver Lehmann <oliver@FreeBSD.ORG>) | |
| 2034 | |
| 431 | 2035 2003-7-23 Brian Masney <masneyb@gftp.org> |
| 231 | 2036 * TODO - updated |
| 2037 | |
| 2038 * debian/* - new files from the Debian maintainer | |
| 2039 | |
| 2040 * docs/website/generate-gftp-website.pl - fixed generating changelog | |
| 2041 file | |
| 2042 | |
| 2043 * po/*.po - updated line numbers | |
| 2044 | |
| 431 | 2045 2003-7-23 Brian Masney <masneyb@gftp.org> |
| 230 | 2046 * configure.in - incremented version to 2.0.15rc1. Also, if readline |
| 2047 wasn't found on the system, the text port wasn't be built | |
| 2048 | |
| 2049 * ChangeLog-old - added summary of changes since version 2.0.14 | |
| 2050 | |
| 2051 * TODO - updated | |
| 2052 | |
| 2053 * src/text/gftp-text.c - build fixes if readline isn't present on the | |
| 2054 system | |
| 2055 | |
| 2056 * lib/sshv2.c - don't print out the network error as well when getting | |
| 2057 the error message from the remote server. The user is only interested | |
| 2058 in the error returned from the server. | |
| 2059 | |
| 431 | 2060 2003-7-22 Brian Masney <masneyb@gftp.org> |
| 229 | 2061 * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option() |
| 2062 and gftp_set_bookmark_option(). Also added _gftp_set_option_value() | |
| 2063 that is used by the set functions for bookmark and request structures | |
| 2064 | |
| 2065 * src/gtk/bookmarks.c - make sure the options are copied over to the | |
| 2066 new bookmarks. Also show all of the editable toptions for this bookmark | |
| 2067 entry | |
| 2068 | |
| 2069 * src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c | |
| 2070 lib/gftp.h - improvements to overriding options for each bookmark | |
| 2071 entry. There is still one crash that is occuring that I have to track | |
| 2072 down. For the moment, don't edit the bookmarks twice in the same | |
| 2073 session. | |
| 2074 | |
| 431 | 2075 2003-7-20 Brian Masney <masneyb@gftp.org> |
| 227 | 2076 * lib/config_file.c lib/gftp.h - added compare_function to |
| 2077 gftp_config_vars structure. (gftp_set_global_option) use the compare | |
| 2078 function to see if the value was actually changed, and if so set the | |
| 2079 gftp_configuration_changed variable | |
| 2080 | |
| 2081 * lib/misc.c lib/gftp.h - For glib 1.2, added my version of | |
| 2082 g_build_path() since it's not there | |
| 2083 | |
| 2084 * lib/misc.c - GLIB/GTK+ 1.2 fixes | |
| 2085 | |
| 2086 * lib/protocols.c (gftp_fd_open) - cleaned up some | |
| 2087 | |
| 2088 * lib/rfc959.c (rfc959_init) - if the email address is blank, get the | |
| 2089 users address here instead of in register_module. It was being blanked | |
| 2090 out when the config file was being read | |
| 2091 | |
| 2092 * lib/options.h lib/rfc2068.c lib/rfc959.c lib/sshv2.c - mark the | |
| 2093 config variables that can show up in the bookmarks editor | |
| 2094 | |
| 2095 * src/text/gftp-text.c src/gtk/options_dialog.c - use | |
| 2096 gftp_set_global_option() to set the new configuration values | |
| 2097 | |
| 2098 * src/gtk/bookmarks.c - fixed crash in bookmarks dialog. Added notebook | |
| 2099 widget to the dialog as well. The options that can be edited for this | |
| 2100 site will show up in other tabs | |
| 2101 | |
| 2102 * src/gtk/gftp-gtk.c - fixes to the calls to gftp_set_global_option() | |
| 2103 | |
| 2104 * src/gtk/options_dialog.c - added gftp_gtk_setup_bookmark_options() | |
| 2105 to display all the editable options for this bookmark | |
| 2106 | |
| 431 | 2107 2003-7-11 Brian Masney <masneyb@gftp.org> |
| 222 | 2108 * lib/protocols.c (gftp_calc_kbs) - only call gettimeofday() at the |
| 2109 end only if we are throttling this connection | |
| 2110 | |
| 2111 * lib/cache.c lib/options.h docs/sample.gftp/gftprc - added cache_ttl | |
| 2112 option to determine the amount of time that cache entries will stay | |
| 2113 around | |
| 2114 | |
| 2115 * docs/gftp.xml docs/legal.xml docs/figures/* - documentation from | |
| 2116 Alexander Kirillov <kirillov@math.sunysb.edu> | |
| 2117 | |
| 2118 * docs/website - files for generating my main website. They aren't | |
| 2119 pretty, but hey it works. I'm mainly putting these in CVS just for | |
| 2120 backup purposes. | |
| 2121 | |
| 431 | 2122 2003-7-10 Brian Masney <masneyb@gftp.org> |
| 220 | 2123 * lib/misc.c (insert_commas) - improved calculating # of digits |
| 2124 in number. (Not sure if this worked properly for long long's, aka | |
| 2125 off_t when _LARGEFILE_SOURCE is defined) | |
| 2126 | |
| 2127 * src/gtk/transfer.c (update_file_status) - changed type of remaining | |
| 2128 field to be off_t. (hopefully fixes >2.1GB problem) | |
| 2129 | |
| 2130 * lib/protocols.c (gftp_calc_kbs) - improved throttling module. | |
| 2131 | |
| 431 | 2132 2003-7-9 Brian Masney <masneyb@gftp.org> |
| 219 | 2133 * lib/sshv2.c - if we are logging in to the server, and the message |
| 2134 size is too big from the server, assume that an error message follows | |
| 2135 and log the ASCII text to the log window | |
| 2136 | |
| 2137 * src/gtk/options_dialog.c - make sure the value is set properly for | |
| 2138 the textcomboedt option types (the FTP proxy server type uses this) | |
| 2139 | |
| 2140 * lib/rfc2068.c - HTTP proxy bug fixes. Also, moved rfc2068_connect() | |
| 2141 call to rfc2068_send_command() and removed it from the now unneeded | |
| 2142 places. Also, fix in call to HEAD command | |
| 2143 | |
| 2144 * src/text/gftp-text.c - fixed NULL pointer deference in changing | |
| 2145 directory | |
| 2146 | |
| 2147 * docs/sample.gftp/gftprc - enable require SSH user/pass by default | |
| 2148 | |
| 431 | 2149 2003-7-9 Brian Masney <masneyb@gftp.org> |
| 218 | 2150 * lib/config_file.c (gftp_write_config_file) - fix for writing out |
| 2151 list items to the config file. | |
| 2152 | |
| 2153 * lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and | |
| 2154 gftp_copy_proxy_hosts() | |
| 2155 | |
| 2156 * lib/protocols.c (gftp_connect_server) - look up dont_use_proxy | |
| 2157 instead of ext | |
| 2158 | |
| 2159 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - | |
| 2160 when calling g_build_path(), set the directory separator to / instead | |
| 2161 of G_DIR_SEPARATOR_S | |
| 2162 | |
| 2163 * src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash | |
| 2164 | |
| 2165 * src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data | |
| 2166 structure | |
| 2167 | |
| 2168 * src/gtk/options_dialog.c - show proxy hosts in options dialog | |
| 2169 | |
| 2170 * docs/sample.gftp/gftprc - new default config file | |
| 2171 | |
| 431 | 2172 2003-7-7 Brian Masney <masneyb@gftp.org> |
| 215 | 2173 * configure.in src/gtk/Makefile.am src/text/Makefile.am - if the |
| 2174 OpenSSL libraries are available on the system, link them in and | |
| 2175 define USE_SSL. The generic SSL engine and the HTTPS protocol checks | |
| 2176 for this | |
| 2177 | |
| 2178 * lib/protocols.c (gftp_get_line) - small fix | |
| 2179 | |
| 2180 * lib/rfc2068.c - fixed several bugs in the handling of chunked | |
| 2181 messages that are spread across multiple packets (the HTTPS protocol | |
| 2182 unconvered all of these) | |
| 2183 | |
| 2184 * lib/sslcommon.c - several fixes and cleanups | |
| 2185 | |
| 431 | 2186 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 213 | 2187 * lib/configure.in - check for getdtablesize() |
| 2188 | |
| 2189 * TODO - updated | |
| 2190 | |
| 431 | 2191 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 211 | 2192 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - |
| 2193 instead of using g_strconcat to build the directory paths, use | |
| 2194 g_build_path. Fixes a bug when you was connected to a remote host, | |
| 2195 and you was in /, the path would show up as // | |
| 2196 (from Krzysztof Foltman <kfoltman@onet.pl>, slightly changed by me) | |
| 2197 | |
| 431 | 2198 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 210 | 2199 * lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and |
| 2200 gftp_exec_without_new_pty() | |
| 2201 | |
| 2202 * lib/sshv2.c - use the 2 new functions above | |
| 2203 | |
| 2204 * lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open() | |
| 2205 and _gftp_ptys_open() | |
| 2206 | |
| 2207 * lib/sslcommon.c - don't do thread setup if we are compiling against | |
| 2208 glib 1.2. I do not want to link against the pthread library because | |
| 2209 that would make the text port dependant on pthreads being installed on | |
| 2210 the box | |
| 2211 | |
| 431 | 2212 2003-7-5 Brian Masney <masneyb@gftp.org> |
| 209 | 2213 * lib/protocols.c (gftp_get_line) - fixed bug where the read function |
| 2214 was being called one extra time after the end of file was reached | |
| 207 | 2215 |
| 209 | 2216 * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the |
| 2217 HTTP protocol should be (hopefully) fixed now | |
| 2218 | |
| 2219 * lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable | |
| 207 | 2220 |
| 431 | 2221 2003-7-1 Brian Masney <masneyb@gftp.org> |
| 207 | 2222 * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid |
| 2223 character, it should have been /) (thanks to Holger Kiehl | |
| 2224 <Holger.Kiehl@dwd.de> for pointing this out) | |
| 2225 | |
| 2226 * lib/config_file.c lib/gftp.h - added copy function for options | |
| 2227 variables. The functions gftp_config_file_copy_text(), | |
| 2228 gftp_config_file_copy_ptr_contents() and gftp_config_file_copy_color() | |
| 2229 were added | |
| 2230 | |
| 2231 * lib/protocols.c - make sure the remote_charsets string is restored | |
| 2232 properly after it is used | |
| 2233 | |
| 2234 * src/gtk/bookmarks.c - remove memory leak comments, these are fixed | |
| 2235 now | |
| 2236 | |
| 2237 * src/gtk/transfer.c - removed start_file_transfers variable | |
| 2238 | |
| 2239 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h lib/misc.c lib/gftp.h - moved | |
| 2240 get_next_selection() to lib | |
| 2241 | |
| 2242 * acinclude.h (AC_TYPE_SOCKLEN_T) - AC_DEFINE fix (from | |
| 2243 Nathan Robertson <nathanr@nathanr.net>) | |
| 2244 | |
| 431 | 2245 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 204 | 2246 * lib/misc.c (expand_path) - small improvements |
| 2247 | |
| 2248 * lib/rfc2068.c src/text/gftp-gtk.c - fixes for path handling, namely | |
| 2249 when changing directories to the parent (..) | |
| 2250 | |
| 431 | 2251 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 203 | 2252 * lib/misc.c - fix warning if DMALLOC is disabled |
| 2253 | |
| 2254 * src/text/gftp-text.c - don't attempt to expand the local directory | |
| 2255 | |
| 2256 * TODO - updated | |
| 2257 | |
| 431 | 2258 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 202 | 2259 * acinclude.m4 - added AC_TYPE_SOCKLEN_T. Thanks to |
| 2260 Nathan Robertson <nathanr@nathanr.net> for pointing this out | |
| 2261 | |
| 2262 * configure.in - call AC_TYPE_SOCKLEN_T. Updates to AC_OUTPUT | |
| 2263 | |
| 2264 * lib/gftp.h - remove check for HAVE_SOCKLEN_T | |
| 2265 | |
| 2266 * Makefile.am - formatting fixes | |
| 2267 | |
| 431 | 2268 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 201 | 2269 * configure.in - added mk to ALL_LINGUAS |
| 2270 | |
| 2271 * lib/gftp.h - added several macros for dmalloc | |
| 2272 | |
| 2273 * lib/misc.c src/text/gftp-text.c src/gtk/gftp-gtk.c - added | |
| 2274 gftp_shutdown() to misc.c. This will write out the configuration | |
| 2275 file, clear the cache, and if dmalloc is enabled, free the memory | |
| 2276 that was allocated on startup | |
| 2277 | |
| 2278 * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added | |
| 2279 gftp_configuration_changed parameter | |
| 2280 | |
| 2281 * lib/config_file.c lib/misc.c lib/protocols.c - added | |
| 2282 gftp_config_free_options() | |
| 2283 | |
| 2284 * lib/config_file.c src/gtk/bookmarks.c - added gftp_bookmarks() which | |
| 2285 is derived mostly from bm_close_dialog() | |
| 2286 | |
| 2287 * lib/rfc959.c - added rfc959_request_destroy(). Free the getline | |
| 2288 buffers in this function | |
| 2289 | |
| 2290 * src/gtk/misc-gtk.c (gftp_item_factory_translate) - remove double | |
| 2291 g_strdup() call | |
| 2292 | |
| 2293 * lib/config_file.c lib/gftp.h src/gtk/misc-gtk.c - moved | |
| 2294 get_xpm_path() to GTK+ port. No longer call it startup when reading | |
| 2295 the config file | |
| 2296 | |
| 431 | 2297 2003-6-24 Brian Masney <masneyb@gftp.org> |
| 199 | 2298 * lib/config_file.c lib/gftp.h lib/protocols.c - added backend for |
| 2299 overriding options on a per bookmark basis. Also added | |
| 2300 gftp_copy_local_options() to config_file.c | |
| 2301 | |
| 2302 * lib/gftp.h lib/misc.c src/gtk/bookmarks.c - added | |
| 2303 gftp_free_bookmark() to misc.c. It was taken from the function | |
| 2304 free_bookmark_entry_items() in bookmarks.c | |
| 2305 | |
| 2306 * lib/sslcommon.c - formatting fixes. Added thread functions (mostly | |
| 2307 from the OReilly SSL book) | |
| 2308 | |
| 431 | 2309 2003-6-22 Brian Masney <masneyb@gftp.org> |
| 198 | 2310 * lib/config_file.c lib/gftp.h - renamed parse_args to |
| 2311 gftp_config_parse_args() and removed the static declaration | |
| 2312 | |
| 2313 * lib/protocols.c (gftp_request_destroy) - fixed memory problem with | |
| 2314 the new local configuration interface | |
| 2315 | |
| 2316 * src/gtk/gftp-gtk.c - added gftp_gtk_config_(read|write)_color(). | |
| 2317 I am overriding the read and write functions for | |
| 2318 gftp_option_type_color to be these functions. This is so that I can | |
| 2319 use a GdkColor structure instead of a gftp_color structure | |
| 2320 | |
| 2321 * src/gtk/misc-gtk.c - when destroying the dialogs, set the pointers | |
| 2322 to NULL before we call the callback functions. This is to make sure | |
| 2323 that they aren't being used in the callbacks | |
| 2324 | |
| 2325 * TODO - updated | |
| 2326 | |
| 431 | 2327 2003-6-19 Brian Masney <masneyb@gftp.org> |
| 195 | 2328 * autogen.sh - updated to hopefully make it more portable across |
| 2329 various systems | |
| 2330 | |
| 2331 * lib/rfc959.c - change variable type of data_addr_len from size_t | |
| 2332 to socklen_t (fixed warnings on 64 bit machines) | |
| 2333 | |
| 2334 * src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c src/gtk/menu-items.c | |
| 2335 src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/options_dialog.c | |
| 2336 src/gtk/rename_dialog.c src/gtk/transfer.c - rather than casting | |
| 2337 from integer to pointer and vice versa, use GINT_TO_POINTER and | |
| 2338 GPOINTER_TO_INT. These macros do the exact same thing and I'm | |
| 2339 still getting compiler warnings on Debian Sparc64 with -m64, but at | |
| 2340 least I'll be able to fix the define in glib and then these warnings | |
| 2341 will be fixed then | |
| 2342 | |
| 431 | 2343 2003-6-18 Brian Masney <masneyb@gftp.org> |
| 191 | 2344 * lib/protocols.c - send right parameters to the logging function |
| 2345 (from Nam SungHyun <namsh@kldp.org>) | |
| 2346 | |
| 431 | 2347 2003-6-17 Brian Masney <masneyb@gftp.org> |
| 190 | 2348 * src/gtk/misc-gtk.c (ftp_log) - remote charset fixes for when the log |
| 2349 message is generated inside a child thread | |
| 2350 | |
| 2351 * lib/cache.c - don't complain about not being able to open index.db | |
| 2352 | |
| 431 | 2353 2003-6-16 Brian Masney <masneyb@gftp.org> |
| 188 | 2354 * lib/protocols.c (gftp_string_to_utf8) - return if request is NULL |
| 2355 | |
| 187 | 2356 * lib/protocols.c - run g_iconv_close() in gftp_disconnect() instead |
| 2357 of gftp_end_transfer() | |
| 2358 | |
| 186 | 2359 * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd |
| 2360 parameter of logging function to be a request structure, instead of | |
| 2361 request->user_data. In the logging functions, if the string isn't in | |
| 2362 UTF-8, convert it with gftp_string_to_utf8() | |
| 2363 | |
| 2364 * lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c | |
| 2365 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c | |
| 2366 src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h | |
| 2367 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c | |
| 2368 src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c | |
| 2369 src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure | |
| 2370 to logging function instead of request->user_data | |
| 2371 | |
| 185 | 2372 * lib/protocols.c (_gftp_get_next_charset) - set the separator for |
| 2373 remote charsets to be a comma | |
| 2374 | |
| 2375 * lib/options.h - updated description of remote charsets | |
| 2376 | |
| 184 | 2377 * lib/gftp.h lib/misc.c lib/options.h lib/protocols.c |
| 2378 src/gtk/misc-gtk.c - added remote_charsets option. Whenever a file is | |
| 2379 read in that is not in UTF-8, it will first attempt to convert it from | |
| 2380 the local charset, and if that fails, it will try each of the locales | |
| 2381 in this list. I have no idea if this even works, so if someone can test | |
| 2382 this, please let me know. | |
| 2383 | |
| 431 | 2384 2003-6-15 Brian Masney <masneyb@gftp.org> |
| 182 | 2385 * lib/cache.c lib/gftp.h - added gftp_generate_cache_description(). |
| 2386 | |
| 2387 * lib/cache.c lib/gftp.h src/text/gftp-text.c src/gtk/delete-dialog.c | |
| 2388 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir-dialog.c - Added | |
| 2389 description parameter to gftp_delete_cache_entry(). | |
| 2390 | |
| 2391 * lib/protocols.c lib/gftp.h - added gftp_fd_open(). It will call | |
| 2392 open() and then set the socket option close on exec | |
| 2393 | |
| 2394 * lib/cache.c lib/local.c lib/misc.c - use gftp_fd_open() instead of | |
| 2395 open() | |
| 2396 | |
| 2397 * lib/rfc959.c lib/protocols.c - on newly created sockets, make sure | |
| 2398 the close on exec socket option is set | |
| 2399 | |
| 2400 * lib/options.h src/text/gftp-text.c src/gtk/transfer.c - added | |
| 2401 preserve_permissions option | |
| 2402 | |
| 2403 * lib/protocols.c (gftp_parse_url) - allow an @ to be in the username | |
| 2404 | |
| 2405 * src/text/gftp-text.c - after transfering a file, honor | |
| 2406 preserve_permissions if it is set | |
| 2407 | |
| 2408 * src/gtk/delete-dialog.c - improvments to clearing the expired cache | |
| 2409 entries | |
| 2410 | |
| 431 | 2411 2003-6-14 Brian Masney <masneyb@gftp.org> |
| 179 | 2412 * lib/cache.c (gftp_delete_cache_entry) - fix for restoring newlines |
| 2413 | |
| 2414 * lib/gftp.h lib/protocols.c - added EOF flag for gftp_get_line() | |
| 2415 | |
| 2416 * lib/gftp.h lib/pty.c - added get_pty_impl() function for each PTY | |
| 2417 type | |
| 2418 | |
| 2419 * src/text/gftp-text.c - after removing files, clear the cache for | |
| 2420 that directory | |
| 2421 | |
| 431 | 2422 2003-6-11 Brian Masney <masneyb@gftp.org> |
| 178 | 2423 * lib/configure.in lib/gftp.h - portability fix for openpty(). (from |
| 2424 Nathan Robertson <nathanr@nathanr.net>, which he took from | |
| 2425 http://mail.python.org/pipermail/patches/2000-June/000953.html) | |
| 2426 | |
| 2427 * lib/pty.h - found out about #elif preprocessor macro ;) | |
| 2428 | |
| 431 | 2429 2003-6-9 Brian Masney <masneyb@gftp.org> |
| 177 | 2430 * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c |
| 2431 lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() | |
| 2432 be an integer | |
| 2433 | |
| 2434 * lib/rfc2068.c lib/rfc959.c - return the error code of | |
| 2435 gftp_connect_server() if there was a connection problem | |
| 2436 | |
| 431 | 2437 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 177 | 2438 * lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an |
| 2439 error, make sure the exact error code is returned | |
| 2440 | |
| 431 | 2441 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 175 | 2442 * lib/sslcommon.c - added entropy_len option. Added |
| 2443 gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the | |
| 2444 request structure, and error messages can be logged properly. Changed | |
| 2445 the verify depth from 4 to 9 | |
| 2446 | |
| 431 | 2447 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 174 | 2448 * lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This |
| 2449 function registers the configuration variables for the SSL engine. | |
| 2450 Right now, the only variable is the entropy source | |
| 2451 | |
| 2452 * lib/https.c (https_register_module) - call ssl_register_module(). | |
| 2453 Multiple protocols will be able to call this function, it will only | |
| 2454 be initialized once | |
| 2455 | |
| 431 | 2456 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 173 | 2457 * lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c |
| 2458 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c | |
| 2459 src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for | |
| 2460 all the protocols return an integer instead of nothing. If there was an | |
| 2461 error setting up the protocol, GFTP_EFATAL should be returned and the | |
| 2462 connection should be aborted. The HTTPS protocol uses this to return if | |
| 2463 SSL support was not compiled in | |
| 2464 | |
| 2465 * lib/protocols.c src/text/gftp-text.c src/gtk/dnd.c | |
| 2466 src/gtk/gftp-gtk.c src/gtk/menu-items.c - have gftp_parse_url() log the | |
| 2467 error messages to the user. This shouldn't have been done in the | |
| 2468 individual ports | |
| 2469 | |
| 2470 * lib/https.c - only initialize the SSL engine the first time a SSL | |
| 2471 connection is made. | |
| 2472 | |
| 431 | 2473 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 171 | 2474 * aclocal.m4 - removed, this file is automatically generated |
| 2475 | |
| 2476 * autogen.sh - just call automake and aclocal, instead of automake-1.4 | |
| 2477 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>) | |
| 2478 | |
| 431 | 2479 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 171 | 2480 * lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is |
| 2481 defined before using any SSL functions | |
| 2482 | |
| 2483 * lib/gftp.h lib/protocols.c lib/rfc2068.c lib/sshv2.c lib/sslcommon.c | |
| 2484 lib/rfc959.c - make sure we use request->datafd for the connection. Removed | |
| 2485 sockfd from gftp_request structure | |
| 2486 | |
| 2487 * lib/rfc959.c - add data_connection to rfc959_parms structure. Use | |
| 2488 this for the FTP data connection | |
| 2489 | |
| 2490 * src/text/gftp-text.c - fixes for username/password prompt | |
| 2491 | |
| 2492 * src/gtk/misc-gtk.c src/gtk/transfer.c - s/sockfd/datafd/g | |
| 2493 | |
| 2494 * configure.in - added lib/Makefile (forgot to commit last time) | |
| 2495 | |
| 2496 * Makefile.am - added intl to SUBDIRS | |
| 2497 | |
| 431 | 2498 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 168 | 2499 * lib/gftp.h - if USE_SSL is defined, include the OpenSSL headers. |
| 2500 Added read_function, write_function and post_connect function pointers | |
| 2501 to gftp_request structure. Added SSL object to gftp_request structure | |
| 2502 if USE_SSL is defined. Added protocol number and init function | |
| 2503 declarations for the HTTPS protocol | |
| 2504 | |
| 2505 * lib/options.h - added HTTPS to the list of supported protocols | |
| 2506 | |
| 2507 * lib/protocols.c lib/cache.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - | |
| 2508 renamed gftp_read(), gftp_write() and gftp_set_sockblocking() to | |
| 2509 gftp_fd_read(), gftp_fd_write() and gftp_fd_set_sockblocking() | |
| 2510 respectively | |
| 2511 | |
| 2512 * lib/bookmark.c lib/local.c | |
| 2513 | |
| 2514 * lib/misc.c lib/rfc2068.c - moved base64_encode() to misc.c | |
| 166 | 2515 |
| 168 | 2516 * lib/protocols.c - improved parsing of URLs. Rather than calling |
| 2517 gftp_read() or gftp_write() directly, call the read_function or | |
| 2518 write_function that is set in the request structure. Expanded tabs | |
| 2519 to spaces. Cleanup for parsing of timestamps. In | |
| 2520 gftp_connect_server(), if a post_connect function pointer is set, | |
| 2521 call it after we are connected to the server. Improvements to | |
| 2522 gftp_get_line (). | |
| 2523 | |
| 2524 * lib/httpcommon.h lib/rfc2068.c - moved rfc2068_params structure to | |
| 2525 httpcommon.h. Fix for chunked file transfers, they were not handled | |
| 2526 at all before. Made the I/O calls a little more generic so that we can | |
| 2527 read from either a socket or a SSL connection. | |
| 2528 | |
| 2529 * lib/sslcommon.c - added generic SSL layer | |
| 2530 | |
| 2531 * lib/https.c - added support for the HTTPS protocol. It piggy backs | |
| 2532 off of the existing HTTP support and uses the generic SSL layer | |
| 2533 | |
| 2534 * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c | |
| 2535 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/options_dialog.c | |
| 2536 src/gtk/view_dialog.c - set the window icon name to the gFTP <version> | |
| 2537 | |
| 2538 * configure.in - added lib back to SUBDIRS (oops) | |
| 2539 | |
| 2540 * lib/Makefile.am - added https.c, sslcommon.c and httpcommon.h | |
| 2541 | |
| 431 | 2542 2003-5-27 Brian Masney <masneyb@gftp.org> |
| 168 | 2543 * Makefile.am configure.in autogen.sh - build fixes |
| 2544 | |
| 2545 * src/text/gftp-text.c - if the protocol we are connecting to | |
| 2546 doesn't need a username/password, don't prompt the user for one | |
| 166 | 2547 |
| 431 | 2548 2003-5-22 Brian Masney <masneyb@gftp.org> |
| 168 | 2549 * lib/misc.c (gftp_usage) - updated usage statement |
| 162 | 2550 |
| 168 | 2551 * lib/options.h - put terminate options properly |
| 162 | 2552 |
| 431 | 2553 2003-05-06 Christian Rose <menthos@menthos.com> |
| 158 | 2554 |
| 2555 * configure.in: Added sr and sr@Latn to ALL_LINGUAS. | |
| 2556 | |
| 431 | 2557 2003-05-01 Hasbullah Bin Pit <sebol@ikhlas.com> |
| 154 | 2558 |
| 2559 * configure.in(ALL_LINGUAS): Added "ms". | |
| 2560 | |
| 431 | 2561 2003-4-27 Brian Masney <masneyb@gftp.org> |
| 151 | 2562 * lib/config_file.c (gftp_config_file_read_float) - use strtod instead |
| 2563 of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some | |
| 2564 older systems don't have strtof() | |
| 2565 | |
| 2566 * lib/gftp.h - if HAVE_OPENPTY is defined, include pty.h. Fix for | |
| 2567 GFTP_GET_AI_FAMILY when request or request->hostp is NULL. Added | |
| 2568 free_hostp boolean to struct gftp_request | |
| 2569 | |
| 2570 * lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c - added | |
| 2571 copy_local_options parameter. Add a pointer to newreq->hostp from the | |
| 2572 source request structure | |
| 2573 | |
| 2574 * lib/protocols.c - honor free_hostp | |
| 2575 | |
| 2576 * lib/rfc959.c - fix for IPV4/IPV6 detection | |
| 2577 | |
| 2578 * src/gtk/misc-gtk.c src/gtk/options_dialog.c - fixed compiler errors | |
| 2579 when compiling against GTK+ 1.2 | |
| 2580 | |
| 2581 * src/gtk/transfer.c - lookup option one_transfer instead of | |
| 2582 do_one_transfer_at_a_time | |
| 2583 | |
| 431 | 2584 2003-04-27 Christian Rose <menthos@menthos.com> |
| 149 | 2585 |
| 2586 * lib/rfc959.c: Fix bug #111090 by adding | |
| 2587 /* xgettext:no-c-format */ comment. This trivial bug prevented any | |
| 2588 full localization of gftp. | |
| 2589 | |
| 431 | 2590 2003-4-25 Brian Masney <masneyb@gftp.org> |
| 146 | 2591 * lib/rfc959.c - added IPV6 support (RFC2428). The only part of the |
| 2592 project that isn't IPV6 ready is the proxy comparsion functions. | |
| 2593 | |
| 2594 * lib/protocols.c - change the hints.ai_family paramater from AF_INET | |
| 2595 to PF_UNSPEC | |
| 2596 | |
| 2597 * lib/gftp.h lib/misc.c lib/pty.c - moved the functionality of | |
| 2598 pty[ms]_open() to pty.c. Combined these 2 functions into open_ptys(), | |
| 2599 and there is one defined for each system type (lots of #define's in | |
| 2600 this file!) | |
| 2601 | |
| 2602 * lib/Makefile.am po/POTFILES.in - added pty.c | |
| 2603 | |
| 2604 * lib/sshv2.c - when searching for the password prompt, omit the first | |
| 2605 character in case it is capitalized. Also, use the new function | |
| 2606 open_ptys() | |
| 2607 | |
| 2608 * configure.in - search for openpty in -lutil. Also, define | |
| 2609 HAVE_OPENPTY if this function is present on the system | |
| 2610 | |
| 2611 | |
| 431 | 2612 2003-4-23 Brian Masney <masneyb@gftp.org> |
| 143 | 2613 * Makefile.am - removed config.rpath from EXTRA_DIST |
| 2614 | |
| 2615 * configure.in - added 'sr' to ALL_LINGUAS. Incremented | |
| 2616 version to 2.0.15 (will be a little while before this is released. | |
| 2617 Still have lots to do) | |
| 2618 | |
| 2619 * docs/sample.gftp/gftprc - removed old unused SSH options. These were | |
| 2620 used by the SSH protocol I ripped out | |
| 2621 | |
| 2622 * lib/config_file.c - fix for gftp_set_request_option(). Implemented | |
| 2623 gftp_lookup_request_options(). Overriding of configuration options now | |
| 2624 works across the board :) | |
| 2625 | |
| 2626 * lib/protocols.c - extra checks for freeing memory | |
| 2627 | |
| 2628 * src/text/gftp-text.c - renamed ssh_use_sftp_subsys to the proper | |
| 2629 name of sshv2_use_sftp_subsys | |
| 2630 | |
| 2631 * src/gtk/transfer.c - renamed append_file_transfers option | |
| 2632 to the proper name of append_transfers. Also, added quick fix for | |
| 2633 start_file_transfers option that is still missing | |
| 2634 | |
| 2635 * debian/gftp-text.postinst - this will add add an alternative for the | |
| 2636 ftp command and point it to gftp-text | |
| 2637 | |
| 431 | 2638 2003-4-21 Brian Masney <masneyb@gftp.org> |
| 139 | 2639 * lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var |
| 2640 | |
| 2641 * src/gtk/gftp-gtk.c - added custom_edit_value to struct | |
| 2642 gftp_textcomboedt_widget_data | |
| 2643 | |
| 2644 * src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt. | |
| 2645 The value will always convert %n to \n when reading in and then do the | |
| 2646 opposite conversion when saving the variable. Also, added tooltips to | |
| 2647 the options | |
| 2648 | |
| 2649 * lib/rfc959.c - remove FIXME comment | |
| 2650 | |
| 431 | 2651 2003-4-18 Brian Masney <masneyb@gftp.org> |
| 136 | 2652 * lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree, |
| 2653 gftp_option_type_table and gftp_option_type_newtable | |
| 2654 | |
| 2655 * lib/config_file.c - implemented gftp_set_request_option() | |
| 2656 | |
| 2657 * lib/gftp.h lib/config_file.c - changed declaration of | |
| 2658 ui_print_function in struct gftp_option_type. Also added | |
| 2659 ui_save_function field to this structure | |
| 2660 | |
| 2661 * lib/gftp.h added local_options_vars num_local_options_vars variables | |
| 2662 to gftp_request | |
| 2663 | |
| 2664 * lib/local.c (local_set_directory) - small improvements to this | |
| 2665 function | |
| 2666 | |
| 2667 * lib/misc.c - added gftp_copy_local_options() | |
| 2668 | |
| 2669 * lib/options.h - fix declaration of General tab | |
| 2670 | |
| 2671 * lib/protocols.c - free local options | |
| 2672 | |
| 2673 * lib/rfc2068.c - check to see if we're connecting to a FTP site via | |
| 2674 proxy | |
| 2675 | |
| 2676 * lib/rfc959.c lib/protocols.c - changes for CRAY directory listings | |
| 2677 | |
| 2678 * src/gtk/gftp-gtk.h - added struct gftp_options_dialog_data and | |
| 2679 struct gftp_textcomboedt_widget_data | |
| 2680 | |
| 2681 * src/gtk/options_dialog.c - start to use new configuration interface | |
| 2682 | |
| 2683 * src/gtk/transfer.c - remove FIXME note. This is already in | |
| 2684 lib/gftp.h | |
| 2685 | |
| 431 | 2686 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 131 | 2687 * lib/config_file.c - fixed float config type |
| 2688 | |
| 2689 * lib/gftp.h lib/misc.c - added gftp_gen_ls_string() | |
| 2690 | |
| 2691 * src/gtk/menu-items.c (dosave_directory_listing) | |
| 2692 src/text/gftp-text.c (gftp_text_ls) - use | |
| 2693 gftp_gen_ls_string() | |
| 2694 | |
| 431 | 2695 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 129 | 2696 * lib/config_file.c - implemented gftp_set_global_option() |
| 2697 | |
| 2698 * lib/gftp.h lib/misc.c - added gftp_tdata_new() | |
| 2699 | |
| 2700 * src/text/gftp-text.c src/gtk/transfer.c - use gftp_tdata_new() | |
| 2701 | |
| 2702 * src/gtk/bookmarks.c - In run_bookmark(), use gftp_parse_bookmark() | |
| 2703 function. Renamed all instances of gftp_bookmarks to | |
| 2704 gftp_bookmarks_var | |
| 2705 | |
| 2706 * src/gtk/gftp-gtk.[ch] - added global variables viewedit_processes | |
| 2707 and viewedit_processes_done. These used to be declared in | |
| 2708 lib/options.h | |
| 2709 | |
| 2710 * src/gtk/gftp-gtk.h (struct gftp_window_data) - removed sortcol and | |
| 2711 sortasds variables. Added prefix_col_str variable. This will either be | |
| 2712 local or remote | |
| 2713 | |
| 2714 * src/gtk/misc-gtk.c - removed r_gethostbyname() and r_getservbyname() | |
| 2715 | |
| 2716 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(), get_status() and | |
| 2717 parse_attribs(). These are in the lib/ directory now. Also, use | |
| 2718 g_static_mutex_*() functions from glib instead of pthread_mutex_*() | |
| 2719 | |
| 2720 * src/gtk/bookmark.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 2721 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 2722 | |
| 2723 * src/gtk/options_dialog.c - commented out large parts of this file. | |
| 2724 This file is busted at the moment | |
| 2725 | |
| 2726 * src/gtk/*.[ch] - Use new configuration interface in all source | |
| 2727 files. Updated copyright dates on all source files | |
| 2728 | |
| 431 | 2729 2003-4-9 Brian Masney <masneyb@gftp.org> |
| 126 | 2730 * lib/gftp.h lib/config_file.c - reordered config option types. Added |
| 2731 gftp_option_type_textcomboedt type | |
| 2732 | |
| 2733 * lib/options.h lib/rfc959.c - moved gftp_proxy_type to rfc959.c | |
| 2734 | |
| 2735 * lib/rfc959.c - added proxy_type that is | |
| 2736 gftp_option_type_textcomboedt. Consolidated help text into comment. | |
| 2737 In parse_ftp_proxy_string(), improve parsing of proxy config | |
| 2738 | |
| 431 | 2739 2003-4-8 Brian Masney <masneyb@gftp.org> |
| 125 | 2740 * src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and |
| 2741 r_getservbyname() to lib/misc.c. Now uses GMutex functions | |
| 2742 | |
| 2743 * lib/config_file.c lib/gftp.h lib/options.h - added config | |
| 2744 variable type textcombo. default_protocol uses this | |
| 2745 | |
| 2746 * lib/config_file.c (gftp_read_config_file) - when reading in the | |
| 2747 list of supported protocols, add the protocol names to the list | |
| 2748 associated with default_protocol. Also, don't try to have | |
| 2749 default_protocol fall back to FTP. The code that uses this will fall | |
| 2750 back properly | |
| 2751 | |
| 2752 * lib/gftp.h (struct gftp_transfer) - renamed node to user_data | |
| 2753 | |
| 2754 * lib/misc.c lib/gftp.h - moved parse_attribs() from | |
| 2755 src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs() | |
| 2756 | |
| 2757 * lib/protocols.c lib/gftp.h - moved get_status() from | |
| 2758 src/gtk/transfer.c to protocols.c. Renamed to | |
| 2759 gftp_get_transfer_status(). Uses GMutex functions | |
| 2760 | |
| 2761 | |
| 431 | 2762 2003-4-7 Brian Masney <masneyb@gftp.org> |
| 125 | 2763 * src/gtk/bookmarks.c - renamed struct gftp_bookmarks to |
| 2764 gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark() | |
| 2765 | |
| 2766 * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 2767 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 2768 | |
| 2769 * src/gtk/dnd.c src/gtk/menu-items.c - don't use depreciated macros | |
| 2770 to access the request structure | |
| 2771 | |
| 2772 * src/gtk/*.c - use new gftp_lookup_global_option() and | |
| 2773 gftp_lookup_request_option() functions | |
| 2774 | |
| 2775 * src/gtk/gftp-gtk.h src/gtk/gftp-gtk.c - moved viewedit_processes and | |
| 2776 viewedit_process_done variables from lib/gftp.h and lib/options.h | |
| 2777 | |
| 2778 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(). This is now in | |
| 2779 lib/protocols.c. Removed Binary/Ascii conversion. This is all done in | |
| 2780 lib/rfc959.c | |
| 2781 | |
| 431 | 2782 2003-4-6 Brian Masney <masneyb@gftp.org> |
| 124 | 2783 * lib/config_file.c src/text/gftp-text.c - changed arguments of |
| 2784 gftp_read_config_file() and gftp_read_bookmarks() to take an argument | |
| 2785 to the path of the global config directory. The text/gtk+ port will | |
| 2786 just pass SHARE_DIR. The native MacOS X port that is in the works | |
| 2787 needs this (Nathan Robertson is currently working on this port) | |
| 2788 | |
| 2789 * lib/gftp.h lib/config_file.c - removed config variable type | |
| 2790 gftp_option_type_textarray | |
| 2791 | |
| 2792 * lib/gftp.h lib/config_file.c - removed copy_function from | |
| 2793 gftp_option_type_var. This is implemented with memcpy() instead | |
| 2794 | |
| 2795 * lib/rfc959.c - remember to rename all instances of firewall_* to | |
| 2796 ftp_proxy_* | |
| 2797 | |
| 2798 * lib/sshv2.c - improved generating the argument list for the ssh | |
| 2799 client | |
| 2800 | |
| 2801 * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to | |
| 2802 ptym_open() | |
| 2803 | |
| 2804 * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() | |
| 2805 instead of g_malloc()/strcpy() | |
| 2806 | |
| 431 | 2807 2003-4-5 Brian Masney <masneyb@gftp.org> |
| 124 | 2808 * lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c |
| 2809 lib/rfc2068.c lib/ssh.c - added new internal configuration interface. | |
| 2810 Rather than having a global variable for each option, I have a global | |
| 2811 hash table (gftp_global_options_htable) that I can look up option names | |
| 2812 by name using gftp_lookup_global_option(). I also an options hash | |
| 2813 associated with a request structure, so I will be able to call | |
| 2814 gftp_lookup_request_option(). I will be able to override options with | |
| 2815 bookmarks or while transfers are in progress very easily now. Also, all | |
| 2816 options no longer have to appear in config_file.c, the per protocol | |
| 2817 options can appear inside their own file | |
| 2818 | |
| 2819 * lib/gftp.h lib/bookmarks.c lib/local.c lib/rfc959.c lib/rfc2068.c - | |
| 2820 remove set_data_type and protocol name from struct gftp_request | |
| 2821 | |
| 2822 * lib/rfc959.c - renamed all firewall_* variables to ftp_proxy_* in | |
| 2823 the config file | |
| 2824 | |
| 2825 * lib/gftp.h lib/protocols.c lib/rfc959.c - renamed all GFTP_TYPE_* | |
| 2826 vars to GFTP_DIRTYPE_* | |
| 2827 | |
| 2828 * lib/gftp.h - removed ascii field and renamed the node pointer to | |
| 2829 user_data in struct gftp_file. In gftp_request, removed any setting | |
| 2830 that is now stored in the global/local hash tables. Added | |
| 2831 register_module() pointer that will be called whenever the protocol is | |
| 2832 first loaded into gftp | |
| 2833 | |
| 2834 * lib/rfc959.c src/text/gftp-text.c - moved the ascii/binary | |
| 2835 translation to rfc959.c. Also, moved any instance of automatically | |
| 2836 setting the data type to rfc959.c as well. | |
| 2837 | |
| 2838 * lib/misc.c lib/sshv2.c - moved all ssh functions from misc.c to | |
| 2839 sshv2.c. I had these origionally in misc.c because I used to have 2 | |
| 2840 different SSH protocols | |
| 2841 | |
| 2842 * lib/protocols.c src/text/gftp-text.c - added gftp_calc_kbs() to | |
| 2843 = protocols.c. This no longer needs to be in the different ports | |
| 2844 | |
| 2845 * src/text/gftp-text.c - read/write options based on new configuration | |
| 2846 interface | |
| 2847 | |
| 2848 * Use new configuration interface in all source files | |
| 2849 | |
| 2850 * Updated copyright dates on all source files | |
| 2851 | |
| 2852 * Note: GTK+ port is completely broken at the moment. I'll upload | |
| 2853 those changes whenever I get them done | |
| 2854 | |
| 431 | 2855 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com> |
|
121
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
2856 |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
2857 * configure.in: Added "pt" to ALL_LINGUAS. |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
2858 |
| 431 | 2859 2003-03-04 Yuriy Syrota <rasta renome.rovno.ua> |
| 116 | 2860 |
| 2861 * configure.in: Added Ukrainian (uk) to ALL_LINGUAS | |
| 2862 | |
| 431 | 2863 2003-2-25 Brian Masney <masneyb@gftp.org> |
| 115 | 2864 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of |
| 2865 gtk_scrolled_window_add_with_viewport() | |
| 2866 (from Kang Jeong-Hee <Keizi@mail.co.kr>) | |
| 2867 | |
| 431 | 2868 2003-2-23 Brian Masney <masneyb@gftp.org> |
| 114 | 2869 * lib/cache.c - added function gftp_parse_cache_entry(). Save |
| 2870 request->server_type (output of SYST in FTP command) to the directory | |
| 2871 entry | |
| 2872 | |
| 2873 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly | |
| 2874 | |
| 2875 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 | |
| 2876 macro should automatically add this to the LIBS variable | |
| 2877 | |
| 113 | 2878 * acinclude.m4 - put largefile.m4 in here |
| 2879 | |
| 431 | 2880 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> |
| 110 | 2881 * configure.in: Added Catalan (ca) to ALL_LINGUAS |
| 2882 | |
| 431 | 2883 2003-2-17 Brian Masney <masneyb@gftp.org> |
| 107 | 2884 * lib/protocols.c lib/rfc959.c - added VMS directory listing support |
| 2885 | |
| 2886 * lib/config_file.c lib/protocols.c - extra checks when stripping off | |
| 2887 carriage returns and linefeeds | |
| 2888 | |
| 431 | 2889 2003-2-9 Brian Masney <masneyb@gftp.org> |
| 105 | 2890 * lib/protocols.c (parse_time) - parse more time formats. Better |
| 2891 error checking. If there was an error parsing this time, | |
| 2892 skip ahead to the next token | |
| 2893 | |
| 2894 * lib/rfc2068.c - this was completely broken. This was broken whenever | |
| 2895 I did the conversion over to use the gftp_get_line() function. | |
| 2896 | |
| 2897 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy | |
| 2898 | |
| 431 | 2899 2003-2-6 Brian Masney <masneyb@gftp.org> |
| 102 | 2900 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new |
| 2901 parse_time() function that should work across all locales. | |
| 2902 It uses strptime() internally. | |
| 2903 | |
| 2904 * lib/misc.c - remove note from close statement | |
| 2905 | |
| 101 | 2906 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path |
| 2907 option | |
| 2908 | |
| 431 | 2909 2003-02-03 Daniel Yacob <locales@geez.org> |
| 96 | 2910 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS. |
| 2911 | |
| 431 | 2912 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 93 | 2913 * configure.in - fix for Solaris. Move the initial declaration up |
| 2914 in the source file | |
| 2915 | |
| 431 | 2916 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 91 | 2917 * lib/gftp.h - added server type defines. Added server_type field to |
| 2918 gftp_request | |
| 2919 | |
| 2920 * lib/local.c - use S_ISDIR and S_ISLINK macros | |
| 2921 | |
| 2922 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for | |
| 2923 parsing directory listing | |
| 2924 | |
| 2925 * lib/rfc959.c - added function rfc959_syst. Call this on startup | |
| 2926 | |
| 2927 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure | |
| 2928 to gftp_parse_ls | |
| 2929 | |
| 2930 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX | |
| 2931 | |
| 431 | 2932 2003-1-11 Brian Masney <masneyb@gftp.org> |
| 88 | 2933 * autogen.sh - removed --intl and --no-changelog flags to gettextize |
| 2934 | |
| 2935 * aclocal.m4 - updated | |
| 2936 | |
| 2937 * configure.in - and intl and po directories to AC_OUTPUT | |
| 2938 | |
| 2939 * cvsclean - remove more stuff | |
| 2940 | |
| 2941 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark | |
| 2942 function | |
| 2943 | |
| 2944 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use | |
| 2945 request->url_prefix instead | |
| 2946 | |
| 2947 * lib/config_file.c - use proper exit codes. Also complain if the | |
| 2948 default protocol specified in the config file is invalid | |
| 2949 | |
| 2950 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, | |
| 2951 issocket and isfifo in struct gftp_file (not used anymore) | |
| 2952 | |
| 2953 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) | |
| 2954 | |
| 2955 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups | |
| 2956 | |
| 2957 * lib/misc.c (string_hash_function) - check key[i] instead of key[0] | |
| 2958 | |
| 2959 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() | |
| 2960 | |
| 2961 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set | |
| 2962 request->url_prefix to be ftp. Added rfc2068_destroy() to free | |
| 2963 url_prefix whenever the structure is to be freed | |
| 2964 | |
| 86 | 2965 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 2966 * lib/gftp.h - don't include sys/sysmacros.h | |
| 2967 | |
| 2968 * src/gtk/transfer.c - more GFTP_EFATAL checks | |
| 2969 | |
| 84 | 2970 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 2971 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - | |
| 2972 removed old legacy SSH protocol and option to enable this protocol | |
| 2973 | |
| 2974 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes | |
| 2975 | |
| 2976 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c | |
| 2977 lib/sshv2.c - return new error codes instead of -1 or -2 | |
| 2978 | |
| 2979 * lib/misc.c (gftp_*_sort_function_ds) - changed return values | |
| 2980 | |
| 2981 * src/gtk/transfer.c (connect_thread) - if return value of | |
| 2982 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection | |
| 2983 | |
| 81 | 2984 2002-12-11 Brian Masney <masneyb@gftp.org> |
| 2985 * configure.in - fix for enable/disable gtkport, textport and gtk20 | |
| 2986 | |
| 80 | 2987 2002-12-10 Brian Masney <masneyb@gftp.org> |
| 2988 * configure.in - check for grantpt function | |
| 2989 | |
| 2990 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt() | |
| 2991 is on the current system | |
| 2992 | |
| 2993 * lib/gftp.h - include stropts.h if grantpt is here | |
| 2994 | |
| 2995 2002-12-5 Brian Masney <masneyb@gftp.org> | |
| 2996 * Release final 2.0.14 | |
| 2997 | |
| 2998 * lib/Chagelog-old - brief updates since 2.0.13 | |
| 2999 | |
| 77 | 3000 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 3001 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears | |
| 3002 in the banner, don't log into the server | |
| 3003 | |
| 3004 * docs/sample.gftp/gftprc - removed use_default_dl_types line | |
| 3005 | |
| 76 | 3006 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 3007 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no | |
| 3008 protocol specific set_data_type function | |
| 3009 | |
| 3010 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic | |
| 3011 switching fixes | |
| 3012 | |
| 3013 2002-12-3 Brian Masney <masneyb@gftp.org> | |
| 75 | 3014 * lib/config_file.c lib/gftp.h lib/protocols.c - removed |
| 3015 use_default_dl_types option. This is always enabled by default now. | |
| 3016 | |
| 3017 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be | |
| 3018 transferred as ascii | |
| 3019 | |
| 73 | 3020 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 3021 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of | |
| 3022 need_userpass for SSH transfers | |
| 3023 | |
| 3024 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 | |
| 3025 | |
| 3026 * README - minor fixes | |
| 3027 | |
| 3028 * configure.in - increment version to 2.0.14 | |
| 3029 | |
| 3030 * debian/copyright - change my email address and webpage | |
| 3031 | |
| 3032 * debian/rules - 2 small changes | |
| 3033 | |
| 3034 * TODO - added 1 item | |
| 3035 | |
| 72 | 3036 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 3037 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys | |
| 3038 | |
| 67 | 3039 2002-11-27 Brian Masney <masneyb@gftp.org> |
| 3040 * Officially release 2.0.14rc1 | |
| 3041 | |
| 3042 * lib/cache.c - take out a warning message | |
| 3043 | |
| 3044 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - | |
| 3045 add second argument (free_request) to gftp_request_destroy | |
| 3046 | |
| 3047 * lib/protocols.c (gftp_parse_url) - make sure the request structure | |
| 3048 is cleared before we start to modify it | |
| 3049 | |
| 3050 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username | |
| 3051 | |
| 66 | 3052 2002-11-26 Brian Masney <masneyb@gftp.org> |
| 3053 * configure.in - change version to 2.0.14rc1 | |
| 3054 | |
| 3055 * lib/local.c - fix for uploading files. Move setting of hostname | |
| 3056 from local_connect() to local_init() | |
| 3057 | |
| 3058 * lib/misc.c (gftp_request) - copy only select fields over instead of | |
| 3059 whole structure | |
| 3060 | |
| 3061 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 | |
| 3062 | |
| 3063 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config | |
| 3064 to be passed | |
| 3065 | |
| 3066 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we | |
| 3067 are connected via the local protocol | |
| 3068 | |
| 3069 * src/gtk/transfer.c (create_transfer) - check to see if this protocol | |
| 3070 is always connected | |
| 3071 | |
| 65 | 3072 2002-11-25 Brian Masney <masneyb@gftp.org> |
| 3073 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial | |
| 3074 SSH banner is bigger than 200 characters | |
| 3075 | |
| 3076 * lib/local.c (local_connect) - set request->hostname to local | |
| 3077 filesystem | |
| 3078 | |
| 3079 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for | |
| 3080 the directory when parsing a local URL | |
| 3081 | |
| 3082 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be | |
| 3083 selected | |
| 3084 | |
| 3085 * src/gtk/dnd.c - small fixes | |
| 3086 | |
| 64 | 3087 2002-11-23 Brian Masney <masneyb@gftp.org> |
| 3088 * lib/sshv2.c - added more error checking so that the user won't get | |
| 3089 disconnected if they enter files or directories that don't exist | |
| 3090 | |
| 3091 2002-11-23 Brian Masney <masneyb@gftp.org> | |
| 63 | 3092 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c |
| 3093 lib/gftp.h - added swap_socks function to gftp_request structure | |
| 3094 | |
| 3095 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to | |
| 3096 protocols.c (renamed to gftp_swap_socks) | |
| 3097 | |
| 3098 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() | |
| 3099 | |
| 3100 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of | |
| 3101 swap_socks() to gftp_swap_socks() | |
| 3102 | |
| 3103 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started | |
| 3104 variable | |
| 3105 | |
| 62 | 3106 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 3107 * lib/local.c (local_put_file) - small fix | |
| 3108 | |
| 61 | 3109 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 3110 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login | |
| 3111 sequence for SSH connections | |
| 3112 | |
| 3113 lib/sshv2.c - SSH transfers now works again | |
| 3114 | |
| 60 | 3115 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 3116 * lib/protocols.c (gftp_get_next_line) - fixed several bugs | |
| 3117 | |
| 3118 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In | |
| 3119 gftp_find_cache_entry(), don't log an error to the user if we can't | |
| 3120 open up the cache file | |
| 3121 | |
| 3122 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes | |
| 3123 | |
| 3124 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size | |
| 3125 instead of buffer size - 1 to gftp_get_line | |
| 3126 | |
| 59 | 3127 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 3128 * lib/config_file.c - don't check buf[-1] for blank newlines in | |
| 3129 gftp_read_config_file() and gftp_read_bookmarks_file() | |
| 3130 | |
| 3131 * lib/misc.c (string_hash_function) - Fixes if the string was less | |
| 3132 than 2 characters | |
| 3133 | |
| 3134 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX | |
| 3135 compliance) | |
| 3136 | |
| 3137 All 3 of these fixes are from Peter Osterlund <petero2@telia.com> | |
| 3138 | |
| 58 | 3139 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 3140 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), | |
| 3141 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. | |
| 3142 Added struct_gftp_getline_buffer for gftp_get_line function() | |
| 3143 | |
| 3144 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c | |
| 3145 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns | |
| 3146 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t | |
| 3147 instead of size_t. Added *_set_config_options function to gftp_request | |
| 3148 structure and protocol files. Use the new network functions | |
| 3149 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD | |
| 3150 sockets so that I can use timeouts properly with select | |
| 3151 | |
| 3152 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), | |
| 3153 gftp_read() and gftp_write() functions | |
| 3154 | |
| 3155 * lib/protocols.c - move some protocol specific code to the protocol | |
| 3156 specific files | |
| 3157 | |
| 3158 * lib/local.c - log succesful messages to gftp_logging_misc instead | |
| 3159 of gftp_logging_error | |
| 3160 | |
| 3161 * lib/cache.c - log some more error conditions to the user | |
| 3162 | |
| 3163 * lib/rfc959.c - added rfc959_getcwd(). In, | |
| 3164 rfc959_accept_active_connection(), set set socket to blocking mode | |
| 3165 before calling accept() | |
| 3166 | |
| 3167 * src/text/gftk-text.c - If we get no files in gftp_text_ls(), | |
| 3168 return instead of segfaulting | |
| 3169 | |
| 3170 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 | |
| 3171 pixels wide | |
| 3172 | |
| 3173 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c | |
| 3174 src/gtk/view_dialog.c - changes for conversion of request->{sock,data} | |
| 3175 from ANSI C IO (FILE *) to standard BSD sockets | |
| 3176 | |
| 57 | 3177 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 3178 * configure.in - compile GTK+ 2.0 port by default | |
| 3179 | |
| 56 | 3180 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 3181 * src/gtk/dnd.c - fixes to DnD code | |
| 3182 | |
| 3183 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
| 3184 | |
| 3185 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
| 3186 we're in a child thread, instead compare the value of pthread_self() | |
| 3187 with main_thread_id | |
| 3188 | |
| 3189 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
| 3190 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 3191 don't set user_data to 0x1 if we're in a child thread | |
| 3192 | |
| 3193 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
| 3194 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
| 3195 | |
| 3196 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
| 3197 port for the ssh service | |
| 3198 | |
| 3199 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
| 3200 the default port for that protocol there | |
| 3201 | |
| 3202 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
| 3203 Be able to update the directory download progress in window1 now | |
| 3204 | |
| 3205 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
| 3206 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
| 3207 needed | |
| 3208 | |
| 54 | 3209 2002-11-11 Andras Timar <timar@gnome.hu> |
| 3210 * configure.in: added 'hu' to ALL_LINGUAS | |
| 3211 | |
| 51 | 3212 2002-11-6 Brian Masney <masneyb@gftp.org> |
| 3213 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
| 3214 listbox to grab the double click event | |
| 3215 | |
| 50 | 3216 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 3217 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
| 3218 the function add_file_transfer() | |
| 3219 | |
| 3220 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
| 3221 | |
| 3222 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
| 3223 click stuff not working properly | |
| 3224 | |
| 49 | 3225 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 3226 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
| 3227 | |
| 3228 2002-11-5 Brian Masney <masneyb@gftp.org> | |
| 3229 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
| 3230 functions from the top of the file. I had to rearrange the order of a | |
| 3231 bunch of functions to avoid compiler warnings | |
| 3232 | |
| 3233 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
| 3234 defined, give a compiler warning and define our own | |
| 3235 | |
| 3236 * lib/local.c (local_get_next_file) - if this file is a device, store | |
| 3237 the major/minor number in the file size | |
| 3238 | |
| 3239 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
| 3240 use the major() and minor() macros to display the major and minor number | |
| 3241 | |
| 47 | 3242 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 3243 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
| 3244 gftp_delete_cache_entry | |
| 3245 | |
| 3246 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
| 3247 remote site, clear all cache entries for that site | |
| 3248 | |
| 3249 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
| 3250 pass a 0 as second argument to gftp_delete_cache_entry | |
| 3251 | |
| 46 | 3252 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 3253 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
| 3254 If g_locale_to_utf8 fails, print out a warning to the user on the | |
| 3255 console | |
| 3256 | |
| 45 | 3257 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 3258 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
| 3259 version. May cause problems later on. | |
| 3260 | |
| 3261 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
| 3262 functions for user data when using glib 2.0 | |
| 3263 | |
| 44 | 3264 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 3265 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
| 3266 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
| 3267 gtk_window_add_accel_group for both GTK+ ports | |
| 3268 (from Nam SungHyun <namsh@kldp.org>) | |
| 3269 | |
| 43 | 3270 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 3271 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
| 3272 | |
| 3273 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
| 3274 and SIGINT is received, terminate the program | |
| 3275 | |
| 42 | 3276 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 3277 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 3278 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 3279 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 3280 improved and simplified signal handling code | |
| 3281 | |
| 41 | 3282 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 3283 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 3284 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 3285 g_get_tmp_dir () | |
| 3286 | |
| 3287 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 3288 | |
| 3289 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 3290 lib/sshv2.c - check for interrupted signal calls | |
| 3291 | |
| 3292 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 3293 | |
| 3294 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 3295 g_main_context_iteration in GTK+ 2.0 port | |
| 3296 | |
| 3297 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 3298 in GTK+ 2.0 port | |
| 3299 | |
| 40 | 3300 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 3301 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 3302 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 3303 try to abort the transfer. | |
| 3304 | |
| 3305 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 3306 | |
| 3307 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 3308 rfc2068_end_transfer and local_end_transfer respectively | |
| 3309 | |
| 3310 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 3311 | |
| 3312 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 3313 first. If that fails, disconnect from the site completely | |
| 3314 | |
| 39 | 3315 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 3316 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 3317 | |
| 3318 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 3319 entry is NULL | |
| 3320 | |
| 3321 * lib/protocols.c (copy_token) - when setting the end position of | |
| 3322 the token to \0, after we're done set it back to the origional position | |
| 3323 | |
| 3324 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 3325 to just list | |
| 3326 | |
| 37 | 3327 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 3328 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 3329 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 3330 and GFTP_PORTS_ALL flags | |
| 3331 | |
| 3332 * lib/config_file.c - update to use new fields. | |
| 3333 | |
| 3334 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 3335 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 3336 | |
| 3337 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 3338 was given on the command line, don't connect to it until the local side | |
| 3339 has been setup | |
| 3340 | |
| 3341 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 3342 set | |
| 3343 | |
| 3344 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 3345 clear cache. Sort the filelist based on the configuration options. | |
| 3346 | |
| 3347 * configure.in - update to version 2.0.14 | |
| 3348 | |
| 3349 * cvsclean - clean up the Makefile.am file better | |
| 3350 | |
| 36 | 3351 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 3352 * lib/local.c - fixed file uploads | |
| 3353 | |
| 3354 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 3355 you didn't have permission to | |
| 3356 | |
| 3357 * src/gtk/transfer.c - display fixes for hostname | |
| 3358 | |
| 3359 * autogen.sh - pass -c to automake | |
| 3360 | |
| 34 | 3361 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 3362 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 3363 from Debian. This can be used as a menu icon. | |
| 3364 | |
| 33 | 3365 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 3366 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 3367 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 3368 | |
| 3369 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 3370 | |
| 3371 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 3372 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 3373 will automagically add these for me. | |
| 3374 | |
| 3375 * autogen.sh - remove check for libtool | |
| 3376 | |
| 3377 * configure.in - link in gthread | |
| 3378 | |
| 3379 * cvsclean - added this script | |
| 3380 | |
| 755 | 3381 * *.[ch] - added $Id: ChangeLog,v 1.431 2006/06/23 01:31:04 masneyb Exp $ tags |
| 33 | 3382 |
| 3383 * debian/* - updated files from Debian maintainer | |
| 3384 | |
| 32 | 3385 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 3386 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 3387 | |
| 3388 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 3389 call gdk_threads_enter() and gdk_threads_leave() | |
| 3390 | |
| 28 | 3391 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 3392 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 3393 | |
| 27 | 3394 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 3395 * intl/ - remove this directory | |
| 3396 | |
| 26 | 3397 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 3398 * Makefile.am (SUBDIRS): Add intl, | |
| 3399 (ACLOCAL_AMFLAGS): New variable. | |
| 3400 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 3401 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 3402 | |
| 25 | 3403 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 3404 * lib/config_file.c - separated saving of bookmarks from |
| 3405 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 3406 no longer be rewritten to disk every time gFTP exits | |
| 3407 | |
| 3408 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 3409 gftp_write_config_file() when altering a bookmark | |
| 3410 | |
| 3411 * configure.in - Fixed problem with the text port being compiled | |
| 3412 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 3413 instead | |
| 3414 | |
| 3415 * autogen.sh - add this build script | |
| 3416 | |
| 3417 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 3418 * Remove intl/ directory from CVS |
| 3419 | |
| 23 | 3420 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 3421 * Updated French translation (from Damien Mascr? | |
| 3422 <damienmascre@free.fr>) | |
| 3423 | |
| 3424 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 3425 <inagaki@ryo1.net>) | |
| 3426 | |
| 3427 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 3428 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 3429 changes two times in the bookmark editor. Also, fixed several memory |
| 3430 leaks | |
| 23 | 3431 |
| 22 | 3432 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 3433 * po/de.po - Updated German translation (from Matthias Haase | |
| 3434 <matthias_haase@bennewitz.com>) | |
| 3435 | |
| 3436 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 3437 <LAV@VL3143.spb.edu>) | |
| 3438 | |
| 21 | 3439 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 3440 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 3441 Fixed compile errors when compiling against GTK+ 1.2 | |
| 3442 | |
| 3443 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 3444 with GTK+ 1.2 | |
| 3445 | |
| 19 | 3446 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 3447 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 3448 numdirs from unsigned long to long. This must be a signed field. This | |
| 3449 is a bug I introduced a few days ago. | |
| 3450 | |
| 3451 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 3452 fdopen. This is also a bug I introduced a few days ago. | |
| 3453 | |
| 3454 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 3455 difftime isn't a negative number when computing the KB/s | |
| 3456 | |
| 3457 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 3458 GTK_OBJECT for the str variable | |
| 3459 | |
| 3460 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 3461 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 3462 | |
| 3463 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 3464 | |
| 3465 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 3466 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 3467 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 3468 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 3469 | |
| 3470 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 3471 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 3472 dialog buttons. | |
| 3473 | |
| 3474 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
3475 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
3476 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
3477 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3478 2002-09-08 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3479 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 3480 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3481 * src/gtk/gftp-gtk.c (sortrows) - call gftp_sort_filelist now |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3482 to do the sorting |
| 1 | 3483 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3484 * config.sub, install-sh, missing, mkinstalldirs - new versions from |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3485 automake 1.4 |
| 1 | 3486 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3487 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 3488 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3489 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 3490 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 3491 <tobias@portfolio16.de>) | |
| 1 | 3492 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3493 2002-09-03 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3494 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 3495 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 3496 like it when you read/write to the same FILE structure) | |
| 1 | 3497 |
| 19 | 3498 * lib/local.c - encode major/minor numbers for a device in the file |
| 3499 size. This is probably still busted for other platforms | |
| 1 | 3500 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3501 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 3502 checking on the fdopen() calls. Also make sure that all of them have a |
| 3503 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 3504 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3505 * src/gtk/menu-items.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c - added |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3506 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 3507 |
| 19 | 3508 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 3509 should already be in the po files translated | |
| 1 | 3510 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3511 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3512 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 3513 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3514 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3515 * src/gtk/gftp-gtk.c - Use stockitem for menu items in gtk+ 2.0. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3516 Use _gtk_accel_group_attach for gtk 2.0 (removes FIXME). Only call |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3517 bind_textdomain_codeset if we're in gtk 2.0 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3518 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 3519 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3520 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3521 * po/ko.po - language team change |
| 1 | 3522 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3523 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3524 * po/ko.po - Updated Korean translation |
| 1 | 3525 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3526 2002-08-29 Yanko Kaneti <yaneti@declera.com> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3527 * po/bg.po - Updated Bulgarian translation |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3528 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3529 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3530 * configure.in - small build fixes |
| 1 | 3531 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3532 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3533 * lib/rfc959.c - put anonymous ftp checks in here instead of scattered |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3534 elsewhere |
| 1 | 3535 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3536 * src/gtk/gftp-gtk.c - call bind_textdomain_codeset in gtk+ port. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3537 Removed anonymous FTP stuff |
| 1 | 3538 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3539 * lib/local.c - open files with O_LARGEFILE if _LARGEFILE_SOURCE |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3540 is defined |
| 1 | 3541 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3542 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 3543 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3544 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 3545 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3546 * src/gtk/misc-gtk.c - translation fixes for menus |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3547 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 3548 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3549 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 3550 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 3551 zh_TW | |
| 1 | 3552 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3553 2002-08-23 Abel Cheung <maddog@linux.org.hk> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3554 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 3555 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3556 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 3557 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3558 * zh_TW.Big5.gmo - Removed. |
| 1 | 3559 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3560 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 3561 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3562 2002-08-23 <baddog@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3563 * po/.cvsignore - Shhhhhh |
| 1 | 3564 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3565 2002-08-14 <cneumair@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3566 * po/de.po - Fixed German translation (charset, header) |
| 1 | 3567 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3568 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 3569 * lib/protocols.c - When we connect to a remote server, don't change |
| 3570 the hostname to the PTR record of the hostname | |
| 1 | 3571 |
| 19 | 3572 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 3573 file, and you started another transfer, and if you hit cancel at the | |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3574 Overwrite/Resume/Skip dialog |
| 1 | 3575 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3576 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 3577 |
| 19 | 3578 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 3579 <gvranjes@softhome.net>) | |
| 1 | 3580 |
| 19 | 3581 * po/nl.po - Dutch updates (from Myckel Habets |
| 3582 <myckelhabets@netscape.net>) | |
| 1 | 3583 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3584 2002-07-19 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
3585 * gFTP 2.0.13 released |
| 1 | 3586 |
