Mercurial > gftp.yaz
annotate ChangeLog @ 227:a85a097bbb02
2003-7-20 Brian Masney <masneyb@gftp.org>
* lib/config_file.c lib/gftp.h - added compare_function to
gftp_config_vars structure. (gftp_set_global_option) use the compare
function to see if the value was actually changed, and if so set the
gftp_configuration_changed variable
* lib/misc.c lib/gftp.h - For glib 1.2, added my version of
g_build_path() since it's not there
* lib/misc.c - GLIB/GTK+ 1.2 fixes
* lib/protocols.c (gftp_fd_open) - cleaned up some
* lib/rfc959.c (rfc959_init) - if the email address is blank, get the
users address here instead of in register_module. It was being blanked
out when the config file was being read
* lib/options.h lib/rfc2068.c lib/rfc959.c lib/sshv2.c - mark the
config variables that can show up in the bookmarks editor
* src/text/gftp-text.c src/gtk/options_dialog.c - use
gftp_set_global_option() to set the new configuration values
* src/gtk/bookmarks.c - fixed crash in bookmarks dialog. Added notebook
widget to the dialog as well. The options that can be edited for this
site will show up in other tabs
* src/gtk/gftp-gtk.c - fixes to the calls to gftp_set_global_option()
* src/gtk/options_dialog.c - added gftp_gtk_setup_bookmark_options()
to display all the editable options for this bookmark
| author | masneyb |
|---|---|
| date | Mon, 21 Jul 2003 00:26:43 +0000 |
| parents | 007145d7d975 |
| children | 35ae2e80962e |
| rev | line source |
|---|---|
| 227 | 1 2003-7-20 Brian Masney <masneyb@gftp.org> |
| 2 * lib/config_file.c lib/gftp.h - added compare_function to | |
| 3 gftp_config_vars structure. (gftp_set_global_option) use the compare | |
| 4 function to see if the value was actually changed, and if so set the | |
| 5 gftp_configuration_changed variable | |
| 6 | |
| 7 * lib/misc.c lib/gftp.h - For glib 1.2, added my version of | |
| 8 g_build_path() since it's not there | |
| 9 | |
| 10 * lib/misc.c - GLIB/GTK+ 1.2 fixes | |
| 11 | |
| 12 * lib/protocols.c (gftp_fd_open) - cleaned up some | |
| 13 | |
| 14 * lib/rfc959.c (rfc959_init) - if the email address is blank, get the | |
| 15 users address here instead of in register_module. It was being blanked | |
| 16 out when the config file was being read | |
| 17 | |
| 18 * lib/options.h lib/rfc2068.c lib/rfc959.c lib/sshv2.c - mark the | |
| 19 config variables that can show up in the bookmarks editor | |
| 20 | |
| 21 * src/text/gftp-text.c src/gtk/options_dialog.c - use | |
| 22 gftp_set_global_option() to set the new configuration values | |
| 23 | |
| 24 * src/gtk/bookmarks.c - fixed crash in bookmarks dialog. Added notebook | |
| 25 widget to the dialog as well. The options that can be edited for this | |
| 26 site will show up in other tabs | |
| 27 | |
| 28 * src/gtk/gftp-gtk.c - fixes to the calls to gftp_set_global_option() | |
| 29 | |
| 30 * src/gtk/options_dialog.c - added gftp_gtk_setup_bookmark_options() | |
| 31 to display all the editable options for this bookmark | |
| 32 | |
| 222 | 33 2003-7-11 Brian Masney <masneyb@gftp.org> |
| 34 * lib/protocols.c (gftp_calc_kbs) - only call gettimeofday() at the | |
| 35 end only if we are throttling this connection | |
| 36 | |
| 37 * lib/cache.c lib/options.h docs/sample.gftp/gftprc - added cache_ttl | |
| 38 option to determine the amount of time that cache entries will stay | |
| 39 around | |
| 40 | |
| 41 * docs/gftp.xml docs/legal.xml docs/figures/* - documentation from | |
| 42 Alexander Kirillov <kirillov@math.sunysb.edu> | |
| 43 | |
| 44 * docs/website - files for generating my main website. They aren't | |
| 45 pretty, but hey it works. I'm mainly putting these in CVS just for | |
| 46 backup purposes. | |
| 47 | |
| 220 | 48 2003-7-10 Brian Masney <masneyb@gftp.org> |
| 49 * lib/misc.c (insert_commas) - improved calculating # of digits | |
| 50 in number. (Not sure if this worked properly for long long's, aka | |
| 51 off_t when _LARGEFILE_SOURCE is defined) | |
| 52 | |
| 53 * src/gtk/transfer.c (update_file_status) - changed type of remaining | |
| 54 field to be off_t. (hopefully fixes >2.1GB problem) | |
| 55 | |
| 56 * lib/protocols.c (gftp_calc_kbs) - improved throttling module. | |
| 57 | |
| 219 | 58 2003-7-9 Brian Masney <masneyb@gftp.org> |
| 59 * lib/sshv2.c - if we are logging in to the server, and the message | |
| 60 size is too big from the server, assume that an error message follows | |
| 61 and log the ASCII text to the log window | |
| 62 | |
| 63 * src/gtk/options_dialog.c - make sure the value is set properly for | |
| 64 the textcomboedt option types (the FTP proxy server type uses this) | |
| 65 | |
| 66 * lib/rfc2068.c - HTTP proxy bug fixes. Also, moved rfc2068_connect() | |
| 67 call to rfc2068_send_command() and removed it from the now unneeded | |
| 68 places. Also, fix in call to HEAD command | |
| 69 | |
| 70 * src/text/gftp-text.c - fixed NULL pointer deference in changing | |
| 71 directory | |
| 72 | |
| 73 * docs/sample.gftp/gftprc - enable require SSH user/pass by default | |
| 74 | |
| 218 | 75 2003-7-9 Brian Masney <masneyb@gftp.org> |
| 76 * lib/config_file.c (gftp_write_config_file) - fix for writing out | |
| 77 list items to the config file. | |
| 78 | |
| 79 * lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and | |
| 80 gftp_copy_proxy_hosts() | |
| 81 | |
| 82 * lib/protocols.c (gftp_connect_server) - look up dont_use_proxy | |
| 83 instead of ext | |
| 84 | |
| 85 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - | |
| 86 when calling g_build_path(), set the directory separator to / instead | |
| 87 of G_DIR_SEPARATOR_S | |
| 88 | |
| 89 * src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash | |
| 90 | |
| 91 * src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data | |
| 92 structure | |
| 93 | |
| 94 * src/gtk/options_dialog.c - show proxy hosts in options dialog | |
| 95 | |
| 96 * docs/sample.gftp/gftprc - new default config file | |
| 97 | |
| 215 | 98 2003-7-7 Brian Masney <masneyb@gftp.org> |
| 99 * configure.in src/gtk/Makefile.am src/text/Makefile.am - if the | |
| 100 OpenSSL libraries are available on the system, link them in and | |
| 101 define USE_SSL. The generic SSL engine and the HTTPS protocol checks | |
| 102 for this | |
| 103 | |
| 104 * lib/protocols.c (gftp_get_line) - small fix | |
| 105 | |
| 106 * lib/rfc2068.c - fixed several bugs in the handling of chunked | |
| 107 messages that are spread across multiple packets (the HTTPS protocol | |
| 108 unconvered all of these) | |
| 109 | |
| 110 * lib/sslcommon.c - several fixes and cleanups | |
| 111 | |
| 213 | 112 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 113 * lib/configure.in - check for getdtablesize() | |
| 114 | |
| 115 * TODO - updated | |
| 116 | |
| 211 | 117 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 118 * lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - | |
| 119 instead of using g_strconcat to build the directory paths, use | |
| 120 g_build_path. Fixes a bug when you was connected to a remote host, | |
| 121 and you was in /, the path would show up as // | |
| 122 (from Krzysztof Foltman <kfoltman@onet.pl>, slightly changed by me) | |
| 123 | |
| 210 | 124 2003-7-6 Brian Masney <masneyb@gftp.org> |
| 125 * lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and | |
| 126 gftp_exec_without_new_pty() | |
| 127 | |
| 128 * lib/sshv2.c - use the 2 new functions above | |
| 129 | |
| 130 * lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open() | |
| 131 and _gftp_ptys_open() | |
| 132 | |
| 133 * lib/sslcommon.c - don't do thread setup if we are compiling against | |
| 134 glib 1.2. I do not want to link against the pthread library because | |
| 135 that would make the text port dependant on pthreads being installed on | |
| 136 the box | |
| 137 | |
| 209 | 138 2003-7-5 Brian Masney <masneyb@gftp.org> |
| 139 * lib/protocols.c (gftp_get_line) - fixed bug where the read function | |
| 140 was being called one extra time after the end of file was reached | |
| 207 | 141 |
| 209 | 142 * lib/rfc2068.c - fixes for chunked file transfers. All known issues with the |
| 143 HTTP protocol should be (hopefully) fixed now | |
| 144 | |
| 145 * lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable | |
| 207 | 146 |
| 147 2003-7-1 Brian Masney <masneyb@gftp.org> | |
| 148 * lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid | |
| 149 character, it should have been /) (thanks to Holger Kiehl | |
| 150 <Holger.Kiehl@dwd.de> for pointing this out) | |
| 151 | |
| 152 * lib/config_file.c lib/gftp.h - added copy function for options | |
| 153 variables. The functions gftp_config_file_copy_text(), | |
| 154 gftp_config_file_copy_ptr_contents() and gftp_config_file_copy_color() | |
| 155 were added | |
| 156 | |
| 157 * lib/protocols.c - make sure the remote_charsets string is restored | |
| 158 properly after it is used | |
| 159 | |
| 160 * src/gtk/bookmarks.c - remove memory leak comments, these are fixed | |
| 161 now | |
| 162 | |
| 163 * src/gtk/transfer.c - removed start_file_transfers variable | |
| 164 | |
| 165 * src/gtk/misc-gtk.c src/gtk/gftp-gtk.h lib/misc.c lib/gftp.h - moved | |
| 166 get_next_selection() to lib | |
| 167 | |
| 168 * acinclude.h (AC_TYPE_SOCKLEN_T) - AC_DEFINE fix (from | |
| 169 Nathan Robertson <nathanr@nathanr.net>) | |
| 170 | |
| 204 | 171 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 172 * lib/misc.c (expand_path) - small improvements | |
| 173 | |
| 174 * lib/rfc2068.c src/text/gftp-gtk.c - fixes for path handling, namely | |
| 175 when changing directories to the parent (..) | |
| 176 | |
| 203 | 177 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 178 * lib/misc.c - fix warning if DMALLOC is disabled | |
| 179 | |
| 180 * src/text/gftp-text.c - don't attempt to expand the local directory | |
| 181 | |
| 182 * TODO - updated | |
| 183 | |
| 202 | 184 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 185 * acinclude.m4 - added AC_TYPE_SOCKLEN_T. Thanks to | |
| 186 Nathan Robertson <nathanr@nathanr.net> for pointing this out | |
| 187 | |
| 188 * configure.in - call AC_TYPE_SOCKLEN_T. Updates to AC_OUTPUT | |
| 189 | |
| 190 * lib/gftp.h - remove check for HAVE_SOCKLEN_T | |
| 191 | |
| 192 * Makefile.am - formatting fixes | |
| 193 | |
| 201 | 194 2003-6-25 Brian Masney <masneyb@gftp.org> |
| 195 * configure.in - added mk to ALL_LINGUAS | |
| 196 | |
| 197 * lib/gftp.h - added several macros for dmalloc | |
| 198 | |
| 199 * lib/misc.c src/text/gftp-text.c src/gtk/gftp-gtk.c - added | |
| 200 gftp_shutdown() to misc.c. This will write out the configuration | |
| 201 file, clear the cache, and if dmalloc is enabled, free the memory | |
| 202 that was allocated on startup | |
| 203 | |
| 204 * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added | |
| 205 gftp_configuration_changed parameter | |
| 206 | |
| 207 * lib/config_file.c lib/misc.c lib/protocols.c - added | |
| 208 gftp_config_free_options() | |
| 209 | |
| 210 * lib/config_file.c src/gtk/bookmarks.c - added gftp_bookmarks() which | |
| 211 is derived mostly from bm_close_dialog() | |
| 212 | |
| 213 * lib/rfc959.c - added rfc959_request_destroy(). Free the getline | |
| 214 buffers in this function | |
| 215 | |
| 216 * src/gtk/misc-gtk.c (gftp_item_factory_translate) - remove double | |
| 217 g_strdup() call | |
| 218 | |
| 219 * lib/config_file.c lib/gftp.h src/gtk/misc-gtk.c - moved | |
| 220 get_xpm_path() to GTK+ port. No longer call it startup when reading | |
| 221 the config file | |
| 222 | |
| 199 | 223 2003-6-24 Brian Masney <masneyb@gftp.org> |
| 224 * lib/config_file.c lib/gftp.h lib/protocols.c - added backend for | |
| 225 overriding options on a per bookmark basis. Also added | |
| 226 gftp_copy_local_options() to config_file.c | |
| 227 | |
| 228 * lib/gftp.h lib/misc.c src/gtk/bookmarks.c - added | |
| 229 gftp_free_bookmark() to misc.c. It was taken from the function | |
| 230 free_bookmark_entry_items() in bookmarks.c | |
| 231 | |
| 232 * lib/sslcommon.c - formatting fixes. Added thread functions (mostly | |
| 233 from the OReilly SSL book) | |
| 234 | |
| 198 | 235 2003-6-22 Brian Masney <masneyb@gftp.org> |
| 236 * lib/config_file.c lib/gftp.h - renamed parse_args to | |
| 237 gftp_config_parse_args() and removed the static declaration | |
| 238 | |
| 239 * lib/protocols.c (gftp_request_destroy) - fixed memory problem with | |
| 240 the new local configuration interface | |
| 241 | |
| 242 * src/gtk/gftp-gtk.c - added gftp_gtk_config_(read|write)_color(). | |
| 243 I am overriding the read and write functions for | |
| 244 gftp_option_type_color to be these functions. This is so that I can | |
| 245 use a GdkColor structure instead of a gftp_color structure | |
| 246 | |
| 247 * src/gtk/misc-gtk.c - when destroying the dialogs, set the pointers | |
| 248 to NULL before we call the callback functions. This is to make sure | |
| 249 that they aren't being used in the callbacks | |
| 250 | |
| 251 * TODO - updated | |
| 252 | |
| 195 | 253 2003-6-19 Brian Masney <masneyb@gftp.org> |
| 254 * autogen.sh - updated to hopefully make it more portable across | |
| 255 various systems | |
| 256 | |
| 257 * lib/rfc959.c - change variable type of data_addr_len from size_t | |
| 258 to socklen_t (fixed warnings on 64 bit machines) | |
| 259 | |
| 260 * src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c src/gtk/menu-items.c | |
| 261 src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/options_dialog.c | |
| 262 src/gtk/rename_dialog.c src/gtk/transfer.c - rather than casting | |
| 263 from integer to pointer and vice versa, use GINT_TO_POINTER and | |
| 264 GPOINTER_TO_INT. These macros do the exact same thing and I'm | |
| 265 still getting compiler warnings on Debian Sparc64 with -m64, but at | |
| 266 least I'll be able to fix the define in glib and then these warnings | |
| 267 will be fixed then | |
| 268 | |
| 191 | 269 2003-6-18 Brian Masney <masneyb@gftp.org> |
| 270 * lib/protocols.c - send right parameters to the logging function | |
| 271 (from Nam SungHyun <namsh@kldp.org>) | |
| 272 | |
| 190 | 273 2003-6-17 Brian Masney <masneyb@gftp.org> |
| 274 * src/gtk/misc-gtk.c (ftp_log) - remote charset fixes for when the log | |
| 275 message is generated inside a child thread | |
| 276 | |
| 277 * lib/cache.c - don't complain about not being able to open index.db | |
| 278 | |
| 184 | 279 2003-6-16 Brian Masney <masneyb@gftp.org> |
| 188 | 280 * lib/protocols.c (gftp_string_to_utf8) - return if request is NULL |
| 281 | |
| 187 | 282 * lib/protocols.c - run g_iconv_close() in gftp_disconnect() instead |
| 283 of gftp_end_transfer() | |
| 284 | |
| 186 | 285 * lib/gftp.h src/text/gftp-text.c src/gtk/misc-gtk.c - changed 2nd |
| 286 parameter of logging function to be a request structure, instead of | |
| 287 request->user_data. In the logging functions, if the string isn't in | |
| 288 UTF-8, convert it with gftp_string_to_utf8() | |
| 289 | |
| 290 * lib/bookmark.c lib/cache.c lib/gftp.h lib/https.c lib/local.c | |
| 291 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c | |
| 292 src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.h | |
| 293 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c | |
| 294 src/gtk/rename_dialog.c src/gtk/transfer.c src/text/gftp-text.c | |
| 295 src/gtk/gftp-gtk.h src/text/gftp-text.h - pass request structure | |
| 296 to logging function instead of request->user_data | |
| 297 | |
| 185 | 298 * lib/protocols.c (_gftp_get_next_charset) - set the separator for |
| 299 remote charsets to be a comma | |
| 300 | |
| 301 * lib/options.h - updated description of remote charsets | |
| 302 | |
| 184 | 303 * lib/gftp.h lib/misc.c lib/options.h lib/protocols.c |
| 304 src/gtk/misc-gtk.c - added remote_charsets option. Whenever a file is | |
| 305 read in that is not in UTF-8, it will first attempt to convert it from | |
| 306 the local charset, and if that fails, it will try each of the locales | |
| 307 in this list. I have no idea if this even works, so if someone can test | |
| 308 this, please let me know. | |
| 309 | |
| 182 | 310 2003-6-15 Brian Masney <masneyb@gftp.org> |
| 311 * lib/cache.c lib/gftp.h - added gftp_generate_cache_description(). | |
| 312 | |
| 313 * lib/cache.c lib/gftp.h src/text/gftp-text.c src/gtk/delete-dialog.c | |
| 314 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir-dialog.c - Added | |
| 315 description parameter to gftp_delete_cache_entry(). | |
| 316 | |
| 317 * lib/protocols.c lib/gftp.h - added gftp_fd_open(). It will call | |
| 318 open() and then set the socket option close on exec | |
| 319 | |
| 320 * lib/cache.c lib/local.c lib/misc.c - use gftp_fd_open() instead of | |
| 321 open() | |
| 322 | |
| 323 * lib/rfc959.c lib/protocols.c - on newly created sockets, make sure | |
| 324 the close on exec socket option is set | |
| 325 | |
| 326 * lib/options.h src/text/gftp-text.c src/gtk/transfer.c - added | |
| 327 preserve_permissions option | |
| 328 | |
| 329 * lib/protocols.c (gftp_parse_url) - allow an @ to be in the username | |
| 330 | |
| 331 * src/text/gftp-text.c - after transfering a file, honor | |
| 332 preserve_permissions if it is set | |
| 333 | |
| 334 * src/gtk/delete-dialog.c - improvments to clearing the expired cache | |
| 335 entries | |
| 336 | |
| 179 | 337 2003-6-14 Brian Masney <masneyb@gftp.org> |
| 338 * lib/cache.c (gftp_delete_cache_entry) - fix for restoring newlines | |
| 339 | |
| 340 * lib/gftp.h lib/protocols.c - added EOF flag for gftp_get_line() | |
| 341 | |
| 342 * lib/gftp.h lib/pty.c - added get_pty_impl() function for each PTY | |
| 343 type | |
| 344 | |
| 345 * src/text/gftp-text.c - after removing files, clear the cache for | |
| 346 that directory | |
| 347 | |
| 178 | 348 2003-6-11 Brian Masney <masneyb@gftp.org> |
| 349 * lib/configure.in lib/gftp.h - portability fix for openpty(). (from | |
| 350 Nathan Robertson <nathanr@nathanr.net>, which he took from | |
| 351 http://mail.python.org/pipermail/patches/2000-June/000953.html) | |
| 352 | |
| 353 * lib/pty.h - found out about #elif preprocessor macro ;) | |
| 354 | |
| 177 | 355 2003-6-9 Brian Masney <masneyb@gftp.org> |
| 356 * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c | |
| 357 lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() | |
| 358 be an integer | |
| 359 | |
| 360 * lib/rfc2068.c lib/rfc959.c - return the error code of | |
| 361 gftp_connect_server() if there was a connection problem | |
| 362 | |
| 363 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 364 * lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an | |
| 365 error, make sure the exact error code is returned | |
| 366 | |
| 175 | 367 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 368 * lib/sslcommon.c - added entropy_len option. Added | |
| 369 gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the | |
| 370 request structure, and error messages can be logged properly. Changed | |
| 371 the verify depth from 4 to 9 | |
| 372 | |
| 174 | 373 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 374 * lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This | |
| 375 function registers the configuration variables for the SSL engine. | |
| 376 Right now, the only variable is the entropy source | |
| 377 | |
| 378 * lib/https.c (https_register_module) - call ssl_register_module(). | |
| 379 Multiple protocols will be able to call this function, it will only | |
| 380 be initialized once | |
| 381 | |
| 173 | 382 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 383 * lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c | |
| 384 lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c | |
| 385 src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for | |
| 386 all the protocols return an integer instead of nothing. If there was an | |
| 387 error setting up the protocol, GFTP_EFATAL should be returned and the | |
| 388 connection should be aborted. The HTTPS protocol uses this to return if | |
| 389 SSL support was not compiled in | |
| 390 | |
| 391 * lib/protocols.c src/text/gftp-text.c src/gtk/dnd.c | |
| 392 src/gtk/gftp-gtk.c src/gtk/menu-items.c - have gftp_parse_url() log the | |
| 393 error messages to the user. This shouldn't have been done in the | |
| 394 individual ports | |
| 395 | |
| 396 * lib/https.c - only initialize the SSL engine the first time a SSL | |
| 397 connection is made. | |
| 398 | |
| 171 | 399 2003-6-8 Brian Masney <masneyb@gftp.org> |
| 400 * aclocal.m4 - removed, this file is automatically generated | |
| 401 | |
| 402 * autogen.sh - just call automake and aclocal, instead of automake-1.4 | |
| 403 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>) | |
| 404 | |
| 405 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 406 * lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is | |
| 407 defined before using any SSL functions | |
| 408 | |
| 409 * lib/gftp.h lib/protocols.c lib/rfc2068.c lib/sshv2.c lib/sslcommon.c | |
| 410 lib/rfc959.c - make sure we use request->datafd for the connection. Removed | |
| 411 sockfd from gftp_request structure | |
| 412 | |
| 413 * lib/rfc959.c - add data_connection to rfc959_parms structure. Use | |
| 414 this for the FTP data connection | |
| 415 | |
| 416 * src/text/gftp-text.c - fixes for username/password prompt | |
| 417 | |
| 418 * src/gtk/misc-gtk.c src/gtk/transfer.c - s/sockfd/datafd/g | |
| 419 | |
| 420 * configure.in - added lib/Makefile (forgot to commit last time) | |
| 421 | |
| 422 * Makefile.am - added intl to SUBDIRS | |
| 423 | |
| 424 2003-6-8 Brian Masney <masneyb@gftp.org> | |
| 168 | 425 * lib/gftp.h - if USE_SSL is defined, include the OpenSSL headers. |
| 426 Added read_function, write_function and post_connect function pointers | |
| 427 to gftp_request structure. Added SSL object to gftp_request structure | |
| 428 if USE_SSL is defined. Added protocol number and init function | |
| 429 declarations for the HTTPS protocol | |
| 430 | |
| 431 * lib/options.h - added HTTPS to the list of supported protocols | |
| 432 | |
| 433 * lib/protocols.c lib/cache.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - | |
| 434 renamed gftp_read(), gftp_write() and gftp_set_sockblocking() to | |
| 435 gftp_fd_read(), gftp_fd_write() and gftp_fd_set_sockblocking() | |
| 436 respectively | |
| 437 | |
| 438 * lib/bookmark.c lib/local.c | |
| 439 | |
| 440 * lib/misc.c lib/rfc2068.c - moved base64_encode() to misc.c | |
| 166 | 441 |
| 168 | 442 * lib/protocols.c - improved parsing of URLs. Rather than calling |
| 443 gftp_read() or gftp_write() directly, call the read_function or | |
| 444 write_function that is set in the request structure. Expanded tabs | |
| 445 to spaces. Cleanup for parsing of timestamps. In | |
| 446 gftp_connect_server(), if a post_connect function pointer is set, | |
| 447 call it after we are connected to the server. Improvements to | |
| 448 gftp_get_line (). | |
| 449 | |
| 450 * lib/httpcommon.h lib/rfc2068.c - moved rfc2068_params structure to | |
| 451 httpcommon.h. Fix for chunked file transfers, they were not handled | |
| 452 at all before. Made the I/O calls a little more generic so that we can | |
| 453 read from either a socket or a SSL connection. | |
| 454 | |
| 455 * lib/sslcommon.c - added generic SSL layer | |
| 456 | |
| 457 * lib/https.c - added support for the HTTPS protocol. It piggy backs | |
| 458 off of the existing HTTP support and uses the generic SSL layer | |
| 459 | |
| 460 * src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c | |
| 461 src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/options_dialog.c | |
| 462 src/gtk/view_dialog.c - set the window icon name to the gFTP <version> | |
| 463 | |
| 464 * configure.in - added lib back to SUBDIRS (oops) | |
| 465 | |
| 466 * lib/Makefile.am - added https.c, sslcommon.c and httpcommon.h | |
| 467 | |
| 468 2003-5-27 Brian Masney <masneyb@gftp.org> | |
| 469 * Makefile.am configure.in autogen.sh - build fixes | |
| 470 | |
| 471 * src/text/gftp-text.c - if the protocol we are connecting to | |
| 472 doesn't need a username/password, don't prompt the user for one | |
| 166 | 473 |
| 162 | 474 2003-5-22 Brian Masney <masneyb@gftp.org> |
| 168 | 475 * lib/misc.c (gftp_usage) - updated usage statement |
| 162 | 476 |
| 168 | 477 * lib/options.h - put terminate options properly |
| 162 | 478 |
| 158 | 479 2003-05-06 Christian Rose <menthos@menthos.com> |
| 480 | |
| 481 * configure.in: Added sr and sr@Latn to ALL_LINGUAS. | |
| 482 | |
| 154 | 483 2003-05-01 Hasbullah Bin Pit <sebol@ikhlas.com> |
| 484 | |
| 485 * configure.in(ALL_LINGUAS): Added "ms". | |
| 486 | |
| 151 | 487 2003-4-27 Brian Masney <masneyb@gftp.org> |
| 488 * lib/config_file.c (gftp_config_file_read_float) - use strtod instead | |
| 489 of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some | |
| 490 older systems don't have strtof() | |
| 491 | |
| 492 * lib/gftp.h - if HAVE_OPENPTY is defined, include pty.h. Fix for | |
| 493 GFTP_GET_AI_FAMILY when request or request->hostp is NULL. Added | |
| 494 free_hostp boolean to struct gftp_request | |
| 495 | |
| 496 * lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c - added | |
| 497 copy_local_options parameter. Add a pointer to newreq->hostp from the | |
| 498 source request structure | |
| 499 | |
| 500 * lib/protocols.c - honor free_hostp | |
| 501 | |
| 502 * lib/rfc959.c - fix for IPV4/IPV6 detection | |
| 503 | |
| 504 * src/gtk/misc-gtk.c src/gtk/options_dialog.c - fixed compiler errors | |
| 505 when compiling against GTK+ 1.2 | |
| 506 | |
| 507 * src/gtk/transfer.c - lookup option one_transfer instead of | |
| 508 do_one_transfer_at_a_time | |
| 509 | |
| 149 | 510 2003-04-27 Christian Rose <menthos@menthos.com> |
| 511 | |
| 512 * lib/rfc959.c: Fix bug #111090 by adding | |
| 513 /* xgettext:no-c-format */ comment. This trivial bug prevented any | |
| 514 full localization of gftp. | |
| 515 | |
| 146 | 516 2003-4-25 Brian Masney <masneyb@gftp.org> |
| 517 * lib/rfc959.c - added IPV6 support (RFC2428). The only part of the | |
| 518 project that isn't IPV6 ready is the proxy comparsion functions. | |
| 519 | |
| 520 * lib/protocols.c - change the hints.ai_family paramater from AF_INET | |
| 521 to PF_UNSPEC | |
| 522 | |
| 523 * lib/gftp.h lib/misc.c lib/pty.c - moved the functionality of | |
| 524 pty[ms]_open() to pty.c. Combined these 2 functions into open_ptys(), | |
| 525 and there is one defined for each system type (lots of #define's in | |
| 526 this file!) | |
| 527 | |
| 528 * lib/Makefile.am po/POTFILES.in - added pty.c | |
| 529 | |
| 530 * lib/sshv2.c - when searching for the password prompt, omit the first | |
| 531 character in case it is capitalized. Also, use the new function | |
| 532 open_ptys() | |
| 533 | |
| 534 * configure.in - search for openpty in -lutil. Also, define | |
| 535 HAVE_OPENPTY if this function is present on the system | |
| 536 | |
| 537 | |
| 143 | 538 2003-4-23 Brian Masney <masneyb@gftp.org> |
| 539 * Makefile.am - removed config.rpath from EXTRA_DIST | |
| 540 | |
| 541 * configure.in - added 'sr' to ALL_LINGUAS. Incremented | |
| 542 version to 2.0.15 (will be a little while before this is released. | |
| 543 Still have lots to do) | |
| 544 | |
| 545 * docs/sample.gftp/gftprc - removed old unused SSH options. These were | |
| 546 used by the SSH protocol I ripped out | |
| 547 | |
| 548 * lib/config_file.c - fix for gftp_set_request_option(). Implemented | |
| 549 gftp_lookup_request_options(). Overriding of configuration options now | |
| 550 works across the board :) | |
| 551 | |
| 552 * lib/protocols.c - extra checks for freeing memory | |
| 553 | |
| 554 * src/text/gftp-text.c - renamed ssh_use_sftp_subsys to the proper | |
| 555 name of sshv2_use_sftp_subsys | |
| 556 | |
| 557 * src/gtk/transfer.c - renamed append_file_transfers option | |
| 558 to the proper name of append_transfers. Also, added quick fix for | |
| 559 start_file_transfers option that is still missing | |
| 560 | |
| 561 * debian/gftp-text.postinst - this will add add an alternative for the | |
| 562 ftp command and point it to gftp-text | |
| 563 | |
| 139 | 564 2003-4-21 Brian Masney <masneyb@gftp.org> |
| 565 * lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var | |
| 566 | |
| 567 * src/gtk/gftp-gtk.c - added custom_edit_value to struct | |
| 568 gftp_textcomboedt_widget_data | |
| 569 | |
| 570 * src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt. | |
| 571 The value will always convert %n to \n when reading in and then do the | |
| 572 opposite conversion when saving the variable. Also, added tooltips to | |
| 573 the options | |
| 574 | |
| 575 * lib/rfc959.c - remove FIXME comment | |
| 576 | |
| 136 | 577 2003-4-18 Brian Masney <masneyb@gftp.org> |
| 578 * lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree, | |
| 579 gftp_option_type_table and gftp_option_type_newtable | |
| 580 | |
| 581 * lib/config_file.c - implemented gftp_set_request_option() | |
| 582 | |
| 583 * lib/gftp.h lib/config_file.c - changed declaration of | |
| 584 ui_print_function in struct gftp_option_type. Also added | |
| 585 ui_save_function field to this structure | |
| 586 | |
| 587 * lib/gftp.h added local_options_vars num_local_options_vars variables | |
| 588 to gftp_request | |
| 589 | |
| 590 * lib/local.c (local_set_directory) - small improvements to this | |
| 591 function | |
| 592 | |
| 593 * lib/misc.c - added gftp_copy_local_options() | |
| 594 | |
| 595 * lib/options.h - fix declaration of General tab | |
| 596 | |
| 597 * lib/protocols.c - free local options | |
| 598 | |
| 599 * lib/rfc2068.c - check to see if we're connecting to a FTP site via | |
| 600 proxy | |
| 601 | |
| 602 * lib/rfc959.c lib/protocols.c - changes for CRAY directory listings | |
| 603 | |
| 604 * src/gtk/gftp-gtk.h - added struct gftp_options_dialog_data and | |
| 605 struct gftp_textcomboedt_widget_data | |
| 606 | |
| 607 * src/gtk/options_dialog.c - start to use new configuration interface | |
| 608 | |
| 609 * src/gtk/transfer.c - remove FIXME note. This is already in | |
| 610 lib/gftp.h | |
| 611 | |
| 131 | 612 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 613 * lib/config_file.c - fixed float config type | |
| 614 | |
| 615 * lib/gftp.h lib/misc.c - added gftp_gen_ls_string() | |
| 616 | |
| 617 * src/gtk/menu-items.c (dosave_directory_listing) | |
| 618 src/text/gftp-text.c (gftp_text_ls) - use | |
| 619 gftp_gen_ls_string() | |
| 620 | |
| 129 | 621 2003-4-13 Brian Masney <masneyb@gftp.org> |
| 622 * lib/config_file.c - implemented gftp_set_global_option() | |
| 623 | |
| 624 * lib/gftp.h lib/misc.c - added gftp_tdata_new() | |
| 625 | |
| 626 * src/text/gftp-text.c src/gtk/transfer.c - use gftp_tdata_new() | |
| 627 | |
| 628 * src/gtk/bookmarks.c - In run_bookmark(), use gftp_parse_bookmark() | |
| 629 function. Renamed all instances of gftp_bookmarks to | |
| 630 gftp_bookmarks_var | |
| 631 | |
| 632 * src/gtk/gftp-gtk.[ch] - added global variables viewedit_processes | |
| 633 and viewedit_processes_done. These used to be declared in | |
| 634 lib/options.h | |
| 635 | |
| 636 * src/gtk/gftp-gtk.h (struct gftp_window_data) - removed sortcol and | |
| 637 sortasds variables. Added prefix_col_str variable. This will either be | |
| 638 local or remote | |
| 639 | |
| 640 * src/gtk/misc-gtk.c - removed r_gethostbyname() and r_getservbyname() | |
| 641 | |
| 642 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(), get_status() and | |
| 643 parse_attribs(). These are in the lib/ directory now. Also, use | |
| 644 g_static_mutex_*() functions from glib instead of pthread_mutex_*() | |
| 645 | |
| 646 * src/gtk/bookmark.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 647 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 648 | |
| 649 * src/gtk/options_dialog.c - commented out large parts of this file. | |
| 650 This file is busted at the moment | |
| 651 | |
| 652 * src/gtk/*.[ch] - Use new configuration interface in all source | |
| 653 files. Updated copyright dates on all source files | |
| 654 | |
| 126 | 655 2003-4-9 Brian Masney <masneyb@gftp.org> |
| 656 * lib/gftp.h lib/config_file.c - reordered config option types. Added | |
| 657 gftp_option_type_textcomboedt type | |
| 658 | |
| 659 * lib/options.h lib/rfc959.c - moved gftp_proxy_type to rfc959.c | |
| 660 | |
| 661 * lib/rfc959.c - added proxy_type that is | |
| 662 gftp_option_type_textcomboedt. Consolidated help text into comment. | |
| 663 In parse_ftp_proxy_string(), improve parsing of proxy config | |
| 664 | |
| 125 | 665 2003-4-8 Brian Masney <masneyb@gftp.org> |
| 666 * src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and | |
| 667 r_getservbyname() to lib/misc.c. Now uses GMutex functions | |
| 668 | |
| 669 * lib/config_file.c lib/gftp.h lib/options.h - added config | |
| 670 variable type textcombo. default_protocol uses this | |
| 671 | |
| 672 * lib/config_file.c (gftp_read_config_file) - when reading in the | |
| 673 list of supported protocols, add the protocol names to the list | |
| 674 associated with default_protocol. Also, don't try to have | |
| 675 default_protocol fall back to FTP. The code that uses this will fall | |
| 676 back properly | |
| 677 | |
| 678 * lib/gftp.h (struct gftp_transfer) - renamed node to user_data | |
| 679 | |
| 680 * lib/misc.c lib/gftp.h - moved parse_attribs() from | |
| 681 src/gtk/transfer.c to misc.c. Renamed to gftp_parse_attribs() | |
| 682 | |
| 683 * lib/protocols.c lib/gftp.h - moved get_status() from | |
| 684 src/gtk/transfer.c to protocols.c. Renamed to | |
| 685 gftp_get_transfer_status(). Uses GMutex functions | |
| 686 | |
| 687 | |
| 688 2003-4-7 Brian Masney <masneyb@gftp.org> | |
| 689 * src/gtk/bookmarks.c - renamed struct gftp_bookmarks to | |
| 690 gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark() | |
| 691 | |
| 692 * src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/menu-items.c | |
| 693 src/gtk/transfer.c - use g_strdup() instead of g_malloc()/strcpy() | |
| 694 | |
| 695 * src/gtk/dnd.c src/gtk/menu-items.c - don't use depreciated macros | |
| 696 to access the request structure | |
| 697 | |
| 698 * src/gtk/*.c - use new gftp_lookup_global_option() and | |
| 699 gftp_lookup_request_option() functions | |
| 700 | |
| 701 * src/gtk/gftp-gtk.h src/gtk/gftp-gtk.c - moved viewedit_processes and | |
| 702 viewedit_process_done variables from lib/gftp.h and lib/options.h | |
| 703 | |
| 704 * src/gtk/transfer.c - removed gftp_gtk_calc_kbs(). This is now in | |
| 705 lib/protocols.c. Removed Binary/Ascii conversion. This is all done in | |
| 706 lib/rfc959.c | |
| 707 | |
| 124 | 708 2003-4-6 Brian Masney <masneyb@gftp.org> |
| 709 * lib/config_file.c src/text/gftp-text.c - changed arguments of | |
| 710 gftp_read_config_file() and gftp_read_bookmarks() to take an argument | |
| 711 to the path of the global config directory. The text/gtk+ port will | |
| 712 just pass SHARE_DIR. The native MacOS X port that is in the works | |
| 713 needs this (Nathan Robertson is currently working on this port) | |
| 714 | |
| 715 * lib/gftp.h lib/config_file.c - removed config variable type | |
| 716 gftp_option_type_textarray | |
| 717 | |
| 718 * lib/gftp.h lib/config_file.c - removed copy_function from | |
| 719 gftp_option_type_var. This is implemented with memcpy() instead | |
| 720 | |
| 721 * lib/rfc959.c - remember to rename all instances of firewall_* to | |
| 722 ftp_proxy_* | |
| 723 | |
| 724 * lib/sshv2.c - improved generating the argument list for the ssh | |
| 725 client | |
| 726 | |
| 727 * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to | |
| 728 ptym_open() | |
| 729 | |
| 730 * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() | |
| 731 instead of g_malloc()/strcpy() | |
| 732 | |
| 733 2003-4-5 Brian Masney <masneyb@gftp.org> | |
| 734 * lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c | |
| 735 lib/rfc2068.c lib/ssh.c - added new internal configuration interface. | |
| 736 Rather than having a global variable for each option, I have a global | |
| 737 hash table (gftp_global_options_htable) that I can look up option names | |
| 738 by name using gftp_lookup_global_option(). I also an options hash | |
| 739 associated with a request structure, so I will be able to call | |
| 740 gftp_lookup_request_option(). I will be able to override options with | |
| 741 bookmarks or while transfers are in progress very easily now. Also, all | |
| 742 options no longer have to appear in config_file.c, the per protocol | |
| 743 options can appear inside their own file | |
| 744 | |
| 745 * lib/gftp.h lib/bookmarks.c lib/local.c lib/rfc959.c lib/rfc2068.c - | |
| 746 remove set_data_type and protocol name from struct gftp_request | |
| 747 | |
| 748 * lib/rfc959.c - renamed all firewall_* variables to ftp_proxy_* in | |
| 749 the config file | |
| 750 | |
| 751 * lib/gftp.h lib/protocols.c lib/rfc959.c - renamed all GFTP_TYPE_* | |
| 752 vars to GFTP_DIRTYPE_* | |
| 753 | |
| 754 * lib/gftp.h - removed ascii field and renamed the node pointer to | |
| 755 user_data in struct gftp_file. In gftp_request, removed any setting | |
| 756 that is now stored in the global/local hash tables. Added | |
| 757 register_module() pointer that will be called whenever the protocol is | |
| 758 first loaded into gftp | |
| 759 | |
| 760 * lib/rfc959.c src/text/gftp-text.c - moved the ascii/binary | |
| 761 translation to rfc959.c. Also, moved any instance of automatically | |
| 762 setting the data type to rfc959.c as well. | |
| 763 | |
| 764 * lib/misc.c lib/sshv2.c - moved all ssh functions from misc.c to | |
| 765 sshv2.c. I had these origionally in misc.c because I used to have 2 | |
| 766 different SSH protocols | |
| 767 | |
| 768 * lib/protocols.c src/text/gftp-text.c - added gftp_calc_kbs() to | |
| 769 = protocols.c. This no longer needs to be in the different ports | |
| 770 | |
| 771 * src/text/gftp-text.c - read/write options based on new configuration | |
| 772 interface | |
| 773 | |
| 774 * Use new configuration interface in all source files | |
| 775 | |
| 776 * Updated copyright dates on all source files | |
| 777 | |
| 778 * Note: GTK+ port is completely broken at the moment. I'll upload | |
| 779 those changes whenever I get them done | |
| 780 | |
|
121
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
781 2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com> |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
782 |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
783 * configure.in: Added "pt" to ALL_LINGUAS. |
|
1b41e6945e9d
2003-04-05 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
116
diff
changeset
|
784 |
| 116 | 785 2003-03-04 Yuriy Syrota <rasta renome.rovno.ua> |
| 786 | |
| 787 * configure.in: Added Ukrainian (uk) to ALL_LINGUAS | |
| 788 | |
| 115 | 789 2003-2-25 Brian Masney <masneyb@gftp.org> |
| 790 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of | |
| 791 gtk_scrolled_window_add_with_viewport() | |
| 792 (from Kang Jeong-Hee <Keizi@mail.co.kr>) | |
| 793 | |
| 113 | 794 2003-2-23 Brian Masney <masneyb@gftp.org> |
| 114 | 795 * lib/cache.c - added function gftp_parse_cache_entry(). Save |
| 796 request->server_type (output of SYST in FTP command) to the directory | |
| 797 entry | |
| 798 | |
| 799 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly | |
| 800 | |
| 801 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 | |
| 802 macro should automatically add this to the LIBS variable | |
| 803 | |
| 113 | 804 * acinclude.m4 - put largefile.m4 in here |
| 805 | |
| 110 | 806 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> |
| 807 * configure.in: Added Catalan (ca) to ALL_LINGUAS | |
| 808 | |
| 107 | 809 2003-2-17 Brian Masney <masneyb@gftp.org> |
| 810 * lib/protocols.c lib/rfc959.c - added VMS directory listing support | |
| 811 | |
| 812 * lib/config_file.c lib/protocols.c - extra checks when stripping off | |
| 813 carriage returns and linefeeds | |
| 814 | |
| 105 | 815 2003-2-9 Brian Masney <masneyb@gftp.org> |
| 816 * lib/protocols.c (parse_time) - parse more time formats. Better | |
| 817 error checking. If there was an error parsing this time, | |
| 818 skip ahead to the next token | |
| 819 | |
| 820 * lib/rfc2068.c - this was completely broken. This was broken whenever | |
| 821 I did the conversion over to use the gftp_get_line() function. | |
| 822 | |
| 823 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy | |
| 824 | |
| 101 | 825 2003-2-6 Brian Masney <masneyb@gftp.org> |
| 102 | 826 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new |
| 827 parse_time() function that should work across all locales. | |
| 828 It uses strptime() internally. | |
| 829 | |
| 830 * lib/misc.c - remove note from close statement | |
| 831 | |
| 101 | 832 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path |
| 833 option | |
| 834 | |
| 96 | 835 2003-02-03 Daniel Yacob <locales@geez.org> |
| 836 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS. | |
| 837 | |
| 93 | 838 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 839 * configure.in - fix for Solaris. Move the initial declaration up | |
| 840 in the source file | |
| 841 | |
| 91 | 842 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 843 * lib/gftp.h - added server type defines. Added server_type field to | |
| 844 gftp_request | |
| 845 | |
| 846 * lib/local.c - use S_ISDIR and S_ISLINK macros | |
| 847 | |
| 848 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for | |
| 849 parsing directory listing | |
| 850 | |
| 851 * lib/rfc959.c - added function rfc959_syst. Call this on startup | |
| 852 | |
| 853 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure | |
| 854 to gftp_parse_ls | |
| 855 | |
| 856 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX | |
| 857 | |
| 88 | 858 2003-1-11 Brian Masney <masneyb@gftp.org> |
| 859 * autogen.sh - removed --intl and --no-changelog flags to gettextize | |
| 860 | |
| 861 * aclocal.m4 - updated | |
| 862 | |
| 863 * configure.in - and intl and po directories to AC_OUTPUT | |
| 864 | |
| 865 * cvsclean - remove more stuff | |
| 866 | |
| 867 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark | |
| 868 function | |
| 869 | |
| 870 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use | |
| 871 request->url_prefix instead | |
| 872 | |
| 873 * lib/config_file.c - use proper exit codes. Also complain if the | |
| 874 default protocol specified in the config file is invalid | |
| 875 | |
| 876 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, | |
| 877 issocket and isfifo in struct gftp_file (not used anymore) | |
| 878 | |
| 879 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) | |
| 880 | |
| 881 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups | |
| 882 | |
| 883 * lib/misc.c (string_hash_function) - check key[i] instead of key[0] | |
| 884 | |
| 885 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() | |
| 886 | |
| 887 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set | |
| 888 request->url_prefix to be ftp. Added rfc2068_destroy() to free | |
| 889 url_prefix whenever the structure is to be freed | |
| 890 | |
| 86 | 891 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 892 * lib/gftp.h - don't include sys/sysmacros.h | |
| 893 | |
| 894 * src/gtk/transfer.c - more GFTP_EFATAL checks | |
| 895 | |
| 84 | 896 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 897 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - | |
| 898 removed old legacy SSH protocol and option to enable this protocol | |
| 899 | |
| 900 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes | |
| 901 | |
| 902 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c | |
| 903 lib/sshv2.c - return new error codes instead of -1 or -2 | |
| 904 | |
| 905 * lib/misc.c (gftp_*_sort_function_ds) - changed return values | |
| 906 | |
| 907 * src/gtk/transfer.c (connect_thread) - if return value of | |
| 908 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection | |
| 909 | |
| 81 | 910 2002-12-11 Brian Masney <masneyb@gftp.org> |
| 911 * configure.in - fix for enable/disable gtkport, textport and gtk20 | |
| 912 | |
| 80 | 913 2002-12-10 Brian Masney <masneyb@gftp.org> |
| 914 * configure.in - check for grantpt function | |
| 915 | |
| 916 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt() | |
| 917 is on the current system | |
| 918 | |
| 919 * lib/gftp.h - include stropts.h if grantpt is here | |
| 920 | |
| 921 2002-12-5 Brian Masney <masneyb@gftp.org> | |
| 922 * Release final 2.0.14 | |
| 923 | |
| 924 * lib/Chagelog-old - brief updates since 2.0.13 | |
| 925 | |
| 77 | 926 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 927 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears | |
| 928 in the banner, don't log into the server | |
| 929 | |
| 930 * docs/sample.gftp/gftprc - removed use_default_dl_types line | |
| 931 | |
| 76 | 932 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 933 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no | |
| 934 protocol specific set_data_type function | |
| 935 | |
| 936 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic | |
| 937 switching fixes | |
| 938 | |
| 939 2002-12-3 Brian Masney <masneyb@gftp.org> | |
| 75 | 940 * lib/config_file.c lib/gftp.h lib/protocols.c - removed |
| 941 use_default_dl_types option. This is always enabled by default now. | |
| 942 | |
| 943 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be | |
| 944 transferred as ascii | |
| 945 | |
| 73 | 946 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 947 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of | |
| 948 need_userpass for SSH transfers | |
| 949 | |
| 950 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 | |
| 951 | |
| 952 * README - minor fixes | |
| 953 | |
| 954 * configure.in - increment version to 2.0.14 | |
| 955 | |
| 956 * debian/copyright - change my email address and webpage | |
| 957 | |
| 958 * debian/rules - 2 small changes | |
| 959 | |
| 960 * TODO - added 1 item | |
| 961 | |
| 72 | 962 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 963 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys | |
| 964 | |
| 67 | 965 2002-11-27 Brian Masney <masneyb@gftp.org> |
| 966 * Officially release 2.0.14rc1 | |
| 967 | |
| 968 * lib/cache.c - take out a warning message | |
| 969 | |
| 970 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - | |
| 971 add second argument (free_request) to gftp_request_destroy | |
| 972 | |
| 973 * lib/protocols.c (gftp_parse_url) - make sure the request structure | |
| 974 is cleared before we start to modify it | |
| 975 | |
| 976 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username | |
| 977 | |
| 66 | 978 2002-11-26 Brian Masney <masneyb@gftp.org> |
| 979 * configure.in - change version to 2.0.14rc1 | |
| 980 | |
| 981 * lib/local.c - fix for uploading files. Move setting of hostname | |
| 982 from local_connect() to local_init() | |
| 983 | |
| 984 * lib/misc.c (gftp_request) - copy only select fields over instead of | |
| 985 whole structure | |
| 986 | |
| 987 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 | |
| 988 | |
| 989 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config | |
| 990 to be passed | |
| 991 | |
| 992 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we | |
| 993 are connected via the local protocol | |
| 994 | |
| 995 * src/gtk/transfer.c (create_transfer) - check to see if this protocol | |
| 996 is always connected | |
| 997 | |
| 65 | 998 2002-11-25 Brian Masney <masneyb@gftp.org> |
| 999 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial | |
| 1000 SSH banner is bigger than 200 characters | |
| 1001 | |
| 1002 * lib/local.c (local_connect) - set request->hostname to local | |
| 1003 filesystem | |
| 1004 | |
| 1005 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for | |
| 1006 the directory when parsing a local URL | |
| 1007 | |
| 1008 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be | |
| 1009 selected | |
| 1010 | |
| 1011 * src/gtk/dnd.c - small fixes | |
| 1012 | |
| 64 | 1013 2002-11-23 Brian Masney <masneyb@gftp.org> |
| 1014 * lib/sshv2.c - added more error checking so that the user won't get | |
| 1015 disconnected if they enter files or directories that don't exist | |
| 1016 | |
| 1017 2002-11-23 Brian Masney <masneyb@gftp.org> | |
| 63 | 1018 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c |
| 1019 lib/gftp.h - added swap_socks function to gftp_request structure | |
| 1020 | |
| 1021 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to | |
| 1022 protocols.c (renamed to gftp_swap_socks) | |
| 1023 | |
| 1024 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() | |
| 1025 | |
| 1026 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of | |
| 1027 swap_socks() to gftp_swap_socks() | |
| 1028 | |
| 1029 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started | |
| 1030 variable | |
| 1031 | |
| 62 | 1032 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 1033 * lib/local.c (local_put_file) - small fix | |
| 1034 | |
| 61 | 1035 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 1036 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login | |
| 1037 sequence for SSH connections | |
| 1038 | |
| 1039 lib/sshv2.c - SSH transfers now works again | |
| 1040 | |
| 60 | 1041 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 1042 * lib/protocols.c (gftp_get_next_line) - fixed several bugs | |
| 1043 | |
| 1044 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In | |
| 1045 gftp_find_cache_entry(), don't log an error to the user if we can't | |
| 1046 open up the cache file | |
| 1047 | |
| 1048 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes | |
| 1049 | |
| 1050 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size | |
| 1051 instead of buffer size - 1 to gftp_get_line | |
| 1052 | |
| 59 | 1053 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 1054 * lib/config_file.c - don't check buf[-1] for blank newlines in | |
| 1055 gftp_read_config_file() and gftp_read_bookmarks_file() | |
| 1056 | |
| 1057 * lib/misc.c (string_hash_function) - Fixes if the string was less | |
| 1058 than 2 characters | |
| 1059 | |
| 1060 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX | |
| 1061 compliance) | |
| 1062 | |
| 1063 All 3 of these fixes are from Peter Osterlund <petero2@telia.com> | |
| 1064 | |
| 58 | 1065 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 1066 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), | |
| 1067 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. | |
| 1068 Added struct_gftp_getline_buffer for gftp_get_line function() | |
| 1069 | |
| 1070 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c | |
| 1071 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns | |
| 1072 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t | |
| 1073 instead of size_t. Added *_set_config_options function to gftp_request | |
| 1074 structure and protocol files. Use the new network functions | |
| 1075 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD | |
| 1076 sockets so that I can use timeouts properly with select | |
| 1077 | |
| 1078 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), | |
| 1079 gftp_read() and gftp_write() functions | |
| 1080 | |
| 1081 * lib/protocols.c - move some protocol specific code to the protocol | |
| 1082 specific files | |
| 1083 | |
| 1084 * lib/local.c - log succesful messages to gftp_logging_misc instead | |
| 1085 of gftp_logging_error | |
| 1086 | |
| 1087 * lib/cache.c - log some more error conditions to the user | |
| 1088 | |
| 1089 * lib/rfc959.c - added rfc959_getcwd(). In, | |
| 1090 rfc959_accept_active_connection(), set set socket to blocking mode | |
| 1091 before calling accept() | |
| 1092 | |
| 1093 * src/text/gftk-text.c - If we get no files in gftp_text_ls(), | |
| 1094 return instead of segfaulting | |
| 1095 | |
| 1096 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 | |
| 1097 pixels wide | |
| 1098 | |
| 1099 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c | |
| 1100 src/gtk/view_dialog.c - changes for conversion of request->{sock,data} | |
| 1101 from ANSI C IO (FILE *) to standard BSD sockets | |
| 1102 | |
| 57 | 1103 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 1104 * configure.in - compile GTK+ 2.0 port by default | |
| 1105 | |
| 56 | 1106 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 1107 * src/gtk/dnd.c - fixes to DnD code | |
| 1108 | |
| 1109 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
| 1110 | |
| 1111 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
| 1112 we're in a child thread, instead compare the value of pthread_self() | |
| 1113 with main_thread_id | |
| 1114 | |
| 1115 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
| 1116 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 1117 don't set user_data to 0x1 if we're in a child thread | |
| 1118 | |
| 1119 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
| 1120 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
| 1121 | |
| 1122 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
| 1123 port for the ssh service | |
| 1124 | |
| 1125 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
| 1126 the default port for that protocol there | |
| 1127 | |
| 1128 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
| 1129 Be able to update the directory download progress in window1 now | |
| 1130 | |
| 1131 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
| 1132 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
| 1133 needed | |
| 1134 | |
| 54 | 1135 2002-11-11 Andras Timar <timar@gnome.hu> |
| 1136 * configure.in: added 'hu' to ALL_LINGUAS | |
| 1137 | |
| 51 | 1138 2002-11-6 Brian Masney <masneyb@gftp.org> |
| 1139 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
| 1140 listbox to grab the double click event | |
| 1141 | |
| 50 | 1142 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 1143 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
| 1144 the function add_file_transfer() | |
| 1145 | |
| 1146 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
| 1147 | |
| 1148 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
| 1149 click stuff not working properly | |
| 1150 | |
| 49 | 1151 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 1152 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
| 1153 | |
| 1154 2002-11-5 Brian Masney <masneyb@gftp.org> | |
| 1155 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
| 1156 functions from the top of the file. I had to rearrange the order of a | |
| 1157 bunch of functions to avoid compiler warnings | |
| 1158 | |
| 1159 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
| 1160 defined, give a compiler warning and define our own | |
| 1161 | |
| 1162 * lib/local.c (local_get_next_file) - if this file is a device, store | |
| 1163 the major/minor number in the file size | |
| 1164 | |
| 1165 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
| 1166 use the major() and minor() macros to display the major and minor number | |
| 1167 | |
| 47 | 1168 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 1169 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
| 1170 gftp_delete_cache_entry | |
| 1171 | |
| 1172 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
| 1173 remote site, clear all cache entries for that site | |
| 1174 | |
| 1175 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
| 1176 pass a 0 as second argument to gftp_delete_cache_entry | |
| 1177 | |
| 46 | 1178 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 1179 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
| 1180 If g_locale_to_utf8 fails, print out a warning to the user on the | |
| 1181 console | |
| 1182 | |
| 45 | 1183 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 1184 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
| 1185 version. May cause problems later on. | |
| 1186 | |
| 1187 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
| 1188 functions for user data when using glib 2.0 | |
| 1189 | |
| 44 | 1190 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 1191 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
| 1192 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
| 1193 gtk_window_add_accel_group for both GTK+ ports | |
| 1194 (from Nam SungHyun <namsh@kldp.org>) | |
| 1195 | |
| 43 | 1196 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 1197 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
| 1198 | |
| 1199 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
| 1200 and SIGINT is received, terminate the program | |
| 1201 | |
| 42 | 1202 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 1203 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 1204 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 1205 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 1206 improved and simplified signal handling code | |
| 1207 | |
| 41 | 1208 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 1209 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 1210 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 1211 g_get_tmp_dir () | |
| 1212 | |
| 1213 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 1214 | |
| 1215 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 1216 lib/sshv2.c - check for interrupted signal calls | |
| 1217 | |
| 1218 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 1219 | |
| 1220 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 1221 g_main_context_iteration in GTK+ 2.0 port | |
| 1222 | |
| 1223 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 1224 in GTK+ 2.0 port | |
| 1225 | |
| 40 | 1226 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 1227 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 1228 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 1229 try to abort the transfer. | |
| 1230 | |
| 1231 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 1232 | |
| 1233 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 1234 rfc2068_end_transfer and local_end_transfer respectively | |
| 1235 | |
| 1236 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 1237 | |
| 1238 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 1239 first. If that fails, disconnect from the site completely | |
| 1240 | |
| 39 | 1241 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 1242 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 1243 | |
| 1244 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 1245 entry is NULL | |
| 1246 | |
| 1247 * lib/protocols.c (copy_token) - when setting the end position of | |
| 1248 the token to \0, after we're done set it back to the origional position | |
| 1249 | |
| 1250 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 1251 to just list | |
| 1252 | |
| 37 | 1253 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 1254 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 1255 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 1256 and GFTP_PORTS_ALL flags | |
| 1257 | |
| 1258 * lib/config_file.c - update to use new fields. | |
| 1259 | |
| 1260 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 1261 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 1262 | |
| 1263 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 1264 was given on the command line, don't connect to it until the local side | |
| 1265 has been setup | |
| 1266 | |
| 1267 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 1268 set | |
| 1269 | |
| 1270 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 1271 clear cache. Sort the filelist based on the configuration options. | |
| 1272 | |
| 1273 * configure.in - update to version 2.0.14 | |
| 1274 | |
| 1275 * cvsclean - clean up the Makefile.am file better | |
| 1276 | |
| 36 | 1277 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 1278 * lib/local.c - fixed file uploads | |
| 1279 | |
| 1280 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 1281 you didn't have permission to | |
| 1282 | |
| 1283 * src/gtk/transfer.c - display fixes for hostname | |
| 1284 | |
| 1285 * autogen.sh - pass -c to automake | |
| 1286 | |
| 34 | 1287 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 1288 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 1289 from Debian. This can be used as a menu icon. | |
| 1290 | |
| 33 | 1291 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 1292 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 1293 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 1294 | |
| 1295 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 1296 | |
| 1297 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 1298 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 1299 will automagically add these for me. | |
| 1300 | |
| 1301 * autogen.sh - remove check for libtool | |
| 1302 | |
| 1303 * configure.in - link in gthread | |
| 1304 | |
| 1305 * cvsclean - added this script | |
| 1306 | |
| 227 | 1307 * *.[ch] - added $Id: ChangeLog,v 1.114 2003/07/21 00:26:41 masneyb Exp $ tags |
| 33 | 1308 |
| 1309 * debian/* - updated files from Debian maintainer | |
| 1310 | |
| 32 | 1311 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 1312 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 1313 | |
| 1314 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 1315 call gdk_threads_enter() and gdk_threads_leave() | |
| 1316 | |
| 28 | 1317 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 1318 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 1319 | |
| 27 | 1320 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 1321 * intl/ - remove this directory | |
| 1322 | |
| 26 | 1323 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 1324 * Makefile.am (SUBDIRS): Add intl, | |
| 1325 (ACLOCAL_AMFLAGS): New variable. | |
| 1326 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 1327 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 1328 | |
| 25 | 1329 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 1330 * lib/config_file.c - separated saving of bookmarks from |
| 1331 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 1332 no longer be rewritten to disk every time gFTP exits | |
| 1333 | |
| 1334 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 1335 gftp_write_config_file() when altering a bookmark | |
| 1336 | |
| 1337 * configure.in - Fixed problem with the text port being compiled | |
| 1338 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 1339 instead | |
| 1340 | |
| 1341 * autogen.sh - add this build script | |
| 1342 | |
| 1343 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 1344 * Remove intl/ directory from CVS |
| 1345 | |
| 23 | 1346 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 1347 * Updated French translation (from Damien Mascr? | |
| 1348 <damienmascre@free.fr>) | |
| 1349 | |
| 1350 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 1351 <inagaki@ryo1.net>) | |
| 1352 | |
| 1353 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 1354 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 1355 changes two times in the bookmark editor. Also, fixed several memory |
| 1356 leaks | |
| 23 | 1357 |
| 22 | 1358 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 1359 * po/de.po - Updated German translation (from Matthias Haase | |
| 1360 <matthias_haase@bennewitz.com>) | |
| 1361 | |
| 1362 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 1363 <LAV@VL3143.spb.edu>) | |
| 1364 | |
| 21 | 1365 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 1366 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 1367 Fixed compile errors when compiling against GTK+ 1.2 | |
| 1368 | |
| 1369 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 1370 with GTK+ 1.2 | |
| 1371 | |
| 19 | 1372 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 1373 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 1374 numdirs from unsigned long to long. This must be a signed field. This | |
| 1375 is a bug I introduced a few days ago. | |
| 1376 | |
| 1377 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 1378 fdopen. This is also a bug I introduced a few days ago. | |
| 1379 | |
| 1380 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 1381 difftime isn't a negative number when computing the KB/s | |
| 1382 | |
| 1383 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 1384 GTK_OBJECT for the str variable | |
| 1385 | |
| 1386 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 1387 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 1388 | |
| 1389 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 1390 | |
| 1391 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 1392 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 1393 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 1394 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 1395 | |
| 1396 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 1397 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 1398 dialog buttons. | |
| 1399 | |
| 1400 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1401 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1402 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
1403 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1404 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
|
1405 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 1406 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1407 * 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
|
1408 to do the sorting |
| 1 | 1409 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1410 * 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
|
1411 automake 1.4 |
| 1 | 1412 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1413 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 1414 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1415 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 1416 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 1417 <tobias@portfolio16.de>) | |
| 1 | 1418 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1419 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
|
1420 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 1421 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 1422 like it when you read/write to the same FILE structure) | |
| 1 | 1423 |
| 19 | 1424 * lib/local.c - encode major/minor numbers for a device in the file |
| 1425 size. This is probably still busted for other platforms | |
| 1 | 1426 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1427 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 1428 checking on the fdopen() calls. Also make sure that all of them have a |
| 1429 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 1430 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1431 * 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
|
1432 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 1433 |
| 19 | 1434 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 1435 should already be in the po files translated | |
| 1 | 1436 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1437 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
|
1438 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 1439 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1440 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
|
1441 * 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
|
1442 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
|
1443 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
|
1444 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 1445 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1446 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
|
1447 * po/ko.po - language team change |
| 1 | 1448 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1449 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
|
1450 * po/ko.po - Updated Korean translation |
| 1 | 1451 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1452 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
|
1453 * 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
|
1454 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1455 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
|
1456 * configure.in - small build fixes |
| 1 | 1457 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1458 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
|
1459 * 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
|
1460 elsewhere |
| 1 | 1461 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1462 * 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
|
1463 Removed anonymous FTP stuff |
| 1 | 1464 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1465 * 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
|
1466 is defined |
| 1 | 1467 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1468 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 1469 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1470 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 1471 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1472 * 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
|
1473 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 1474 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1475 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 1476 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 1477 zh_TW | |
| 1 | 1478 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1479 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
|
1480 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 1481 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1482 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 1483 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1484 * zh_TW.Big5.gmo - Removed. |
| 1 | 1485 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1486 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 1487 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1488 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
|
1489 * po/.cvsignore - Shhhhhh |
| 1 | 1490 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1491 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
|
1492 * po/de.po - Fixed German translation (charset, header) |
| 1 | 1493 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1494 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 1495 * lib/protocols.c - When we connect to a remote server, don't change |
| 1496 the hostname to the PTR record of the hostname | |
| 1 | 1497 |
| 19 | 1498 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 1499 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
|
1500 Overwrite/Resume/Skip dialog |
| 1 | 1501 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1502 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 1503 |
| 19 | 1504 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 1505 <gvranjes@softhome.net>) | |
| 1 | 1506 |
| 19 | 1507 * po/nl.po - Dutch updates (from Myckel Habets |
| 1508 <myckelhabets@netscape.net>) | |
| 1 | 1509 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
1510 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
|
1511 * gFTP 2.0.13 released |
| 1 | 1512 |
