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