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