Header modified...
[midnight-commander.git] / vfs / ChangeLog
bloba6d4efb40d417d6e46428e2b0590204d9cd17f61
1 2002-01-17  Pavel Roskin  <proski@gnu.org>
3         * vfs.h: Remove OS/2 specific code.
5 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
7         * Makefile.am (AM_CFLAGS): Add -DCONFIGDIR=\""@configdir@"\"
8         if smbfs support is enabled.
10         * smbfs.c (smbfs_init): Use CONFIGDIR for smb.conf.
12 2002-01-02  Pavel Roskin  <proski@gnu.org>
14         * Makefile.am: Add *clean-local targets to take care of the
15         samba directory.
17         * samba/configure.in: Use explicit AC_CONFIG_AUX_DIR because
18         this setting is not inherited from the top-level configure.
20 2001-12-31  Pavel Roskin  <proski@gnu.org>
22         * Make-mc.in: convert to ...
23         * Makefile.am: ... this.
25         * Makefile.am: rename to ...
26         * Make-alone.am: ... this.  Automake 1.5b doesn't allow Makefile
27         and Makefile.am to coexist peacefully unless the former is
28         generated from the later.
29         * Make-mc.in: Remove all references to the standalone VFS.
31 2001-12-18  Pavel Roskin  <proski@gnu.org>
33         * extfs/ulha.in: Support for "[unknown]" and other permissions
34         in brackets.  Pass the date unchanged - mc can now deal with it.
35         Use "lha lq" to list the archive and don't remove headers and
36         footers of the listing.
38 2001-11-14  Pavel Roskin  <proski@gnu.org>
40         * undelfs.c: Use ext2_ino_t to avoid warnings with e2fsprogs
41         1.20 and newer.
43 2001-11-13  Andrew V. Samoilov  <kai@cmail.ru>
45         * samba/acconfig.h: Remove WITH_SYSLOG.
46         * samba/lib/system.c (sys_chroot): Removed.
47         * samba/configure.in: Remove RUNPROG.  Don't check
48         for chroot and execl functions.
49         Remove syslog logging support.
50         Add --with-codepagedir and --with-configdir from samba 2.2.2.
52         * samba/Makefile.in: Use configdir and codepagedir.
54 2001-11-08  Pavel Roskin  <proski@gnu.org>
56         * Make-mc.in (SAMBA_DIST): Remove lib/getsmbpass.c.
58 2001-11-05  Andrew V. Samoilov  <kai@cmail.ru>
60         * smbfs.c (smbfs_add_dots): New function. Insert a "." and ".."
61         entries into the linked list.
62         (smbfs_loaddir): Call smbfs_add_dots for shares or servers.
63         (smbfs_get_free_bucket): Eliminate time.
64         (fake_share_stat): Make path const.
66         * samba/configure.in: Don't check whether getpass
67         should be replaced.
69 2001-11-02  Andrew V. Samoilov  <kai@cmail.ru>
71         * vfs.c (mc_return_cwd): Memory leak fixed.
73 2001-11-01  Andrew V. Samoilov  <kai@cmail.ru>
75         * samba/smblib/pwd_cache.c (pwd_read): Commented out.
76         * samba/Makefile.in (SAMBAFILES): Remove lib/getsmbpass.o.
77         * samba/lib/getsmbpass.c: Removed.
79 2001-10-30  Andrew V. Samoilov  <kai@cmail.ru>
81         * smbfs.c: Include <config.h> before everything else.
82         Don't include "tcputil.h".
83         (myhostname): Declare extern.
85         (loaddir): Symplify.
86         (fake_share_stat): Declare server_url const.
87         Use "%4o" for st_mode.
88         (fake_server_stat): Likewise.  Return -1 if server_list != True.
90         (get_master_browser): Declare ipzero extern. By drk@sgi.com.
91         http://bugzilla.gnome.org/show_bug.cgi?id=60933
93         * cpio.c (cpio_read_bin_head): Release name if mc_read fails.
94         (cpio_read_crc_head): Likewise.
96 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
98         * cpio.c (cpio_read_crc_head): Fix buffer overflow.
99         (cpio_read_oldc_head): Likewise. By drk@sgi.com.
100         http://bugzilla.gnome.org/show_bug.cgi?id=60933
102         * (cpio_read_oldc_head): Release name if mc_read fails.
104 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
106         * tcputil.c (rpc_get): Add missing va_end()s.
107         Fix memory leaking.
108         * smbfs.h: Declare smbfs_set_debug.
110 2001-10-20  Pavel Roskin  <proski@gnu.org>
112         * ftpfs.c (command): Declare with the printf attribute.
113         * undelfs.c: Remove declaration of print_vfs_message().
115         * fish.c (file_store): Fix incorrect format string
116         for print_vfs_message().
117         * ftpfs.c (file_store): Likewise.
119 2001-10-19  Pavel Roskin  <proski@gnu.org>
121         * fish.c (command): Declare with the printf attribute to enable
122         warnings in gcc.
123         (file_store): Cast all expressions with file sizes to unsigned
124         long.  This should fix uploading when large file support is on.
125         File size is limited to 4096 * ULONG_MAX for now.
127 2001-10-18  Andrew V. Samoilov  <kai@cmail.ru>
129         * samba/configure.in: Don't check readline.h, history.h and
130         libreadline.
132 2001-10-16  Andrew V. Samoilov  <kai@cmail.ru>
134         * samba/libsmb/clientgen.c (cli_RNetShareEnum): Fix Win2k
135         "out of server memory" error. From samba 2.0.7 patchset.
137 2001-10-07  Pavel Roskin  <proski@gnu.org>
139         * vfs.c (vfs_parse_filetype): Fix fallback to fifo if sockets
140         are not supported locally.  Support Solaris doors, also fall
141         back to fifo.
143 2001-10-02  Andrew V. Samoilov  <kai@cmail.ru>
145         * sfc.c (sfs_getid): Don't use vfs_die(), return (vfsid)(-1)
146         instead.
148 2001-10-01  Pavel Roskin  <proski@gnu.org>
150         * vfs.h [!USE_VFS]: Define macros with no effect to an empty
151         statement "do { } while (0)".
153 2001-09-30  Pavel Roskin  <proski@gnu.org>
155         * samba/acconfig.h: Only leave symbols required by Autoconf-2.52.
157 2001-09-17  Pavel Roskin  <proski@gnu.org>
159         * vfs.c: Manually expand macros for mc_stat(), mc_lstat() and
160         mc_fstat() because they don't expand correctly on Solaris 8 with
161         large file support.
163 2001-09-10  Pavel Roskin  <proski@gnu.org>
165         * Make-mc.in: Use USE_VFS conditional instead of relying on
166         LIBVFS.
168 2001-09-07  Pavel Roskin  <proski@gnu.org>
170         * Make-mc.in: Include necessary parts of Make.common to
171         eliminate the later.
173 2001-08-23  Pavel Roskin  <proski@gnu.org>
175         * names.c (finduname): Don't use HAVE_GETPWUID - it's never
176         defined.  Don't redeclare getpwuid().
177         (findgname): Don't use HAVE_GETGRGID - it's never defined.
178         Don't redeclare getgrgid().
180         * fish.c: Remove useless semicolons after functions.
182 2001-08-19  Pavel Roskin  <proski@gnu.org>
184         * vfs.c (vfs_parse_ls_lga): Warning fix if st_nlink is unsigned.
185         Disallow st_nlink = 0.
187 2001-08-18  Pavel Roskin  <proski@gnu.org>
189         * cpio.c (cpio_read_head): Check return value of cpio_find_head,
190         because it's not equal to super->u.cpio.type in case of errors.
192 2001-08-16  Pavel Roskin  <proski@gnu.org>
194         * direntry.c (vfs_s_free_super): Remove i18n on commented out
195         developer-only code.
197         * extfs.c (extfs_init): Internationalize error message, it's
198         already in sfs.c.
200 2001-08-11  Pavel Roskin  <proski@gnu.org>
202         * sfs.c (sfs_init): Use g_free(), not free() on mc_sfsini.
204 2001-08-07  Pavel Roskin  <proski@gnu.org>
206         * extfs.h: Move private structures ...
207         * extfs.c: ... here.
209         * extfs.h (struct entry): Remove unused `has_changed' field.
210         It's only written but never read.
211         (struct inode): Likewise.
212         * extfs.c: All dependencies changed.
213         (extfs_open): Mark file as changed if it's open for writing.
215 2001-08-07  Oskar Liljeblad  <osk@hem.passagen.se>
217         * extfs/uzip: Update to version 1.4.0.
218         * extfs/README.uzip: Likewise.
220 2001-08-06  Andrew V. Samoilov  <kai@cmail.ru>
222         * smbfs.c: Eliminate smbfs_get_free_bucket_init.  convert_path
223         gives malloced filename, so this memory must be released after use.
225         (reconnect): Fix segmentation fault.
226         (smbfs_loadddir): Don't g_strdup path.
227         (smbfs_get_free_bucket): Eliminate smbfs_get_free_bucket_init and
228         smbfs_connections initialisation.
229         (smbfs_open_link): Likewise. Release host after get_master_browser.
230         (get_stat_info): Fix unneeded g_strdup/g_free calls.
231         (smbfs_mkdir): Release path after use.
232         (smbfs_mkdir): Likewise.
233         (smbfs_open): Fix memory leak.
234         (smbfs_unlink): Likewise. Fix error message.
235         (smbfs_rename): Fix memory leaks.
236         (smbfs_stat): Fix url parsing.
238         * samba/lib/charcnv.c (unix2dos_format): Fix possible buffer overflow.
239         (dos2unix_format): Likewise.
241         * ftpfs.c (ftpfs_fill_names): New function.
242         (vfs_ftpfs_ops): Use ftpfs_fill_names insted of vfs_s_fill_names.
244 2001-08-03  Andrew V. Samoilov  <kai@cmail.ru>
246         * utilvfs.c, vfs.h (vfs_split_url): Make path parameter const.
248         * xdirentry.h (struct vfs_s_super): Remove u.ftp.result_pending field.
249         * ftpfs.h (struct connection): Remove result_pending field.
251         * samba/libsmb/clientgen.c (cli_chkpath): Fix possible buffer overflow.
252         * smbfs.c (new_dir_entry): New function with repeated code from
253         browsing_helper, loaddir_helper and server_browsing_helper.
254         (browsing_helper): Use new_dir_entry.
255         (loaddir_helper): Likewise.
256         (server_browsing_helper): Likewise.
258         (cached_lstat_info): Eliminated.
259         (smbfs_readdir): Make dirent_dest static const.
260         Eliminate cached_lstat_info.
261         (smbfs_open_link): Make user parameter const. Fix memory leak.
262         (fake_server_stat): Make path parameter const. Symplify.
263         (smbfs_fstat): Set my_errno to EFAULT before return.
265 2001-08-01  Pavel Roskin  <proski@gnu.org>
267         * Make-mc.in: Make it possible to run "make install" before
268         "make all".  Use more Automake-compatible target names.
270 2001-08-01  Andrew V. Samoilov  <kai@cmail.ru>
272         * smbfs.c: Undefine VERSION to prevent warning. Comments fixes.
273         (do_connect): Symplify.
274         (get_stat_info): Symplify. Eliminate another fake_stat.
275         (smbfs_chdir): Release remote_dir after use.
276         (smbfs_stat): Likewise. Fix another 2 memory leaks.
277         (smbfs_mkdir): Release remote_file after use.
278         (smbfs_rmdir): Likewise.
279         (smbfs_open): Likewise. Indentation fixes.
280         (smbfs_unlink): Likewise.
281         (smbfs_rename): Release rb and ra after use.
282         (search_dir_entry): Make text parameter const.
283         (smbfs_get_host_and_username): Make macro.
285 2001-07-20  Pavel Roskin  <proski@gnu.org>
287         * extfs.c (extfs_init) [GTK]: Use mc_home instead of LIBDIR.
288         From Ludovic Drolez <ludovic.drolez@freealter.com>.
290 2001-07-17  Pavel Roskin  <proski@gnu.org>
292         * vfs.c (mc_return_cwd): Use g_get_current_dir().
294 2001-07-15  Pavel Roskin  <proski@gnu.org>
296         * smbfs.c: Rename authinfo to smb_authinfo and
297         authinfo_get_authinfo_from_user() to vfs_smb_get_authinfo()
298         and remove their definitions.
299         * vfs.h: Declare smb_authinfo and vfs_smb_get_authinfo().
301 2001-07-10  Pavel Roskin  <proski@gnu.org>
303         * extfs.c: Include contents of shared_tar_ext.c - it's no
304         longer shared.
305         * shared_tar_ext.c: Remove.
306         * Make-mc.in (VFSSRCS): Remove shared_tar_ext.c.
308         * smbfs.c (vfs_smbfs_ops): Use short name "smbfs" for the
309         filesystem. Don't translate it.
311 2001-07-09  Pavel Roskin  <proski@gnu.org>
313         * tar.c (ReadStatus): Fix compilation on AIX.
314         From Dan McNichol <mcnichol@austin.ibm.com>.
316         * extfs/mailfs: Strip trailing DOS newlines from mail files.
317         From Christian Gennerat <christian.gennerat@vz.cit.alcatel.fr>
319         * fish.c (fish_chown): Do nothing and return success if
320         getpwuid() or getgrgid() fails.
322 2001-07-05  Pavel Roskin  <proski@gnu.org>
324         * README.fish: Spelling fixes.
326 2001-06-29  Pavel Roskin  <proski@gnu.org>
328         * Make-mc.in: Don't ever link mcserv with libintl - it must not
329         depend on it.
331 2001-06-27  Andrew V. Samoilov  <sav@bcs.zp.ua>
333         * smbfs.c: Include <config.h>. Make all internal variables static.
334         (get_stat_info): Eliminate fake_stat, memory leak fixed.
335         (IPC, URL_HEADER): Make static const.
336         (smbfs_stat): Fix segmentation violation.
337         (statfile_helper): Allocate memory for single_entry once. It is never
338         freed now, and only my_stat element of this structure is used.
340 2001-06-26  Pavel Roskin  <proski@gnu.org>
342         * vfs.h: Don't include <config.h>.
344 2001-06-25  Pavel Roskin  <proski@gnu.org>
346         * cpio.c: Include <config.h> before everything else.
347         * direntry.c: Likewise.
348         * fish.c: Likewise.
349         * ftpfs.c: Likewise.
350         * local.c: Likewise.
351         * tar.c: Likewise.
352         * utilvfs.h: Don't include <config.h> - it should be included
353         in all C files instead.
354         * xdirentry.h: Likewise.
356 2001-06-19  Pavel Roskin  <proski@gnu.org>
358         * local.c (local_telldir): Warn and abort if telldir() is not
359         available.
360         (local_seekdir): Warn and abort if seekdir() is not available.
362 2001-06-18  Pavel Roskin  <proski@gnu.org>
364         * tcputil.c (sig_pipe): Use the same declaration with one int
365         argument - it's used everywhere else and it fixes a warning on
366         systems unlisted in the ifdef, e.g. OpenBSD.
368 2001-06-14  Pavel Roskin  <proski@gnu.org>
370         * ftpfs.c: Declare functions without declarations static. Don't
371         omit `void' in declarations.
372         * cpio.c: Likewise.
373         * direntry.c: Likewise.
374         * extfs.c: Likewise.
375         * mcfs.c: Likewise.
376         * tar.c: Likewise.
377         * vfs.c: Likewise.
378         * vfs.h: Likewise.
379         * mcserv.c: Likewise. Remove unused functions.
381         * util-alone.c: Use indented #error.
382         * vfs.h: Use indented #warning instead of hiding it from non-gcc
383         compilers.
385 2001-06-11  Pavel Roskin  <proski@gnu.org>
387         * cpio.c (vfs_cpiofs_ops): Use short name for the filesystem.
388         This avoids creating long filenames in dirent.c when the "name"
389         field is used.
390         * extfs.c (vfs_extfs_ops): Likewise.
391         * fish.c (vfs_fish_ops): Likewise.
392         * ftpfs.c (vfs_ftpfs_ops): Likewise.
393         * local.c (vfs_local_ops): Likewise.
394         (vfs_nil_ops): Likewise.
395         * mcfs.c (vfs_mcfs_ops): Likewise.
396         * sfs.c (vfs_sfs_ops): Likewise.
397         * tar.c (vfs_tarfs_ops): Likewise.
398         * undelfs.c (vfs_undelfs_ops): Likewise.
400 2001-06-07  Pavel Roskin  <proski@gnu.org>
402         * sfs.c (sfs_init): Change some warning messages to simplify
403         their translation.
405 2001-06-06  Pavel Roskin  <proski@gnu.org>
407         * shared_ftp_fish.c: Remove.
408         * Make-mc.in: Remove shared_ftp_fish.c.
409         * Makefile.am: Likewise.
411 2001-06-02  Pavel Roskin  <proski@gnu.org>
413         * vfs.c (vfs_canon): s/canonize/canonicalize/.
415 2001-06-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
417         * ftpfs.h: Declare use_netrc, ftpfs_retry_seconds, ftpfs_first_cd_then_ls,
418         ftpfs_use_passive_connections and ftpfs_use_unix_list_options.
420         * vfs.c [VFS_STANDALONE]: Undefine WITH_SMBFS, they are mutually
421         exclusive now.
422         (is_week): Unmade week static.
423         (is_month): Unmade month static.
424         (vfs_parse_ls_lga): Optimize memory usage.
426         * .cvsignore: *.sor added.
427         * sfs.c (sfs_init): Optimized.
429         * vfs/samba/lib/util_sock.c (socket_options): Made static const.
431 2001-05-30  Ludovic Drolez  <ludovic.drolez@freealter.com>
433         * sfs.c (sfs_init): Don't hardcode location of sfs.ini,
434         use mc_home to make mc relocatable.
435         * util-alone.c (shell): ... here
437 2001-05-27  Pavel Roskin  <proski@gnu.org>
439         * fish.c: Redirect stderr of all commands to /dev/null.
441 2001-05-25  Pavel Roskin  <proski@gnu.org>
443         * sfs.c (vfs_sfs_ops): Typo fix.
445 2001-05-22  Pavel Roskin  <proski@gnu.org>
447         * vfs.c (vfs_split_text): Fill `columns' with zeroes before
448         writing new data into it.
450         * fish.c (free_archive): Use `exit' instead of `logout' - the
451         later fails under non-login shells.
452         (pipeopen): Redirect stderr of ssh to /dev/null.
453         From Rich Roth:
454         (dir_load): Redirect stderr of ls to /dev/null.
455         (linear_start): Likewise.
457 2001-05-22  Andrew V. Samoilov  <sav@bcs.zp.ua>
459         * Make-mc.in (mostlyclean): Remove $(VFSSOOBJS).
460         (clean): Remove *.so.
462         * smbfs.c: Include utilvfs.h instead of ../config.h, ../src/main.h,
463         ../src/tty.h and ../src/global.h.
465         (password, username): Made static.
466         (is_error): Commented out.
467         (loaddir_helper): Don't ignore hidden files, style fixes.
468         (browsing_helper): typestr declared as char *, fstrcpy replaced by =.
470         (do_connect): Call cli_shutdown () and authinfo_remove () if
471         cli_session_setup () fails. It is not good idea to remember
472         wrong username/password.
474         (smbfs_free_dir): Nested between #ifdef SMBFS_FREE_DIR ... #endif.
475         (smbfs_readdir): #ifdef SMBFS_FREE_DIR used instead of C comment.
477 2001-05-22  Pavel Roskin  <proski@gnu.org>
479         * sfs.c (redirect): Don't free the filename after failed
480         mc_mkstemps() - it's not needed anymore.
482 2001-05-21  Pavel Roskin  <proski@gnu.org>
484         * direntry.c (vfs_s_open): Use mc_mkstemps. Create and close
485         temporary file to reserve its name on the filesystem.
486         (vfs_s_retrieve_file): Use mc_mkstemps().
487         (g_tempnam): Remove.
488         * extfs.c (extfs_open): Use mc_mkstemps().
489         * sfs.c (redirect): Likewise.
490         * shared_ftp_fish.c (_get_file_entry): Likewise.
491         (retrieve_file): Likewise.
492         * vfs.c (mc_def_getlocalcopy): Likewise.
493         * xdirentry.h: Remove declaration of g_tempnam().
495 2001-05-18  Pavel Roskin  <proski@gnu.org>
497         * vfs.c (vfs_addstamp): Rename st1 to last_stamp. Initialize it
498         with NULL to suppress compiler warning.
500 2001-05-14  Pavel Roskin  <proski@gnu.org>
502         * ftpfs.c: Warning fixes.
504         * utilvfs.h: Include background.h.
505         * cpio.c: Include utilvfs.h.
507 2001-05-14  Pavel Machek  <pavel@bug.ucw.cz>
509         * Make-mc.in: add possibility to build libvfs.so
511 2001-04-19  Pavel Roskin  <proski@gnu.org>
513         * extfs/rpm (mcrpmfs_list): Use cpio for the listing since the
514         rpm output varies between versions.
515         (mcrpmfs_copyout): Fix processing of CONTENTS.cpio. Match
516         filenames beginning with "./" - they are used in the version 4
517         packages.
519 2001-04-17  Pavel Roskin  <proski@gnu.org>
521         * fish.c (open_archive_int): Redirect stderr of start_fish_server
522         to stdout so we don't get confused if it doesn't exist.
524 2001-04-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
526         * samba/includes/proto.h, samba/libsmb/nterr.c (get_nt_error): return
527         NULL when appropriative error message can't be found as it is expected
528         in cli_errstr(). Return type changed to const char *
530         * smbfs.c (smbfs_fill_names): implemented
532         (smbfs_stat): unneeded g_strdup/g_free calls removed
533         (smbfs_loaddir): memory leaking fixed
535         * samba/libsmb/clientgen.c (rap_errmap, prots): constified
537 2001-04-06  Pavel Roskin  <proski@gnu.org>
539         * Make-mc.in: Use a single variable SAMBA_DIST to hold all
540         distributable samba files.
542 2001-03-15  Andrew V. Samoilov  <sav@bcs.zp.ua>
544         * samba/libsmb/smbdes.c: undefine uchar before redefine it
546         * smbfs.c (smbfs_close): honour changed semantics for return value
547         (on error -1 is expected).
549         * (fs): it is at least strange use char * for counter. Changed to int
551 2001-03-14  Pavel Roskin  <proski@gnu.org>
553         * Make-mc.in: Use Automake conditional USE_SAMBA_FS.
554         Remove any knowledge of SAMBAFILES. Merge object files with
555         libsamba.a if USE_SAMBA_FS is true. Propagate "mostlyclean"
556         to the `samba' directory. Don't ignore errors from ranlib.
558         * samba/Makefile.in: Make *clean targets Automake-compatible.
559         Don't ignore errors from `rm'.
561         * samba/configure.in: Use AC_CHECK_TOOL to find AR.
562         * samba/Makefile.in: Remove useless rules, including defunct
563         dependency tracking. Create libsamba.a from the object files.
565 2001-03-07  Pavel Roskin  <proski@gnu.org>
567         * cpio.c (cpio_skip_padding): Warning fix.
568         * fish.c (dir_load): Likewise.
569         * mcfs.c: Likewise.
571         * extfs/uzip: New file from Oskar Liljeblad.
572         * extfs/README.uzip: Likewise.
573         * extfs/Makefile.am: Adjust for constant uzip.
575 2001-03-07  Pavel Machek  <pavel@bug.ucw.cz>
577         * extfs/*uzip*: replace uzip with perl version by
578         Oskar Liljeblad <osk@hem.passagen.se>
580 2001-03-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
582         * vfs.[ch] (vfs_parse_ls_lga, vfs_parse_filemode): p constified
583         (vfs_strip_suffix_from_filename): filename constified
584         (vfs_parse_ls_lga): memory leaking fixed when line can't be parsed,
585         chomping unified
587 2001-03-04  Andrew V. Samoilov  <sav@bcs.zp.ua>
589         * extfs/patchfs: LANG overrides LC_TIME at least in glibc,
590         so use LC_ALL=C to override any locale
591         * smbfs.c (smbfs_open_link): service initialized
592         * (my_forget): new features of vfs_split_url used
594 2001-03-01  Pavel Roskin  <proski@gnu.org>
596         * extfs/uzip.in (mczipfs_list): Allow filenames with colons.
597         Reported by Christian Gennerat.
599 2001-02-28  Pavel Machek  <pavel@bug.ucw.cz>
601         * vfs.c (mc_def_ungetlocalcopy): Cleanup of error handling.
603 2001-02-27  Pavel Machek  <pavel@bug.ucw.cz>
605         * vfs.c (mc_ungetlocalcopy): Do not ignore errors. (Courtesy of
606         "K. Leif D. Van Horn" <leif@kaivo.com>)
608 2001-02-23  Pavel Roskin  <proski@gnu.org>
610         * extfs/lslR (mclslRfs_list): Don't use gawk-specific features.
611         Don't hardcode gawk. Don't rely on the date format occupying a
612         fixed number of fields.
614         * extfs/uzip.in (mczipfs_list): Don't check zipinfo support on
615         the real file - check usage info instead. Use more robust checks
616         for valid lines. Suppress stderr from unzip. Workaround for jar
617         files - fix mode for files ending with slash.
619 2001-02-20  Pavel Roskin  <proski@gnu.org>
621         * vfs.h: Include sys/timeb.h if it's present. Include time.h and
622         sys/time.h as recommended by Autoconf documentation.
623         * cpio.c: Remove all time-related includes - they are in vfs.h.
624         * extfs.c: Likewise.
625         * ftpfs.c: Likewise.
626         * mcfs.c: Likewise.
627         * mcserv.c: Likewise.
628         * tar.c: Likewise.
629         * util-alone.c: Likewise.
630         * vfs.c: Likewise. Include xdirentry.h.
632         * extfs.c: Include xdirentry.h. Undefine ERRNOR before
633         redefining it.
635 2001-02-19  Pavel Roskin  <proski@gnu.org>
637         * shared_tar_ext.c (__find_entry): Make sure that the parent is a
638         directory even if the child is not.
640         * extfs/mailfs (parse_date): Correctly handle two-digit years
641         between 1970 and 1999.
643 2001-02-14  Pavel Roskin  <proski@gnu.org>
645         * vfs.c (vfs_parse_filedate): Don't reset got_year to 0 while
646         checking for ctime() format.
647         From Peter Daum.
649 2001-02-11  Pavel Roskin  <proski@gnu.org>
651         * extfs/mailfs (parse_date): Workaround for Y2K bugs. Support
652         for dates found in AOLMail(SM) messages. Accept single-digit
653         hours and missing seconds. Provide a fallback if cannot parse
654         the date.
655         (process_header): Typo fix. Use \s instead of space in regular
656         expressions.
658 2001-02-10  Pavel Roskin  <proski@gnu.org>
660         * extfs/uzip.in: Preserve permissions of FAT and NTFS archives,
661         including the directory bit. This fixes crashes on some FAT
662         archives.
664 2001-02-09  Pavel Roskin  <proski@gnu.org>
666         * samba/configure.in: Remove more useless tests.
667         * samba/tests/crypttest.c: Remove.
668         * samba/tests/fcntl_lock.c: Likewise.
669         * samba/tests/shared_mmap.c: Likewise.
670         * samba/tests/sysv_ipc.c: Likewise.
671         * samba/samba-files: Likewise.
672         * samba/smbadduser: Likewise.
673         * Make-mc.in: Adjust for the above.
674         * samba/include/includes.h: Removed definitions related to the
675         above tests.
677         * Make-mc.in: Eliminate ubiqx.
678         * samba/Makefile.in: Likewise. Remove some unused variables.
679         * samba/include/includes.h: Eliminate dependency on ubiqx.
680         * samba/include/nameserv.h: Likewise.
681         * samba/include/proto.h: Remove prototypes from nmbd/*.
682         * samba/ubiqx/*: Remove.
684         * samba/configure.in: More useless stuff removed.
685         * samba/Makefile.in: Likewise.
686         * Make-mc.in: Remove samba/smbwrapper directory.
687         * samba/smbwrapper/smbw.h: Remove.
688         * samba/include/includes.h: Don't include smbw.h.
690         * samba/configure.in: Don't check for things that are unused.
691         Remove support for building shared libraries.
692         * samba/Makefile.in: Remove support for shared libraries and
693         quota.
695         * samba/configure.in: Don't check for any 64-bit functions and
696         syscall() - they are not needed.
698         * samba/configure.in: Remove the test for
699         HAVE_EXPLICIT_LARGEFILE_SUPPORT, since it's incompatible with
700         the rest of the source that doesn't use explicit 64-bit calls.
702         * Make-mc.in: Always check for samba/Makefile before descending
703         there. Don't ever ignore errors from "cd". Use $(MAKE), not
704         make. Formatting changes.
706 2001-02-08  Pavel Roskin  <proski@gnu.org>
708         * Make-mc.in: Undo previous fix. Don't run "make clean" in
709         samba/ if samba/Makefile is missing.
711         * Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
712         may be missing. Clean using the rule from samba/Makefile.in.
714         * cpio.c: Eliminate C++ comments.
715         * fish.c: Likewise.
717         * Make-mc.in: Use mkinstalldirs to create $(distdir)/extfs,
718         since CVS Automake already creates that directory.
720         * Make-mc.in: Don't add _LARGEFILE64_SOURCE to CFLAGS without
721         testing - it breaks on HP-UX 10.20.
723 2001-02-07  Pavel Roskin  <proski@gnu.org>
725         * Make-mc.in: Don't distribute samba/tests/trapdoor.c and
726         samba/tests/ftruncroot.c.
728         * samba/configure.in: Remove tests for setresuid and setresgid.
729         * samba/include/includes.h: Remove declarations of setresuid and
730         setresgid.
732         * samba/configure.in: Don't check for root permissions. Don't
733         call tests/trapdoor.c and tests/ftruncroot.c.
734         * samba/tests/trapdoor.c: Remove.
735         * samba/tests/ftruncroot.c: Likewise.
736         * samba/tests/summary.c: Don't warn about trapdoor uid systems.
738         * Make-mc.in: Don't link container.o into libvfs-mc.a - it's
739         not used.
741         * samba/aclocal.m4: Fix underquoting.
742         * samba/configure.in: Fix underquoting. Don't use loff_t as the
743         second argument to AC_CHECK_TYPE - it's not a builtin type.
745         * samba/configure.in: Remove checks for statvfs and friends -
746         they are irrelevant to the client code.
747         * samba/tests/summary.c: Likewise.
749 2000-12-15  Andrew V. Samoilov  <sav@bcs.zp.ua>
751         * extfs/urar.in (list): better solution to prevent duplication
753 2000-12-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
755         * extfs/urar.in (LC_ALL): set to C to prevent localization,
756         (mcrarfs_list): directories placed first to prevent duplication
758 2000-10-31  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
760         * ftpfs.c (dir_load): From Roland Mainz
761         <Roland.Mainz@informatik.med.uni-giessen.de>: add '.' and '..'
762         directories
764         * *.c: From Roland: it is not possible to g_free() something
765         allocated by strdup(), because g_malloc might be different for
766         malloc. Therefore wrapped strdup into g_strdup() wrapper.
768 2000-10-22  Andrew V. Samoilov  <sav@bcs.zp.ua>
770         * samba/libsmb/nterr.c (nt_errs): constified
772         * samba/libsmb/smberr.c (dos_msgs, server_msgs, hard_msgs,
773         err_classes): ditto
775         (smb_errstr): err constified to avoid warnings
777 2000-10-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
779         * ftpfs.c (open_data_connection): don't generate //filename, some
780         ftp servers can't store it;
782         (command): g_strdup_vprintf() and g_strconcat() replaced
783         by g_strdup_vprintf(), g_realloc() and strcpy()
784         to reduce memory usage when trailing "\r\n" added;
786         (ftpfs_set_debug, ftp_data): ftp_data.logfile assigned with logfile
787         value to log servers replies
789 2000-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
791         * sfs.c (redirect): temporary file unlinked on error;
793         (sfs_init): warnings are localized
795 2000-10-05  Pavel Roskin  <proski@gnu.org>
797         * extfs/rpm: If rpm indicates an error create a virtual file
798         ERROR and put error messages there.
800 2000-09-25  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
802         * extfs/mcunarj.diff: better version from Christian Gennerat
803         <christian.gennerat@vz.cit.alcatel.fr>
805 2000-09-21  Pavel Roskin  <proski@gnu.org>
807         * extfs/uzoo.in: Suppress output from grep. Don't use '~',
808         use $HOME instead - it's more portable.
810 2000-08-24  Pavel Roskin  <proski@gnu.org>
812         * extfs/Makefile.am: all scripts should be executable
814 2000-09-18  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
816         * extfs/patchfs (LC_TIME): patch by Martin Bialasinski:
817         override locale for dates
819 2000-09-14  Pavel Machek  <pavel@bug.ucw.cz>
821         * vfs.c, extfs/{a,extfs.ini}: Improved /#a filesystem
823 2000-09-14  Pavel Roskin  <proski@gnu.org>
825         * Make-mc.in: direntry.c was listed twice in VFSSRCS
827         * Make-mc.in: removed commands to build standalone libvfs -
828         they are now in Makefile.am. Create links in the build
829         directory - source directory may be read-only. Removed hack
830         with mcservx - it's no longer needed.
832         * ftpfs.h: include "xdirentry.h" instead of "vfs/xdirentry.h"
834 2000-09-05  Pavel Roskin  <proski@gnu.org>
836         * Make-mc.in: don't ignore errors in the distdir target
838 2000-08-24  Pavel Roskin  <proski@gnu.org>
840         * extfs/Makefile.am: new file
841         * Make-mc.in: remove stuff pertinent to the extfs directory
843 2000-08-24  Pavel Roskin  <proski@gnu.org>
845         * Make-mc.in: don't ignore error installing mcserv.
846         Create directories before installing into them.
848 2000-08-18  Pavel Roskin  <proski@gnu.org>
850         * Make-mc.in: adjusted lists of distributed files.
851         Makefile rebuilding fixed.
853 2000-08-08  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
855         * ftpfs.c (dir_load): taken it out, it needs to correctly provide
856         parent, this way it breaks things.
858         * uzip.in: change by Dmitry Borodaenko <d.borodaenko@belcaf.com> to
859         display zip files in fat and ntf formats
861 2000-08-04  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
863         * ftpfs.c (dir_load): add . and .. to ftpfs listings, courtesy of
864         Roland.Mainz@informatik.med.uni-giessen.de
866         * util-alone.c (message_1s1d): added missing function
868 2000-08-03  Pavel Roskin  <proski@gnu.org>
870         * undelfs.h: Removed
872 2000-08-02  Pavel Roskin  <proski@gnu.org>
874         * Make-mc.in: Filters apt, audio, deba, debd and dpkg are now
875         distributed. Added some comments to prevent future errors.
876         "make distclean" now cleans generated filters.
878         * samba/configure.in: Fixed sloppy output. The fix also sent to
879         the Samba team.
881         * samba/include/stamp-h.in: Added to CVS.
883 2000-05-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
885         * vfs.c (mc_[un]def_getlocalcopy): better error handling on writing
887 2000-05-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
889         * ftpfs.c: (my_get_host_and_username) space between macro name and
890           parentheses removed
892 2000-05-15  Andrew V. Samoilov  <sav@bcs.zp.ua>
894         * tar.c (read_header): memory leaking for empty symlink's names fixed
896         * utilvfs.c (vfs_split_url): *host is not assigned if host is null
898         * ftpfs.c (login_server): new features of vfs_split_url () used,
899           my_get_host_and_username became macro
901         * vfs.c (mc_opendir, mc_chdir): unneeded calls to concat_dir_and_file
902           removed (vfs_canon removes trailing '/')
904         * sfs.c (vfmake, redirect): allocated memory realeased on errors
906 2000-05-10  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
908         * direntry.c (vfs_s_new_inode): Do not leave st_nlink uninitialized.
910 2000-05-08  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
912         vfs/extfs/uha.in: add HSC type archives
914 2000-05-01  Pavel Machek  <pavel@bug.ucw.cz>
916         * direntry.c (vfs_s_inode_from_path): fix for stating / directory
917         done properly
919         * vfs.c: == 0 is right test of eof.
921 2000-04-28  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
923         * direntry.c (vfs_s_internal_stat): added ugly special case for /
924         of archive to always exist. It seems I'm hiding some underlying
925         problem :-(.
927 2000-04-26  Andrew V. Samoilov  <sav@bcs.zp.ua>
929         * direntry.c (vfs_s_find_entry_tree): segfault fixed when root is NULL
931         (vfs_s_new_inode, vfs_s_new_entry): g_new replaced by g_new0
933         * ftpfs.c (dir_load): ent->name is free()d for "." and ".."
935         (ftpfs_directory_timeout): default value changed to 900
937         (netrc_next): "const char * const keywords" go to rodata and is shared
939 2000-04-16  Pavel Machek  <pavel@bug.ucw.cz>
941         * vfs.c (vfs_type): FL_NO_LOCALHASH for prevention of obscure
942         deadlocks with podfuk
944         * direntry.c: fix behaviour when stating / directory of ftp
945         archive
947 2000-04-15  Timur Bakeyev  <mc@bat.ru>
949         * ftpfs.c (netrc_next): "const char * keywords" is pretty nice.
951         * ftpfs.c (dir_load): At last, found place, that broke handling
952         directories with spaces in name. Problem was in prepending "/"
953         to "." for current directory. Which was, obviously, wrong. Hacked
954         to make just "LIST -la ." instead.
956 2000-04-12  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
958         * extfs/lslR.in: Patch by tnovak@ipex.cz: allow spaces in filenames
960 2000-04-10  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
962         * extfs/audio: Added a way to browse audio CDs conviently
964         * undelfs.c: use NULLs instead of 0s when you assign to pointers!
966 2000-04-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
968         * utilfs.c (vfs_split_url): don't assign *pass if pass is NULL
969         * fish.c (archive_open, archive_same): memory allocated by
970           vfs_split_url () must be released after use, don't strdup()
971           values allocated by vfs_split_url () and NULL passed to
972           vfs_split_url () when password value is unused
973         * ftpfs.c (archive_open, archive_same): ditto plus same for
974           ftpfs_get_proxy_host_and_port ()
976 2000-04-06  Timur Bakeyev  <mc@bat.ru>
978         * ftpfs.c (netrc_next): Turned strange "const char * const keywords"
979         into more alike "const char const * keywords". Still, think, it's
980         too strict.
982         * smbfs.c: Add #define BOOL_DEFINED before inclusion of samba headers.
983         Libncurses(or slang?) defines BOOL and that can cause problems. (In fact,
984         I can't find references to that const, but sure, I hade reason to do that:)
986         * util-alone.h: Declare load_anon_passwd() to avoid warnings.
988 2000-03-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
990         * vfs.c (mc_def_getlocalcopy): free() replaced by g_free() to prevent
991         crashes with mad, thanks to Timur I. Bakeyev <timur@bat.ru>
992         * fish.c (linear_start): Name wasn't freed after usage.
993         * cpio.c (cpio_ungetlocalcopy): Return type changed to int,
994         function return 0 now.
995         * direntry.c (vfs_s_close, vfs_s_resolve_symlink): Memory allocated
996         by vfs_s_fullpath() is freed after use.
997         * ftpfs.c (linear_start): Ditto.
999 2000-04-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1001         * ftpfs.c (send_ftp_command): return from vfs_s_get_path_mangle is
1002         not strdupped(), so it must not be g_free'd.
1004 2000-03-29  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1006         * fish.c: Patch by <rebel@atrey.karlin.mff.cuni.cz>: make
1007         fish work better with files files like "this is sentence"
1009 2000-03-28  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1011         * extfs/*rpm: Patch by <rebel@atrey.karlin.mff.cuni.cz>: set
1012         locale to C so that rpm does not confuse us
1014 2000-03-06  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1016         Patch by  Andrew V. Samoilov <sav@bcs.zp.ua>
1018         * vfs.c (vfs_parse_ls_lga): don't hard code st_ino and st_dev to 0's,
1019           these variables must be assigned in vfs_s_new_inode () or extfs
1020           layer, so ftpfs subdirectories now can be copied.
1022 2000-02-25  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1024         Patch by  Andrew V. Samoilov <sav@bcs.zp.ua>
1026         * vfs.[ch] (vfs_canon, mc_open, vfs_file_is_local,
1027           mc_(un)?getlocalcopy): added const qualifier
1028         (mc_def_getlocalcopy): tempnam() returns malloc()ed buffer,
1029           so, free() it, not g_free();
1030         (vfs_canon): prepend filename by cwd when tilde '~' cannot be expanded;
1032 2000-02-23  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1034         * cpio.c: cpio.h is missing, so don't try to include it. (It is
1035         not needed, anyway. Strange.)
1037         * Makefile.in (NONETFILES): cpio added to compilation list
1039 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1041         * ftpfs.c: Definition of PORT changed in the middle of ftpfs.c
1042         with unexpected side effects (only when HSC_PROXY was
1043         defined). Introduce HSC_PROXY_PORT and FTP_COMMAND_PORT and use
1044         where appropriate.
1046         (dir_load): Do not hard code the directory cache timeout to 10
1047         seconds. Instead use the setting from Options/Virtual VFS ...
1049         * fish.c (file_store): honour changed semantics for return value
1050         (on error -1 is expected).
1052         * ftpfs.c (file_store): dito
1054 2000-02-22  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1056         * cpio.c: added. Thanx to Jan Hudec <bulb@centrum.cz>, who wrote
1057         it using code from tarfs.
1059 2000-02-21  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1061         * extfs/uzip.in (nam): y2k fixes (workarounds) by
1062         christian.gennerat@vz.cit.alcatel.fr
1064 2000-02-04  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1066         * ftpfs.c (ftpfs_unlink, *): prepend / so that it actually works
1068 2000-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1070         * xdirentry.h: added prototype for vfs_s_retrieve_file
1072 2000-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1074         * direntry.c: (vfs_s_resolve_symlink, vfs_s_readlink) fixed segfaults
1075         for broken symlinks like 2001 -> The Space Oddysea.
1077 2000-01-24  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1079         * ftpfs.c: vfs semantics has some problems with ~s. What will
1080         happen if we just don't go to home directory of user? (We used to
1081         have /#ftp:hobit/~/ mean home directory of anonymous at
1082         hobit. Thats pretty broken.)
1084         * direntry.c (vfs_s_find_entry_linear): don't sleep after showing
1085         message
1087         * ftpfs.c: cosmetic fixes by Andrew V. Samoilov
1089 2000-01-18  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1091         * ftpfs.c: cosmetic fixes + killed ugly infinite loop, patch
1092         from Andrew V. Samoilov
1094 2000-01-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1096         * extfs.c (extfs_chdir): removed unneeded statment, plus applied
1097         cosmetics fixes from Andrew V. Samoilov
1099 2000-01-02  Martin Bialasinski  <martin@internet-treff.uni-koeln.de>
1101         * extfs/deb.in: Change to the deb vfs. tar has changed, and
1102         depending on the version, it saves files as "./filename" or
1103         "filename".
1105         * From debian: added deba, debd, dpkg, apt script file systems.
1107 1999-12-28  Andrew V. Samoilov  <sav@bcs.zp.ua>
1109         * vfs.c (vfs_parse_filedate): don't decode last columns as year
1112 1999-12-21  Pavel Roskin  <pavel_roskin@geocities.com>
1114         * vfs/vfs.h: use #warning only for gcc. Not all compilers
1115         understand it
1117 1999-12-15  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1119         * Merged changes by Andrew V. Samoilov <sav@bcs.zp.ua>. They are
1120         mostly internationalization + fixing stupid bugs of mine
1122 1999-12-08  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1124         * ftpfs.c: basically replaced ftpfs with new one. Unlike the
1125         previous one, this uses new direntry.c layer, so shared_ftp_fish.c
1126         can be killed.
1128         This is new code, so beware.
1130 1999-11-11  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1132         * shared_ftp_fish.c (s_ungetlocalcopy): need to supply some return
1133         value, too. This code is going to be killed, the sooner the better.
1135         * *.c (mc_[un]getlocalcopy): we really need some return value,
1136         because we can have errors
1138         * fish.c: don't use directory expiration, it does not work,
1139                 use retrieve_file from direntry.c
1142 1999-02-17  Pavel Machek  <pavel@bug.ucw.cz>
1144         * direntry.c (vfs_s_getlocalcopy): fixed segfault, getlocalcopy's
1145         name has to be malloced.
1147 1999-10-07  Miguel de Icaza  <miguel@gnu.org>
1149         * ftpfs.c (linear_read): Applied patch from Alexander V. Lukyanov
1150         <lav@yars.free.net> that makes the code compliant to RFC959
1152 1999-08-30  Miguel de Icaza  <miguel@gnu.org>
1154         * ftpfs.c (insert_dots): Use g_new here.
1156         * shared_ftpfs_fish.c: Style fixes and small fixes
1158 1999-09-22  Bjorn Eriksson  <mdeans@algonet.se>
1160         * extfs/uzip.in: Better handling of zip-archives that contain files
1161         which contain spaces.
1163 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1165         * ftpfs.c (ftpfs_set_debug), vfs.h: added const qualifier.
1167         * mcserv.c: removed definition of mad_strconcat which is also
1168         in mad.c.
1170 1999-09-17  Federico Mena Quintero  <federico@redhat.com>
1172         * smbfs.c: #define NO_CONFIG_H before including the samba
1173         includes; this way it will not re=define HAVE_LIBREADLINE.  This
1174         situation sucks.  Should we change the names of the widget.h
1175         history_*() functions?
1177 1999-09-14  Norbert Warmuth  <nwarmuth@privat.circular.de>
1179         * smbfs.c (various places): Store filenames in memory with the unix
1180         character set and convert it back to the dos character set when
1181         filenames are passed back to the samba server. If samba is configured
1182         correctly this will fix the problems with filenames which contain
1183         national characters.
1185         (bucket_set_authinfo): Set domain, username and password which will
1186         be used to log on and authenticate against the samba server and remember
1187         this information on a host/share basis. If set use PASSWD to get the
1188         password. If already authenticated against the host and share use this
1189         information. If already authenticated against host and IPC$ use this
1190         information. If neither of the former is true ask the user how to
1191         log on.
1193         (authinfo_get_authinfo_from_user): New function. Query the user for
1194         domain, username and password to use for authentication.
1196         (authinfo_free): New function. Free memory in authentication structure.
1198         (authinfo_free_all): New function. Free the list used to remember
1199         authentication information.
1201         (authinfo_compare_host_and_share, authinfo_compare_host): New functions.
1202         Helper functions used to search the authentication list.
1204         (authinfo_add): New function. Add one authentication entry to the
1205         authlist.
1207         (authinfo_remove): New function. Remove one entry from the authlist.
1209         (free_bucket): Free memory associated with one bucket.
1211         (smbfs_get_free_bucket): Initialize the complete connection array
1212         with 0. Free the memory allocated for a bucket and initialize the
1213         bucket before reusing it.
1215         (smbfs_open_link): use new functions to get authentication information
1217         (get_stat_info, smbfs_stat): remove unused variables.
1219 1999-08-31  Federico Mena Quintero  <federico@redhat.com>
1221         * extfs/uzip.in: Handle filenames with spaces better.  Thanks to
1222         Spyridon Papadimitriou <Spyridon_Papadimitriou@gs91.sp.cs.cmu.edu>
1223         for the patch.
1225 1999-08-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1227         * ftpfs.c (translate_path): Remove static buffer from here.
1228         Return a strdupped string now.
1229         (send_ftp_command): Release translate_path result here.
1230         (open_data_connection): Release translate_path result here.
1231         (ftpfs_chdir_internal): Reease it here too.
1233 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1235         * shared_ftp_fish.c (get_line): Fixed off by one error ('\0' might
1236         have been written one slot past the supplied character array).
1238         * ftpfs.c (resolve_symlink_without_ls_options): Don't dump core on
1239         strange symlinks (ls -la doesn't reveal where the symlink points to
1240         and ls -lLa doesn't resolve the symlink either)
1242         Added protection against recursive symbolic links.
1244 1999-08-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1246         * smbfs.c: added missing include file
1248         (browsing_helper): use g_strdup instead of g_new + pstrcpy
1249         (Btw. this is an example why the handholding of smblib gives a
1250         false security feeling. pstrcpy limits the number of characters
1251         copied and is used with a buffer which is smaler than the hard
1252         coded limit in pstrcpy)
1253         (loaddir_helper): ditto
1254         (server_browsing_helper): ditto
1256         (get_remote_stat): fixed memory leaks
1257         (smbfs_loaddir): ditto
1258         (get_stat_info): ditto
1259         (smbfs_stat): ditto
1261         (convert_path): rewritten, now it's much cleaner what it does.
1262         This rewrite was necessary because gcc -O2 choked on glibc 2.1
1263         systems. In that combination strncat is a macro which expands to
1264         strlen and strcat and in vfs/samba/include/includes.h the latter is
1265         defined to __ERROR__XX__NEVER_USE_STRCAT___;.
1267 1999-08-18  Norbert Warmuth  <nwarmuth@privat.circular.de>
1269         * direntry.c (vfs_s_getlocalcopy): There's an aditional strdup
1270         needed. In rare cases a pointer was freed twice. Pavel Machek
1271         pointed this out a while ago but obviously it hasn't been fixed yet.
1273         * sfs.c (vfmake): Quote characters with a special meaning to the
1274         shell in filenames/-pathes (Fix Bug #1931, VFS will not work if
1275         your full path has the space character in it.).
1277 1999-08-17  Kjartan Maraas  <kmaraas@online.no>
1279         * fish.c: Fix typo.
1281 1999-08-15  David Martin  <dmartina@usa.net>
1283         * vfs.c (vfs_print_stats): Translate vfs stats
1285         * shared_ftp_fish.c (s_read, s_lseek): Mark strings for translation
1287         * fish.c: Translate messages
1289 1999-08-06  Norbert Warmuth  <nwarmuth@privat.circular.de>
1291         * tar.c (read_header): Don't segfault when a symlink points to the
1292         root directory.
1294 1999-08-01  Norbert Warmuth  <nwarmuth@privat.circular.de>
1296         * vfs.c: Don't close a function definition with "};". SunCC from
1297         2.5.1 chokes on the extra semicolon
1299         (mc_munmap): Don't dereference function pointer when checking for
1300         NULL (this check is supposed to prevent a segfault instead of
1301         causing one). This haven't got noticed up to now becaue there's no
1302         file system with mmap but without munmap.
1304 Tue Jul  6 11:22:40 1999  Timur I. Bakeyev  <mc@bat.ru>
1306         * samba/include/config.h: Removed. Should be generated.
1308 Tue Jul  6 11:18:45 1999  Timur I. Bakeyev  <mc@bat.ru>
1310         * Make-mc.in(XCPPFLAGS): Add necessary paths to allow compile sambafs
1311         when builddir != srcdir. Removed some junk after not coherent patching.
1313 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1315         * Make-mc.in (distcopy): Added a bunch of new lists of files for
1316         the directories in vfs/samba.  Use them in this rule, because
1317         plain wildcards will not work right.
1318         (SAMBA_DIST_TOPLEVEL): Added configure to the list of distributed
1319         files.
1320         Added smbfs.[ch] to the list of sources.
1322 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1324         * Make-mc.in: $SAMBAFILES -> @SAMBAFILES@ in the rule
1325         as well as the dependencies.
1327 1999-06-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1329         * smbfs.c       (get_remote_stat): Change debug level.
1331         (get_stat_info): 2 line fixes from Wayne to check the
1332         cache properly.  WOOOOHOOOO!  Works like a charm.
1334 1999-06-14  Wayne Roberts  <wroberts1@cx983858-b.orng1.occa.home.com>
1336         * vfs/smbfs.c: New file.  Implements the Samba-based file system.
1338         * vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.
1340         * vfs/vfs.c (vfs_file_is_smb): implemented.
1341         (vfs_init) register smbfs.
1343         * vfs/samba: Incorporate SAMBA source code required for smbfs
1345 Fri Jun 18 11:49:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1347         * ftpfs.c (resolve_symlink_with_ls_options): Some ftp servers don't
1348         make a difference between "LIST -la" and "LIST -lLa". If we find such
1349         a server don't use -lLa when resolving symbolic links.
1351 1999-05-12  Christian GENNERAT  <christian.gennerat@alcatel.fr>
1353         * urar.in, uzip.in: patches to use in #urar and #uzip the new features
1354         added in mc-4.5.31 (unlink, mkdir, rmdir)
1356 1999-04-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1358         * extfs/deb.in (mcdebfs_run): Quote string properly, fix suggested
1359         by debian mantainer
1361 1999-04-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1363         * extfs/uzip.in (nam): Handle new unzips.
1365 Fri Apr 23 21:02:32 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1367         * ftpfs.c (retrieve_dir): If we don't get any valid directory entry
1368         (i.e. not even "." and "..") check whether the directory is empty
1369         or not existend (instead of failing with "ftpfs: failed").
1371 1999-04-23  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1373         * vfs.c (vfs_parse_filemode): fix for solaris which uses 'l'
1374         instead of 'S'.
1375         (vfs_parse_ls_lga): do not silently ignore parsing errors.
1377 Wed Apr 21 21:59:50 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1379         * extfs.c (extfs_open): tempnam returns a malloced string, no need
1380         to strdup it
1382         (various places): use free instead of g_free to free string returned
1383         by tempnam.
1385 1999-04-21  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1387         * urar.in, uzip.in: rolled in patches from "christian.gennerat"
1388         <christian.gennerat@vz.cit.alcatel.fr> for better handling of
1389         spaces and copyin-feature-addon.
1391 1999-04-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1393         * extfs.c (get_path_from_entry): Fix a crash here.
1395 1999-04-12  Andrew T. Veliath  <andrewtv@usa.net>
1397         * extfs.c (extfs_unlink):
1398         (extfs_mkdir):
1399         (extfs_rmdir):
1400         (remove_entry): New functions.
1401         (vfs_extfs_ops): Add unlink, mkdir and rmdir functions to table.
1402         Add descriptions for these to the extfs README.
1404 1999-04-12  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1406         * Make-mc.in (DISTVFS): try to distribute files needed for
1407         building libvfs.so alone
1408         (EXTFS_MISC): include uarj and unarj.diff in distribution
1410 1999-04-08  Owen Taylor  <otaylor@redhat.com>
1412         * extfs/deb.in extfs/ulha.in extfs/ucpio.in: Fix
1413         up "TMP RACE" comments so they are at least secure,
1414         if not terribly robust.
1416 1999-03-31 Serge Winitzki  <swinitzk@hotmail.com>
1418         * added copy_in capability to mtools filesystem
1420 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1422         * vfs.c (vfs_add_current_stamps): Only do stamping of the panels
1423         if they exist.
1425         * mcserv.c: #include <sys/wait.h>
1426         (get_client): Put `#ifdef __EMX__' around an otherwise-unused
1427         variable.
1429         * utilvfs.c (vfs_split_url): Fix NULL <-> 0 confusion when
1430         comparing characters.
1432         * ftpfs.c (retrieve_dir): Removed unused variable dot_dot_found.
1434         * extfs.c (extfs_init): Assign `key' to c, not `&key'.
1436 Sun Mar 28 23:50:47 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1438         * vfs.h (vfs_translate_url): Fixed the macro which is used when
1439         compiling without vfs.
1441 1999-03-22  David Martin  <dmartina@mailexcite.com>
1443         * ftpfs.c: Internationalize the messages that are displayed as
1444         hints.
1446 1999-03-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1448         * extfs.c (extfs_init): Fix the code here:  If the key is empty or
1449         only contains a new line, C would be pointing into an invalid location.
1451 Mon Mar 22 02:56:23 1999  Timur I. Bakeyev  <mc@bat.ru>
1453         * Makefile-mc.in: s/$(libdir)\/extfs/$(extfsdir)/
1455 Mon Mar 22 02:00:16 1999  Valery Kornienkov  <vlk@st.simbirsk.su>
1457         * extfs/uha.in: Add support for ha archives.
1459 1999-03-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1461         * vfs.c (vfs_parse_ls_lga): Handle stupid servers that send n_link
1462         set to zero.
1464 1999-03-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1466         * vfs.h: Make it compile in AIX.  Boy do those guys polute the
1467         name space.
1469 1999-03-09  Shooby Ban  <bansz@szif.hu>
1471         * extfs/extfs.ini: Corrected rpms -> rpms:
1472         by Balazs Nagy <julian7@kva.hu>
1474 1999-03-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1476         * vfs.c (parse_ls_lga): kill the messages on each error.
1478 Tue Feb 16 12:11:04 1999 Paul Sheer  <psheer@obsidian.co.za>
1480         * mcserv.c, mcfs.c: mcserv and mcfs exchange st_dev instead
1481         of st_rdev. This makes stats on device files useless. Fixing
1482         this does not break anything, but adds the ability to copy
1483         device files properly. Ideally, both st_dev and st_rdev should
1484         be returned for those programs that use the vfs to properly
1485         recreate hardlinks. Whose idea was it to only return one of
1486         these???
1488 1999-02-12  Sergey Korshunoff  <seyko@p5.f434.n5020.z2.fidonet.org>
1490         * unlha.in: Fix the problem of having incorrect pathnames when
1491         pulling out files from the LHA file.
1493 Sat Feb  6 23:44:28 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1495         * tar.c (read_header): Treat hardlinks correctly.
1497 Mon Feb  1 19:32:12 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1499         * ftpfs.c (insert_dots): renamed from insert_dot. We have to
1500         insert ".." as well or directories from ftp servers which don't
1501         list "." and ".." are displayed with an additional "/".
1503 Mon Feb  1 02:55:07 1999  Timur I. Bakeyev  <mc@bat.ru>
1505         * tcputil.c: One more my bug with '\0' -> NULL. Oops..
1507 Mon Feb  1 01:45:08 1999  Timur I. Bakeyev  <mc@bat.ru>
1509         * mcserv.c: If setuid() is avaliable, use it, even, streuid() also
1510         present. (BTW, bsdi uses it's own auth system..)
1512 Sun Jan 31 20:51:17 1999  Alexander Savelyev  <fano@vcom.kiev.ua>
1514         * mcserv.c (do_auth): mcserv never auth properly on bsdi.
1515         (mc/vfs/mcserv.c do_auth() on bsdi we must use setuid() not
1516         setreuid()).
1518         * tcputil.c: use correct signal handler (void func(int)) on BSDI
1520 Sun Jan 31 20:41:00 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1522         * mcserv.c (do_link): Removed duplicate invokation of link. Thanks
1523         to Grzegorz Makarewicz <mak@mikroplan.com.pl> for spotting this.
1525 Sun Jan 31 20:04:13 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1527         * vfs.c (vfs_strip_suffix_from_filename): Whoever replaces every
1528         occurance of 0 with NULL should stop this stupidy. And replacing
1529         '\0' with NULL is plan wrong!!. Reverted this replacement.
1531         * ftpfs.c (load_no_proxy_list): ditto
1533 Sun Jan 31 19:57:24 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1535         * ftpfs.c (insert_dot): New function. Insert a "." into the linked
1536         list. Stat'ing the root directory of a ftpfs fails if the dot is
1537         missing.
1539         (retrieve_dir): insert "." into the linked list if the ftp server
1540         haven't send it.
1542 Sun Jan 31 19:50:24 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1544         * The following changes make ftpfs work with a remote AmiTCP
1545         server are the result of somehow longish EMail debugging session. I
1546         don't know any public server of this kind but I was told the
1547         combination Unix/Amiga boxes are often used in intranets.
1549         * ftpfs.c (translate_path): New function. Translate a Unix path,
1550         i.e. MC's internal path representation (e.g. /somedir/somefile) to
1551         a path valid for the remote server. Every path transfered to the
1552         remote server has to be mangled by this function right prior to
1553         sending it. Currently only Amiga ftp servers are handled in a
1554         special manner.
1556         * ftpfs.c (various places): use translate_path
1558         * ftpfs.c (login_server): Assume we have to mangle pathnames if
1559         the greatings string from the server contains the word Amiga. If
1560         this assumption is wrong I have to find another way to turn on
1561         path translation.
1563         * ftpfs.c (ftpfs_get_current_directory): Prepend a leading slash
1564         if it is missing. MC needs it as seperator between hostname and
1565         path in its internal url representation.
1567 1999-01-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1569         * vfs.c (vfs_parse_ls_lga): attempt to correctly work against
1570         Notwell 4
1572 Wed Jan 27 03:09:48 1999  Timur I. Bakeyev  <mc@bat.ru>
1574         * All around the source: Changed copy_strings() to g_strconcat(). Modi-
1575         fy last parameter in concat_dir_and_file() to "" - to prevent stack from
1576         disbalancing.
1578 1999-01-25  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1580         * Makefile.am (libvfs_la_SOURCES): Added utilvfs.h.
1581         * Make-mc.in (VFSHDRS): Likewise.
1583 Sat Jan 23 18:40:19 1999  Timur I. Bakeyev  <mc@bat.ru>
1585         * utilvfs.c (append_path_sep): Removed - concat_dir_and_file(dir, NULL);
1586         gives the same effect.
1588 1999-01-21  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1590         * utilvfs.c (append_path_sep): Fixed, it was broken for paths
1591         which already have a / at the end.
1593 Fri Jan 22 01:41:25 1999  Timur I. Bakeyev  <mc@bat.ru>
1595         * undelfs.c: Found one more unconverted realloc() call.
1597 1999-01-20  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1599         * undelfs.c (undelfs_loaddel): Fix Timur's changes.
1601 Thu Jan 21 00:58:12 1999  Timur I. Bakeyev  <mc@bat.ru>
1603         * Actually commit all changes :>
1605 Tue Jan 19 05:15:49 1999  Timur I. Bakeyev  <mc@bat.ru>
1607         * Converted all occurences of DIR_SEP_CHAR and "/" to PATH_SEP and
1608         PATH_SEP_STR. Additionall cleanups of the memory code.
1610         * utilvfs.h: Added several defenitions for common sizes for buffers.
1611         It seems, most of us experience problems, when inventing size for new
1612         buffer. This is much better and portable way to eliminate the problem.
1614 1999-01-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1616         * vfs.h: The correct thing to use is PATH_SEP and PATH_SEP_STR
1618 Sun Jan 17 16:19:48 1999  Timur I. Bakeyev  <mc@bat.ru>
1620         * Converted memory managment to Glib. Now we use g_new()/g_malloc()/
1621         g_strdup()/g_free() routings. Also, copy_strings() replaced by
1622         g_strconcat(), and sprintf() by g_snprintf().
1624         * utilvfs.h: New header file. Introduced as a stock header, which keeps
1625         all includes in a right order, to avoid order-dependence mistakes.
1627 Sun Jan 17 15:49:39 1999  Paul Sheer  <psheer@obsidian.co.za>
1629         * direntry.c: vfs_s_find_entry_tree changed to follow
1630         symlinks properly. Symlinks are now always followed
1631         except for the last part of the filename.
1632         vfs_s_resolve_symlink() now converts absolute paths to
1633         ../../file notation so that they can be easily resolved
1634         within the tree.
1636         * tar.c: . and .. are missing from directory entries,
1637         making it impossible to resolve links - fixed.
1639 1999-01-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1641         * vfs.c (mc_get_current_wd): Do not die.  Truncate the pathname.
1643 1999-01-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1645         * sfs.c (redirect): tempnam returns a malloc()ed buffer.
1647 Sat Jan  9 19:15:00 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1649         * vfs.c (vfs_timeout_handler): Guard from recursive invocation.
1651 Sat Jan  9 19:13:28 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1653         * sfs.c (sfs_free): Fixed wrong linked list handling (head was
1654         lost after the first iteration).
1656         (sfs_getid): dito, return value was wrong.
1658 Sat Jan  9 22:49:02 1999  Timur I. Bakeyev  <mc@bat.ru>
1660         * vfs.c (parse_ls_lga): Rewrite function to make it more stright.
1661         Also, fixed some bugs in parsing (and add new ones:), which diasallowed
1662         proper parsing of device major and minor numbers. Some other fixes. Add
1663         several new is_*() functions to make code readable.
1665 1999-01-08  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1667         * vfs.h (vfs_strip_suffix_from_filename): Typo fix.  Include
1668         defines for non-vfs compilation.
1670 Fri Jan  8 20:03:36 1999  Andrej Borsenkow  <borsenkow.msk@sni.de>
1672         * vfs.c (vfs_parse_filedate): I forgot to set got_year in one place
1673         (where YY-MM-DD is parsed).
1675 Thu Jan  7 06:24:25 1999  Andrej Borsenkow  <borsenkow.msk@sni.de>
1677         * vfs.c (vfs_parse_filedate): If the date is less than 6 months
1678         in the past, it is shown without year. In this case MC assumed
1679         the current year which is wrong from Jan to Jun.
1681 Thu Jan  7 03:47:35 1999  Timur I. Bakeyev  <mc@bat.ru>
1683         * vfs.c (parse_ls_lga): Fixed Y2K typo pointed by Alex.
1685 Thu Dec 31 08:47:15 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1687         * sfs.c (sfs_nothingisopen): Assume for now it's always save to free
1688         this filesystem and delete temporary files. This needs further
1689         investigation.
1691         * tar.c: deleted unused empty struct tar_super.
1693 Thu Dec 31 08:40:44 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1695         * direntry.c: Split fd_usage into fd_usage and ino_usage. fd_usage
1696         was used for external and internal reference count. This was wrong
1697         because we can free resources taken up by the vfs as soon as the
1698         external reference count (now fd_usage) is zero. The internal
1699         reference count (ino_usage) mustn't matter because the vfs has to
1700         clean up itself in the correct order.
1702 Fri Dec 25 21:48:51 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1704         * direntry.c (vfs_s_new_inode): Moved initialization of st_ino
1705         and st_dev from vfs_s_default_stat.
1707         (vfs_s_default_stat): initialize st_ino and st_dev to zero
1709         * tar.c (tar_open_archive): Make a new MEDATA->rdev for every
1710         new archive.
1712 Mon Dec 21 22:55:48 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1714         * tar.c: Deleted global variable tar_gzipped_memlimit.
1716 Wed Dec 16 06:36:42 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1718         * vfs.c (vfs_strip_suffix_from_filename): New function which strips
1719         known vfs suffixes from a filename and returns a malloced string
1720         which has to be freed. Possible improvement: strip vfs suffix from
1721         last path component.
1723         * extfs/*: added "umask 077" to every script.
1725 Tue Dec 15 16:41:50 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1727         * extfs.c (extfs_open), sfs.c (redirect): create files 0600 and
1728         safely w.r.t. symlinks in /tmp
1730 Mon Nov 30 23:49:11 1998  Pavel Machek  <pavel@bug.ucw.cz>
1732         * direntry.c: Hopefully got want_stale_data right...
1734 Wed Nov 25 23:54:23 1998  Pavel Machek  <pavel@bug.ucw.cz>
1736         * vfs.h: use ENETUNREACH if EREMOTEIO error code is not defined,
1737         this is neccessary for Solaris and probably others
1739 Mon Nov 23 17:39:33 1998  Pavel Machek  <pavel@bug.ucw.cz>
1741         * vfs.c (vfs_type_from_op): removing unneccessary code
1743 Wed Dec  9 12:24:52 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1745         * extfs/rpm: commit fix for files with spaces in name by Marc
1746         Merlin (marcsoft@merlins.org)
1748 Mon Dec  7 11:04:57 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1750         * fish.c: default to normal ssh
1751         (open_archive_int): debugging hack killed
1753 1998-12-02  Raja R Harinath  <harinath@cs.umn.edu>
1755         * Makefile.am (EXTRA_DIST): Distribute files that the
1756         BUILT_SOURCES depend on.
1757         (mad.c, mad.h): Don't use GNU make specific features in rule.
1758         (libvfs_la_SOURCES): Update from Make-mc.in.
1760 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1762         * direntry.c (vfs_s_insert_super): This routine does not return
1763         anything.
1765 1998-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1767         * fish.c (FISH_OP): changed snprintf to g_snprintf, as glib is
1768         used anyway.
1770         * xdirentry.h (LINK_NO_FOLLOW):
1771         * tar.c (read_header):
1772         * direntry.c (vfs_s_resolve_symlink):
1773         (vfs_s_inode_from_path):
1774         (vfs_s_open): renamed NO_FOLLOW and FOLLOW to LINK_NO_FOLLOW and
1775         LINK_FOLLOW resp. to avoid problems on solaris, where FOLLOW and
1776         NO_FOLLOW are defined in an enum.
1778         * vfs.h (ELAST): define it to 300, if not already defined, thats a
1779         bad hack, but what can we do....
1781 Wed Dec  2 14:06:49 KST 1998  Sung-Hyun Nam  <namsh@lgic.co.kr>
1783         * direntry.c (vfs_s_new_super): Added the missing return value.
1785 Sun Nov 29 02:54:54 1998  Timur I. Bakeyev  <mc@bat.ru>
1787         * vfs.h: (Temporary?) fix to the compiling error: Some of the error
1788         codes, defined here are Linux specific and unknown to other systems.
1789         Changed to #ifdef's with assigning new codes by means ELAST+offset.
1791 Tue 24 Nov 12:43:20 1998  Peter Kleiweg  <kleiweg@let.rug.nl>
1793         * vfs.c (vfs_parse_ls_lga): ignore trailing + in permission string
1794         which indicate a file with extented attributes (ACL)
1796 Mon Nov 23 21:19:43 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1798         * ftpfs.c (resolve_symlink_with_ls_options): that's resolve_symlinks
1799         we used up to release 4.1.35. It uses LIST -lLa to get symlink stats.
1801         (resolve_symlink_without_ls_options): that's resolve_symlinks
1802         we used in release 4.1.36 and 4.5.[01]. It gets symlink stats from the
1803         directory cache fetching directories if necessary. We got some
1804         complaints about slower ftpfs in the above releases. Now this methode
1805         is no longer the default methode to resolve symbolic links. It is still
1806         needed for ftp servers which don't understand the LIST -lLa command.
1808         (resolve_symlink): Dispatch between the two methods to
1809         resolve symlinks.
1811 Sat Nov 21 21:38:08 1998  Pavel Machek  <pavel@bug.ucw.cz>
1813         * vfs.c (vfs_parse_ls_lga): corrected stupid bug in parse_ls_lga,
1814         thanks to Pavel Roskin for reporting
1816         * direntry.c (vfs_s_lseek): -1 is invalid filehandle, not 0
1818         * utilvfs.c (vfs_split_url): initialize variables so that we do
1819         not return garbage
1821 Sat Nov  7 20:19:14 1998  Pavel Machek  <pavel@bug.ucw.cz>
1823         * vfs.c: Converted g_return_if_fail into vfs_dies(), removed them
1824         where unneccessary. I do not see why passing NULL to vfs_add_stamp
1825         should be invalid -> removed check.
1827 Mon Nov  2 23:09:55 1998  Pavel Machek  <pavel@bug.ucw.cz>
1829         * direntry.c, xdirentry.h: should be now prepared to handle
1830         ftp-like filesystems. This is rather BIG change, altrough it does
1831         not look so. I hope I do not break too many things.
1833 Mon Nov 16 16:39:39 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1835         * vfs.c (vfs_parse_ls_lga): Report unrecognized lines.
1837 Thu Nov 12 11:28:48 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1839         * extfs/rpm: Fix to display files belonging to users with
1840         excessively long usernames
1842 1998-10-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1844         * fish.c (command): Replace vnsprintf with g_strdup_vprintf.  This
1845         is both safe and more correct, as there is no limit on the
1846         pathname.
1848         * ftpfs.c (command): Same as above.
1850         * util-alone.c (print_vfs_message): Same as above.
1852 Wed Oct 28 17:06:57 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1854         * ftpfs.c: report which directory you are listing, fix behaviour
1855         with servers that don't like LIST //. (Nowell) Fix behaviour even
1856         with NT.
1858         * direntry.c (vfs_s_automake): insert newly generated entry
1860         * direntry.c (vfs_s_free_entry): Debugging printf() killed.
1862 Mon Oct 26 00:38:30 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1864         * Make-mc.in: added xdirentry.h to VFSHDRS
1866 Fri Oct 23 12:29:48 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1868         * tar.c (tar_open_archive): do not double-free memory if you can
1869         not open archive, better error handling
1871         * Makefile.in: add direntry.o to list of NONETFILES so we actually compile
1873         * sfs.c, tar.c: remove debugging messages (which really should not
1874         escape from my tree)
1876 Thu Oct 22 22:24:44 1998  Pavel Machek  <pavel@bug.ucw.cz>
1878         * README: added. If you are using emacs or hacking libvfs, please
1879         read this one.
1881         * direntry.{c,h}: new library created, so that same entry/inode
1882         code does not have to be copied in every handler.
1884         * tar.c: converted to use direntry.c library, which means BIG changes.
1886         * ftpfs.c: small updates to make code look nicer
1888 Mon Oct 19 19:40:58 1998  Pavel Machek  <pavel@bug.ucw.cz>
1890         * vfs.h (&more): killed ERRNOR() from vfs.h and put it into files
1891         which actually need it.
1893         * extfs.c: extfs_current_dir killed - it was unneccessary.
1895         * mcfs.c (mcfs_get_path): It is possible for path not to begin
1896         with /#mc:, for example if user does /etc/#mc:. (It is not
1897         correct, of course). Return error, but do not vfs_die().
1899 Sun Oct 18 23:48:00 1998  Pavel Machek  <pavel@bug.ucw.cz>
1901         * lib/mc.ext.in: cpio support fixed. It was broken since time we
1902         started to do #ext syntax.
1904 Sat Oct 17 20:43:20 1998  Pavel Machek  <pavel@bug.ucw.cz>
1906         * vfs.c (mc_open): die() if open is unsupported. If filesytem does
1907         not support open, it is probably stupid typo, so we want bug to be
1908         fixed.
1910 Thu Oct 22 20:30:28 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1912         * ftpfs.c (resolve_symlink, retrieve_dir): Don't timeout and
1913         free dcache while resolving symlinks (i.e. don't free some
1914         pointers which are in use by resolve_symlink).
1916 Mon Oct 19 11:44:47 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1918         * mcfs.c: prefix is mc:, not mcfs:. So now mcfs actually works.
1920 Thu Oct 15 17:17:17 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1922         * shared_ftp_fish.c (s_write): stupid bug fixed
1924 Tue Oct 13 00:22:52 1998  Pavel Machek  <pavel@bug.ucw.cz>
1926         * extfs/*: marked obvious security holes with FIXME: TMP RACE
1928         * vfs.c (mc_def_getlocalcopy): creat->open(..,O_EXCL), to prevent
1929         symlink attack, fixed memory leak along the path
1931 1998-10-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1933         * vfs.c, vfs.h: Indentation chages, ugly macros removed.  I am
1934         going to split this file in the future.
1936 Tue Oct 13 18:43:18 1998  Pavel Machek  <pavel@lomikel.karlin.mff.cuni.cz>
1938         * vfs.c (vfs_add_noncurrent_stamps): Fixed typo reported by Andrej
1939         Borsenkow <borsenkow.msk@sni.de>
1941 Tue Oct 13 12:42:10 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1943         * vfs.h (vfs_struct): renamed to avoid namespace conflict
1945 Mon Oct 12 22:42:30 1998  Pavel Machek  <pavel@bug.ucw.cz>
1947         * sfs.c: reuse mmap from local.c
1949         * ftpfs.c, fish.c, shared_ftp_fish.c: horrible reget hack removed,
1950         and replaced with open(,O_LINEAR); lseek() combination
1952 Sun Oct 11 01:44:37 1998  Pavel Machek  <pavel@bug.ucw.cz>
1954         * mcfs.c (open_tcp_link): Moved: it used to be in utilvfs.c, but
1955         as it deals with portmapper, it is probably usefull for mcfs
1957         * vfs.h (MCERR_*): these are no longer needed
1959         * vfs.c (vfs_translate_url): translating of url's moved to vfs
1960         code
1962         * all around: trying to reduce namespace pollution. All special
1963         functions (like extfs_run) should be done using mc_setctl()
1964         interface. At the end, all non-static functions in vfs layer
1965         should begin with vfs_ and should be declared in vfs.h (however
1966         that goal is far away).
1968         * all over the code: replace X_vfs_ops to vfs_X_ops
1970 Mon Oct  5 20:11:01 1998  Pavel Machek  <pavel@bug.ucw.cz>
1972         * vfs.c: added stat to avoid hiding files by naming them
1973         #ftp:localhost and similar. Vfs will not treat files as local if
1974         they already exists, regardless of name.
1976 Tue Oct  6 15:34:22 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1978         * vfs.h: disable BROKEN_PATHS by default. See if you can live
1979         without cd .. from ftp tree putting you to last directory.
1981 Sat Oct  3 14:28:57 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1983         * ftpfs.c (resolve_symlink): fixed cut'n paste error in my last
1984         change, i.e. make it compile)
1986 Sat Oct  3 01:03:37 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1988         * ftpfs.c (resolve_symlink): minor speed enhancement
1990 Thu Oct  1 18:39:52 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1992         * vfs.h: vfs_force_expire() was incorrectly #define'd
1994 Tue Sep 29 17:23:03 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1996         * extfs.c, sfs.c: added few static's to prevent people from doing
1997         stupid things
1999 Mon Sep 28 21:43:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2001         * vfs.h (struct vfs): renamed errno to verrno because glibc2
2002         defines errno as macro (#define errno (*__errno_location ()))
2004 Mon Sep 28 21:34:03 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2006         * Makefile.in: search config.status in builddir and not in srcdir/..,
2007         i. e. make it compile for builddir != srcdir
2009 Sun Sep 27 16:16:52 1998  Pavel Machek  <pavel@bug.ucw.cz>
2011         * COPYING.LGPL, all over the code: code is now under Library
2012         General Public License (instead of GPL), so non-free applications
2013         can link to it.
2015 Wed Sep 23 22:37:40 1998  Pavel Machek  <pavel@bug.ucw.cz>
2017         * all over the code: added (vfs *) as first argument for functions
2018         that have no other way to know what fs they belong to. This will
2019         be used by object-like tricks, which will allow us to do real
2020         code-sharing: I do not like #including of .c files.
2022 1998-09-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2024         * shared_ftp_fish.c: Addaed prototypes for linear_start, linear_read,
2025         linear_close
2027 Wed Sep 23 15:09:55 1998  Tom Tromey  <tromey@cygnus.com>
2029         * vfs.h (MIN, MAX): Only define if not already defined; glib.h
2030         also defines them.
2032 Wed Sep 23 13:33:14 1998  Pavel Machek  <pavel@ucw.cz>
2034         * ftpfs.c: Fixed segfault caused by unitialized varialble
2036 Wed Sep 23 11:51:12 1998  Pavel Roskin  <pavel_roskin@geocities.com)
2038         * ftpfs.c: Special characters were printed via print_vfs_message.
2039         This caused funny effects if "XTerm hintbar" was on.
2041 Mon Sep 21 11:40:30 1998  Pavel Machek  <pavel@ucw.cz>
2043         * ftpfs.c, fish.c: added O_LINEAR mode to handle linear read of
2044         files in sane way. copy_file_file will make temporary files for a
2045         while (fix pending).
2047         * tar.c: fixed bzip/bzip2 compressed archives
2049 Wed Sep 18 12:51:51 1998  Pavel Machek  <pavel@ucw.cz>
2051         * fish.c, vfs.c: created aliases /#ssh: and /#rsh:
2053         * vfs.h: created ERRNOR() macro which sets my_errno and returns,
2054         which makes vfs's _much_ more readable
2056 Fri Sep 18 10:37:28 1998  Pavel Roskin  <pavel_roskin@geocities.com)
2058         * extfs.c: free() was called twice for the same place in memory
2059         in extfs_open()
2061 Tue Sep 15 20:31:32 1998  Norbert Warmuth  <k3190@fh-sw.de>
2063         * ftpfs.c (ftp_use_unix_list_options): New global variable/option.
2064         If true we try to use 'LIST -la <path>'. When it fails we use the
2065         two commands 'CWD <path>' and 'LIST' instead.
2067         (resolve_symlink): rewritten. Don't get a second directory listing
2068         with `LIST -lLa'. Instead use the cache to get the file stat of
2069         symbolic links. If the directory the symlink points to isn't
2070         already in the cache the directory listing will be fetched and
2071         stored in the directory cache (without resolving symlinks
2072         recursively).
2073         The new method to resolve symlinks is faster if symlinks
2074         the same directory or the directory the symlink points to
2075         is already in the cache.
2076         This function was small and nice until I discovered that it was
2077         broken for symlinks to symlinks. Now it looks ugly and perhaps I
2078         will revert it to use "LIST -lLa" again. With a fast connection it
2079         doesn't matter which methode we use but with a slow connection I
2080         wouldn't hesitate to burn more cpu cycles on the client side.
2082         (retrieve_dir): Added parameter to tell whether to resolve
2083         symlinks (don't resolve symlinks in directory listings retrieved
2084         while resolving symlinks).
2085         When we don't get a directory listing with 'LIST -la <path>' then
2086         try to get it with `CWD <path>; LIST'.
2088 Tue Sep 15 20:27:29 1998  Norbert Warmuth  <k3190@fh-sw.de>
2090         * ftpfs.c (login_server): s/ftpfs_get_host/my_get_host/
2092         (retrieve_file_start2): Don't create target file O_EXCL, in
2093         copy_file_file we check existance of the target file and know
2094         that we want to truncate it (this change was already done a
2095         while back but it was reverted with the vfs-split).
2097 Tue Sep 15 20:15:42 1998  Norbert Warmuth  <k3190@fh-sw.de>
2099         * ftpfs.h (struct connection): added boolean which indicates that
2100         the ftp server doesn't understand Unix ls options
2102         * ftpfs.h (struct dir): added enum to store symlink status of the
2103         in memory directory cache (directory has no symbolic links;
2104         symbolic links but not yet resolved; symbolic links which are resolved)
2106 Tue Sep 15 20:02:08 1998  Norbert Warmuth  <k3190@fh-sw.de>
2108         * shared_ftp_fish.c, fish.c: updated references to retrieve_dir to
2109         honour the additional boolean parameter
2111 Tue Sep 15 00:42:15 1998  Timur Bakeyev  <mc@bat.ru>
2113         * vfs.h: add vfs_split() declaration, to make sfs.c happy.
2115         * Make-mc.in, Makefile.am: Updated to include fish.c
2117 1998-09-14  Norbert Warmuth  <k3190@fh-sw.de>
2119         * sfs.c (sfs_free): assignment operator was used to check for equality
2121 Fri Sep 11 22:36:38 1998  Pavel Machek  <pavel@ucw.cz>
2123         * sfs.c: memory leak fixed
2125         * vfs.c: split parse_ls_lga into more functions
2127         * fish.c added, now you can access files over rsh/ssh connection
2129         * shared*.c: reworked a bit not to include so many of ugly X_'s
2131 Wed Sep  2 13:59:47 1998  Pavel Machek  <pavel@ucw.cz>
2133         * ftpfs.c: cleanup of code, few static's added
2135         * extfs/uarj: added, still, you need patches to unarj to make this
2136         work
2138         * util-alone.c: now includes code from libvfs.c, so we can kill
2139         libvfs.c (which is good thing as it was non-standard in Makefiles)
2141 Sun Aug 30 13:19:49 1998  Pavel Machek  <pavel@ucw.cz>
2143         * undelfs.c: fixed, it has been broken for too long
2145         * vfs.c, ../src/cmd.c: neccessary minor fixes to make undelfs work
2147         * vfs.c: made more fields in *_vfs_ops optional, cleanup of errno
2148         handling in case of NULL in *_vfs_ops.
2150         * extfs.c, ftpfs.c, tar.c: made use of above change
2152         * vfs.c: cleanup of macros generating mc_*()
2154         * libvfs.c: adding variable mc_home
2156 Thu Aug 27 19:45:31 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2158         * extfs.c: mc_extfsdir was not defined in extfs_open()
2160         * Make-mc.in: sfs.c was not compiled, linked and copied out
2161         extfs/sfs.ini was not installed and copied out
2163         * Makefile.am: sfs.c was not linked to standalone VFS
2165 Tue Aug 25 17:54:17 1998  Pavel Machek  <pavel@ucw.cz>
2167         * Added vfs_uid for use by libvfs.so users (rpc.nfsd)
2169         * Added single file filesystem (sfs)
2171         * Added vfs_flags so library users can disable selected
2172         filesystems
2174         * Minor shuffling of functions so garbage collection works for
2175         library
2177 1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
2179         * Makefile.am (mad.c, mad.h): Create symlinks to counterparts in
2180         `mc-src'.
2182 Wed Aug 12 19:04:48 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2184         * extfs/patchfs: %k replaced with more portable %H in the format
2185         for "date" command
2187         * extfs/extfs.ini: Added patchfs and mailfs. Some comments
2188         changed
2190 Tue Aug 11 15:25:52 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2192         * extfs/rpm: Fix for buggy "cut" on HP-UX 10.20 which ignores
2193         lines without enf-of-line.
2195 Mon Jun 01 03:30:07 1998  Alexander Savelyev  <fano@vcom.kiev.ua>
2197         * tar.c (read_header): Support for linkflag on BSDI tar (pax), it
2198         is always 0.
2200 1998-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2202         * ftpfs.c (ftpfs_open_socket): Potential security break fix.
2204 1998-08-06  Raja R Harinath  <harinath@cs.umn.edu>
2206         * Makefile.am (BUILT_SOURCES): Make it `make dist' friendly.
2207         Don't try building this, yet.
2209 1998-07-31  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2211         * Make-mc.in (install.extfs): Splitted install of $(EXTFS_CONST)
2212         and $(EXTFS_OUT) because the first must be installed from
2213         $(srcdir) and the second from $(builddir).
2215 Fri Jul 24 00:22:30 1998  Tom Tromey  <tromey@cygnus.com>
2217         * Make-mc.in (DISTVFS): Changed Makefile.in to Make-mc.in.
2219         * Makefile.am: New file.
2220         * Make-mc.in: Renamed from Makefile.in.
2221         * Makefile.in: Removed.
2223 Mon Jun 29 15:12:55 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2225         * Makefile.in: Rewritten stuff concerning extfs files.
2227 Mon Jun 22 22:30:00 1998  Manish Vachharajani  <mvachhar@vger.rutgers.edu>
2229         * Makefile.in: Remove arfs, since it doesn't seem to exist
2231 Wed Jun 17 Pavel Machek  <pavel@ucw.cz>
2232         * Rename helper scripts (extfs/{rar|lha|...}.in), so their names
2233         are more logical (and so that things actually work, because new
2234         names are currently in extfs.ini).
2236 Wed Jun 17 Pavel Machek  <pavel@ucw.cz>
2237         * Modified code to use tempnam() instead of tmpnam(), fixed
2238         tempnam() to use NULL instead of 0.
2240 Wed Jun  3 Pavel Machek  <pavel@ucw.cz>
2242         * libvfs.c: adding libvfs.c which should contain things specific
2243         to stand-alone libvfs.so. (This file was missing from previous
2244         merge.)
2246 Mon Jun  1 16:00:19 1998  Norbert Warmuth  <k3190@fh-sw.de>
2248         * ftpfs.c (ftpfs_fill_names): use right character to seperate
2249         prefix and username
2251 Mon Jun  1 14:19:20 1998  Bakeyev I. Timur  <mc@bat.ru>
2252         * vfs.c (parse_ls_lga): allow a bit wider range of listings.
2254         * vfs.c (is_time, is_year): new functions
2256 Mon Jun  1 12:47:50 1998  Norbert Warmuth  <k3190@fh-sw.de>
2258         * ftpfs.c (ftpfs_forget): Use the new ftpfs prefix.
2260 Thu May 28 16:42:31 1998  Pavel Machek  <pavel@ucw.cz>
2262         * extfs.c, shared.c, tar.c: I changed semantics in my previous
2263         patch - _get_path() now modifies strings passed to it. I thought
2264         that I were carefull enough not to introduce bugs. You guessed it -
2265         I was not. [Many tar_ and extfs_ functions modify strings passed
2266         to them, but as they are only called from vfs layer, it does not
2267         matter much.]
2268         So I renamed function to alert everyone that semantics changed.
2270         Fixed bugs in timestamping (and segfaults) when you entered tar
2271         inside zip file or similar.
2273         * vfs.c (mc_open): Die if the filesystem doesn't support open
2275 ???         Pavel Machek <pavel@ucw.cz>
2277         * shared.c: Shared parts of extfs.c and tar.c are now in shared.c
2279         * util-alone.*: VFS should be able to compile stand-alone into
2280         libvfs.so usable by anyone. This is first step.
2282         * vfs.c & others: syntax change. We no longer use
2283         tar:/path.tar/file. Now, syntax is /path.tar#utar/file, which has
2284         better defined meaning. Similar changes are done to all other
2285         protocols. This change touched really _many_ places of code.
2288 1998-05-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2290         * vfs.c (MC_DIROP): Macro now returns the proper value.
2292 1998-maj-18  Tamasi Gyorgy (gt_cosy@usa.net)
2294         * Makefile.in ('install' target): 'mcserv' not installed, if
2295         net-code is not enabled by 'configure'.
2297 Thu May 14 02:05:52 1998  Norbert Warmuth  <k3190@fh-sw.de>
2299         * Makefile.in (LIBS): add @LINTL@
2301 Sun May 10 14:51:03 1998  Norbert Warmuth  <k3190@fh-sw.de>
2303         * ftpfs.c (__ftpfs_chdir): CWD command wasn't sent at all. This
2304         optimation is wrong because for directories containing spaces we
2305         have to "CWD <pathname>" and "LIST -la" instead of
2306         "LIST -la <pathname>".
2307         I implemented a different optimation. Now ftpfs_chdir only stores
2308         the new working directory and sets a flag. __ftpfs_chdir is called
2309         when we really want to change the directory on the ftp server.
2311         (resolve_symlink): Log the directory listing to the logfile.
2313         * ftpfs.h (struct ftpfs_connection): Added a (per connection)
2314         cwd_defered flag.
2316 Mon May  4 10:27:49 1998  Norbert Warmuth  <k3190@fh-sw.de>
2318         * Makefile.in: Links to mad.c and mad.h were created wrong when
2319         srcdir != builddir and directory depth to srcdir and builddir were
2320         different (e.g. srcdir=/src/mc and builddir=/src/compile/mc)
2322         * ftpfs.c (retrieve_file_start2): Don't create target file O_EXCL,
2323         in copy_file_file we check existance of the target file and know
2324         that we want to truncate it.
2326 1998-04-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2328         * tar.c (read_header): Mark regular files with S_IFREG.
2330 Tue Apr 28 06:06:03 1998  Norbert Warmuth  <k3190@fh-sw.de>
2332         * extfs.c (extfs_open, extfs_close): Changed my_system(1,...) to
2333         my_system(EXECUTE_AS_SHELL,...), this fixes the broken copyin and
2334         copyout of 4.1.32.
2336 1998-04-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2338         * ftpfs.c (retrieve_file_start2): Open file exclusively.
2339         (retrieve_file): likewise.
2341 1998-03-31  Philippe De Muyter  <phdm@macqel.be>
2343         * vfs.h: compilation fix for m68k-motorola-sysv
2345 Wed Mar 25 19:01:48 1998  Norbert Warmuth  <k3190@fh-sw.de>
2347         * extfs/hp48: Added a usage summary
2349 Mon Mar 23 00:42:21 1998  Christofer Edvardsen  <ce@earthling.net>
2351         * Makefile.in, extfs/extfs.ini, extfs/hp48: New external
2352         filesystem to view and copy files to/from the HP48.
2354 Wed Feb 11 14:09:02 1998  Oleg  <oleg@pobox.com>
2356         * extfs.c: Add support for writtable external file systems.
2357         Required for the httpfs.
2359 Fri Jan 23 07:27:37 1998  Peter Daum  <gator@cs.tu-berlin.de>
2361         * extfs.c (open_extfs_archive): Pass the quoted argument to the
2362         list command.
2364         * mailfs: new file system.
2366 1997-12-21  Yuri Kuzmenko  <Yuri.Kuzmenko@f169.n463.z2.fidonet.org>
2368         * tar.c: fix the bug which core dumps when trying to view tar file
2369         with many files (over 60000).
2371 Mon Jul 21 18:47:37 1997  Miguel de Icaza  <miguel@athena.nuclecu.unam.mx>
2373         * vfs.c (mc_opendir): Do not make conversions between int/void *
2374         to make the code compile and work on the Alpha correctly.
2375         Allocate a pointer to an int and use that instead.
2377 Thu Jul  3 19:08:43 1997  Michele Marziani  <marziani@axpfe1.fe.infn.it>
2379         * extfs/rpm: Small fix for older RPM files.
2381 Mon Jun  9 19:00:30 1997  Norbert Warmuth  <k3190@fh-sw.de>
2383         * vfs/vfs.c (vfs_canon): Fix for the 'cd a:/somedir/..' problem
2385         * vfs/vfs.c (vfs_add_non_current_stamps): when leaving a mtools fs
2386         free the extfs buffers immediatly instead of waiting for the vfs-
2387         timeout
2389 Thu May 29 14:50:41 1997  Miguel de Icaza  <miguel@athena.nuclecu.unam.mx>
2391         * vfs.c (vfs_canon): the "local:" case was consuming one extra
2392         character.  This fixes the bug reported by Andrej.  Also, handle
2393         the non-canonical case of arguments to  local:
2395 Tue May 27 20:38:28 1997  Miguel de Icaza  <miguel@athena.nuclecu.unam.mx>
2397         * mcserv.c (get_client): The parent now waits for the first forked
2398         process, getting rid of the zombies.
2400         * utilvfs.c (open_tcp_link): If we can not contact the remote
2401         portmapper, set the protocol version to 1.
2403 Fri May 16 16:42:18 1997  Tomasz K³oczko, <kloczek@rudy.mif.pg.gda.pl>
2405         * mc.spec: New spec file, this packages mc, mcserv and tkmc.
2407         * lib/mcserv.init, lib/mc.sh, lib/mcserv.pamd: added
2409         * vfs/ext/rpm: instead using sed and rpm -qpi use rpm queries,
2410         more info currently displayed (changeslogs, Os, URL, packager
2412 Tue May 13 18:14:49 1997  Wojtek Pilorz  <wpilorz@bdk.lublin.pl>
2414         * vfs/Makefile.in (INSTALL_PROGRAM): Use -m flag for install to
2415         force vfs scripts to be executable on those systems that use
2416         install.sh
2418         * src/utilunix.c: Implement socketpair for SCO flavored systems.
2420 Mon Mar 17 12:03:50 1997  Norbert Warmuth  <k3190@fh-sw.de>
2422         * configure.in (--with-hsc): fix.
2424         * vfs/ftpfs.c (ftpfs_get_proxy_host_and_port): Fixed wrong parameter
2425         passing (HSC_DEFAULT_PORT was passed as pointer to char instead of
2426         passing it as integer)
2428 Tue Feb 25 20:21:00 1997  Joseph M. Hinkle  <jhinkle@rockisland.com>
2430         * extfs/lha: Updated the lha filesystem and included a command
2431         for running an executable from within an lha archive suggested
2432         by Zdenek Kabelac <kabi@informatics.muni.cz>
2434         * extfs/: Renamed cpio, deb, rar, rpm as *.in files and altered
2435         config.in to create these VFS's for cleaner compilation