2002-08-15 05:33:11 +04:00
|
|
|
|
2002-08-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.h [!USE_VFS]: Declare mc_setctl as static inline function
|
|
|
|
|
to fix warnings.
|
|
|
|
|
|
2002-08-06 10:02:52 +04:00
|
|
|
|
2002-08-06 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* smbfs.c (myumask): Removed. It is only written and never read.
|
|
|
|
|
(smbfs_init): Use PATH_SEP_STR and reformat.
|
|
|
|
|
|
2002-08-01 23:48:21 +04:00
|
|
|
|
2002-08-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mcserv.c: Remove all references to MAD.
|
|
|
|
|
* vfs.c: Likewise.
|
|
|
|
|
|
2002-07-31 15:41:16 +04:00
|
|
|
|
2002-07-31 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-08-01 23:48:21 +04:00
|
|
|
|
* samba/libsmb/clientgen.c (cli_send_tconX): Add missing
|
2002-07-31 15:41:16 +04:00
|
|
|
|
unix_to_dos() call.
|
2002-07-31 16:03:02 +04:00
|
|
|
|
(cli_printjob_del): Commented out.
|
|
|
|
|
(cli_print_queue): Ditto.
|
|
|
|
|
* samba/lib/system.c (sys_waitpid): Ditto.
|
2002-07-31 17:52:04 +04:00
|
|
|
|
* samba/lib/util.c (reg_split_key): Ditto.
|
|
|
|
|
(reg_get_subkey): Ditto.
|
2002-07-31 15:41:16 +04:00
|
|
|
|
|
2002-07-29 19:19:36 +04:00
|
|
|
|
2002-07-29 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* samba/configure.in: Don't check for union semun.
|
|
|
|
|
* samba/include/includes.h [!HAVE_UNION_SEMUN]: Don't
|
|
|
|
|
declare union semun.
|
|
|
|
|
|
2002-07-27 01:58:43 +04:00
|
|
|
|
2002-07-26 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_find_entry_linear): Canonicalize path before
|
|
|
|
|
searching.
|
|
|
|
|
|
2002-07-26 00:33:31 +04:00
|
|
|
|
2002-07-25 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-07-26 05:33:40 +04:00
|
|
|
|
* xdirentry.h (vfs_s_fh.u.fish): Add append field.
|
|
|
|
|
* fish.c (fish_fh_open): Care about append.
|
|
|
|
|
(linear_open): Likewise.
|
|
|
|
|
(fish_store): Append data to target file if append is true.
|
|
|
|
|
|
2002-07-26 00:33:31 +04:00
|
|
|
|
* mcserv.c [HAVE_MAD]: Include "../src/mad.c" at the end of
|
|
|
|
|
file to fix compilation.
|
|
|
|
|
(main): Add mad_init() and mad_finalize().
|
2002-07-27 01:58:43 +04:00
|
|
|
|
|
2002-07-19 08:29:37 +04:00
|
|
|
|
2002-07-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-19 20:36:32 +04:00
|
|
|
|
* ftpfs.c: Don't use SUP.home, use SUP.cwdir.
|
|
|
|
|
* fish.c: Likewise.
|
|
|
|
|
(dir_load): Update SUP.cwdir.
|
|
|
|
|
* xdirentry.h: Remove "home" field for fish and ftpfs.
|
|
|
|
|
|
2002-07-19 20:04:27 +04:00
|
|
|
|
* xdirentry.h: Get rid of ifree(), it's equivalent to g_free().
|
|
|
|
|
* direntry.c: Likewise.
|
|
|
|
|
* fish.c: Likewise.
|
|
|
|
|
* ftpfs.c: Likewise.
|
|
|
|
|
|
2002-07-19 09:29:31 +04:00
|
|
|
|
* fish.c (fish_fill_names): New function, replacement for
|
|
|
|
|
generic vfs_s_fill_names() which didn't work right with fish.
|
|
|
|
|
|
2002-07-19 08:29:37 +04:00
|
|
|
|
* undelfs.c (undelfs_opendir): Use parametrized messages without
|
|
|
|
|
VFS name for success and failure.
|
|
|
|
|
* fish.c (dir_load): Use new messages from undelfs.c, indicate
|
|
|
|
|
success by printing "done".
|
|
|
|
|
* ftpfs.c (dir_load): Likewise.
|
|
|
|
|
|
2002-07-15 09:31:43 +04:00
|
|
|
|
2002-07-15 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-15 20:16:26 +04:00
|
|
|
|
* cpio.c (cpio_read_crc_head): Undo change in the error message.
|
|
|
|
|
|
2002-07-15 09:31:43 +04:00
|
|
|
|
* ftpfs.c: Replace bzero and bcopy with memset and memcpy.
|
|
|
|
|
* mcfs.c: Likewise.
|
|
|
|
|
* mcserv.c: Likewise.
|
|
|
|
|
* smbfs.c: Likewise.
|
|
|
|
|
* tar.c: Likewise.
|
|
|
|
|
|
2002-07-14 20:27:15 +04:00
|
|
|
|
2002-07-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-15 02:56:13 +04:00
|
|
|
|
* fish.c (open_archive_int): Don't combine "export" and
|
|
|
|
|
assignment into one command - it's not portable. Set LC_TIME
|
|
|
|
|
to "C" as well.
|
|
|
|
|
|
2002-07-14 20:27:15 +04:00
|
|
|
|
* fish.c (open_archive_int): Set remote locale to C, otherwise
|
|
|
|
|
timestamps cannot be parsed in some locales.
|
|
|
|
|
|
2002-07-12 21:39:01 +04:00
|
|
|
|
2002-07-12 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-13 05:10:24 +04:00
|
|
|
|
* fish.c (file_store): Reduce input block size to 256 bytes,
|
|
|
|
|
otherwise dd gets partial blocks.
|
|
|
|
|
|
2002-07-13 04:22:49 +04:00
|
|
|
|
* ftpfs.c (login_server) [HSC_PROXY]: Fix crash.
|
|
|
|
|
|
2002-07-13 03:41:43 +04:00
|
|
|
|
* ftpfs.c (ftp_split_url): Implement looking up password in
|
|
|
|
|
.netrc for known user.
|
|
|
|
|
|
2002-07-13 03:20:03 +04:00
|
|
|
|
* ftpfs.c (ftp_split_url): Don't expect lookup_netrc() to always
|
|
|
|
|
return a username.
|
|
|
|
|
(netrc_has_incorrect_mode): Don't free anything, it can result
|
|
|
|
|
in freeing some variables twice.
|
|
|
|
|
(find_machine): New function to find matching "machine" or
|
|
|
|
|
"default" token.
|
|
|
|
|
(lookup_netrc): Eliminate external loop - scan for login and
|
|
|
|
|
password, but don't fallback to another string in case of
|
|
|
|
|
trouble.
|
|
|
|
|
|
2002-07-13 00:00:03 +04:00
|
|
|
|
* ftpfs.c: Introduce enum keyword_t to improve readability.
|
|
|
|
|
(netrc_next): Fix return value for unknown keywords.
|
|
|
|
|
(lookup_netrc): Remove special processing of "*netrc*".
|
|
|
|
|
|
2002-07-12 21:39:01 +04:00
|
|
|
|
* ftpfs.c (ftp_split_url): Move protection against pass being
|
|
|
|
|
NULL ...
|
|
|
|
|
(lookup_netrc): ... here.
|
|
|
|
|
|
2002-07-12 03:08:30 +04:00
|
|
|
|
2002-07-11 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-12 04:05:11 +04:00
|
|
|
|
* xdirentry.h: Eliminate use_proxy field.
|
|
|
|
|
* ftpfs.c (open_archive_int): Use SUP.proxy instead of
|
|
|
|
|
SUP.use_proxy.
|
|
|
|
|
(open_archive): Set SUP.proxy to ftpfs_proxy_host.
|
|
|
|
|
* ftpfs.h: Eliminate unused structures.
|
|
|
|
|
|
2002-07-12 03:08:30 +04:00
|
|
|
|
* vfs.h: Rename URL_DEFAULTANON to URL_ALLOW_ANON.
|
|
|
|
|
* utilvfs.c (vfs_split_url): Return NULL as username if
|
|
|
|
|
URL_ALLOW_ANON is set and no username is found in the URL,
|
|
|
|
|
otherwise use current name.
|
|
|
|
|
* ftpfs.c (ftp_split_url): New function - split URL and look up
|
|
|
|
|
username and password if needed.
|
|
|
|
|
(login_server): Use ftp_split_url().
|
|
|
|
|
(archive_same): Likewise.
|
|
|
|
|
|
2002-07-10 21:56:27 +04:00
|
|
|
|
2002-07-10 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-11 01:26:55 +04:00
|
|
|
|
* tcputil.h: Move use_netrc declaration ...
|
|
|
|
|
* vfs.h: ... here.
|
|
|
|
|
* ftpfs.c: Implement .netrc support unconditionally.
|
|
|
|
|
(lookup_netrc): Make static.
|
|
|
|
|
* utilvfs.c: Initialize default_is_netrc.
|
|
|
|
|
From Thomas Zajic <zlatko@gmx.at>
|
|
|
|
|
|
2002-07-10 21:56:27 +04:00
|
|
|
|
* direntry.c (vfs_s_open): Don't pass O_LINEAR to open() -
|
|
|
|
|
this flag is for VFS only, and causes side effects in Cygwin.
|
|
|
|
|
* extfs.c (extfs_open): Likewise.
|
|
|
|
|
* sfs.c (sfs_open): Likewise.
|
|
|
|
|
Reported by Pavel Tsekov <ptsekov@gmx.net>
|
|
|
|
|
|
2002-07-03 23:09:03 +04:00
|
|
|
|
2002-07-03 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (setup_passive): Cast arguments to isdigit() to
|
|
|
|
|
unsigned char for compatibility with non-GNU libc.
|
|
|
|
|
* tar.c (from_oct): Likewise with isspace().
|
|
|
|
|
Reported by Roland Illig <1illig@informatik.uni-hamburg.de>
|
|
|
|
|
|
2002-07-03 19:27:36 +04:00
|
|
|
|
2002-07-03 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-07-03 19:54:01 +04:00
|
|
|
|
* extfs.c (extfs_fill_names): Generate filename#vfsname/dir
|
|
|
|
|
instead of #vfsname/filename/dir. Use PATH_SEP_STR.
|
|
|
|
|
|
2002-07-03 19:27:36 +04:00
|
|
|
|
* sfs.c (sfs_free): Fix memory leak.
|
|
|
|
|
(sfs_init): Use PATH_SEP_STR.
|
|
|
|
|
|
2002-07-03 17:10:01 +04:00
|
|
|
|
2002-07-03 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cpio.c (cpio_open_cpio_file): Fix type initialization.
|
|
|
|
|
From Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-07-02 21:08:10 +04:00
|
|
|
|
2002-07-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-07-03 03:10:15 +04:00
|
|
|
|
* Makefile.am: Add samba to SUBDIRS. Forcedly set DISTDIRS to
|
|
|
|
|
extfs. Remove parts that are now handled by samba/Makefile.
|
|
|
|
|
* samba/Makefile.in: Add more empty targets for Automake
|
|
|
|
|
compatibility.
|
|
|
|
|
|
2002-07-02 21:08:10 +04:00
|
|
|
|
* ftpfs.c (send_ftp_command): Use "anonymous@" as default
|
|
|
|
|
anonymous password.
|
2002-07-03 17:10:01 +04:00
|
|
|
|
From Eduardo Perez Ureta <eperez@it.uc3m.es>
|
2002-07-02 21:08:10 +04:00
|
|
|
|
|
2002-06-26 01:51:37 +04:00
|
|
|
|
2002-06-25 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c: Add protection against NULL strings to all is_*()
|
|
|
|
|
functions.
|
|
|
|
|
|
2002-06-21 16:26:45 +04:00
|
|
|
|
2002-06-21 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-06-26 01:51:37 +04:00
|
|
|
|
* smbfs.c: Undefine PACKAGE_BUGREPORT, PACKAGE_NAME,
|
2002-06-21 16:26:45 +04:00
|
|
|
|
PACKAGE_STRING, PACKAGE_TARNAME and PACKAGE_VERSION
|
|
|
|
|
before including "samba/include/config.h" to prevent warnings.
|
|
|
|
|
(smbfs_init): Set DEBUGLEVEL to 0.
|
|
|
|
|
(do_connect): Rename to ...
|
|
|
|
|
(smbfs_do_connect): ... this to avoid namespace clash and
|
|
|
|
|
make static. Make server const. Adjust all callers.
|
|
|
|
|
(smbfs_add_dots): Remove.
|
|
|
|
|
(smbfs_stat): Remove code duplication.
|
|
|
|
|
(smbfs_lstat): Define as smbfs_stat.
|
|
|
|
|
|
2002-06-21 20:01:53 +04:00
|
|
|
|
* samba/lib/system.c (sys_ftruncate): Commented out.
|
|
|
|
|
* samba/lib/util.c (set_filelen): Likewise.
|
|
|
|
|
(setbuffer): Likewise.
|
|
|
|
|
|
2002-06-21 20:25:02 +04:00
|
|
|
|
* Makefile.am (SAMBA_DIST): Remove tests/ftruncate.c
|
|
|
|
|
* samba/tests/ftruncate.c: Removed.
|
2002-06-26 01:51:37 +04:00
|
|
|
|
* samba/configure.in: Don't check if ftruncate() can
|
2002-06-21 20:25:02 +04:00
|
|
|
|
extend a file.
|
|
|
|
|
|
2002-06-06 14:54:35 +04:00
|
|
|
|
2002-06-06 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* cpio.c (cpio_read_oldc_head): Use char[] for buf instead
|
|
|
|
|
of char*[]. Remove unneeded casts. Fix error message.
|
2002-06-06 19:16:29 +04:00
|
|
|
|
(cpio_create_entry): G_free name. Fix offset calculation
|
|
|
|
|
for symbolic links.
|
2002-06-06 14:54:35 +04:00
|
|
|
|
|
2002-05-22 20:12:55 +04:00
|
|
|
|
2002-05-22 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-05-22 21:26:56 +04:00
|
|
|
|
* Makefile.am (mcserv_SOURCES): Remove $(top_srcdir)/src/mad.c,
|
|
|
|
|
it breaks "make distcheck".
|
|
|
|
|
|
2002-05-22 20:12:55 +04:00
|
|
|
|
* Makefile.am: Set samba_libsamba_a_SOURCES to an empty value
|
|
|
|
|
to override the default.
|
|
|
|
|
|
2002-05-22 17:31:15 +04:00
|
|
|
|
2002-05-22 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-05-22 21:19:24 +04:00
|
|
|
|
* xdirentry.h (vfs_s_fh.u.ftp): Add append field.
|
2002-06-26 01:51:37 +04:00
|
|
|
|
(vfs_s_data.file_store): Change second argument
|
2002-05-22 21:19:24 +04:00
|
|
|
|
to (vfs_s_fh *fh).
|
|
|
|
|
* direntry.c (vfs_s_close): Adjust.
|
|
|
|
|
* fish.c (file_store): Likewise.
|
|
|
|
|
* ftpfs.c (file_store): Likewise. Use "APPE" if
|
|
|
|
|
fh->u.ftp.append is true.
|
|
|
|
|
(linear_start): Care about fh->u.ftp.append.
|
|
|
|
|
(ftpfs_fh_open): Likewise.
|
|
|
|
|
|
2002-05-22 17:31:15 +04:00
|
|
|
|
* fish.c (fish_fh_open): Generate fh->ino->localname
|
|
|
|
|
if this one is NULL and file is opened for writting only.
|
|
|
|
|
* ftpfs.c (ftpfs_fh_open): Likewise if control_connection_buzy
|
|
|
|
|
is true.
|
|
|
|
|
|
2002-05-21 14:50:55 +04:00
|
|
|
|
2002-05-21 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-05-21 21:27:30 +04:00
|
|
|
|
* direntry.c (vfs_s_retrieve_file): Please, care about
|
|
|
|
|
fish.local_stat ...
|
|
|
|
|
* fish.c (linear_close): ... here.
|
|
|
|
|
|
2002-05-21 21:10:50 +04:00
|
|
|
|
* ftpfs.c (linear_read): Unset control_connection_buzy
|
|
|
|
|
on EOF.
|
|
|
|
|
(ftpfs_fh_close): Call vfs_s_invalidate ().
|
|
|
|
|
|
2002-05-21 14:50:55 +04:00
|
|
|
|
* fish.c (fish_fh_open): Don't retrieve file if it is
|
|
|
|
|
opened for writting only.
|
|
|
|
|
|
2002-05-17 11:08:03 +04:00
|
|
|
|
2002-05-17 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-05-17 17:32:02 +04:00
|
|
|
|
* xdirentry.h (vfs_s_super): Add control_connection_buzy
|
|
|
|
|
field to ftp struct.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (linear_start): Set control_connection_buzy.
|
|
|
|
|
(linear_abort): Unset control_connection_buzy.
|
|
|
|
|
(ftpfs_fh_open): Don't retrieve file if it is
|
|
|
|
|
opened for writting only. Open data connection as
|
|
|
|
|
fh->handle and unlink/unset local temporary file
|
|
|
|
|
if control connection isn't buzy.
|
|
|
|
|
(ftpfs_fh_close): New function to serve opened in
|
|
|
|
|
ftpfs_fh_open() data connection. Unset fh->changed
|
|
|
|
|
to prevent MEDATA->file_store() call from vfs_s_close().
|
|
|
|
|
|
2002-05-17 11:08:03 +04:00
|
|
|
|
* direntry.c (vfs_s_read): Move MEDATA->linear_start() ...
|
2002-05-17 17:32:02 +04:00
|
|
|
|
(vfs_s_open): ... here.
|
2002-05-17 11:08:03 +04:00
|
|
|
|
|
2002-05-17 15:38:05 +04:00
|
|
|
|
* samba/include/includes.h: Eliminate all references to
|
|
|
|
|
HAVE_LIBREADLINE.
|
|
|
|
|
|
2002-05-14 16:41:04 +04:00
|
|
|
|
2002-05-14 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (noinst_LIBRARIES): Add samba/libsamba.a
|
|
|
|
|
if USE_SAMBA_FS is true.
|
2002-05-17 17:32:02 +04:00
|
|
|
|
(libvfs-mc.a): Don't merge object files with libsamba.a.
|
2002-05-14 16:41:04 +04:00
|
|
|
|
|
2002-05-13 19:17:38 +04:00
|
|
|
|
2002-05-13 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (mcserv_SOURCES): Add $(top_srcdir)/src/mad.c.
|
|
|
|
|
|
2002-05-13 19:39:22 +04:00
|
|
|
|
* vfs.c (MC_RENAMEOP): Make arguments const.
|
|
|
|
|
* vfs.h (mc_rename): Adjust declaration.
|
2002-05-17 17:32:02 +04:00
|
|
|
|
(mc_link): Likewise.
|
2002-05-13 19:39:22 +04:00
|
|
|
|
|
2002-05-11 16:03:05 +04:00
|
|
|
|
2002-05-11 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* samba/configure.in: Add AC_SYS_LARGEFILE.
|
2002-05-11 16:12:53 +04:00
|
|
|
|
Don't check atexit, setreuid, setregid, setegid and setluid.
|
2002-05-11 16:03:05 +04:00
|
|
|
|
|
2002-05-01 07:17:56 +04:00
|
|
|
|
2002-04-31 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* samba/acconfig.h: Remove.
|
|
|
|
|
* Makefile.am: Remove references to samba/acconfig.h.
|
|
|
|
|
* samba/Makefile.in: Likewise.
|
|
|
|
|
* samba/aclocal.m4: Remove unused test AC_DIRENT_D_OFF.
|
|
|
|
|
* samba/configure.in: Add descriptions to AC_DEFINE calls.
|
|
|
|
|
Remove unused tests.
|
|
|
|
|
* samba/include/includes.h: Cleanup for the symbols that
|
|
|
|
|
samba/configure.in doesn't define.
|
|
|
|
|
* samba/lib/netmask.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* samba/include/includes.h: Eliminate all references to
|
|
|
|
|
HAVE_EXPLICIT_LARGEFILE_SUPPORT.
|
|
|
|
|
* samba/lib/system.c: Likewise.
|
|
|
|
|
|
2002-04-24 12:07:56 +04:00
|
|
|
|
2002-04-24 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2002-04-24 12:11:07 +04:00
|
|
|
|
* vfs.c (vfs_print_stats): s/transfered/transferred/
|
|
|
|
|
|
2002-04-24 12:07:56 +04:00
|
|
|
|
* samba/lib/signal.c: Remove.
|
|
|
|
|
|
|
|
|
|
* samba/lib/debug.c (sig_usr2): Commented out.
|
|
|
|
|
(sig_usr1): Likewise.
|
|
|
|
|
* samba/lib/util_file.c (gotalarm): Commented out.
|
|
|
|
|
(gotalarm_sig): Likewise.
|
|
|
|
|
(do_file_lock): Likewise.
|
|
|
|
|
(file_lock): Likewise.
|
|
|
|
|
(file_unlock): Likewise.
|
|
|
|
|
(startfilepwent): Likewise.
|
|
|
|
|
(endfilepwent): Likewise.
|
|
|
|
|
|
|
|
|
|
* samba/Makefile.in (SAMBAFILES): Remove lib/signal.o.
|
|
|
|
|
* Makefile.am (SAMBA_DIST): Remove lib/signal.c.
|
|
|
|
|
|
2002-04-19 11:25:32 +04:00
|
|
|
|
2002-04-19 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.
|
|
|
|
|
|
2002-04-12 20:27:59 +04:00
|
|
|
|
2002-04-12 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/trpm: update to work with rpm 4.x.
|
|
|
|
|
Reported by m.lusini@palazzochigi.it
|
|
|
|
|
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62306
|
|
|
|
|
|
2002-04-12 17:16:00 +04:00
|
|
|
|
2002-04-12 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* cpio.c (cpio_skip_padding): Handle old ASCII format.
|
|
|
|
|
|
|
|
|
|
2002-04-08 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* samba/configure.in: Require Autoconf 2.52 to make Debian
|
|
|
|
|
wrapper around Autoconf happy.
|
|
|
|
|
From Bj<42>rn Eriksson <bjorn@bjornen.nu>
|
|
|
|
|
|
2002-03-06 11:46:35 +03:00
|
|
|
|
2002-03-06 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_resolve_symlink): Comment out buggy code.
|
|
|
|
|
(vfs_s_retrieve_file): Set fh->handle to -1.
|
|
|
|
|
(vfs_s_read): Don't manipulate with FH->handle if it is -1.
|
|
|
|
|
(vfs_s_write): Likewise.
|
|
|
|
|
(vfs_s_close): Likewise.
|
|
|
|
|
|
2002-02-27 17:17:45 +03:00
|
|
|
|
2002-02-27 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* samba/lib/debug.c: Remove syslog support.
|
|
|
|
|
|
2002-02-20 00:32:24 +03:00
|
|
|
|
2002-02-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-02-20 06:07:42 +03:00
|
|
|
|
* Makefile.am: Don't compile mcserv if VFS is disabled.
|
|
|
|
|
* extfs/Makefile.am: Don't install anything if VFS is disabled.
|
|
|
|
|
|
2002-02-20 00:32:24 +03:00
|
|
|
|
* extfs.c (extfs_open): Only create a new entry if it has not
|
|
|
|
|
been found and O_CREAT is set. Consider file as changed only
|
|
|
|
|
if it has been successfully created.
|
|
|
|
|
(extfs_getlocalcopy): Open file only for reading. This prevents
|
|
|
|
|
marking file as changed. Actually use the has_changed argument.
|
|
|
|
|
Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
|
|
|
|
|
|
2002-02-12 20:47:27 +03:00
|
|
|
|
2002-02-12 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/lslR.in: Fix parsing of old entries (with year number).
|
|
|
|
|
From Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
2002-02-08 12:42:38 +03:00
|
|
|
|
2002-02-08 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_retrieve_file): Use off_t for total
|
|
|
|
|
and stat_size.
|
2002-03-06 11:46:35 +03:00
|
|
|
|
(vfs_s_resolve_symlink): Use snprintf instead of sprintf.
|
2002-02-08 12:42:38 +03:00
|
|
|
|
|
2002-03-06 11:46:35 +03:00
|
|
|
|
* vfs.c (vfs_print_stats): Use off_t for have and need.
|
|
|
|
|
Cast `have' to double to eliminate negative percent(s).
|
2002-02-08 12:42:38 +03:00
|
|
|
|
Fix print_vfs_message string formats.
|
|
|
|
|
|
|
|
|
|
* vfs.h (vfs_print_stats): Adjust declaration.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (file_store): Use off_t for total.
|
|
|
|
|
Fix print_vfs_message string format.
|
|
|
|
|
|
2002-02-07 22:22:20 +03:00
|
|
|
|
2002-02-07 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (dir_load): Speed up cd_first calculation.
|
|
|
|
|
(ftpfs_flushdir): Resurrect.
|
|
|
|
|
|
2002-02-06 15:28:08 +03:00
|
|
|
|
2002-02-06 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (dir_load): Use "LIST -la" instead of "LIST -la ."
|
|
|
|
|
to eliminate problem with wu-ftpd.
|
|
|
|
|
Close sock on error. Eliminate goto.
|
|
|
|
|
|
2002-02-06 15:32:52 +03:00
|
|
|
|
(ftpfs_chmod): Don't ignore errors.
|
|
|
|
|
|
2002-02-06 15:28:08 +03:00
|
|
|
|
(reconnect): Restore cwdir if login_server fails.
|
|
|
|
|
|
2002-02-01 15:21:55 +03:00
|
|
|
|
2002-02-01 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (translate_path): Remove leading slash(es) more
|
|
|
|
|
carefully.
|
|
|
|
|
(initconn): Check getsockname() return value.
|
|
|
|
|
Eliminate goto.
|
|
|
|
|
(linear_abort): Make ipbuf const array.
|
|
|
|
|
|
2002-01-29 11:09:20 +03:00
|
|
|
|
2002-01-29 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (reconnect): New function to restore closed connection.
|
|
|
|
|
(command): Use reconnect if EPIPE received.
|
|
|
|
|
(dir_load): Eliminate recursion.
|
|
|
|
|
(login_server): Constify netrcpass parameter.
|
|
|
|
|
(is_same_dir): Constify path parameter.
|
|
|
|
|
|
2002-01-29 18:45:49 +03:00
|
|
|
|
* samba/lib/charset.c (cp_850): Make const array.
|
|
|
|
|
(cp_932): Ditto.
|
|
|
|
|
(codepage_p): Likewise.
|
|
|
|
|
* samba/lib/debug.c (priority_map): Make const array.
|
|
|
|
|
* samba/lib/username.c (get_home_dir): Make pass auto.
|
|
|
|
|
* samba/lib/util.c (become_daemon): Commented out.
|
|
|
|
|
(yesno): Likewise.
|
|
|
|
|
|
2002-01-24 18:51:57 +03:00
|
|
|
|
2002-01-24 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cpio.c: Don't include glib.h directly.
|
|
|
|
|
|
2002-01-23 01:23:49 +03:00
|
|
|
|
2002-01-22 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip: Fix unsafe printf.
|
|
|
|
|
Reported by Jari Karppinen <jakarppi@mail.student.oulu.fi>
|
|
|
|
|
|
2002-01-22 12:42:41 +03:00
|
|
|
|
2002-01-22 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_chmod): Add missed '/'.
|
|
|
|
|
|
2002-01-21 23:01:44 +03:00
|
|
|
|
2002-01-21 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2002-01-22 00:26:49 +03:00
|
|
|
|
* vfs.h: Remove all tricks with system headers, they all should
|
|
|
|
|
be in global.h.
|
|
|
|
|
* cpio.c: Include utilvfs.h earlier.
|
|
|
|
|
* tar.c: Likewise.
|
|
|
|
|
|
2002-01-21 23:01:44 +03:00
|
|
|
|
* vfs.h: Include dirent.h only if it's present.
|
|
|
|
|
|
2002-01-21 14:10:57 +03:00
|
|
|
|
2002-01-21 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* vfs.h: Spelled.
|
2002-01-21 14:52:25 +03:00
|
|
|
|
* vfs.c (mc_return_cwd): Fix comment. Check whatever mc_stat
|
|
|
|
|
returns. Make mc_return_cwd static const char *.
|
|
|
|
|
Reorder if statement to eliminate unneeded mc_stat calls.
|
2002-01-21 14:10:57 +03:00
|
|
|
|
|
2002-01-17 10:32:32 +03:00
|
|
|
|
2002-01-17 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.h: Remove OS/2 specific code.
|
|
|
|
|
|
2002-01-11 11:24:17 +03:00
|
|
|
|
2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (AM_CFLAGS): Add -DCONFIGDIR=\""@configdir@"\"
|
|
|
|
|
if smbfs support is enabled.
|
|
|
|
|
|
|
|
|
|
* smbfs.c (smbfs_init): Use CONFIGDIR for smb.conf.
|
|
|
|
|
|
|
|
|
|
2002-01-02 Pavel Roskin <proski@gnu.org>
|
2002-01-03 03:56:57 +03:00
|
|
|
|
|
2002-01-03 04:26:24 +03:00
|
|
|
|
* Makefile.am: Add *clean-local targets to take care of the
|
|
|
|
|
samba directory.
|
|
|
|
|
|
2002-01-03 03:56:57 +03:00
|
|
|
|
* samba/configure.in: Use explicit AC_CONFIG_AUX_DIR because
|
|
|
|
|
this setting is not inherited from the top-level configure.
|
|
|
|
|
|
2001-12-31 09:48:47 +03:00
|
|
|
|
2001-12-31 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-12-31 11:08:18 +03:00
|
|
|
|
* Make-mc.in: convert to ...
|
|
|
|
|
* Makefile.am: ... this.
|
|
|
|
|
|
2001-12-31 09:48:47 +03:00
|
|
|
|
* Makefile.am: rename to ...
|
|
|
|
|
* Make-alone.am: ... this. Automake 1.5b doesn't allow Makefile
|
|
|
|
|
and Makefile.am to coexist peacefully unless the former is
|
|
|
|
|
generated from the later.
|
|
|
|
|
* Make-mc.in: Remove all references to the standalone VFS.
|
|
|
|
|
|
2001-12-19 01:55:21 +03:00
|
|
|
|
2001-12-18 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/ulha.in: Support for "[unknown]" and other permissions
|
|
|
|
|
in brackets. Pass the date unchanged - mc can now deal with it.
|
|
|
|
|
Use "lha lq" to list the archive and don't remove headers and
|
|
|
|
|
footers of the listing.
|
|
|
|
|
|
2001-11-14 20:57:06 +03:00
|
|
|
|
2001-11-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* undelfs.c: Use ext2_ino_t to avoid warnings with e2fsprogs
|
|
|
|
|
1.20 and newer.
|
|
|
|
|
|
2001-11-13 14:42:53 +03:00
|
|
|
|
2001-11-13 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2001-11-13 15:19:57 +03:00
|
|
|
|
* samba/acconfig.h: Remove WITH_SYSLOG.
|
2001-11-13 14:42:53 +03:00
|
|
|
|
* samba/lib/system.c (sys_chroot): Removed.
|
2001-12-04 02:38:11 +03:00
|
|
|
|
* samba/configure.in: Remove RUNPROG. Don't check
|
2001-11-13 14:42:53 +03:00
|
|
|
|
for chroot and execl functions.
|
|
|
|
|
Remove syslog logging support.
|
|
|
|
|
Add --with-codepagedir and --with-configdir from samba 2.2.2.
|
|
|
|
|
|
|
|
|
|
* samba/Makefile.in: Use configdir and codepagedir.
|
|
|
|
|
|
2001-11-09 02:53:27 +03:00
|
|
|
|
2001-11-08 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in (SAMBA_DIST): Remove lib/getsmbpass.c.
|
|
|
|
|
|
2001-11-05 16:16:17 +03:00
|
|
|
|
2001-11-05 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* smbfs.c (smbfs_add_dots): New function. Insert a "." and ".."
|
|
|
|
|
entries into the linked list.
|
|
|
|
|
(smbfs_loaddir): Call smbfs_add_dots for shares or servers.
|
2001-11-13 14:42:53 +03:00
|
|
|
|
(smbfs_get_free_bucket): Eliminate time.
|
2001-11-05 16:16:17 +03:00
|
|
|
|
(fake_share_stat): Make path const.
|
|
|
|
|
|
|
|
|
|
* samba/configure.in: Don't check whether getpass
|
|
|
|
|
should be replaced.
|
|
|
|
|
|
2001-11-02 21:18:14 +03:00
|
|
|
|
2001-11-02 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_return_cwd): Memory leak fixed.
|
|
|
|
|
|
2001-11-01 16:12:24 +03:00
|
|
|
|
2001-11-01 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* samba/smblib/pwd_cache.c (pwd_read): Commented out.
|
|
|
|
|
* samba/Makefile.in (SAMBAFILES): Remove lib/getsmbpass.o.
|
|
|
|
|
* samba/lib/getsmbpass.c: Removed.
|
|
|
|
|
|
2001-10-30 14:42:44 +03:00
|
|
|
|
2001-10-30 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2001-10-30 15:20:11 +03:00
|
|
|
|
* smbfs.c: Include <config.h> before everything else.
|
2001-10-30 18:24:01 +03:00
|
|
|
|
Don't include "tcputil.h".
|
2001-10-30 17:40:46 +03:00
|
|
|
|
(myhostname): Declare extern.
|
|
|
|
|
|
2001-10-30 18:24:01 +03:00
|
|
|
|
(loaddir): Symplify.
|
|
|
|
|
(fake_share_stat): Declare server_url const.
|
|
|
|
|
Use "%4o" for st_mode.
|
|
|
|
|
(fake_server_stat): Likewise. Return -1 if server_list != True.
|
|
|
|
|
|
2002-01-22 12:42:41 +03:00
|
|
|
|
(get_master_browser): Declare ipzero extern.
|
|
|
|
|
By David Kaelbling <drk@sgi.com>.
|
2001-10-30 17:40:46 +03:00
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=60933
|
2001-10-30 15:20:11 +03:00
|
|
|
|
|
2001-10-30 14:42:44 +03:00
|
|
|
|
* cpio.c (cpio_read_bin_head): Release name if mc_read fails.
|
|
|
|
|
(cpio_read_crc_head): Likewise.
|
|
|
|
|
|
2001-10-25 18:24:29 +04:00
|
|
|
|
2001-10-25 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* cpio.c (cpio_read_crc_head): Fix buffer overflow.
|
2002-01-22 12:42:41 +03:00
|
|
|
|
(cpio_read_oldc_head): Likewise.
|
|
|
|
|
By David Kaelbling <drk@sgi.com>.
|
2001-10-25 18:24:29 +04:00
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=60933
|
|
|
|
|
|
|
|
|
|
* (cpio_read_oldc_head): Release name if mc_read fails.
|
|
|
|
|
|
2001-10-24 12:16:16 +04:00
|
|
|
|
2001-10-24 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2001-10-25 11:57:15 +04:00
|
|
|
|
* tcputil.c (rpc_get): Add missing va_end()s.
|
|
|
|
|
Fix memory leaking.
|
2001-10-24 12:16:16 +04:00
|
|
|
|
* smbfs.h: Declare smbfs_set_debug.
|
|
|
|
|
|
2001-10-20 11:04:31 +04:00
|
|
|
|
2001-10-20 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-10-20 11:12:55 +04:00
|
|
|
|
* ftpfs.c (command): Declare with the printf attribute.
|
|
|
|
|
* undelfs.c: Remove declaration of print_vfs_message().
|
|
|
|
|
|
2001-10-20 11:04:31 +04:00
|
|
|
|
* fish.c (file_store): Fix incorrect format string
|
|
|
|
|
for print_vfs_message().
|
|
|
|
|
* ftpfs.c (file_store): Likewise.
|
|
|
|
|
|
2001-10-20 07:41:31 +04:00
|
|
|
|
2001-10-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* fish.c (command): Declare with the printf attribute to enable
|
|
|
|
|
warnings in gcc.
|
|
|
|
|
(file_store): Cast all expressions with file sizes to unsigned
|
|
|
|
|
long. This should fix uploading when large file support is on.
|
|
|
|
|
File size is limited to 4096 * ULONG_MAX for now.
|
|
|
|
|
|
2001-10-25 11:57:15 +04:00
|
|
|
|
2001-10-18 Andrew V. Samoilov <kai@cmail.ru>
|
2001-10-18 13:24:28 +04:00
|
|
|
|
|
|
|
|
|
* samba/configure.in: Don't check readline.h, history.h and
|
|
|
|
|
libreadline.
|
|
|
|
|
|
2001-10-16 11:02:32 +04:00
|
|
|
|
2001-10-16 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2001-11-09 02:53:27 +03:00
|
|
|
|
* samba/libsmb/clientgen.c (cli_RNetShareEnum): Fix Win2k
|
2001-10-16 11:02:32 +04:00
|
|
|
|
"out of server memory" error. From samba 2.0.7 patchset.
|
|
|
|
|
|
2001-10-07 13:01:17 +04:00
|
|
|
|
2001-10-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_filetype): Fix fallback to fifo if sockets
|
|
|
|
|
are not supported locally. Support Solaris doors, also fall
|
|
|
|
|
back to fifo.
|
|
|
|
|
|
2001-10-02 12:06:37 +04:00
|
|
|
|
2001-10-02 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* sfc.c (sfs_getid): Don't use vfs_die(), return (vfsid)(-1)
|
|
|
|
|
instead.
|
|
|
|
|
|
2001-10-01 10:01:13 +04:00
|
|
|
|
2001-10-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.h [!USE_VFS]: Define macros with no effect to an empty
|
|
|
|
|
statement "do { } while (0)".
|
|
|
|
|
|
2001-09-30 23:50:38 +04:00
|
|
|
|
2001-09-30 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* samba/acconfig.h: Only leave symbols required by Autoconf-2.52.
|
|
|
|
|
|
2001-09-18 01:29:51 +04:00
|
|
|
|
2001-09-17 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c: Manually expand macros for mc_stat(), mc_lstat() and
|
|
|
|
|
mc_fstat() because they don't expand correctly on Solaris 8 with
|
|
|
|
|
large file support.
|
|
|
|
|
|
2001-09-11 00:26:13 +04:00
|
|
|
|
2001-09-10 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: Use USE_VFS conditional instead of relying on
|
|
|
|
|
LIBVFS.
|
|
|
|
|
|
2001-09-07 19:22:47 +04:00
|
|
|
|
2001-09-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: Include necessary parts of Make.common to
|
|
|
|
|
eliminate the later.
|
|
|
|
|
|
2001-08-23 21:13:43 +04:00
|
|
|
|
2001-08-23 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-08-24 06:51:40 +04:00
|
|
|
|
* names.c (finduname): Don't use HAVE_GETPWUID - it's never
|
|
|
|
|
defined. Don't redeclare getpwuid().
|
|
|
|
|
(findgname): Don't use HAVE_GETGRGID - it's never defined.
|
|
|
|
|
Don't redeclare getgrgid().
|
|
|
|
|
|
2001-08-23 21:13:43 +04:00
|
|
|
|
* fish.c: Remove useless semicolons after functions.
|
|
|
|
|
|
2001-08-19 20:11:39 +04:00
|
|
|
|
2001-08-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): Warning fix if st_nlink is unsigned.
|
|
|
|
|
Disallow st_nlink = 0.
|
|
|
|
|
|
2001-08-19 07:38:52 +04:00
|
|
|
|
2001-08-18 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cpio.c (cpio_read_head): Check return value of cpio_find_head,
|
|
|
|
|
because it's not equal to super->u.cpio.type in case of errors.
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
2001-08-16 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-08-17 02:23:05 +04:00
|
|
|
|
* direntry.c (vfs_s_free_super): Remove i18n on commented out
|
|
|
|
|
developer-only code.
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* extfs.c (extfs_init): Internationalize error message, it's
|
|
|
|
|
already in sfs.c.
|
|
|
|
|
|
2001-08-11 08:57:17 +04:00
|
|
|
|
2001-08-11 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* sfs.c (sfs_init): Use g_free(), not free() on mc_sfsini.
|
|
|
|
|
|
2001-08-08 02:47:02 +04:00
|
|
|
|
2001-08-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-08-08 03:54:35 +04:00
|
|
|
|
* extfs.h: Move private structures ...
|
|
|
|
|
* extfs.c: ... here.
|
|
|
|
|
|
2001-08-08 02:47:02 +04:00
|
|
|
|
* extfs.h (struct entry): Remove unused `has_changed' field.
|
|
|
|
|
It's only written but never read.
|
|
|
|
|
(struct inode): Likewise.
|
|
|
|
|
* extfs.c: All dependencies changed.
|
|
|
|
|
(extfs_open): Mark file as changed if it's open for writing.
|
|
|
|
|
|
2001-08-08 00:02:05 +04:00
|
|
|
|
2001-08-07 Oskar Liljeblad <osk@hem.passagen.se>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip: Update to version 1.4.0.
|
|
|
|
|
* extfs/README.uzip: Likewise.
|
|
|
|
|
|
2001-08-07 14:27:21 +04:00
|
|
|
|
2001-08-06 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* smbfs.c: Eliminate smbfs_get_free_bucket_init. convert_path
|
2001-08-07 14:27:21 +04:00
|
|
|
|
gives malloced filename, so this memory must be released after use.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-08-07 14:27:21 +04:00
|
|
|
|
(reconnect): Fix segmentation fault.
|
|
|
|
|
(smbfs_loadddir): Don't g_strdup path.
|
|
|
|
|
(smbfs_get_free_bucket): Eliminate smbfs_get_free_bucket_init and
|
|
|
|
|
smbfs_connections initialisation.
|
|
|
|
|
(smbfs_open_link): Likewise. Release host after get_master_browser.
|
|
|
|
|
(get_stat_info): Fix unneeded g_strdup/g_free calls.
|
|
|
|
|
(smbfs_mkdir): Release path after use.
|
|
|
|
|
(smbfs_mkdir): Likewise.
|
|
|
|
|
(smbfs_open): Fix memory leak.
|
|
|
|
|
(smbfs_unlink): Likewise. Fix error message.
|
|
|
|
|
(smbfs_rename): Fix memory leaks.
|
|
|
|
|
(smbfs_stat): Fix url parsing.
|
|
|
|
|
|
|
|
|
|
* samba/lib/charcnv.c (unix2dos_format): Fix possible buffer overflow.
|
|
|
|
|
(dos2unix_format): Likewise.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_fill_names): New function.
|
|
|
|
|
(vfs_ftpfs_ops): Use ftpfs_fill_names insted of vfs_s_fill_names.
|
|
|
|
|
|
2001-08-03 14:20:22 +04:00
|
|
|
|
2001-08-03 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* utilvfs.c, vfs.h (vfs_split_url): Make path parameter const.
|
|
|
|
|
|
|
|
|
|
* xdirentry.h (struct vfs_s_super): Remove u.ftp.result_pending field.
|
|
|
|
|
* ftpfs.h (struct connection): Remove result_pending field.
|
|
|
|
|
|
|
|
|
|
* samba/libsmb/clientgen.c (cli_chkpath): Fix possible buffer overflow.
|
|
|
|
|
* smbfs.c (new_dir_entry): New function with repeated code from
|
|
|
|
|
browsing_helper, loaddir_helper and server_browsing_helper.
|
|
|
|
|
(browsing_helper): Use new_dir_entry.
|
|
|
|
|
(loaddir_helper): Likewise.
|
|
|
|
|
(server_browsing_helper): Likewise.
|
|
|
|
|
|
|
|
|
|
(cached_lstat_info): Eliminated.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
(smbfs_readdir): Make dirent_dest static const.
|
2001-08-03 14:20:22 +04:00
|
|
|
|
Eliminate cached_lstat_info.
|
|
|
|
|
(smbfs_open_link): Make user parameter const. Fix memory leak.
|
|
|
|
|
(fake_server_stat): Make path parameter const. Symplify.
|
|
|
|
|
(smbfs_fstat): Set my_errno to EFAULT before return.
|
|
|
|
|
|
2001-08-01 20:15:22 +04:00
|
|
|
|
2001-08-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: Make it possible to run "make install" before
|
|
|
|
|
"make all". Use more Automake-compatible target names.
|
|
|
|
|
|
2001-08-01 14:40:15 +04:00
|
|
|
|
2001-08-01 Andrew V. Samoilov <kai@cmail.ru>
|
|
|
|
|
|
|
|
|
|
* smbfs.c: Undefine VERSION to prevent warning. Comments fixes.
|
|
|
|
|
(do_connect): Symplify.
|
|
|
|
|
(get_stat_info): Symplify. Eliminate another fake_stat.
|
|
|
|
|
(smbfs_chdir): Release remote_dir after use.
|
|
|
|
|
(smbfs_stat): Likewise. Fix another 2 memory leaks.
|
|
|
|
|
(smbfs_mkdir): Release remote_file after use.
|
|
|
|
|
(smbfs_rmdir): Likewise.
|
|
|
|
|
(smbfs_open): Likewise. Indentation fixes.
|
|
|
|
|
(smbfs_unlink): Likewise.
|
|
|
|
|
(smbfs_rename): Release rb and ra after use.
|
2001-08-01 16:24:35 +04:00
|
|
|
|
(search_dir_entry): Make text parameter const.
|
|
|
|
|
(smbfs_get_host_and_username): Make macro.
|
2001-08-01 14:40:15 +04:00
|
|
|
|
|
2001-07-20 18:50:30 +04:00
|
|
|
|
2001-07-20 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_init) [GTK]: Use mc_home instead of LIBDIR.
|
|
|
|
|
From Ludovic Drolez <ludovic.drolez@freealter.com>.
|
|
|
|
|
|
2001-07-18 07:44:38 +04:00
|
|
|
|
2001-07-17 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_return_cwd): Use g_get_current_dir().
|
|
|
|
|
|
2001-07-15 11:01:41 +04:00
|
|
|
|
2001-07-15 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-07-15 11:24:58 +04:00
|
|
|
|
* smbfs.c: Rename authinfo to smb_authinfo and
|
2001-07-15 11:01:41 +04:00
|
|
|
|
authinfo_get_authinfo_from_user() to vfs_smb_get_authinfo()
|
|
|
|
|
and remove their definitions.
|
2001-07-15 11:24:58 +04:00
|
|
|
|
* vfs.h: Declare smb_authinfo and vfs_smb_get_authinfo().
|
2001-07-15 11:01:41 +04:00
|
|
|
|
|
2001-07-10 08:05:47 +04:00
|
|
|
|
2001-07-10 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-07-10 18:19:11 +04:00
|
|
|
|
* extfs.c: Include contents of shared_tar_ext.c - it's no
|
|
|
|
|
longer shared.
|
|
|
|
|
* shared_tar_ext.c: Remove.
|
|
|
|
|
* Make-mc.in (VFSSRCS): Remove shared_tar_ext.c.
|
|
|
|
|
|
2001-07-10 08:05:47 +04:00
|
|
|
|
* smbfs.c (vfs_smbfs_ops): Use short name "smbfs" for the
|
|
|
|
|
filesystem. Don't translate it.
|
|
|
|
|
|
2001-07-09 20:15:33 +04:00
|
|
|
|
2001-07-09 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-07-10 07:12:02 +04:00
|
|
|
|
* tar.c (ReadStatus): Fix compilation on AIX.
|
|
|
|
|
From Dan McNichol <mcnichol@austin.ibm.com>.
|
|
|
|
|
|
2001-07-10 00:07:43 +04:00
|
|
|
|
* extfs/mailfs: Strip trailing DOS newlines from mail files.
|
|
|
|
|
From Christian Gennerat <christian.gennerat@vz.cit.alcatel.fr>
|
|
|
|
|
|
2001-07-09 20:15:33 +04:00
|
|
|
|
* fish.c (fish_chown): Do nothing and return success if
|
|
|
|
|
getpwuid() or getgrgid() fails.
|
|
|
|
|
|
2001-07-05 19:05:23 +04:00
|
|
|
|
2001-07-05 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* README.fish: Spelling fixes.
|
|
|
|
|
|
2001-06-29 11:20:46 +04:00
|
|
|
|
2001-06-29 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: Don't ever link mcserv with libintl - it must not
|
|
|
|
|
depend on it.
|
|
|
|
|
|
2001-06-27 16:26:27 +04:00
|
|
|
|
2001-06-27 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* smbfs.c: Include <config.h>. Make all internal variables static.
|
|
|
|
|
(get_stat_info): Eliminate fake_stat, memory leak fixed.
|
|
|
|
|
(IPC, URL_HEADER): Make static const.
|
|
|
|
|
(smbfs_stat): Fix segmentation violation.
|
|
|
|
|
(statfile_helper): Allocate memory for single_entry once. It is never
|
|
|
|
|
freed now, and only my_stat element of this structure is used.
|
|
|
|
|
|
2001-06-26 18:41:31 +04:00
|
|
|
|
2001-06-26 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.h: Don't include <config.h>.
|
|
|
|
|
|
2001-06-26 01:34:46 +04:00
|
|
|
|
2001-06-25 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cpio.c: Include <config.h> before everything else.
|
|
|
|
|
* direntry.c: Likewise.
|
|
|
|
|
* fish.c: Likewise.
|
|
|
|
|
* ftpfs.c: Likewise.
|
|
|
|
|
* local.c: Likewise.
|
|
|
|
|
* tar.c: Likewise.
|
|
|
|
|
* utilvfs.h: Don't include <config.h> - it should be included
|
|
|
|
|
in all C files instead.
|
|
|
|
|
* xdirentry.h: Likewise.
|
|
|
|
|
|
2001-06-19 23:36:54 +04:00
|
|
|
|
2001-06-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* local.c (local_telldir): Warn and abort if telldir() is not
|
|
|
|
|
available.
|
|
|
|
|
(local_seekdir): Warn and abort if seekdir() is not available.
|
|
|
|
|
|
2001-06-19 00:35:44 +04:00
|
|
|
|
2001-06-18 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* tcputil.c (sig_pipe): Use the same declaration with one int
|
|
|
|
|
argument - it's used everywhere else and it fixes a warning on
|
|
|
|
|
systems unlisted in the ifdef, e.g. OpenBSD.
|
|
|
|
|
|
2001-06-14 19:26:29 +04:00
|
|
|
|
2001-06-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-06-15 00:08:27 +04:00
|
|
|
|
* ftpfs.c: Declare functions without declarations static. Don't
|
|
|
|
|
omit `void' in declarations.
|
|
|
|
|
* cpio.c: Likewise.
|
|
|
|
|
* direntry.c: Likewise.
|
|
|
|
|
* extfs.c: Likewise.
|
|
|
|
|
* mcfs.c: Likewise.
|
|
|
|
|
* tar.c: Likewise.
|
|
|
|
|
* vfs.c: Likewise.
|
|
|
|
|
* vfs.h: Likewise.
|
|
|
|
|
* mcserv.c: Likewise. Remove unused functions.
|
|
|
|
|
|
2001-06-14 19:26:29 +04:00
|
|
|
|
* util-alone.c: Use indented #error.
|
|
|
|
|
* vfs.h: Use indented #warning instead of hiding it from non-gcc
|
|
|
|
|
compilers.
|
|
|
|
|
|
2001-06-12 01:58:58 +04:00
|
|
|
|
2001-06-11 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cpio.c (vfs_cpiofs_ops): Use short name for the filesystem.
|
|
|
|
|
This avoids creating long filenames in dirent.c when the "name"
|
|
|
|
|
field is used.
|
|
|
|
|
* extfs.c (vfs_extfs_ops): Likewise.
|
|
|
|
|
* fish.c (vfs_fish_ops): Likewise.
|
|
|
|
|
* ftpfs.c (vfs_ftpfs_ops): Likewise.
|
|
|
|
|
* local.c (vfs_local_ops): Likewise.
|
|
|
|
|
(vfs_nil_ops): Likewise.
|
|
|
|
|
* mcfs.c (vfs_mcfs_ops): Likewise.
|
|
|
|
|
* sfs.c (vfs_sfs_ops): Likewise.
|
|
|
|
|
* tar.c (vfs_tarfs_ops): Likewise.
|
|
|
|
|
* undelfs.c (vfs_undelfs_ops): Likewise.
|
|
|
|
|
|
2001-06-07 09:08:52 +04:00
|
|
|
|
2001-06-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* sfs.c (sfs_init): Change some warning messages to simplify
|
|
|
|
|
their translation.
|
|
|
|
|
|
2001-06-06 23:07:21 +04:00
|
|
|
|
2001-06-06 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c: Remove.
|
|
|
|
|
* Make-mc.in: Remove shared_ftp_fish.c.
|
|
|
|
|
* Makefile.am: Likewise.
|
|
|
|
|
|
2001-06-02 10:36:00 +04:00
|
|
|
|
2001-06-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_canon): s/canonize/canonicalize/.
|
|
|
|
|
|
2001-06-01 21:46:57 +04:00
|
|
|
|
2001-06-01 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* ftpfs.h: Declare use_netrc, ftpfs_retry_seconds, ftpfs_first_cd_then_ls,
|
|
|
|
|
ftpfs_use_passive_connections and ftpfs_use_unix_list_options.
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.c [VFS_STANDALONE]: Undefine WITH_SMBFS, they are mutually
|
2001-06-01 21:46:57 +04:00
|
|
|
|
exclusive now.
|
|
|
|
|
(is_week): Unmade week static.
|
|
|
|
|
(is_month): Unmade month static.
|
|
|
|
|
(vfs_parse_ls_lga): Optimize memory usage.
|
|
|
|
|
|
|
|
|
|
* .cvsignore: *.sor added.
|
|
|
|
|
* sfs.c (sfs_init): Optimized.
|
|
|
|
|
|
|
|
|
|
* vfs/samba/lib/util_sock.c (socket_options): Made static const.
|
|
|
|
|
|
2001-05-30 16:05:50 +04:00
|
|
|
|
2001-05-30 Ludovic Drolez <ludovic.drolez@freealter.com>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* sfs.c (sfs_init): Don't hardcode location of sfs.ini,
|
2001-05-30 16:05:50 +04:00
|
|
|
|
use mc_home to make mc relocatable.
|
2001-05-28 18:19:34 +04:00
|
|
|
|
* util-alone.c (shell): ... here
|
|
|
|
|
|
2001-05-27 10:46:34 +04:00
|
|
|
|
2001-05-27 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* fish.c: Redirect stderr of all commands to /dev/null.
|
|
|
|
|
|
2001-05-26 09:11:17 +04:00
|
|
|
|
2001-05-25 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* sfs.c (vfs_sfs_ops): Typo fix.
|
|
|
|
|
|
2001-05-23 00:24:53 +04:00
|
|
|
|
2001-05-22 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-05-23 02:40:44 +04:00
|
|
|
|
* vfs.c (vfs_split_text): Fill `columns' with zeroes before
|
|
|
|
|
writing new data into it.
|
|
|
|
|
|
2001-05-23 00:24:53 +04:00
|
|
|
|
* fish.c (free_archive): Use `exit' instead of `logout' - the
|
|
|
|
|
later fails under non-login shells.
|
|
|
|
|
(pipeopen): Redirect stderr of ssh to /dev/null.
|
|
|
|
|
From Rich Roth:
|
|
|
|
|
(dir_load): Redirect stderr of ls to /dev/null.
|
|
|
|
|
(linear_start): Likewise.
|
|
|
|
|
|
2001-05-22 17:18:18 +04:00
|
|
|
|
2001-05-22 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in (mostlyclean): Remove $(VFSSOOBJS).
|
|
|
|
|
(clean): Remove *.so.
|
|
|
|
|
|
|
|
|
|
* smbfs.c: Include utilvfs.h instead of ../config.h, ../src/main.h,
|
|
|
|
|
../src/tty.h and ../src/global.h.
|
|
|
|
|
|
|
|
|
|
(password, username): Made static.
|
|
|
|
|
(is_error): Commented out.
|
|
|
|
|
(loaddir_helper): Don't ignore hidden files, style fixes.
|
|
|
|
|
(browsing_helper): typestr declared as char *, fstrcpy replaced by =.
|
|
|
|
|
|
|
|
|
|
(do_connect): Call cli_shutdown () and authinfo_remove () if
|
|
|
|
|
cli_session_setup () fails. It is not good idea to remember
|
|
|
|
|
wrong username/password.
|
|
|
|
|
|
|
|
|
|
(smbfs_free_dir): Nested between #ifdef SMBFS_FREE_DIR ... #endif.
|
|
|
|
|
(smbfs_readdir): #ifdef SMBFS_FREE_DIR used instead of C comment.
|
|
|
|
|
|
2001-05-22 11:11:32 +04:00
|
|
|
|
2001-05-22 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* sfs.c (redirect): Don't free the filename after failed
|
|
|
|
|
mc_mkstemps() - it's not needed anymore.
|
|
|
|
|
|
2001-05-21 20:21:07 +04:00
|
|
|
|
2001-05-21 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-05-22 11:11:32 +04:00
|
|
|
|
* direntry.c (vfs_s_open): Use mc_mkstemps. Create and close
|
2001-05-21 20:21:07 +04:00
|
|
|
|
temporary file to reserve its name on the filesystem.
|
|
|
|
|
(vfs_s_retrieve_file): Use mc_mkstemps().
|
|
|
|
|
(g_tempnam): Remove.
|
2001-05-22 11:11:32 +04:00
|
|
|
|
* extfs.c (extfs_open): Use mc_mkstemps().
|
|
|
|
|
* sfs.c (redirect): Likewise.
|
|
|
|
|
* shared_ftp_fish.c (_get_file_entry): Likewise.
|
2001-05-21 20:21:07 +04:00
|
|
|
|
(retrieve_file): Likewise.
|
2001-05-22 11:11:32 +04:00
|
|
|
|
* vfs.c (mc_def_getlocalcopy): Likewise.
|
|
|
|
|
* xdirentry.h: Remove declaration of g_tempnam().
|
2001-05-21 20:21:07 +04:00
|
|
|
|
|
2001-05-18 23:04:42 +04:00
|
|
|
|
2001-05-18 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_addstamp): Rename st1 to last_stamp. Initialize it
|
|
|
|
|
with NULL to suppress compiler warning.
|
|
|
|
|
|
2001-05-15 03:30:21 +04:00
|
|
|
|
2001-05-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-05-15 03:34:43 +04:00
|
|
|
|
* ftpfs.c: Warning fixes.
|
|
|
|
|
|
2001-05-15 03:30:21 +04:00
|
|
|
|
* utilvfs.h: Include background.h.
|
|
|
|
|
* cpio.c: Include utilvfs.h.
|
|
|
|
|
|
2001-05-15 00:38:30 +04:00
|
|
|
|
2001-05-14 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: add possibility to build libvfs.so
|
|
|
|
|
|
2001-04-20 00:51:41 +04:00
|
|
|
|
2001-04-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/rpm (mcrpmfs_list): Use cpio for the listing since the
|
|
|
|
|
rpm output varies between versions.
|
|
|
|
|
(mcrpmfs_copyout): Fix processing of CONTENTS.cpio. Match
|
|
|
|
|
filenames beginning with "./" - they are used in the version 4
|
|
|
|
|
packages.
|
|
|
|
|
|
2001-04-17 23:48:03 +04:00
|
|
|
|
2001-04-17 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* fish.c (open_archive_int): Redirect stderr of start_fish_server
|
|
|
|
|
to stdout so we don't get confused if it doesn't exist.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2001-04-09 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-04-09 16:12:20 +04:00
|
|
|
|
|
|
|
|
|
* samba/includes/proto.h, samba/libsmb/nterr.c (get_nt_error): return
|
|
|
|
|
NULL when appropriative error message can't be found as it is expected
|
|
|
|
|
in cli_errstr(). Return type changed to const char *
|
|
|
|
|
|
|
|
|
|
* smbfs.c (smbfs_fill_names): implemented
|
|
|
|
|
|
|
|
|
|
(smbfs_stat): unneeded g_strdup/g_free calls removed
|
|
|
|
|
(smbfs_loaddir): memory leaking fixed
|
|
|
|
|
|
|
|
|
|
* samba/libsmb/clientgen.c (rap_errmap, prots): constified
|
|
|
|
|
|
2001-04-06 09:56:02 +04:00
|
|
|
|
2001-04-06 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: Use a single variable SAMBA_DIST to hold all
|
|
|
|
|
distributable samba files.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2001-03-15 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-03-15 21:19:23 +03:00
|
|
|
|
|
|
|
|
|
* samba/libsmb/smbdes.c: undefine uchar before redefine it
|
|
|
|
|
|
|
|
|
|
* smbfs.c (smbfs_close): honour changed semantics for return value
|
|
|
|
|
(on error -1 is expected).
|
|
|
|
|
|
|
|
|
|
* (fs): it is at least strange use char * for counter. Changed to int
|
|
|
|
|
|
2001-03-15 04:25:51 +03:00
|
|
|
|
2001-03-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-03-15 04:40:30 +03:00
|
|
|
|
* Make-mc.in: Use Automake conditional USE_SAMBA_FS.
|
|
|
|
|
Remove any knowledge of SAMBAFILES. Merge object files with
|
|
|
|
|
libsamba.a if USE_SAMBA_FS is true. Propagate "mostlyclean"
|
|
|
|
|
to the `samba' directory. Don't ignore errors from ranlib.
|
|
|
|
|
|
2001-03-15 04:35:07 +03:00
|
|
|
|
* samba/Makefile.in: Make *clean targets Automake-compatible.
|
|
|
|
|
Don't ignore errors from `rm'.
|
|
|
|
|
|
2001-03-15 04:25:51 +03:00
|
|
|
|
* samba/configure.in: Use AC_CHECK_TOOL to find AR.
|
|
|
|
|
* samba/Makefile.in: Remove useless rules, including defunct
|
|
|
|
|
dependency tracking. Create libsamba.a from the object files.
|
|
|
|
|
|
2001-03-08 03:34:20 +03:00
|
|
|
|
2001-03-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-03-08 04:04:58 +03:00
|
|
|
|
* cpio.c (cpio_skip_padding): Warning fix.
|
|
|
|
|
* fish.c (dir_load): Likewise.
|
|
|
|
|
* mcfs.c: Likewise.
|
|
|
|
|
|
2001-03-08 03:34:20 +03:00
|
|
|
|
* extfs/uzip: New file from Oskar Liljeblad.
|
|
|
|
|
* extfs/README.uzip: Likewise.
|
|
|
|
|
* extfs/Makefile.am: Adjust for constant uzip.
|
|
|
|
|
|
2001-03-07 13:20:16 +03:00
|
|
|
|
2001-03-07 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/*uzip*: replace uzip with perl version by
|
|
|
|
|
Oskar Liljeblad <osk@hem.passagen.se>
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2001-03-05 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-03-05 09:00:27 +03:00
|
|
|
|
|
|
|
|
|
* vfs.[ch] (vfs_parse_ls_lga, vfs_parse_filemode): p constified
|
|
|
|
|
(vfs_strip_suffix_from_filename): filename constified
|
|
|
|
|
(vfs_parse_ls_lga): memory leaking fixed when line can't be parsed,
|
|
|
|
|
chomping unified
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2001-03-04 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-03-04 21:55:17 +03:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* extfs/patchfs: LANG overrides LC_TIME at least in glibc,
|
2001-03-04 21:55:17 +03:00
|
|
|
|
so use LC_ALL=C to override any locale
|
|
|
|
|
* smbfs.c (smbfs_open_link): service initialized
|
|
|
|
|
* (my_forget): new features of vfs_split_url used
|
|
|
|
|
|
2001-03-01 09:16:20 +03:00
|
|
|
|
2001-03-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip.in (mczipfs_list): Allow filenames with colons.
|
|
|
|
|
Reported by Christian Gennerat.
|
|
|
|
|
|
2001-03-01 00:50:57 +03:00
|
|
|
|
2001-02-28 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_def_ungetlocalcopy): Cleanup of error handling.
|
|
|
|
|
|
2001-02-28 01:19:04 +03:00
|
|
|
|
2001-02-27 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_ungetlocalcopy): Do not ignore errors. (Courtesy of
|
|
|
|
|
"K. Leif D. Van Horn" <leif@kaivo.com>)
|
|
|
|
|
|
2001-02-23 10:26:30 +03:00
|
|
|
|
2001-02-23 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-23 11:45:13 +03:00
|
|
|
|
* extfs/lslR (mclslRfs_list): Don't use gawk-specific features.
|
|
|
|
|
Don't hardcode gawk. Don't rely on the date format occupying a
|
|
|
|
|
fixed number of fields.
|
|
|
|
|
|
2001-02-23 10:26:30 +03:00
|
|
|
|
* extfs/uzip.in (mczipfs_list): Don't check zipinfo support on
|
|
|
|
|
the real file - check usage info instead. Use more robust checks
|
|
|
|
|
for valid lines. Suppress stderr from unzip. Workaround for jar
|
|
|
|
|
files - fix mode for files ending with slash.
|
|
|
|
|
|
2001-02-20 19:24:49 +03:00
|
|
|
|
2001-02-20 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-20 19:55:58 +03:00
|
|
|
|
* vfs.h: Include sys/timeb.h if it's present. Include time.h and
|
|
|
|
|
sys/time.h as recommended by Autoconf documentation.
|
|
|
|
|
* cpio.c: Remove all time-related includes - they are in vfs.h.
|
|
|
|
|
* extfs.c: Likewise.
|
|
|
|
|
* ftpfs.c: Likewise.
|
|
|
|
|
* mcfs.c: Likewise.
|
|
|
|
|
* mcserv.c: Likewise.
|
|
|
|
|
* tar.c: Likewise.
|
|
|
|
|
* util-alone.c: Likewise.
|
|
|
|
|
* vfs.c: Likewise. Include xdirentry.h.
|
|
|
|
|
|
2001-02-20 19:24:49 +03:00
|
|
|
|
* extfs.c: Include xdirentry.h. Undefine ERRNOR before
|
|
|
|
|
redefining it.
|
|
|
|
|
|
2001-02-19 21:42:12 +03:00
|
|
|
|
2001-02-19 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-19 23:55:26 +03:00
|
|
|
|
* shared_tar_ext.c (__find_entry): Make sure that the parent is a
|
|
|
|
|
directory even if the child is not.
|
|
|
|
|
|
2001-02-19 21:42:12 +03:00
|
|
|
|
* extfs/mailfs (parse_date): Correctly handle two-digit years
|
|
|
|
|
between 1970 and 1999.
|
|
|
|
|
|
2001-02-15 04:37:43 +03:00
|
|
|
|
2001-02-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_filedate): Don't reset got_year to 0 while
|
|
|
|
|
checking for ctime() format.
|
|
|
|
|
From Peter Daum.
|
|
|
|
|
|
2001-02-11 10:10:49 +03:00
|
|
|
|
2001-02-11 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/mailfs (parse_date): Workaround for Y2K bugs. Support
|
2001-02-11 10:21:29 +03:00
|
|
|
|
for dates found in AOLMail(SM) messages. Accept single-digit
|
|
|
|
|
hours and missing seconds. Provide a fallback if cannot parse
|
|
|
|
|
the date.
|
2001-02-11 10:10:49 +03:00
|
|
|
|
(process_header): Typo fix. Use \s instead of space in regular
|
|
|
|
|
expressions.
|
|
|
|
|
|
2001-02-10 12:25:07 +03:00
|
|
|
|
2001-02-10 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip.in: Preserve permissions of FAT and NTFS archives,
|
|
|
|
|
including the directory bit. This fixes crashes on some FAT
|
|
|
|
|
archives.
|
|
|
|
|
|
2001-02-09 09:39:34 +03:00
|
|
|
|
2001-02-09 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-09 23:46:46 +03:00
|
|
|
|
* samba/configure.in: Remove more useless tests.
|
|
|
|
|
* samba/tests/crypttest.c: Remove.
|
|
|
|
|
* samba/tests/fcntl_lock.c: Likewise.
|
|
|
|
|
* samba/tests/shared_mmap.c: Likewise.
|
|
|
|
|
* samba/tests/sysv_ipc.c: Likewise.
|
|
|
|
|
* samba/samba-files: Likewise.
|
|
|
|
|
* samba/smbadduser: Likewise.
|
|
|
|
|
* Make-mc.in: Adjust for the above.
|
|
|
|
|
* samba/include/includes.h: Removed definitions related to the
|
|
|
|
|
above tests.
|
|
|
|
|
|
2001-02-09 23:03:04 +03:00
|
|
|
|
* Make-mc.in: Eliminate ubiqx.
|
|
|
|
|
* samba/Makefile.in: Likewise. Remove some unused variables.
|
|
|
|
|
* samba/include/includes.h: Eliminate dependency on ubiqx.
|
|
|
|
|
* samba/include/nameserv.h: Likewise.
|
|
|
|
|
* samba/include/proto.h: Remove prototypes from nmbd/*.
|
|
|
|
|
* samba/ubiqx/*: Remove.
|
|
|
|
|
|
2001-02-09 22:31:35 +03:00
|
|
|
|
* samba/configure.in: More useless stuff removed.
|
|
|
|
|
* samba/Makefile.in: Likewise.
|
|
|
|
|
* Make-mc.in: Remove samba/smbwrapper directory.
|
|
|
|
|
* samba/smbwrapper/smbw.h: Remove.
|
|
|
|
|
* samba/include/includes.h: Don't include smbw.h.
|
|
|
|
|
|
2001-02-09 21:42:25 +03:00
|
|
|
|
* samba/configure.in: Don't check for things that are unused.
|
|
|
|
|
Remove support for building shared libraries.
|
|
|
|
|
* samba/Makefile.in: Remove support for shared libraries and
|
|
|
|
|
quota.
|
|
|
|
|
|
2001-02-09 11:12:10 +03:00
|
|
|
|
* samba/configure.in: Don't check for any 64-bit functions and
|
|
|
|
|
syscall() - they are not needed.
|
|
|
|
|
|
2001-02-09 10:36:44 +03:00
|
|
|
|
* samba/configure.in: Remove the test for
|
|
|
|
|
HAVE_EXPLICIT_LARGEFILE_SUPPORT, since it's incompatible with
|
|
|
|
|
the rest of the source that doesn't use explicit 64-bit calls.
|
|
|
|
|
|
2001-02-09 09:39:34 +03:00
|
|
|
|
* Make-mc.in: Always check for samba/Makefile before descending
|
|
|
|
|
there. Don't ever ignore errors from "cd". Use $(MAKE), not
|
|
|
|
|
make. Formatting changes.
|
|
|
|
|
|
2001-02-08 08:55:44 +03:00
|
|
|
|
2001-02-08 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-08 19:35:13 +03:00
|
|
|
|
* Make-mc.in: Undo previous fix. Don't run "make clean" in
|
|
|
|
|
samba/ if samba/Makefile is missing.
|
|
|
|
|
|
2001-02-08 19:01:20 +03:00
|
|
|
|
* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
|
|
|
|
|
may be missing. Clean using the rule from samba/Makefile.in.
|
|
|
|
|
|
2001-02-08 10:13:27 +03:00
|
|
|
|
* cpio.c: Eliminate C++ comments.
|
|
|
|
|
* fish.c: Likewise.
|
|
|
|
|
|
2001-02-08 10:02:30 +03:00
|
|
|
|
* Make-mc.in: Use mkinstalldirs to create $(distdir)/extfs,
|
|
|
|
|
since CVS Automake already creates that directory.
|
|
|
|
|
|
2001-02-08 08:55:44 +03:00
|
|
|
|
* Make-mc.in: Don't add _LARGEFILE64_SOURCE to CFLAGS without
|
|
|
|
|
testing - it breaks on HP-UX 10.20.
|
|
|
|
|
|
2001-02-07 18:41:18 +03:00
|
|
|
|
2001-02-07 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2001-02-08 05:00:21 +03:00
|
|
|
|
* Make-mc.in: Don't distribute samba/tests/trapdoor.c and
|
|
|
|
|
samba/tests/ftruncroot.c.
|
|
|
|
|
|
2001-02-08 04:29:38 +03:00
|
|
|
|
* samba/configure.in: Remove tests for setresuid and setresgid.
|
|
|
|
|
* samba/include/includes.h: Remove declarations of setresuid and
|
|
|
|
|
setresgid.
|
|
|
|
|
|
2001-02-08 03:59:35 +03:00
|
|
|
|
* samba/configure.in: Don't check for root permissions. Don't
|
|
|
|
|
call tests/trapdoor.c and tests/ftruncroot.c.
|
|
|
|
|
* samba/tests/trapdoor.c: Remove.
|
|
|
|
|
* samba/tests/ftruncroot.c: Likewise.
|
|
|
|
|
* samba/tests/summary.c: Don't warn about trapdoor uid systems.
|
|
|
|
|
|
2001-02-08 03:28:15 +03:00
|
|
|
|
* Make-mc.in: Don't link container.o into libvfs-mc.a - it's
|
|
|
|
|
not used.
|
|
|
|
|
|
2001-02-08 02:49:43 +03:00
|
|
|
|
* samba/aclocal.m4: Fix underquoting.
|
|
|
|
|
* samba/configure.in: Fix underquoting. Don't use loff_t as the
|
|
|
|
|
second argument to AC_CHECK_TYPE - it's not a builtin type.
|
|
|
|
|
|
2001-02-07 18:41:18 +03:00
|
|
|
|
* samba/configure.in: Remove checks for statvfs and friends -
|
|
|
|
|
they are irrelevant to the client code.
|
|
|
|
|
* samba/tests/summary.c: Likewise.
|
|
|
|
|
|
2000-12-15 14:50:45 +03:00
|
|
|
|
2000-12-15 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* extfs/urar.in (list): better solution to prevent duplication
|
|
|
|
|
|
2000-12-14 04:21:04 +03:00
|
|
|
|
2000-12-14 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* extfs/urar.in (LC_ALL): set to C to prevent localization,
|
|
|
|
|
(mcrarfs_list): directories placed first to prevent duplication
|
|
|
|
|
|
2000-10-31 18:43:49 +03:00
|
|
|
|
2000-10-31 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (dir_load): From Roland Mainz
|
|
|
|
|
<Roland.Mainz@informatik.med.uni-giessen.de>: add '.' and '..'
|
|
|
|
|
directories
|
|
|
|
|
|
|
|
|
|
* *.c: From Roland: it is not possible to g_free() something
|
|
|
|
|
allocated by strdup(), because g_malloc might be different for
|
|
|
|
|
malloc. Therefore wrapped strdup into g_strdup() wrapper.
|
|
|
|
|
|
2000-10-22 19:06:21 +04:00
|
|
|
|
2000-10-22 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* samba/libsmb/nterr.c (nt_errs): constified
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* samba/libsmb/smberr.c (dos_msgs, server_msgs, hard_msgs,
|
2000-10-22 19:06:21 +04:00
|
|
|
|
err_classes): ditto
|
|
|
|
|
|
|
|
|
|
(smb_errstr): err constified to avoid warnings
|
|
|
|
|
|
2000-10-16 22:35:21 +04:00
|
|
|
|
2000-10-16 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (open_data_connection): don't generate //filename, some
|
|
|
|
|
ftp servers can't store it;
|
|
|
|
|
|
|
|
|
|
(command): g_strdup_vprintf() and g_strconcat() replaced
|
|
|
|
|
by g_strdup_vprintf(), g_realloc() and strcpy()
|
|
|
|
|
to reduce memory usage when trailing "\r\n" added;
|
|
|
|
|
|
|
|
|
|
(ftpfs_set_debug, ftp_data): ftp_data.logfile assigned with logfile
|
|
|
|
|
value to log servers replies
|
|
|
|
|
|
2000-10-10 02:44:51 +04:00
|
|
|
|
2000-10-09 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
|
|
|
|
* sfs.c (redirect): temporary file unlinked on error;
|
|
|
|
|
|
|
|
|
|
(sfs_init): warnings are localized
|
|
|
|
|
|
2000-10-06 05:43:46 +04:00
|
|
|
|
2000-10-05 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/rpm: If rpm indicates an error create a virtual file
|
|
|
|
|
ERROR and put error messages there.
|
|
|
|
|
|
2000-09-25 16:49:41 +04:00
|
|
|
|
2000-09-25 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/mcunarj.diff: better version from Christian Gennerat
|
|
|
|
|
<christian.gennerat@vz.cit.alcatel.fr>
|
|
|
|
|
|
2000-09-22 00:58:10 +04:00
|
|
|
|
2000-09-21 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/uzoo.in: Suppress output from grep. Don't use '~',
|
|
|
|
|
use $HOME instead - it's more portable.
|
|
|
|
|
|
2000-09-18 19:52:16 +04:00
|
|
|
|
2000-08-24 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/Makefile.am: all scripts should be executable
|
|
|
|
|
|
2000-09-18 18:25:47 +04:00
|
|
|
|
2000-09-18 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/patchfs (LC_TIME): patch by Martin Bialasinski:
|
|
|
|
|
override locale for dates
|
|
|
|
|
|
2000-09-15 00:53:57 +04:00
|
|
|
|
2000-09-14 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
2000-10-10 02:44:51 +04:00
|
|
|
|
* vfs.c, extfs/{a,extfs.ini}: Improved /#a filesystem
|
2000-09-15 00:53:57 +04:00
|
|
|
|
|
2000-09-14 19:06:14 +04:00
|
|
|
|
2000-09-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2000-09-15 00:34:52 +04:00
|
|
|
|
* Make-mc.in: direntry.c was listed twice in VFSSRCS
|
|
|
|
|
|
2000-09-14 20:13:36 +04:00
|
|
|
|
* Make-mc.in: removed commands to build standalone libvfs -
|
|
|
|
|
they are now in Makefile.am. Create links in the build
|
|
|
|
|
directory - source directory may be read-only. Removed hack
|
|
|
|
|
with mcservx - it's no longer needed.
|
|
|
|
|
|
2000-09-14 19:06:14 +04:00
|
|
|
|
* ftpfs.h: include "xdirentry.h" instead of "vfs/xdirentry.h"
|
|
|
|
|
|
2000-09-05 22:26:40 +04:00
|
|
|
|
2000-09-05 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: don't ignore errors in the distdir target
|
|
|
|
|
|
2000-09-02 01:34:26 +04:00
|
|
|
|
2000-08-24 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* extfs/Makefile.am: new file
|
|
|
|
|
* Make-mc.in: remove stuff pertinent to the extfs directory
|
|
|
|
|
|
2000-08-24 18:39:33 +04:00
|
|
|
|
2000-08-24 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: don't ignore error installing mcserv.
|
|
|
|
|
Create directories before installing into them.
|
|
|
|
|
|
2000-08-18 09:18:47 +04:00
|
|
|
|
2000-08-18 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2000-08-24 18:39:33 +04:00
|
|
|
|
* Make-mc.in: adjusted lists of distributed files.
|
2000-08-18 09:18:47 +04:00
|
|
|
|
Makefile rebuilding fixed.
|
|
|
|
|
|
2000-08-08 19:12:39 +04:00
|
|
|
|
2000-08-08 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (dir_load): taken it out, it needs to correctly provide
|
|
|
|
|
parent, this way it breaks things.
|
|
|
|
|
|
2000-08-08 21:20:57 +04:00
|
|
|
|
* uzip.in: change by Dmitry Borodaenko <d.borodaenko@belcaf.com> to
|
|
|
|
|
display zip files in fat and ntf formats
|
|
|
|
|
|
2000-08-04 16:03:43 +04:00
|
|
|
|
2000-08-04 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
2000-08-04 16:15:46 +04:00
|
|
|
|
* ftpfs.c (dir_load): add . and .. to ftpfs listings, courtesy of
|
|
|
|
|
Roland.Mainz@informatik.med.uni-giessen.de
|
|
|
|
|
|
2000-08-04 16:03:43 +04:00
|
|
|
|
* util-alone.c (message_1s1d): added missing function
|
|
|
|
|
|
2000-08-04 01:58:19 +04:00
|
|
|
|
2000-08-03 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* undelfs.h: Removed
|
|
|
|
|
|
2000-08-02 21:15:33 +04:00
|
|
|
|
2000-08-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
2000-08-03 02:36:15 +04:00
|
|
|
|
* Make-mc.in: Filters apt, audio, deba, debd and dpkg are now
|
|
|
|
|
distributed. Added some comments to prevent future errors.
|
|
|
|
|
"make distclean" now cleans generated filters.
|
|
|
|
|
|
2000-08-03 00:17:13 +04:00
|
|
|
|
* samba/configure.in: Fixed sloppy output. The fix also sent to
|
|
|
|
|
the Samba team.
|
|
|
|
|
|
2000-08-02 21:15:33 +04:00
|
|
|
|
* samba/include/stamp-h.in: Added to CVS.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-05-23 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-05-25 18:47:48 +04:00
|
|
|
|
|
|
|
|
|
* vfs.c (mc_[un]def_getlocalcopy): better error handling on writing
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-05-18 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-05-19 17:09:41 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.c: (my_get_host_and_username) space between macro name and
|
|
|
|
|
parentheses removed
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-05-15 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-05-16 18:59:33 +04:00
|
|
|
|
|
|
|
|
|
* tar.c (read_header): memory leaking for empty symlink's names fixed
|
|
|
|
|
|
|
|
|
|
* utilvfs.c (vfs_split_url): *host is not assigned if host is null
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (login_server): new features of vfs_split_url () used,
|
|
|
|
|
my_get_host_and_username became macro
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_opendir, mc_chdir): unneeded calls to concat_dir_and_file
|
|
|
|
|
removed (vfs_canon removes trailing '/')
|
|
|
|
|
|
|
|
|
|
* sfs.c (vfmake, redirect): allocated memory realeased on errors
|
|
|
|
|
|
2000-05-10 14:19:00 +04:00
|
|
|
|
2000-05-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_new_inode): Do not leave st_nlink uninitialized.
|
|
|
|
|
|
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* src/user.c: Add macro %k it is block file name
Add macro %e it is error file name
Add macro %i it is cursor column indent of spaces, only for edit
Add macro %y, it is syntax of current file in editor, only for edit
Add condition y , it is syntax pattern of current file in edit
Add macro %x it is extension of current file
Add macro %m it is current menu filename
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* gtkedit/editcmd.c: Modify External Formatter (was C indent formatter) .
Autocreate a scripts in home, from templates /usr/lib/mc/edit.indent.rc,
edit.ispell.rc, etc. Remove leading and trailing spaces into _(""),
(the message of David H. Martin <dmartina@usa.net>)
2000-05-05 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* src/user.c: Add condition (x filename) into mc.menu .
for "Open next a free console" and like.
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
src/user.c: fix segfault in chunk_alloc of glibc, when into condition
of .mnu we have quoted space. (~.mc/menu: + f \.\ test$).
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* gtkedit/edit.c:
Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
* gtkedit/editmenu.c: home: ~/.cedit.menu, local: .cedit.menu
Marked block is access now from an user edit menu
Access ~/.cedit/cooledit.block for insert to cursor place from
user edit menu.
Created system cedit.menu
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* gtkedit/editdraw.c:
Improved a status string of cool editor for best understand,
and to add char,hex view.
2000-05-04 Richard Hestilow <hestgray@ionet.net>
* gnome/gdesktop.c: Fixes snap to grid.
2000-05-09 05:18:27 +04:00
|
|
|
|
2000-05-08 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
|
|
|
|
|
|
|
|
|
|
vfs/extfs/uha.in: add HSC type archives
|
|
|
|
|
|
2000-05-03 23:10:52 +04:00
|
|
|
|
2000-05-01 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_inode_from_path): fix for stating / directory
|
|
|
|
|
done properly
|
|
|
|
|
|
|
|
|
|
* vfs.c: == 0 is right test of eof.
|
|
|
|
|
|
2000-04-28 11:56:30 +04:00
|
|
|
|
2000-04-28 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_internal_stat): added ugly special case for /
|
|
|
|
|
of archive to always exist. It seems I'm hiding some underlying
|
|
|
|
|
problem :-(.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-04-26 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-04-28 11:43:13 +04:00
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_find_entry_tree): segfault fixed when root is NULL
|
|
|
|
|
|
|
|
|
|
(vfs_s_new_inode, vfs_s_new_entry): g_new replaced by g_new0
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-28 11:43:13 +04:00
|
|
|
|
* ftpfs.c (dir_load): ent->name is free()d for "." and ".."
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-28 11:43:13 +04:00
|
|
|
|
(ftpfs_directory_timeout): default value changed to 900
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-28 11:43:13 +04:00
|
|
|
|
(netrc_next): "const char * const keywords" go to rodata and is shared
|
|
|
|
|
|
2000-04-16 23:13:00 +04:00
|
|
|
|
2000-04-16 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_type): FL_NO_LOCALHASH for prevention of obscure
|
|
|
|
|
deadlocks with podfuk
|
|
|
|
|
|
|
|
|
|
* direntry.c: fix behaviour when stating / directory of ftp
|
|
|
|
|
archive
|
|
|
|
|
|
2000-04-14 05:14:26 +04:00
|
|
|
|
2000-04-15 Timur Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (netrc_next): "const char * keywords" is pretty nice.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-14 05:14:26 +04:00
|
|
|
|
* ftpfs.c (dir_load): At last, found place, that broke handling
|
|
|
|
|
directories with spaces in name. Problem was in prepending "/"
|
|
|
|
|
to "." for current directory. Which was, obviously, wrong. Hacked
|
|
|
|
|
to make just "LIST -la ." instead.
|
|
|
|
|
|
2000-04-12 13:25:07 +04:00
|
|
|
|
2000-04-12 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/lslR.in: Patch by tnovak@ipex.cz: allow spaces in filenames
|
|
|
|
|
|
2000-04-10 16:23:00 +04:00
|
|
|
|
2000-04-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
2000-04-10 16:29:29 +04:00
|
|
|
|
* extfs/audio: Added a way to browse audio CDs conviently
|
|
|
|
|
|
2000-04-10 16:23:00 +04:00
|
|
|
|
* undelfs.c: use NULLs instead of 0s when you assign to pointers!
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-04-05 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-04-10 16:00:43 +04:00
|
|
|
|
|
|
|
|
|
* utilfs.c (vfs_split_url): don't assign *pass if pass is NULL
|
|
|
|
|
* fish.c (archive_open, archive_same): memory allocated by
|
|
|
|
|
vfs_split_url () must be released after use, don't strdup()
|
2001-08-17 00:43:47 +04:00
|
|
|
|
values allocated by vfs_split_url () and NULL passed to
|
2000-04-10 16:00:43 +04:00
|
|
|
|
vfs_split_url () when password value is unused
|
|
|
|
|
* ftpfs.c (archive_open, archive_same): ditto plus same for
|
|
|
|
|
ftpfs_get_proxy_host_and_port ()
|
|
|
|
|
|
2000-04-10 03:06:59 +04:00
|
|
|
|
2000-04-06 Timur Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (netrc_next): Turned strange "const char * const keywords"
|
|
|
|
|
into more alike "const char const * keywords". Still, think, it's
|
|
|
|
|
too strict.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-10 03:06:59 +04:00
|
|
|
|
* smbfs.c: Add #define BOOL_DEFINED before inclusion of samba headers.
|
|
|
|
|
Libncurses(or slang?) defines BOOL and that can cause problems. (In fact,
|
|
|
|
|
I can't find references to that const, but sure, I hade reason to do that:)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-04-10 03:06:59 +04:00
|
|
|
|
* util-alone.h: Declare load_anon_passwd() to avoid warnings.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-03-31 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-04-05 17:08:42 +04:00
|
|
|
|
|
|
|
|
|
* vfs.c (mc_def_getlocalcopy): free() replaced by g_free() to prevent
|
2001-12-04 02:38:11 +03:00
|
|
|
|
crashes with mad, thanks to Timur I. Bakeyev <timur@bat.ru>
|
|
|
|
|
* fish.c (linear_start): Name wasn't freed after usage.
|
|
|
|
|
* cpio.c (cpio_ungetlocalcopy): Return type changed to int,
|
|
|
|
|
function return 0 now.
|
|
|
|
|
* direntry.c (vfs_s_close, vfs_s_resolve_symlink): Memory allocated
|
|
|
|
|
by vfs_s_fullpath() is freed after use.
|
|
|
|
|
* ftpfs.c (linear_start): Ditto.
|
2000-04-05 17:08:42 +04:00
|
|
|
|
|
2000-04-03 14:35:48 +04:00
|
|
|
|
2000-04-03 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (send_ftp_command): return from vfs_s_get_path_mangle is
|
|
|
|
|
not strdupped(), so it must not be g_free'd.
|
|
|
|
|
|
2000-03-29 17:36:54 +04:00
|
|
|
|
2000-03-29 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* fish.c: Patch by <rebel@atrey.karlin.mff.cuni.cz>: make
|
|
|
|
|
fish work better with files files like "this is sentence"
|
2000-03-29 17:36:54 +04:00
|
|
|
|
|
2000-03-28 14:49:26 +04:00
|
|
|
|
2000-03-28 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/*rpm: Patch by <rebel@atrey.karlin.mff.cuni.cz>: set
|
|
|
|
|
locale to C so that rpm does not confuse us
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-03-06 19:31:37 +03:00
|
|
|
|
2000-03-06 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
Patch by Andrew V. Samoilov <sav@bcs.zp.ua>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-03-06 19:31:37 +03:00
|
|
|
|
* vfs.c (vfs_parse_ls_lga): don't hard code st_ino and st_dev to 0's,
|
|
|
|
|
these variables must be assigned in vfs_s_new_inode () or extfs
|
|
|
|
|
layer, so ftpfs subdirectories now can be copied.
|
|
|
|
|
|
2000-02-25 15:53:06 +03:00
|
|
|
|
2000-02-25 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
Patch by Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.[ch] (vfs_canon, mc_open, vfs_file_is_local,
|
2000-02-25 15:53:06 +03:00
|
|
|
|
mc_(un)?getlocalcopy): added const qualifier
|
2001-08-17 00:43:47 +04:00
|
|
|
|
(mc_def_getlocalcopy): tempnam() returns malloc()ed buffer,
|
2000-02-25 15:53:06 +03:00
|
|
|
|
so, free() it, not g_free();
|
|
|
|
|
(vfs_canon): prepend filename by cwd when tilde '~' cannot be expanded;
|
|
|
|
|
|
2000-02-23 15:35:36 +03:00
|
|
|
|
2000-02-23 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* cpio.c: cpio.h is missing, so don't try to include it. (It is
|
|
|
|
|
not needed, anyway. Strange.)
|
|
|
|
|
|
|
|
|
|
* Makefile.in (NONETFILES): cpio added to compilation list
|
|
|
|
|
|
2000-02-23 10:43:14 +03:00
|
|
|
|
2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c: Definition of PORT changed in the middle of ftpfs.c
|
|
|
|
|
with unexpected side effects (only when HSC_PROXY was
|
|
|
|
|
defined). Introduce HSC_PROXY_PORT and FTP_COMMAND_PORT and use
|
|
|
|
|
where appropriate.
|
|
|
|
|
|
|
|
|
|
(dir_load): Do not hard code the directory cache timeout to 10
|
2001-08-17 00:43:47 +04:00
|
|
|
|
seconds. Instead use the setting from Options/Virtual VFS ...
|
2000-02-23 10:43:14 +03:00
|
|
|
|
|
|
|
|
|
* fish.c (file_store): honour changed semantics for return value
|
|
|
|
|
(on error -1 is expected).
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (file_store): dito
|
|
|
|
|
|
2000-02-22 21:21:41 +03:00
|
|
|
|
2000-02-22 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* cpio.c: added. Thanx to Jan Hudec <bulb@centrum.cz>, who wrote
|
2001-06-29 11:20:46 +04:00
|
|
|
|
it using code from tarfs.
|
2000-02-22 21:21:41 +03:00
|
|
|
|
|
2000-02-21 14:41:36 +03:00
|
|
|
|
2000-02-21 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip.in (nam): y2k fixes (workarounds) by
|
|
|
|
|
christian.gennerat@vz.cit.alcatel.fr
|
|
|
|
|
|
2000-02-04 00:59:04 +03:00
|
|
|
|
2000-02-04 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_unlink, *): prepend / so that it actually works
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-02-03 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-02-02 19:59:19 +03:00
|
|
|
|
|
|
|
|
|
* xdirentry.h: added prototype for vfs_s_retrieve_file
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-01-31 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-01-31 16:48:00 +03:00
|
|
|
|
|
|
|
|
|
* direntry.c: (vfs_s_resolve_symlink, vfs_s_readlink) fixed segfaults
|
|
|
|
|
for broken symlinks like 2001 -> The Space Oddysea.
|
|
|
|
|
|
2000-01-24 15:35:52 +03:00
|
|
|
|
2000-01-24 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c: vfs semantics has some problems with ~s. What will
|
|
|
|
|
happen if we just don't go to home directory of user? (We used to
|
|
|
|
|
have /#ftp:hobit/~/ mean home directory of anonymous at
|
|
|
|
|
hobit. Thats pretty broken.)
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_find_entry_linear): don't sleep after showing
|
|
|
|
|
message
|
|
|
|
|
|
|
|
|
|
* ftpfs.c: cosmetic fixes by Andrew V. Samoilov
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2000-01-24 15:35:52 +03:00
|
|
|
|
2000-01-18 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c: cosmetic fixes + killed ugly infinite loop, patch
|
|
|
|
|
from Andrew V. Samoilov
|
|
|
|
|
|
2000-01-13 02:45:51 +03:00
|
|
|
|
2000-01-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_chdir): removed unneeded statment, plus applied
|
|
|
|
|
cosmetics fixes from Andrew V. Samoilov
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
2000-01-02 Martin Bialasinski <martin@internet-treff.uni-koeln.de>
|
2000-01-03 02:50:56 +03:00
|
|
|
|
|
|
|
|
|
* extfs/deb.in: Change to the deb vfs. tar has changed, and
|
|
|
|
|
depending on the version, it saves files as "./filename" or
|
|
|
|
|
"filename".
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* From debian: added deba, debd, dpkg, apt script file systems.
|
2000-01-03 02:48:55 +03:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-12-28 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2000-04-14 12:59:19 +04:00
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_filedate): don't decode last columns as year
|
|
|
|
|
|
|
|
|
|
|
1999-12-22 07:04:23 +03:00
|
|
|
|
1999-12-21 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
|
|
|
|
|
|
* vfs/vfs.h: use #warning only for gcc. Not all compilers
|
|
|
|
|
understand it
|
|
|
|
|
|
1999-12-16 15:55:16 +03:00
|
|
|
|
1999-12-15 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* Merged changes by Andrew V. Samoilov <sav@bcs.zp.ua>. They are
|
|
|
|
|
mostly internationalization + fixing stupid bugs of mine
|
|
|
|
|
|
1999-12-08 14:39:14 +03:00
|
|
|
|
1999-12-08 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c: basically replaced ftpfs with new one. Unlike the
|
|
|
|
|
previous one, this uses new direntry.c layer, so shared_ftp_fish.c
|
|
|
|
|
can be killed.
|
|
|
|
|
|
|
|
|
|
This is new code, so beware.
|
|
|
|
|
|
1999-11-11 17:23:40 +03:00
|
|
|
|
1999-11-11 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
1999-11-11 17:50:50 +03:00
|
|
|
|
* shared_ftp_fish.c (s_ungetlocalcopy): need to supply some return
|
|
|
|
|
value, too. This code is going to be killed, the sooner the better.
|
|
|
|
|
|
1999-11-11 17:23:40 +03:00
|
|
|
|
* *.c (mc_[un]getlocalcopy): we really need some return value,
|
|
|
|
|
because we can have errors
|
|
|
|
|
|
|
|
|
|
* fish.c: don't use directory expiration, it does not work,
|
|
|
|
|
use retrieve_file from direntry.c
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-11-11 17:23:40 +03:00
|
|
|
|
|
1999-11-03 17:51:22 +03:00
|
|
|
|
1999-02-17 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_getlocalcopy): fixed segfault, getlocalcopy's
|
|
|
|
|
name has to be malloced.
|
|
|
|
|
|
1999-10-07 09:24:54 +04:00
|
|
|
|
1999-10-07 Miguel de Icaza <miguel@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (linear_read): Applied patch from Alexander V. Lukyanov
|
|
|
|
|
<lav@yars.free.net> that makes the code compliant to RFC959
|
|
|
|
|
|
1999-09-26 00:25:20 +04:00
|
|
|
|
1999-08-30 Miguel de Icaza <miguel@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (insert_dots): Use g_new here.
|
|
|
|
|
|
|
|
|
|
* shared_ftpfs_fish.c: Style fixes and small fixes
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-09-22 Bjorn Eriksson <mdeans@algonet.se>
|
1999-09-23 02:04:45 +04:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* extfs/uzip.in: Better handling of zip-archives that contain files
|
1999-09-23 02:04:45 +04:00
|
|
|
|
which contain spaces.
|
|
|
|
|
|
1999-09-20 03:09:07 +04:00
|
|
|
|
1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_set_debug), vfs.h: added const qualifier.
|
|
|
|
|
|
|
|
|
|
* mcserv.c: removed definition of mad_strconcat which is also
|
|
|
|
|
in mad.c.
|
|
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
|
1999-09-17 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
|
|
|
|
|
|
* smbfs.c: #define NO_CONFIG_H before including the samba
|
|
|
|
|
includes; this way it will not re=define HAVE_LIBREADLINE. This
|
|
|
|
|
situation sucks. Should we change the names of the widget.h
|
|
|
|
|
history_*() functions?
|
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
1999-09-14 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* smbfs.c (various places): Store filenames in memory with the unix
|
2001-08-17 00:43:47 +04:00
|
|
|
|
character set and convert it back to the dos character set when
|
|
|
|
|
filenames are passed back to the samba server. If samba is configured
|
|
|
|
|
correctly this will fix the problems with filenames which contain
|
1999-09-14 22:20:02 +04:00
|
|
|
|
national characters.
|
|
|
|
|
|
|
|
|
|
(bucket_set_authinfo): Set domain, username and password which will
|
|
|
|
|
be used to log on and authenticate against the samba server and remember
|
|
|
|
|
this information on a host/share basis. If set use PASSWD to get the
|
2001-08-17 00:43:47 +04:00
|
|
|
|
password. If already authenticated against the host and share use this
|
1999-09-14 22:20:02 +04:00
|
|
|
|
information. If already authenticated against host and IPC$ use this
|
|
|
|
|
information. If neither of the former is true ask the user how to
|
|
|
|
|
log on.
|
|
|
|
|
|
|
|
|
|
(authinfo_get_authinfo_from_user): New function. Query the user for
|
|
|
|
|
domain, username and password to use for authentication.
|
|
|
|
|
|
|
|
|
|
(authinfo_free): New function. Free memory in authentication structure.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
(authinfo_free_all): New function. Free the list used to remember
|
|
|
|
|
authentication information.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
(authinfo_compare_host_and_share, authinfo_compare_host): New functions.
|
|
|
|
|
Helper functions used to search the authentication list.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
|
|
|
|
(authinfo_add): New function. Add one authentication entry to the
|
1999-09-14 22:20:02 +04:00
|
|
|
|
authlist.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
(authinfo_remove): New function. Remove one entry from the authlist.
|
|
|
|
|
|
|
|
|
|
(free_bucket): Free memory associated with one bucket.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
|
|
|
|
(smbfs_get_free_bucket): Initialize the complete connection array
|
1999-09-14 22:20:02 +04:00
|
|
|
|
with 0. Free the memory allocated for a bucket and initialize the
|
|
|
|
|
bucket before reusing it.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
(smbfs_open_link): use new functions to get authentication information
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-09-14 22:20:02 +04:00
|
|
|
|
(get_stat_info, smbfs_stat): remove unused variables.
|
|
|
|
|
|
1999-09-01 03:59:48 +04:00
|
|
|
|
1999-08-31 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip.in: Handle filenames with spaces better. Thanks to
|
|
|
|
|
Spyridon Papadimitriou <Spyridon_Papadimitriou@gs91.sp.cs.cmu.edu>
|
|
|
|
|
for the patch.
|
|
|
|
|
|
1999-08-31 04:11:57 +04:00
|
|
|
|
1999-08-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (translate_path): Remove static buffer from here.
|
|
|
|
|
Return a strdupped string now.
|
|
|
|
|
(send_ftp_command): Release translate_path result here.
|
|
|
|
|
(open_data_connection): Release translate_path result here.
|
|
|
|
|
(ftpfs_chdir_internal): Reease it here too.
|
|
|
|
|
|
1999-08-30 10:01:37 +04:00
|
|
|
|
1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c (get_line): Fixed off by one error ('\0' might
|
|
|
|
|
have been written one slot past the supplied character array).
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (resolve_symlink_without_ls_options): Don't dump core on
|
|
|
|
|
strange symlinks (ls -la doesn't reveal where the symlink points to
|
|
|
|
|
and ls -lLa doesn't resolve the symlink either)
|
|
|
|
|
|
|
|
|
|
Added protection against recursive symbolic links.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-08-20 09:42:02 +04:00
|
|
|
|
1999-08-19 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* smbfs.c: added missing include file
|
|
|
|
|
|
|
|
|
|
(browsing_helper): use g_strdup instead of g_new + pstrcpy
|
|
|
|
|
(Btw. this is an example why the handholding of smblib gives a
|
|
|
|
|
false security feeling. pstrcpy limits the number of characters
|
|
|
|
|
copied and is used with a buffer which is smaler than the hard
|
|
|
|
|
coded limit in pstrcpy)
|
|
|
|
|
(loaddir_helper): ditto
|
|
|
|
|
(server_browsing_helper): ditto
|
|
|
|
|
|
|
|
|
|
(get_remote_stat): fixed memory leaks
|
|
|
|
|
(smbfs_loaddir): ditto
|
2001-08-17 00:43:47 +04:00
|
|
|
|
(get_stat_info): ditto
|
1999-08-20 09:42:02 +04:00
|
|
|
|
(smbfs_stat): ditto
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
(convert_path): rewritten, now it's much cleaner what it does.
|
1999-08-20 09:42:02 +04:00
|
|
|
|
This rewrite was necessary because gcc -O2 choked on glibc 2.1
|
|
|
|
|
systems. In that combination strncat is a macro which expands to
|
|
|
|
|
strlen and strcat and in vfs/samba/include/includes.h the latter is
|
2001-08-17 00:43:47 +04:00
|
|
|
|
defined to __ERROR__XX__NEVER_USE_STRCAT___;.
|
1999-08-20 09:42:02 +04:00
|
|
|
|
|
1999-08-18 23:08:56 +04:00
|
|
|
|
1999-08-18 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_getlocalcopy): There's an aditional strdup
|
2001-08-17 00:43:47 +04:00
|
|
|
|
needed. In rare cases a pointer was freed twice. Pavel Machek
|
1999-08-18 23:08:56 +04:00
|
|
|
|
pointed this out a while ago but obviously it hasn't been fixed yet.
|
|
|
|
|
|
|
|
|
|
* sfs.c (vfmake): Quote characters with a special meaning to the
|
|
|
|
|
shell in filenames/-pathes (Fix Bug #1931, VFS will not work if
|
|
|
|
|
your full path has the space character in it.).
|
|
|
|
|
|
1999-08-18 02:42:14 +04:00
|
|
|
|
1999-08-17 Kjartan Maraas <kmaraas@online.no>
|
|
|
|
|
|
|
|
|
|
* fish.c: Fix typo.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-08-15 David Martin <dmartina@usa.net>
|
1999-08-16 09:31:23 +04:00
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_print_stats): Translate vfs stats
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c (s_read, s_lseek): Mark strings for translation
|
|
|
|
|
|
|
|
|
|
* fish.c: Translate messages
|
|
|
|
|
|
1999-08-06 23:24:04 +04:00
|
|
|
|
1999-08-06 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* tar.c (read_header): Don't segfault when a symlink points to the
|
|
|
|
|
root directory.
|
|
|
|
|
|
1999-08-01 15:37:25 +04:00
|
|
|
|
1999-08-01 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* vfs.c: Don't close a function definition with "};". SunCC from
|
2001-08-17 00:43:47 +04:00
|
|
|
|
2.5.1 chokes on the extra semicolon
|
1999-08-01 15:37:25 +04:00
|
|
|
|
|
|
|
|
|
(mc_munmap): Don't dereference function pointer when checking for
|
|
|
|
|
NULL (this check is supposed to prevent a segfault instead of
|
|
|
|
|
causing one). This haven't got noticed up to now becaue there's no
|
|
|
|
|
file system with mmap but without munmap.
|
|
|
|
|
|
1999-07-06 13:26:44 +04:00
|
|
|
|
Tue Jul 6 11:22:40 1999 Timur I. Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* samba/include/config.h: Removed. Should be generated.
|
|
|
|
|
|
1999-07-06 13:21:39 +04:00
|
|
|
|
Tue Jul 6 11:18:45 1999 Timur I. Bakeyev <mc@bat.ru>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in(XCPPFLAGS): Add necessary paths to allow compile sambafs
|
|
|
|
|
when builddir != srcdir. Removed some junk after not coherent patching.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-07-04 12:16:31 +04:00
|
|
|
|
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in (distcopy): Added a bunch of new lists of files for
|
|
|
|
|
the directories in vfs/samba. Use them in this rule, because
|
|
|
|
|
plain wildcards will not work right.
|
|
|
|
|
(SAMBA_DIST_TOPLEVEL): Added configure to the list of distributed
|
|
|
|
|
files.
|
1999-07-04 14:21:43 +04:00
|
|
|
|
Added smbfs.[ch] to the list of sources.
|
1999-07-04 12:16:31 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
|
1999-07-02 19:06:21 +04:00
|
|
|
|
|
|
|
|
|
* Make-mc.in: $SAMBAFILES -> @SAMBAFILES@ in the rule
|
2001-06-29 11:20:46 +04:00
|
|
|
|
as well as the dependencies.
|
1999-07-02 19:06:21 +04:00
|
|
|
|
|
1999-06-26 02:22:31 +04:00
|
|
|
|
1999-06-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
1999-06-26 02:24:50 +04:00
|
|
|
|
* smbfs.c (get_remote_stat): Change debug level.
|
|
|
|
|
|
|
|
|
|
(get_stat_info): 2 line fixes from Wayne to check the
|
1999-06-26 02:22:31 +04:00
|
|
|
|
cache properly. WOOOOHOOOO! Works like a charm.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-06-14 Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com>
|
1999-06-22 23:56:36 +04:00
|
|
|
|
|
|
|
|
|
* vfs/smbfs.c: New file. Implements the Samba-based file system.
|
|
|
|
|
|
|
|
|
|
* vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.
|
|
|
|
|
|
|
|
|
|
* vfs/vfs.c (vfs_file_is_smb): implemented.
|
|
|
|
|
(vfs_init) register smbfs.
|
|
|
|
|
|
|
|
|
|
* vfs/samba: Incorporate SAMBA source code required for smbfs
|
|
|
|
|
|
1999-06-19 02:25:24 +04:00
|
|
|
|
Fri Jun 18 11:49:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c (resolve_symlink_with_ls_options): Some ftp servers don't
|
1999-06-19 02:25:24 +04:00
|
|
|
|
make a difference between "LIST -la" and "LIST -lLa". If we find such
|
|
|
|
|
a server don't use -lLa when resolving symbolic links.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-05-12 Christian GENNERAT <christian.gennerat@alcatel.fr>
|
1999-05-18 03:14:35 +04:00
|
|
|
|
|
1999-06-19 02:25:24 +04:00
|
|
|
|
* urar.in, uzip.in: patches to use in #urar and #uzip the new features
|
|
|
|
|
added in mc-4.5.31 (unlink, mkdir, rmdir)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-04-30 18:39:28 +04:00
|
|
|
|
1999-04-30 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/deb.in (mcdebfs_run): Quote string properly, fix suggested
|
|
|
|
|
by debian mantainer
|
|
|
|
|
|
1999-04-25 23:34:47 +04:00
|
|
|
|
1999-04-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* extfs/uzip.in (nam): Handle new unzips.
|
|
|
|
|
|
1999-04-24 09:40:11 +04:00
|
|
|
|
Fri Apr 23 21:02:32 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (retrieve_dir): If we don't get any valid directory entry
|
|
|
|
|
(i.e. not even "." and "..") check whether the directory is empty
|
|
|
|
|
or not existend (instead of failing with "ftpfs: failed").
|
|
|
|
|
|
1999-04-23 14:38:13 +04:00
|
|
|
|
1999-04-23 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_filemode): fix for solaris which uses 'l'
|
|
|
|
|
instead of 'S'.
|
1999-04-23 15:32:53 +04:00
|
|
|
|
(vfs_parse_ls_lga): do not silently ignore parsing errors.
|
1999-04-23 14:38:13 +04:00
|
|
|
|
|
1999-04-22 08:36:11 +04:00
|
|
|
|
Wed Apr 21 21:59:50 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_open): tempnam returns a malloced string, no need
|
|
|
|
|
to strdup it
|
|
|
|
|
|
|
|
|
|
(various places): use free instead of g_free to free string returned
|
|
|
|
|
by tempnam.
|
|
|
|
|
|
1999-04-21 14:55:07 +04:00
|
|
|
|
1999-04-21 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* urar.in, uzip.in: rolled in patches from "christian.gennerat"
|
|
|
|
|
<christian.gennerat@vz.cit.alcatel.fr> for better handling of
|
2001-08-17 00:43:47 +04:00
|
|
|
|
spaces and copyin-feature-addon.
|
1999-04-21 14:55:07 +04:00
|
|
|
|
|
1999-04-19 07:33:56 +04:00
|
|
|
|
1999-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* extfs.c (get_path_from_entry): Fix a crash here.
|
|
|
|
|
|
1999-04-13 06:05:15 +04:00
|
|
|
|
1999-04-12 Andrew T. Veliath <andrewtv@usa.net>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_unlink):
|
|
|
|
|
(extfs_mkdir):
|
|
|
|
|
(extfs_rmdir):
|
|
|
|
|
(remove_entry): New functions.
|
|
|
|
|
(vfs_extfs_ops): Add unlink, mkdir and rmdir functions to table.
|
|
|
|
|
Add descriptions for these to the extfs README.
|
|
|
|
|
|
1999-04-12 12:56:40 +04:00
|
|
|
|
1999-04-12 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in (DISTVFS): try to distribute files needed for
|
|
|
|
|
building libvfs.so alone
|
1999-04-12 13:16:03 +04:00
|
|
|
|
(EXTFS_MISC): include uarj and unarj.diff in distribution
|
1999-04-12 12:56:40 +04:00
|
|
|
|
|
1999-04-08 21:16:58 +04:00
|
|
|
|
1999-04-08 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
|
|
* extfs/deb.in extfs/ulha.in extfs/ucpio.in: Fix
|
|
|
|
|
up "TMP RACE" comments so they are at least secure,
|
|
|
|
|
if not terribly robust.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-03-31 Serge Winitzki <swinitzk@hotmail.com>
|
1999-04-01 21:59:07 +04:00
|
|
|
|
|
2001-05-21 20:21:07 +04:00
|
|
|
|
* added copy_in capability to mtools filesystem
|
1999-04-01 21:59:07 +04:00
|
|
|
|
|
1999-03-30 10:09:56 +04:00
|
|
|
|
1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_add_current_stamps): Only do stamping of the panels
|
|
|
|
|
if they exist.
|
|
|
|
|
|
|
|
|
|
* mcserv.c: #include <sys/wait.h>
|
|
|
|
|
(get_client): Put `#ifdef __EMX__' around an otherwise-unused
|
|
|
|
|
variable.
|
|
|
|
|
|
|
|
|
|
* utilvfs.c (vfs_split_url): Fix NULL <-> 0 confusion when
|
|
|
|
|
comparing characters.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (retrieve_dir): Removed unused variable dot_dot_found.
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_init): Assign `key' to c, not `&key'.
|
|
|
|
|
|
1999-03-29 09:06:50 +04:00
|
|
|
|
Sun Mar 28 23:50:47 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.h (vfs_translate_url): Fixed the macro which is used when
|
1999-03-29 09:06:50 +04:00
|
|
|
|
compiling without vfs.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-03-22 David Martin <dmartina@mailexcite.com>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-03-24 15:16:52 +03:00
|
|
|
|
* ftpfs.c: Internationalize the messages that are displayed as
|
2001-08-17 00:43:47 +04:00
|
|
|
|
hints.
|
1999-03-24 15:16:52 +03:00
|
|
|
|
|
|
|
|
|
1999-03-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_init): Fix the code here: If the key is empty or
|
|
|
|
|
only contains a new line, C would be pointing into an invalid location.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Mar 22 02:56:23 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-03-22 02:52:33 +03:00
|
|
|
|
|
|
|
|
|
* Makefile-mc.in: s/$(libdir)\/extfs/$(extfsdir)/
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Mar 22 02:00:16 1999 Valery Kornienkov <vlk@st.simbirsk.su>
|
1999-03-22 01:56:20 +03:00
|
|
|
|
|
|
|
|
|
* extfs/uha.in: Add support for ha archives.
|
|
|
|
|
|
1999-03-13 01:11:07 +03:00
|
|
|
|
1999-03-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): Handle stupid servers that send n_link
|
|
|
|
|
set to zero.
|
|
|
|
|
|
1999-03-11 22:01:53 +03:00
|
|
|
|
1999-03-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.h: Make it compile in AIX. Boy do those guys polute the
|
|
|
|
|
name space.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-03-09 Shooby Ban <bansz@szif.hu>
|
1999-03-10 02:54:01 +03:00
|
|
|
|
|
|
|
|
|
* extfs/extfs.ini: Corrected rpms -> rpms:
|
2001-05-21 20:21:07 +04:00
|
|
|
|
by Balazs Nagy <julian7@kva.hu>
|
1999-03-10 02:54:01 +03:00
|
|
|
|
|
1999-03-09 10:35:12 +03:00
|
|
|
|
1999-03-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (parse_ls_lga): kill the messages on each error.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Feb 16 12:11:04 1999 Paul Sheer <psheer@obsidian.co.za>
|
1999-02-16 13:16:59 +03:00
|
|
|
|
|
|
|
|
|
* mcserv.c, mcfs.c: mcserv and mcfs exchange st_dev instead
|
|
|
|
|
of st_rdev. This makes stats on device files useless. Fixing
|
|
|
|
|
this does not break anything, but adds the ability to copy
|
|
|
|
|
device files properly. Ideally, both st_dev and st_rdev should
|
2001-08-17 00:43:47 +04:00
|
|
|
|
be returned for those programs that use the vfs to properly
|
1999-02-16 13:16:59 +03:00
|
|
|
|
recreate hardlinks. Whose idea was it to only return one of
|
|
|
|
|
these???
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-02-12 Sergey Korshunoff <seyko@p5.f434.n5020.z2.fidonet.org>
|
1999-02-13 01:06:27 +03:00
|
|
|
|
|
|
|
|
|
* unlha.in: Fix the problem of having incorrect pathnames when
|
|
|
|
|
pulling out files from the LHA file.
|
|
|
|
|
|
1999-02-07 02:52:11 +03:00
|
|
|
|
Sat Feb 6 23:44:28 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* tar.c (read_header): Treat hardlinks correctly.
|
|
|
|
|
|
1999-02-04 02:19:40 +03:00
|
|
|
|
Mon Feb 1 19:32:12 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c (insert_dots): renamed from insert_dot. We have to
|
|
|
|
|
insert ".." as well or directories from ftp servers which don't
|
1999-02-04 02:19:40 +03:00
|
|
|
|
list "." and ".." are displayed with an additional "/".
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Feb 1 02:55:07 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-02-01 04:02:44 +03:00
|
|
|
|
|
|
|
|
|
* tcputil.c: One more my bug with '\0' -> NULL. Oops..
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Feb 1 01:45:08 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-02-01 03:21:43 +03:00
|
|
|
|
|
|
|
|
|
* mcserv.c: If setuid() is avaliable, use it, even, streuid() also
|
|
|
|
|
present. (BTW, bsdi uses it's own auth system..)
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sun Jan 31 20:51:17 1999 Alexander Savelyev <fano@vcom.kiev.ua>
|
1999-02-01 01:17:14 +03:00
|
|
|
|
|
|
|
|
|
* mcserv.c (do_auth): mcserv never auth properly on bsdi.
|
|
|
|
|
(mc/vfs/mcserv.c do_auth() on bsdi we must use setuid() not
|
|
|
|
|
setreuid()).
|
|
|
|
|
|
|
|
|
|
* tcputil.c: use correct signal handler (void func(int)) on BSDI
|
|
|
|
|
|
|
|
|
|
Sun Jan 31 20:41:00 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* mcserv.c (do_link): Removed duplicate invokation of link. Thanks
|
1999-02-01 01:17:14 +03:00
|
|
|
|
to Grzegorz Makarewicz <mak@mikroplan.com.pl> for spotting this.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-31 23:28:13 +03:00
|
|
|
|
Sun Jan 31 20:04:13 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.c (vfs_strip_suffix_from_filename): Whoever replaces every
|
1999-01-31 23:28:13 +03:00
|
|
|
|
occurance of 0 with NULL should stop this stupidy. And replacing
|
|
|
|
|
'\0' with NULL is plan wrong!!. Reverted this replacement.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (load_no_proxy_list): ditto
|
|
|
|
|
|
|
|
|
|
Sun Jan 31 19:57:24 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (insert_dot): New function. Insert a "." into the linked
|
|
|
|
|
list. Stat'ing the root directory of a ftpfs fails if the dot is
|
|
|
|
|
missing.
|
|
|
|
|
|
|
|
|
|
(retrieve_dir): insert "." into the linked list if the ftp server
|
|
|
|
|
haven't send it.
|
|
|
|
|
|
|
|
|
|
Sun Jan 31 19:50:24 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-31 23:28:13 +03:00
|
|
|
|
* The following changes make ftpfs work with a remote AmiTCP
|
2001-08-17 00:43:47 +04:00
|
|
|
|
server are the result of somehow longish EMail debugging session. I
|
1999-01-31 23:28:13 +03:00
|
|
|
|
don't know any public server of this kind but I was told the
|
2001-08-17 00:43:47 +04:00
|
|
|
|
combination Unix/Amiga boxes are often used in intranets.
|
1999-01-31 23:28:13 +03:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c (translate_path): New function. Translate a Unix path,
|
|
|
|
|
i.e. MC's internal path representation (e.g. /somedir/somefile) to
|
1999-01-31 23:28:13 +03:00
|
|
|
|
a path valid for the remote server. Every path transfered to the
|
|
|
|
|
remote server has to be mangled by this function right prior to
|
|
|
|
|
sending it. Currently only Amiga ftp servers are handled in a
|
|
|
|
|
special manner.
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (various places): use translate_path
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (login_server): Assume we have to mangle pathnames if
|
|
|
|
|
the greatings string from the server contains the word Amiga. If
|
|
|
|
|
this assumption is wrong I have to find another way to turn on
|
|
|
|
|
path translation.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-31 23:28:13 +03:00
|
|
|
|
* ftpfs.c (ftpfs_get_current_directory): Prepend a leading slash
|
|
|
|
|
if it is missing. MC needs it as seperator between hostname and
|
|
|
|
|
path in its internal url representation.
|
|
|
|
|
|
1999-01-28 20:28:11 +03:00
|
|
|
|
1999-01-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): attempt to correctly work against
|
|
|
|
|
Notwell 4
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Jan 27 03:09:48 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-27 03:49:11 +03:00
|
|
|
|
|
|
|
|
|
* All around the source: Changed copy_strings() to g_strconcat(). Modi-
|
|
|
|
|
fy last parameter in concat_dir_and_file() to "" - to prevent stack from
|
|
|
|
|
disbalancing.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-25 19:50:38 +03:00
|
|
|
|
1999-01-25 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (libvfs_la_SOURCES): Added utilvfs.h.
|
|
|
|
|
* Make-mc.in (VFSHDRS): Likewise.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sat Jan 23 18:40:19 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-27 03:49:11 +03:00
|
|
|
|
|
|
|
|
|
* utilvfs.c (append_path_sep): Removed - concat_dir_and_file(dir, NULL);
|
|
|
|
|
gives the same effect.
|
|
|
|
|
|
1999-01-22 05:23:43 +03:00
|
|
|
|
1999-01-21 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* utilvfs.c (append_path_sep): Fixed, it was broken for paths
|
|
|
|
|
which already have a / at the end.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Fri Jan 22 01:41:25 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-22 01:41:36 +03:00
|
|
|
|
|
|
|
|
|
* undelfs.c: Found one more unconverted realloc() call.
|
|
|
|
|
|
1999-01-21 06:55:42 +03:00
|
|
|
|
1999-01-20 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* undelfs.c (undelfs_loaddel): Fix Timur's changes.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu Jan 21 00:58:12 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-21 01:01:11 +03:00
|
|
|
|
|
|
|
|
|
* Actually commit all changes :>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Jan 19 05:15:49 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-19 05:23:30 +03:00
|
|
|
|
|
|
|
|
|
* Converted all occurences of DIR_SEP_CHAR and "/" to PATH_SEP and
|
|
|
|
|
PATH_SEP_STR. Additionall cleanups of the memory code.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-19 05:23:30 +03:00
|
|
|
|
* utilvfs.h: Added several defenitions for common sizes for buffers.
|
|
|
|
|
It seems, most of us experience problems, when inventing size for new
|
|
|
|
|
buffer. This is much better and portable way to eliminate the problem.
|
|
|
|
|
|
1999-01-18 19:55:58 +03:00
|
|
|
|
1999-01-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.h: The correct thing to use is PATH_SEP and PATH_SEP_STR
|
1999-01-18 19:55:58 +03:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sun Jan 17 16:19:48 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-18 23:20:30 +03:00
|
|
|
|
|
|
|
|
|
* Converted memory managment to Glib. Now we use g_new()/g_malloc()/
|
2001-08-17 00:43:47 +04:00
|
|
|
|
g_strdup()/g_free() routings. Also, copy_strings() replaced by
|
1999-01-18 23:20:30 +03:00
|
|
|
|
g_strconcat(), and sprintf() by g_snprintf().
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1999-01-18 23:20:30 +03:00
|
|
|
|
* utilvfs.h: New header file. Introduced as a stock header, which keeps
|
|
|
|
|
all includes in a right order, to avoid order-dependence mistakes.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sun Jan 17 15:49:39 1999 Paul Sheer <psheer@obsidian.co.za>
|
1999-01-17 16:48:36 +03:00
|
|
|
|
|
|
|
|
|
* direntry.c: vfs_s_find_entry_tree changed to follow
|
|
|
|
|
symlinks properly. Symlinks are now always followed
|
|
|
|
|
except for the last part of the filename.
|
|
|
|
|
vfs_s_resolve_symlink() now converts absolute paths to
|
|
|
|
|
../../file notation so that they can be easily resolved
|
|
|
|
|
within the tree.
|
|
|
|
|
|
|
|
|
|
* tar.c: . and .. are missing from directory entries,
|
|
|
|
|
making it impossible to resolve links - fixed.
|
|
|
|
|
|
1999-01-13 02:49:37 +03:00
|
|
|
|
1999-01-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_get_current_wd): Do not die. Truncate the pathname.
|
|
|
|
|
|
1999-01-11 03:48:23 +03:00
|
|
|
|
1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* sfs.c (redirect): tempnam returns a malloc()ed buffer.
|
|
|
|
|
|
1999-01-10 02:08:41 +03:00
|
|
|
|
Sat Jan 9 19:15:00 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_timeout_handler): Guard from recursive invocation.
|
|
|
|
|
|
|
|
|
|
Sat Jan 9 19:13:28 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* sfs.c (sfs_free): Fixed wrong linked list handling (head was
|
|
|
|
|
lost after the first iteration).
|
|
|
|
|
|
|
|
|
|
(sfs_getid): dito, return value was wrong.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sat Jan 9 22:49:02 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-09 22:55:31 +03:00
|
|
|
|
|
|
|
|
|
* vfs.c (parse_ls_lga): Rewrite function to make it more stright.
|
|
|
|
|
Also, fixed some bugs in parsing (and add new ones:), which diasallowed
|
|
|
|
|
proper parsing of device major and minor numbers. Some other fixes. Add
|
|
|
|
|
several new is_*() functions to make code readable.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1999-01-08 Ilya Zakharevich <ilya@math.ohio-state.edu>
|
1999-01-08 23:38:27 +03:00
|
|
|
|
|
|
|
|
|
* vfs.h (vfs_strip_suffix_from_filename): Typo fix. Include
|
|
|
|
|
defines for non-vfs compilation.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Fri Jan 8 20:03:36 1999 Andrej Borsenkow <borsenkow.msk@sni.de>
|
1999-01-08 21:59:51 +03:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.c (vfs_parse_filedate): I forgot to set got_year in one place
|
1999-01-08 21:59:51 +03:00
|
|
|
|
(where YY-MM-DD is parsed).
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu Jan 7 06:24:25 1999 Andrej Borsenkow <borsenkow.msk@sni.de>
|
1999-01-07 08:54:16 +03:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.c (vfs_parse_filedate): If the date is less than 6 months
|
1999-01-07 08:54:16 +03:00
|
|
|
|
in the past, it is shown without year. In this case MC assumed
|
|
|
|
|
the current year which is wrong from Jan to Jun.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu Jan 7 03:47:35 1999 Timur I. Bakeyev <mc@bat.ru>
|
1999-01-07 03:55:20 +03:00
|
|
|
|
|
|
|
|
|
* vfs.c (parse_ls_lga): Fixed Y2K typo pointed by Alex.
|
|
|
|
|
|
1998-12-31 18:54:49 +03:00
|
|
|
|
Thu Dec 31 08:47:15 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* sfs.c (sfs_nothingisopen): Assume for now it's always save to free
|
2001-08-17 00:43:47 +04:00
|
|
|
|
this filesystem and delete temporary files. This needs further
|
1998-12-31 18:54:49 +03:00
|
|
|
|
investigation.
|
|
|
|
|
|
|
|
|
|
* tar.c: deleted unused empty struct tar_super.
|
|
|
|
|
|
|
|
|
|
Thu Dec 31 08:40:44 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* direntry.c: Split fd_usage into fd_usage and ino_usage. fd_usage
|
|
|
|
|
was used for external and internal reference count. This was wrong
|
|
|
|
|
because we can free resources taken up by the vfs as soon as the
|
|
|
|
|
external reference count (now fd_usage) is zero. The internal
|
|
|
|
|
reference count (ino_usage) mustn't matter because the vfs has to
|
|
|
|
|
clean up itself in the correct order.
|
|
|
|
|
|
1998-12-28 13:27:07 +03:00
|
|
|
|
Fri Dec 25 21:48:51 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_new_inode): Moved initialization of st_ino
|
|
|
|
|
and st_dev from vfs_s_default_stat.
|
|
|
|
|
|
|
|
|
|
(vfs_s_default_stat): initialize st_ino and st_dev to zero
|
|
|
|
|
|
|
|
|
|
* tar.c (tar_open_archive): Make a new MEDATA->rdev for every
|
|
|
|
|
new archive.
|
|
|
|
|
|
1998-12-22 02:30:53 +03:00
|
|
|
|
Mon Dec 21 22:55:48 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* tar.c: Deleted global variable tar_gzipped_memlimit.
|
|
|
|
|
|
1998-12-16 09:16:13 +03:00
|
|
|
|
Wed Dec 16 06:36:42 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_strip_suffix_from_filename): New function which strips
|
|
|
|
|
known vfs suffixes from a filename and returns a malloced string
|
|
|
|
|
which has to be freed. Possible improvement: strip vfs suffix from
|
|
|
|
|
last path component.
|
|
|
|
|
|
|
|
|
|
* extfs/*: added "umask 077" to every script.
|
|
|
|
|
|
1998-12-15 18:57:39 +03:00
|
|
|
|
Tue Dec 15 16:41:50 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_open), sfs.c (redirect): create files 0600 and
|
2001-06-29 11:20:46 +04:00
|
|
|
|
safely w.r.t. symlinks in /tmp
|
1998-12-15 18:57:39 +03:00
|
|
|
|
|
1998-12-09 23:22:53 +03:00
|
|
|
|
Mon Nov 30 23:49:11 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c: Hopefully got want_stale_data right...
|
|
|
|
|
|
|
|
|
|
Wed Nov 25 23:54:23 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.h: use ENETUNREACH if EREMOTEIO error code is not defined,
|
2001-06-29 11:20:46 +04:00
|
|
|
|
this is neccessary for Solaris and probably others
|
1998-12-09 23:22:53 +03:00
|
|
|
|
|
|
|
|
|
Mon Nov 23 17:39:33 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_type_from_op): removing unneccessary code
|
|
|
|
|
|
1998-12-09 14:29:54 +03:00
|
|
|
|
Wed Dec 9 12:24:52 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/rpm: commit fix for files with spaces in name by Marc
|
2001-06-29 11:20:46 +04:00
|
|
|
|
Merlin (marcsoft@merlins.org)
|
1998-12-09 14:29:54 +03:00
|
|
|
|
|
1998-12-07 13:15:17 +03:00
|
|
|
|
Mon Dec 7 11:04:57 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* fish.c: default to normal ssh
|
|
|
|
|
(open_archive_int): debugging hack killed
|
|
|
|
|
|
1998-12-04 04:51:26 +03:00
|
|
|
|
1998-12-02 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (EXTRA_DIST): Distribute files that the
|
|
|
|
|
BUILT_SOURCES depend on.
|
|
|
|
|
(mad.c, mad.h): Don't use GNU make specific features in rule.
|
|
|
|
|
(libvfs_la_SOURCES): Update from Make-mc.in.
|
|
|
|
|
|
1998-12-03 02:44:06 +03:00
|
|
|
|
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_insert_super): This routine does not return
|
2001-08-17 00:43:47 +04:00
|
|
|
|
anything.
|
1998-12-03 02:44:06 +03:00
|
|
|
|
|
1998-12-02 16:17:24 +03:00
|
|
|
|
1998-12-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
|
|
|
|
|
|
|
|
|
* fish.c (FISH_OP): changed snprintf to g_snprintf, as glib is
|
|
|
|
|
used anyway.
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* xdirentry.h (LINK_NO_FOLLOW):
|
|
|
|
|
* tar.c (read_header):
|
1998-12-02 16:17:24 +03:00
|
|
|
|
* direntry.c (vfs_s_resolve_symlink):
|
|
|
|
|
(vfs_s_inode_from_path):
|
|
|
|
|
(vfs_s_open): renamed NO_FOLLOW and FOLLOW to LINK_NO_FOLLOW and
|
|
|
|
|
LINK_FOLLOW resp. to avoid problems on solaris, where FOLLOW and
|
|
|
|
|
NO_FOLLOW are defined in an enum.
|
|
|
|
|
|
|
|
|
|
* vfs.h (ELAST): define it to 300, if not already defined, thats a
|
|
|
|
|
bad hack, but what can we do....
|
|
|
|
|
|
1998-12-02 08:11:48 +03:00
|
|
|
|
Wed Dec 2 14:06:49 KST 1998 Sung-Hyun Nam <namsh@lgic.co.kr>
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_new_super): Added the missing return value.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sun Nov 29 02:54:54 1998 Timur I. Bakeyev <mc@bat.ru>
|
1998-11-29 02:56:59 +03:00
|
|
|
|
|
|
|
|
|
* vfs.h: (Temporary?) fix to the compiling error: Some of the error
|
|
|
|
|
codes, defined here are Linux specific and unknown to other systems.
|
|
|
|
|
Changed to #ifdef's with assigning new codes by means ELAST+offset.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-11-26 02:34:00 +03:00
|
|
|
|
Tue 24 Nov 12:43:20 1998 Peter Kleiweg <kleiweg@let.rug.nl>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): ignore trailing + in permission string
|
|
|
|
|
which indicate a file with extented attributes (ACL)
|
|
|
|
|
|
1998-11-24 00:13:08 +03:00
|
|
|
|
Mon Nov 23 21:19:43 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (resolve_symlink_with_ls_options): that's resolve_symlinks
|
|
|
|
|
we used up to release 4.1.35. It uses LIST -lLa to get symlink stats.
|
|
|
|
|
|
|
|
|
|
(resolve_symlink_without_ls_options): that's resolve_symlinks
|
|
|
|
|
we used in release 4.1.36 and 4.5.[01]. It gets symlink stats from the
|
2001-08-17 00:43:47 +04:00
|
|
|
|
directory cache fetching directories if necessary. We got some
|
1998-11-24 00:13:08 +03:00
|
|
|
|
complaints about slower ftpfs in the above releases. Now this methode
|
|
|
|
|
is no longer the default methode to resolve symbolic links. It is still
|
|
|
|
|
needed for ftp servers which don't understand the LIST -lLa command.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-11-24 00:13:08 +03:00
|
|
|
|
(resolve_symlink): Dispatch between the two methods to
|
|
|
|
|
resolve symlinks.
|
|
|
|
|
|
1998-11-22 19:17:42 +03:00
|
|
|
|
Sat Nov 21 21:38:08 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): corrected stupid bug in parse_ls_lga,
|
2001-06-29 11:20:46 +04:00
|
|
|
|
thanks to Pavel Roskin for reporting
|
1998-11-22 19:17:42 +03:00
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_lseek): -1 is invalid filehandle, not 0
|
|
|
|
|
|
|
|
|
|
* utilvfs.c (vfs_split_url): initialize variables so that we do
|
2001-06-29 11:20:46 +04:00
|
|
|
|
not return garbage
|
1998-11-22 19:17:42 +03:00
|
|
|
|
|
1998-11-21 22:36:01 +03:00
|
|
|
|
Sat Nov 7 20:19:14 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c: Converted g_return_if_fail into vfs_dies(), removed them
|
2001-06-29 11:20:46 +04:00
|
|
|
|
where unneccessary. I do not see why passing NULL to vfs_add_stamp
|
|
|
|
|
should be invalid -> removed check.
|
1998-11-21 22:36:01 +03:00
|
|
|
|
|
|
|
|
|
Mon Nov 2 23:09:55 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* direntry.c, xdirentry.h: should be now prepared to handle
|
2001-06-29 11:20:46 +04:00
|
|
|
|
ftp-like filesystems. This is rather BIG change, altrough it does
|
|
|
|
|
not look so. I hope I do not break too many things.
|
1998-11-21 22:36:01 +03:00
|
|
|
|
|
1998-11-16 18:52:27 +03:00
|
|
|
|
Mon Nov 16 16:39:39 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_parse_ls_lga): Report unrecognized lines.
|
|
|
|
|
|
1998-11-12 14:32:59 +03:00
|
|
|
|
Thu Nov 12 11:28:48 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
|
|
|
|
|
|
* extfs/rpm: Fix to display files belonging to users with
|
|
|
|
|
excessively long usernames
|
|
|
|
|
|
1998-10-30 20:45:43 +03:00
|
|
|
|
1998-10-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* fish.c (command): Replace vnsprintf with g_strdup_vprintf. This
|
|
|
|
|
is both safe and more correct, as there is no limit on the
|
2001-08-17 00:43:47 +04:00
|
|
|
|
pathname.
|
|
|
|
|
|
1998-10-30 20:45:43 +03:00
|
|
|
|
* ftpfs.c (command): Same as above.
|
|
|
|
|
|
|
|
|
|
* util-alone.c (print_vfs_message): Same as above.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-10-28 19:07:55 +03:00
|
|
|
|
Wed Oct 28 17:06:57 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
1998-10-28 19:23:03 +03:00
|
|
|
|
* ftpfs.c: report which directory you are listing, fix behaviour
|
2001-06-29 11:20:46 +04:00
|
|
|
|
with servers that don't like LIST //. (Nowell) Fix behaviour even
|
|
|
|
|
with NT.
|
1998-10-28 19:23:03 +03:00
|
|
|
|
|
1998-10-28 19:07:55 +03:00
|
|
|
|
* direntry.c (vfs_s_automake): insert newly generated entry
|
|
|
|
|
|
|
|
|
|
* direntry.c (vfs_s_free_entry): Debugging printf() killed.
|
|
|
|
|
|
1998-10-26 03:38:32 +03:00
|
|
|
|
Mon Oct 26 00:38:30 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: added xdirentry.h to VFSHDRS
|
|
|
|
|
|
1998-10-23 14:38:22 +04:00
|
|
|
|
Fri Oct 23 12:29:48 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
1998-10-23 15:19:52 +04:00
|
|
|
|
* tar.c (tar_open_archive): do not double-free memory if you can
|
2001-06-29 11:20:46 +04:00
|
|
|
|
not open archive, better error handling
|
1998-10-23 15:19:52 +04:00
|
|
|
|
|
1998-10-23 14:38:22 +04:00
|
|
|
|
* Makefile.in: add direntry.o to list of NONETFILES so we actually compile
|
|
|
|
|
|
|
|
|
|
* sfs.c, tar.c: remove debugging messages (which really should not
|
2001-06-29 11:20:46 +04:00
|
|
|
|
escape from my tree)
|
1998-10-23 14:38:22 +04:00
|
|
|
|
|
1998-10-23 12:26:25 +04:00
|
|
|
|
Thu Oct 22 22:24:44 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* README: added. If you are using emacs or hacking libvfs, please
|
2001-06-29 11:20:46 +04:00
|
|
|
|
read this one.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
|
|
|
|
* direntry.{c,h}: new library created, so that same entry/inode
|
2001-08-17 00:43:47 +04:00
|
|
|
|
code does not have to be copied in every handler.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* tar.c: converted to use direntry.c library, which means BIG changes.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.c: small updates to make code look nicer
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-10-23 12:26:25 +04:00
|
|
|
|
Mon Oct 19 19:40:58 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.h (&more): killed ERRNOR() from vfs.h and put it into files
|
2001-06-29 11:20:46 +04:00
|
|
|
|
which actually need it.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
|
|
|
|
* extfs.c: extfs_current_dir killed - it was unneccessary.
|
|
|
|
|
|
|
|
|
|
* mcfs.c (mcfs_get_path): It is possible for path not to begin
|
2001-06-29 11:20:46 +04:00
|
|
|
|
with /#mc:, for example if user does /etc/#mc:. (It is not
|
|
|
|
|
correct, of course). Return error, but do not vfs_die().
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
|
|
|
|
Sun Oct 18 23:48:00 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* lib/mc.ext.in: cpio support fixed. It was broken since time we
|
2001-06-29 11:20:46 +04:00
|
|
|
|
started to do #ext syntax.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
|
|
|
|
Sat Oct 17 20:43:20 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_open): die() if open is unsupported. If filesytem does
|
2001-06-29 11:20:46 +04:00
|
|
|
|
not support open, it is probably stupid typo, so we want bug to be
|
|
|
|
|
fixed.
|
1998-10-23 12:26:25 +04:00
|
|
|
|
|
1998-10-23 00:17:49 +04:00
|
|
|
|
Thu Oct 22 20:30:28 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (resolve_symlink, retrieve_dir): Don't timeout and
|
|
|
|
|
free dcache while resolving symlinks (i.e. don't free some
|
2001-08-17 00:43:47 +04:00
|
|
|
|
pointers which are in use by resolve_symlink).
|
1998-10-23 00:17:49 +04:00
|
|
|
|
|
1998-10-19 13:55:24 +04:00
|
|
|
|
Mon Oct 19 11:44:47 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* mcfs.c: prefix is mc:, not mcfs:. So now mcfs actually works.
|
|
|
|
|
|
1998-10-15 19:18:12 +04:00
|
|
|
|
Thu Oct 15 17:17:17 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c (s_write): stupid bug fixed
|
|
|
|
|
|
1998-10-14 23:47:49 +04:00
|
|
|
|
Tue Oct 13 00:22:52 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/*: marked obvious security holes with FIXME: TMP RACE
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_def_getlocalcopy): creat->open(..,O_EXCL), to prevent
|
2001-06-29 11:20:46 +04:00
|
|
|
|
symlink attack, fixed memory leak along the path
|
1998-10-14 23:47:49 +04:00
|
|
|
|
|
1998-10-14 06:56:18 +04:00
|
|
|
|
1998-10-13 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c, vfs.h: Indentation chages, ugly macros removed. I am
|
|
|
|
|
going to split this file in the future.
|
|
|
|
|
|
1998-10-13 20:45:00 +04:00
|
|
|
|
Tue Oct 13 18:43:18 1998 Pavel Machek <pavel@lomikel.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_add_noncurrent_stamps): Fixed typo reported by Andrej
|
2001-06-29 11:20:46 +04:00
|
|
|
|
Borsenkow <borsenkow.msk@sni.de>
|
1998-10-13 20:45:00 +04:00
|
|
|
|
|
1998-10-13 14:45:02 +04:00
|
|
|
|
Tue Oct 13 12:42:10 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.h (vfs_struct): renamed to avoid namespace conflict
|
|
|
|
|
|
1998-10-13 02:07:53 +04:00
|
|
|
|
Mon Oct 12 22:42:30 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* sfs.c: reuse mmap from local.c
|
|
|
|
|
|
|
|
|
|
* ftpfs.c, fish.c, shared_ftp_fish.c: horrible reget hack removed,
|
2001-06-29 11:20:46 +04:00
|
|
|
|
and replaced with open(,O_LINEAR); lseek() combination
|
1998-10-13 02:07:53 +04:00
|
|
|
|
|
|
|
|
|
Sun Oct 11 01:44:37 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* mcfs.c (open_tcp_link): Moved: it used to be in utilvfs.c, but
|
2001-06-29 11:20:46 +04:00
|
|
|
|
as it deals with portmapper, it is probably usefull for mcfs
|
1998-10-13 02:07:53 +04:00
|
|
|
|
|
|
|
|
|
* vfs.h (MCERR_*): these are no longer needed
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_translate_url): translating of url's moved to vfs
|
2001-06-29 11:20:46 +04:00
|
|
|
|
code
|
1998-10-13 02:07:53 +04:00
|
|
|
|
|
|
|
|
|
* all around: trying to reduce namespace pollution. All special
|
2001-06-29 11:20:46 +04:00
|
|
|
|
functions (like extfs_run) should be done using mc_setctl()
|
|
|
|
|
interface. At the end, all non-static functions in vfs layer
|
|
|
|
|
should begin with vfs_ and should be declared in vfs.h (however
|
|
|
|
|
that goal is far away).
|
1998-10-13 02:07:53 +04:00
|
|
|
|
|
|
|
|
|
* all over the code: replace X_vfs_ops to vfs_X_ops
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-10-06 21:09:34 +04:00
|
|
|
|
Mon Oct 5 20:11:01 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.c: added stat to avoid hiding files by naming them
|
2001-06-29 11:20:46 +04:00
|
|
|
|
#ftp:localhost and similar. Vfs will not treat files as local if
|
|
|
|
|
they already exists, regardless of name.
|
1998-10-06 21:09:34 +04:00
|
|
|
|
|
1998-10-06 17:37:12 +04:00
|
|
|
|
Tue Oct 6 15:34:22 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* vfs.h: disable BROKEN_PATHS by default. See if you can live
|
2001-06-29 11:20:46 +04:00
|
|
|
|
without cd .. from ftp tree putting you to last directory.
|
1998-10-06 17:37:12 +04:00
|
|
|
|
|
1998-10-03 16:30:03 +04:00
|
|
|
|
Sat Oct 3 14:28:57 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (resolve_symlink): fixed cut'n paste error in my last
|
|
|
|
|
change, i.e. make it compile)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-10-03 03:01:16 +04:00
|
|
|
|
Sat Oct 3 01:03:37 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (resolve_symlink): minor speed enhancement
|
|
|
|
|
|
1998-10-01 21:42:05 +04:00
|
|
|
|
Thu Oct 1 18:39:52 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
|
|
|
|
|
|
* vfs.h: vfs_force_expire() was incorrectly #define'd
|
|
|
|
|
|
1998-09-29 20:01:16 +04:00
|
|
|
|
Tue Sep 29 17:23:03 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs.c, sfs.c: added few static's to prevent people from doing
|
2001-06-29 11:20:46 +04:00
|
|
|
|
stupid things
|
1998-09-29 20:01:16 +04:00
|
|
|
|
|
1998-09-29 00:41:28 +04:00
|
|
|
|
Mon Sep 28 21:43:16 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.h (struct vfs): renamed errno to verrno because glibc2
|
1998-09-29 00:41:28 +04:00
|
|
|
|
defines errno as macro (#define errno (*__errno_location ()))
|
|
|
|
|
|
|
|
|
|
Mon Sep 28 21:34:03 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* Makefile.in: search config.status in builddir and not in srcdir/..,
|
1998-09-29 00:41:28 +04:00
|
|
|
|
i. e. make it compile for builddir != srcdir
|
|
|
|
|
|
1998-09-27 23:27:58 +04:00
|
|
|
|
Sun Sep 27 16:16:52 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* COPYING.LGPL, all over the code: code is now under Library
|
2001-06-29 11:20:46 +04:00
|
|
|
|
General Public License (instead of GPL), so non-free applications
|
|
|
|
|
can link to it.
|
1998-09-27 23:27:58 +04:00
|
|
|
|
|
|
|
|
|
Wed Sep 23 22:37:40 1998 Pavel Machek <pavel@bug.ucw.cz>
|
|
|
|
|
|
|
|
|
|
* all over the code: added (vfs *) as first argument for functions
|
2001-06-29 11:20:46 +04:00
|
|
|
|
that have no other way to know what fs they belong to. This will
|
|
|
|
|
be used by object-like tricks, which will allow us to do real
|
|
|
|
|
code-sharing: I do not like #including of .c files.
|
1998-09-27 23:27:58 +04:00
|
|
|
|
|
1998-09-26 02:34:59 +04:00
|
|
|
|
1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c: Addaed prototypes for linear_start, linear_read,
|
2001-08-17 00:43:47 +04:00
|
|
|
|
linear_close
|
1998-09-26 02:34:59 +04:00
|
|
|
|
|
1998-09-24 01:24:15 +04:00
|
|
|
|
Wed Sep 23 15:09:55 1998 Tom Tromey <tromey@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* vfs.h (MIN, MAX): Only define if not already defined; glib.h
|
|
|
|
|
also defines them.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Sep 23 13:33:14 1998 Pavel Machek <pavel@ucw.cz>
|
1998-09-23 15:37:29 +04:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c: Fixed segfault caused by unitialized varialble
|
1998-09-23 15:37:29 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Sep 23 11:51:12 1998 Pavel Roskin <pavel_roskin@geocities.com)
|
1998-09-23 14:54:54 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.c: Special characters were printed via print_vfs_message.
|
|
|
|
|
This caused funny effects if "XTerm hintbar" was on.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Sep 21 11:40:30 1998 Pavel Machek <pavel@ucw.cz>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-09-21 13:52:07 +04:00
|
|
|
|
* ftpfs.c, fish.c: added O_LINEAR mode to handle linear read of
|
2001-06-29 11:20:46 +04:00
|
|
|
|
files in sane way. copy_file_file will make temporary files for a
|
|
|
|
|
while (fix pending).
|
1998-09-21 13:52:07 +04:00
|
|
|
|
|
|
|
|
|
* tar.c: fixed bzip/bzip2 compressed archives
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Sep 18 12:51:51 1998 Pavel Machek <pavel@ucw.cz>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-09-18 15:02:04 +04:00
|
|
|
|
* fish.c, vfs.c: created aliases /#ssh: and /#rsh:
|
|
|
|
|
|
|
|
|
|
* vfs.h: created ERRNOR() macro which sets my_errno and returns,
|
2001-06-29 11:20:46 +04:00
|
|
|
|
which makes vfs's _much_ more readable
|
1998-09-18 15:02:04 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Fri Sep 18 10:37:28 1998 Pavel Roskin <pavel_roskin@geocities.com)
|
1998-09-18 13:40:34 +04:00
|
|
|
|
|
1998-09-21 19:20:34 +04:00
|
|
|
|
* extfs.c: free() was called twice for the same place in memory
|
1998-09-18 13:40:34 +04:00
|
|
|
|
in extfs_open()
|
|
|
|
|
|
1998-09-15 23:41:22 +04:00
|
|
|
|
Tue Sep 15 20:31:32 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c (ftp_use_unix_list_options): New global variable/option.
|
|
|
|
|
If true we try to use 'LIST -la <path>'. When it fails we use the
|
|
|
|
|
two commands 'CWD <path>' and 'LIST' instead.
|
|
|
|
|
|
|
|
|
|
(resolve_symlink): rewritten. Don't get a second directory listing
|
1998-09-15 23:41:22 +04:00
|
|
|
|
with `LIST -lLa'. Instead use the cache to get the file stat of
|
|
|
|
|
symbolic links. If the directory the symlink points to isn't
|
2001-08-17 00:43:47 +04:00
|
|
|
|
already in the cache the directory listing will be fetched and
|
1998-09-15 23:41:22 +04:00
|
|
|
|
stored in the directory cache (without resolving symlinks
|
|
|
|
|
recursively).
|
2001-06-29 11:20:46 +04:00
|
|
|
|
The new method to resolve symlinks is faster if symlinks
|
1998-09-15 23:41:22 +04:00
|
|
|
|
the same directory or the directory the symlink points to
|
|
|
|
|
is already in the cache.
|
|
|
|
|
This function was small and nice until I discovered that it was
|
|
|
|
|
broken for symlinks to symlinks. Now it looks ugly and perhaps I
|
2001-08-17 00:43:47 +04:00
|
|
|
|
will revert it to use "LIST -lLa" again. With a fast connection it
|
1998-09-15 23:41:22 +04:00
|
|
|
|
doesn't matter which methode we use but with a slow connection I
|
|
|
|
|
wouldn't hesitate to burn more cpu cycles on the client side.
|
|
|
|
|
|
|
|
|
|
(retrieve_dir): Added parameter to tell whether to resolve
|
2001-08-17 00:43:47 +04:00
|
|
|
|
symlinks (don't resolve symlinks in directory listings retrieved
|
1998-09-15 23:41:22 +04:00
|
|
|
|
while resolving symlinks).
|
|
|
|
|
When we don't get a directory listing with 'LIST -la <path>' then
|
|
|
|
|
try to get it with `CWD <path>; LIST'.
|
|
|
|
|
|
1998-09-16 01:01:39 +04:00
|
|
|
|
Tue Sep 15 20:27:29 1998 Norbert Warmuth <k3190@fh-sw.de>
|
1998-09-15 23:41:22 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.c (login_server): s/ftpfs_get_host/my_get_host/
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
|
|
|
|
(retrieve_file_start2): Don't create target file O_EXCL, in
|
1998-09-15 23:41:22 +04:00
|
|
|
|
copy_file_file we check existance of the target file and know
|
2001-08-17 00:43:47 +04:00
|
|
|
|
that we want to truncate it (this change was already done a
|
1998-09-15 23:41:22 +04:00
|
|
|
|
while back but it was reverted with the vfs-split).
|
|
|
|
|
|
|
|
|
|
Tue Sep 15 20:15:42 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.h (struct connection): added boolean which indicates that
|
1998-09-16 01:01:39 +04:00
|
|
|
|
the ftp server doesn't understand Unix ls options
|
1998-09-15 23:41:22 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.h (struct dir): added enum to store symlink status of the
|
|
|
|
|
in memory directory cache (directory has no symbolic links;
|
|
|
|
|
symbolic links but not yet resolved; symbolic links which are resolved)
|
|
|
|
|
|
|
|
|
|
Tue Sep 15 20:02:08 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* shared_ftp_fish.c, fish.c: updated references to retrieve_dir to
|
|
|
|
|
honour the additional boolean parameter
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Sep 15 00:42:15 1998 Timur Bakeyev <mc@bat.ru>
|
1998-09-15 00:50:11 +04:00
|
|
|
|
|
|
|
|
|
* vfs.h: add vfs_split() declaration, to make sfs.c happy.
|
|
|
|
|
|
|
|
|
|
* Make-mc.in, Makefile.am: Updated to include fish.c
|
|
|
|
|
|
1998-09-14 23:21:04 +04:00
|
|
|
|
1998-09-14 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* sfs.c (sfs_free): assignment operator was used to check for equality
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Fri Sep 11 22:36:38 1998 Pavel Machek <pavel@ucw.cz>
|
1998-09-15 00:50:11 +04:00
|
|
|
|
|
1998-09-13 14:40:43 +04:00
|
|
|
|
* sfs.c: memory leak fixed
|
|
|
|
|
|
|
|
|
|
* vfs.c: split parse_ls_lga into more functions
|
|
|
|
|
|
|
|
|
|
* fish.c added, now you can access files over rsh/ssh connection
|
|
|
|
|
|
|
|
|
|
* shared*.c: reworked a bit not to include so many of ugly X_'s
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Sep 2 13:59:47 1998 Pavel Machek <pavel@ucw.cz>
|
1998-09-03 23:43:38 +04:00
|
|
|
|
|
|
|
|
|
* ftpfs.c: cleanup of code, few static's added
|
|
|
|
|
|
|
|
|
|
* extfs/uarj: added, still, you need patches to unarj to make this
|
2001-06-29 11:20:46 +04:00
|
|
|
|
work
|
1998-09-03 23:43:38 +04:00
|
|
|
|
|
|
|
|
|
* util-alone.c: now includes code from libvfs.c, so we can kill
|
2001-06-29 11:20:46 +04:00
|
|
|
|
libvfs.c (which is good thing as it was non-standard in Makefiles)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Sun Aug 30 13:19:49 1998 Pavel Machek <pavel@ucw.cz>
|
1998-08-31 14:02:52 +04:00
|
|
|
|
|
|
|
|
|
* undelfs.c: fixed, it has been broken for too long
|
|
|
|
|
|
|
|
|
|
* vfs.c, ../src/cmd.c: neccessary minor fixes to make undelfs work
|
|
|
|
|
|
|
|
|
|
* vfs.c: made more fields in *_vfs_ops optional, cleanup of errno
|
2001-06-29 11:20:46 +04:00
|
|
|
|
handling in case of NULL in *_vfs_ops.
|
1998-08-31 14:02:52 +04:00
|
|
|
|
|
|
|
|
|
* extfs.c, ftpfs.c, tar.c: made use of above change
|
|
|
|
|
|
|
|
|
|
* vfs.c: cleanup of macros generating mc_*()
|
|
|
|
|
|
|
|
|
|
* libvfs.c: adding variable mc_home
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu Aug 27 19:45:31 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
1998-08-27 22:51:20 +04:00
|
|
|
|
|
|
|
|
|
* extfs.c: mc_extfsdir was not defined in extfs_open()
|
|
|
|
|
|
|
|
|
|
* Make-mc.in: sfs.c was not compiled, linked and copied out
|
|
|
|
|
extfs/sfs.ini was not installed and copied out
|
|
|
|
|
|
|
|
|
|
* Makefile.am: sfs.c was not linked to standalone VFS
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Aug 25 17:54:17 1998 Pavel Machek <pavel@ucw.cz>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-08-25 20:00:16 +04:00
|
|
|
|
* Added vfs_uid for use by libvfs.so users (rpc.nfsd)
|
|
|
|
|
|
|
|
|
|
* Added single file filesystem (sfs)
|
|
|
|
|
|
|
|
|
|
* Added vfs_flags so library users can disable selected
|
2001-06-29 11:20:46 +04:00
|
|
|
|
filesystems
|
1998-08-25 20:00:16 +04:00
|
|
|
|
|
|
|
|
|
* Minor shuffling of functions so garbage collection works for
|
2001-06-29 11:20:46 +04:00
|
|
|
|
library
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-08-20 23:14:43 +04:00
|
|
|
|
1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (mad.c, mad.h): Create symlinks to counterparts in
|
2001-08-17 00:43:47 +04:00
|
|
|
|
`mc-src'.
|
1998-08-20 23:14:43 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Aug 12 19:04:48 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
1998-08-12 22:08:42 +04:00
|
|
|
|
|
|
|
|
|
* extfs/patchfs: %k replaced with more portable %H in the format
|
|
|
|
|
for "date" command
|
|
|
|
|
|
|
|
|
|
* extfs/extfs.ini: Added patchfs and mailfs. Some comments
|
|
|
|
|
changed
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Aug 11 15:25:52 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
1998-08-11 18:28:54 +04:00
|
|
|
|
|
|
|
|
|
* extfs/rpm: Fix for buggy "cut" on HP-UX 10.20 which ignores
|
|
|
|
|
lines without enf-of-line.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Jun 01 03:30:07 1998 Alexander Savelyev <fano@vcom.kiev.ua>
|
1998-08-07 20:47:44 +04:00
|
|
|
|
|
|
|
|
|
* tar.c (read_header): Support for linkflag on BSDI tar (pax), it
|
|
|
|
|
is always 0.
|
|
|
|
|
|
|
|
|
|
1998-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_open_socket): Potential security break fix.
|
|
|
|
|
|
1998-08-07 01:10:06 +04:00
|
|
|
|
1998-08-06 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (BUILT_SOURCES): Make it `make dist' friendly.
|
|
|
|
|
Don't try building this, yet.
|
|
|
|
|
|
1998-07-31 17:56:56 +04:00
|
|
|
|
1998-07-31 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
|
|
|
|
|
|
|
|
|
* Make-mc.in (install.extfs): Splitted install of $(EXTFS_CONST)
|
|
|
|
|
and $(EXTFS_OUT) because the first must be installed from
|
|
|
|
|
$(srcdir) and the second from $(builddir).
|
|
|
|
|
|
1998-07-24 10:35:02 +04:00
|
|
|
|
Fri Jul 24 00:22:30 1998 Tom Tromey <tromey@cygnus.com>
|
|
|
|
|
|
1998-07-24 10:37:37 +04:00
|
|
|
|
* Make-mc.in (DISTVFS): Changed Makefile.in to Make-mc.in.
|
|
|
|
|
|
1998-07-24 10:35:02 +04:00
|
|
|
|
* Makefile.am: New file.
|
|
|
|
|
* Make-mc.in: Renamed from Makefile.in.
|
|
|
|
|
* Makefile.in: Removed.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Jun 29 15:12:55 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
1998-06-29 18:14:19 +04:00
|
|
|
|
|
|
|
|
|
* Makefile.in: Rewritten stuff concerning extfs files.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Jun 22 22:30:00 1998 Manish Vachharajani <mvachhar@vger.rutgers.edu>
|
1998-06-23 07:33:30 +04:00
|
|
|
|
|
|
|
|
|
* Makefile.in: Remove arfs, since it doesn't seem to exist
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Jun 17 Pavel Machek <pavel@ucw.cz>
|
1998-06-17 22:20:57 +04:00
|
|
|
|
* Rename helper scripts (extfs/{rar|lha|...}.in), so their names
|
|
|
|
|
are more logical (and so that things actually work, because new
|
2001-08-17 00:43:47 +04:00
|
|
|
|
names are currently in extfs.ini).
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Jun 17 Pavel Machek <pavel@ucw.cz>
|
1998-06-17 20:42:53 +04:00
|
|
|
|
* Modified code to use tempnam() instead of tmpnam(), fixed
|
2001-08-17 00:43:47 +04:00
|
|
|
|
tempnam() to use NULL instead of 0.
|
1998-06-17 20:42:53 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Jun 3 Pavel Machek <pavel@ucw.cz>
|
1998-06-03 17:11:36 +04:00
|
|
|
|
|
|
|
|
|
* libvfs.c: adding libvfs.c which should contain things specific
|
2001-06-29 11:20:46 +04:00
|
|
|
|
to stand-alone libvfs.so. (This file was missing from previous
|
|
|
|
|
merge.)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-06-01 18:34:43 +04:00
|
|
|
|
Mon Jun 1 16:00:19 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_fill_names): use right character to seperate
|
|
|
|
|
prefix and username
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Jun 1 14:19:20 1998 Bakeyev I. Timur <mc@bat.ru>
|
1998-06-01 16:52:18 +04:00
|
|
|
|
* vfs.c (parse_ls_lga): allow a bit wider range of listings.
|
|
|
|
|
|
|
|
|
|
* vfs.c (is_time, is_year): new functions
|
|
|
|
|
|
|
|
|
|
Mon Jun 1 12:47:50 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (ftpfs_forget): Use the new ftpfs prefix.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu May 28 16:42:31 1998 Pavel Machek <pavel@ucw.cz>
|
1998-06-01 00:12:35 +04:00
|
|
|
|
|
|
|
|
|
* extfs.c, shared.c, tar.c: I changed semantics in my previous
|
|
|
|
|
patch - _get_path() now modifies strings passed to it. I thought
|
|
|
|
|
that I were carefull enough not to introduce bugs. You guessed it -
|
2001-08-17 00:43:47 +04:00
|
|
|
|
I was not. [Many tar_ and extfs_ functions modify strings passed
|
|
|
|
|
to them, but as they are only called from vfs layer, it does not
|
1998-06-01 00:12:35 +04:00
|
|
|
|
matter much.]
|
2001-08-17 00:43:47 +04:00
|
|
|
|
So I renamed function to alert everyone that semantics changed.
|
1998-06-01 00:12:35 +04:00
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
Fixed bugs in timestamping (and segfaults) when you entered tar
|
1998-06-01 00:12:35 +04:00
|
|
|
|
inside zip file or similar.
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_open): Die if the filesystem doesn't support open
|
|
|
|
|
|
1998-06-03 17:11:36 +04:00
|
|
|
|
??? Pavel Machek <pavel@ucw.cz>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-06-03 17:11:36 +04:00
|
|
|
|
* shared.c: Shared parts of extfs.c and tar.c are now in shared.c
|
|
|
|
|
|
|
|
|
|
* util-alone.*: VFS should be able to compile stand-alone into
|
2001-06-29 11:20:46 +04:00
|
|
|
|
libvfs.so usable by anyone. This is first step.
|
1998-06-03 17:11:36 +04:00
|
|
|
|
|
|
|
|
|
* vfs.c & others: syntax change. We no longer use
|
2001-06-29 11:20:46 +04:00
|
|
|
|
tar:/path.tar/file. Now, syntax is /path.tar#utar/file, which has
|
|
|
|
|
better defined meaning. Similar changes are done to all other
|
|
|
|
|
protocols. This change touched really _many_ places of code.
|
1998-06-03 17:11:36 +04:00
|
|
|
|
|
1998-08-07 20:47:44 +04:00
|
|
|
|
|
1998-05-26 23:46:37 +04:00
|
|
|
|
1998-05-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* vfs.c (MC_DIROP): Macro now returns the proper value.
|
1998-05-26 23:46:37 +04:00
|
|
|
|
|
1998-05-23 04:55:03 +04:00
|
|
|
|
1998-maj-18 Tamasi Gyorgy (gt_cosy@usa.net)
|
|
|
|
|
|
|
|
|
|
* Makefile.in ('install' target): 'mcserv' not installed, if
|
|
|
|
|
net-code is not enabled by 'configure'.
|
|
|
|
|
|
1998-05-14 04:13:36 +04:00
|
|
|
|
Thu May 14 02:05:52 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (LIBS): add @LINTL@
|
|
|
|
|
|
1998-05-10 17:41:43 +04:00
|
|
|
|
Sun May 10 14:51:03 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (__ftpfs_chdir): CWD command wasn't sent at all. This
|
|
|
|
|
optimation is wrong because for directories containing spaces we
|
2001-08-17 00:43:47 +04:00
|
|
|
|
have to "CWD <pathname>" and "LIST -la" instead of
|
1998-05-10 17:41:43 +04:00
|
|
|
|
"LIST -la <pathname>".
|
|
|
|
|
I implemented a different optimation. Now ftpfs_chdir only stores
|
2001-08-17 00:43:47 +04:00
|
|
|
|
the new working directory and sets a flag. __ftpfs_chdir is called
|
|
|
|
|
when we really want to change the directory on the ftp server.
|
1998-05-10 17:41:43 +04:00
|
|
|
|
|
|
|
|
|
(resolve_symlink): Log the directory listing to the logfile.
|
|
|
|
|
|
|
|
|
|
* ftpfs.h (struct ftpfs_connection): Added a (per connection)
|
|
|
|
|
cwd_defered flag.
|
|
|
|
|
|
1998-05-04 13:29:52 +04:00
|
|
|
|
Mon May 4 10:27:49 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
1998-05-04 13:42:55 +04:00
|
|
|
|
* Makefile.in: Links to mad.c and mad.h were created wrong when
|
2001-08-17 00:43:47 +04:00
|
|
|
|
srcdir != builddir and directory depth to srcdir and builddir were
|
1998-05-04 13:42:55 +04:00
|
|
|
|
different (e.g. srcdir=/src/mc and builddir=/src/compile/mc)
|
|
|
|
|
|
2001-08-17 00:43:47 +04:00
|
|
|
|
* ftpfs.c (retrieve_file_start2): Don't create target file O_EXCL,
|
1998-05-04 13:29:52 +04:00
|
|
|
|
in copy_file_file we check existance of the target file and know
|
|
|
|
|
that we want to truncate it.
|
|
|
|
|
|
1998-04-30 04:51:11 +04:00
|
|
|
|
1998-04-29 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* tar.c (read_header): Mark regular files with S_IFREG.
|
|
|
|
|
|
I improved the movement keys of the internal viewer a little bit.
Now in wrap mode the End key and cursor up key behave much better
(e.g. when viewing binary files with lots of wrapped lines).
It's not perfekt but it's better than it used to be.
Tue Apr 28 06:52:24 1998 Norbert Warmuth <k3190@fh-sw.de>
* gnome/gcmd.c (gnome_open_terminal): Changed my_system(1,...) to
my_system(EXECUTE_AS_SHELL,...)
Tue Apr 28 06:06:03 1998 Norbert Warmuth <k3190@fh-sw.de>
* vfs/extfs.c (extfs_open, extfs_close): Changed my_system(1,...)
to my_system(EXECUTE_AS_SHELL,...), this fixes the broken copyin and
copyout in 4.1.32.
Tue Apr 28 06:11:08 1998 Norbert Warmuth <k3190@fh-sw.de>
* view.c (toggle_wrap_mode, toggle_hex_mode): Force recalculation
of bottom_first (we mustn't use an already calculated and cached
value because it is invalid for the new mode and the End key would
not move to the end of the file).
* configure.in: Renamed the option `--with-our-slang' to
`--with-included-slang' (this one looks better because we also
have an `--with-included-gettext').
Make the option `--with-ext2undel' recognice a given path.
* cmd.c (view_file_at_line): In plain view (F13) set the default
magic flag to zero in order to view the file content unprocessed
(esp. don't uncompress files if they are compressed). The
view_simple_cmd got broken when the default magic flag in view.c
was changed from 0 to 1.
* view.c (do_view_init, goto_line): Set wrap mode temporary off
to make goto line number work, i.e. `line number' now always means
line number in file and not line number on screen (in wrap mode
one long line wrapped once is displayed in two lines on the screen).
That's important when the viewer is invoked from the find file
dialog to display even in wrap mode approxiamtly the part of the
file where we found the content we searched for.
(move_forward2): In wrap mode lines were sometimes counted wrong
causing cursor up to move more than one line.
(move_backward2): Fixed the movement in wrap mode.
(change_viewer): Always re-init viewer when we have a filename,
i. e. if the viewer is invoked with simple_view_cmd then we can switch
with the F8 key between unprocessed file content und uncompressed
file content.
(view_init): re-init view also when magic flag was altered
1998-04-28 18:19:48 +04:00
|
|
|
|
Tue Apr 28 06:06:03 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* extfs.c (extfs_open, extfs_close): Changed my_system(1,...) to
|
|
|
|
|
my_system(EXECUTE_AS_SHELL,...), this fixes the broken copyin and
|
|
|
|
|
copyout of 4.1.32.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1998-04-24 05:08:06 +04:00
|
|
|
|
1998-04-23 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* ftpfs.c (retrieve_file_start2): Open file exclusively.
|
|
|
|
|
(retrieve_file): likewise.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1998-03-31 Philippe De Muyter <phdm@macqel.be>
|
1998-03-31 21:27:11 +04:00
|
|
|
|
|
|
|
|
|
* vfs.h: compilation fix for m68k-motorola-sysv
|
|
|
|
|
|
1998-03-26 09:05:44 +03:00
|
|
|
|
Wed Mar 25 19:01:48 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
|
|
|
|
|
|
* extfs/hp48: Added a usage summary
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Mar 23 00:42:21 1998 Christofer Edvardsen <ce@earthling.net>
|
1998-03-23 10:12:13 +03:00
|
|
|
|
|
|
|
|
|
* Makefile.in, extfs/extfs.ini, extfs/hp48: New external
|
|
|
|
|
filesystem to view and copy files to/from the HP48.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Wed Feb 11 14:09:02 1998 Oleg <oleg@pobox.com>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* extfs.c: Add support for writtable external file systems.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
Required for the httpfs.
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Fri Jan 23 07:27:37 1998 Peter Daum <gator@cs.tu-berlin.de>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* extfs.c (open_extfs_archive): Pass the quoted argument to the
|
2001-08-17 00:43:47 +04:00
|
|
|
|
list command.
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* mailfs: new file system.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
1997-12-21 Yuri Kuzmenko <Yuri.Kuzmenko@f169.n463.z2.fidonet.org>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
2001-05-21 20:21:07 +04:00
|
|
|
|
* tar.c: fix the bug which core dumps when trying to view tar file
|
|
|
|
|
with many files (over 60000).
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
Mon Jul 21 18:47:37 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (mc_opendir): Do not make conversions between int/void *
|
|
|
|
|
to make the code compile and work on the Alpha correctly.
|
|
|
|
|
Allocate a pointer to an int and use that instead.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Thu Jul 3 19:08:43 1997 Michele Marziani <marziani@axpfe1.fe.infn.it>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* extfs/rpm: Small fix for older RPM files.
|
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Jun 9 19:00:30 1997 Norbert Warmuth <k3190@fh-sw.de>
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1997-01-01 04:23:31 +03:00
|
|
|
|
* vfs/vfs.c (vfs_canon): Fix for the 'cd a:/somedir/..' problem
|
|
|
|
|
|
2001-05-21 20:21:07 +04:00
|
|
|
|
* vfs/vfs.c (vfs_add_non_current_stamps): when leaving a mtools fs
|
|
|
|
|
free the extfs buffers immediatly instead of waiting for the vfs-
|
|
|
|
|
timeout
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
Thu May 29 14:50:41 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* vfs.c (vfs_canon): the "local:" case was consuming one extra
|
|
|
|
|
character. This fixes the bug reported by Andrej. Also, handle
|
|
|
|
|
the non-canonical case of arguments to local:
|
|
|
|
|
|
|
|
|
|
Tue May 27 20:38:28 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
|
|
|
|
|
|
* mcserv.c (get_client): The parent now waits for the first forked
|
|
|
|
|
process, getting rid of the zombies.
|
|
|
|
|
|
|
|
|
|
* utilvfs.c (open_tcp_link): If we can not contact the remote
|
|
|
|
|
portmapper, set the protocol version to 1.
|
|
|
|
|
|
|
|
|
|
Fri May 16 16:42:18 1997 Tomasz K<>oczko, <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
* mc.spec: New spec file, this packages mc, mcserv and tkmc.
|
|
|
|
|
|
|
|
|
|
* lib/mcserv.init, lib/mc.sh, lib/mcserv.pamd: added
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
1997-01-01 04:23:31 +03:00
|
|
|
|
* vfs/ext/rpm: instead using sed and rpm -qpi use rpm queries,
|
2001-08-17 00:43:47 +04:00
|
|
|
|
more info currently displayed (changeslogs, Os, URL, packager
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue May 13 18:14:49 1997 Wojtek Pilorz <wpilorz@bdk.lublin.pl>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* vfs/Makefile.in (INSTALL_PROGRAM): Use -m flag for install to
|
|
|
|
|
force vfs scripts to be executable on those systems that use
|
2001-08-17 00:43:47 +04:00
|
|
|
|
install.sh
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* src/utilunix.c: Implement socketpair for SCO flavored systems.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Mon Mar 17 12:03:50 1997 Norbert Warmuth <k3190@fh-sw.de>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* configure.in (--with-hsc): fix.
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-05-21 20:21:07 +04:00
|
|
|
|
* vfs/ftpfs.c (ftpfs_get_proxy_host_and_port): Fixed wrong parameter
|
|
|
|
|
passing (HSC_DEFAULT_PORT was passed as pointer to char instead of
|
|
|
|
|
passing it as integer)
|
2001-08-17 00:43:47 +04:00
|
|
|
|
|
2001-09-02 00:12:16 +04:00
|
|
|
|
Tue Feb 25 20:21:00 1997 Joseph M. Hinkle <jhinkle@rockisland.com>
|
1997-01-01 04:23:31 +03:00
|
|
|
|
|
|
|
|
|
* extfs/lha: Updated the lha filesystem and included a command
|
|
|
|
|
for running an executable from within an lha archive suggested
|
|
|
|
|
by Zdenek Kabelac <kabi@informatics.muni.cz>
|
|
|
|
|
|
|
|
|
|
* extfs/: Renamed cpio, deb, rar, rpm as *.in files and altered
|
2001-08-17 00:43:47 +04:00
|
|
|
|
config.in to create these VFS's for cleaner compilation
|
|
|
|
|
|