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