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