Commit Graph

4138 Commits

Author SHA1 Message Date
Marco Ciampa 30eeda0307 ooops question points go next the last word (in italian)... 2002-05-27 20:21:22 +00:00
Marco Ciampa a4be5506bc Entry 390 added. 2002-05-27 20:19:25 +00:00
Andrew V. Samoilov 53a7967f74 * view.c (save_edit_changes): Handle errors.
(do_view_init): Don't open and check file type
if _command is not null or _file is empty string.
2002-05-27 16:20:35 +00:00
Andrew V. Samoilov 90702a2ddc * NEWS: Mention new configure options --with-codepagedir=DIR,
--with-configdir=DIR and --without-mcfs.
2002-05-23 15:33:11 +00:00
Andrew V. Samoilov 3b8abce8f8 * NEWS: Mention ftpfs/fish uploading changes. 2002-05-23 14:49:15 +00:00
Pavel Roskin 272cf8fd96 * Makefile.am (mcserv_SOURCES): Remove $(top_srcdir)/src/mad.c,
it breaks "make distcheck".
2002-05-22 17:26:56 +00:00
Andrew V. Samoilov a60f38583a * xdirentry.h (vfs_s_fh.u.ftp): Add append field.
(vfs_s_data.file_store): Change second argument
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:19:24 +00:00
Pavel Roskin 4035b37feb * doc/ru/Makefile.am: Fix out-of-tree build. 2002-05-22 16:46:25 +00:00
Pavel Roskin 19121d3c08 * Makefile.am: Set samba_libsamba_a_SOURCES to an empty value
to override the default.
2002-05-22 16:12:55 +00:00
Pavel Roskin 1dade2fbc4 * Makefile.am: doc/mc.1 is in top_builddir, not in top_srcdir. 2002-05-22 16:10:52 +00:00
Yuri Syrota f17b277429 Updated Ukrainian translation 2002-05-22 14:55:52 +00:00
Andrew V. Samoilov b314cad164 * 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-22 13:31:15 +00:00
Andrew V. Samoilov 12ba0fc8a4 * direntry.c (vfs_s_retrieve_file): Please, care about
fish.local_stat ...
* fish.c (linear_close): ... here.
2002-05-21 17:27:30 +00:00
Andrew V. Samoilov c5626b241c * ftpfs.c (linear_read): Unset control_connection_buzy
on EOF.
(ftpfs_fh_close): Call vfs_s_invalidate ().
2002-05-21 17:10:50 +00:00
Andrew V. Samoilov 2b3c6b8f0b * fish.c (fish_fh_open): Don't retrieve file if it is
opened for writting only.
2002-05-21 10:50:55 +00:00
Andrew V. Samoilov 09bad78c80 * 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 13:32:02 +00:00
Andrew V. Samoilov 05a0bd1240 * samba/include/includes.h: Eliminate all references to
HAVE_LIBREADLINE.
2002-05-17 11:38:05 +00:00
Andrew V. Samoilov a844c07aac * direntry.c (vfs_s_read): Move MEDATA->linear_start() ...
* (vfs_s_open): ... here.
2002-05-17 07:08:03 +00:00
Andrew V. Samoilov a876d1a17d * view.c (do_view_init): Close fd if it is unused. 2002-05-15 14:44:54 +00:00
Pavel Roskin e262f0a0dc * configure.in: Fix logic for gettext 0.10.x. 2002-05-14 23:28:17 +00:00
Pavel Roskin 7ca8a22227 Please, no rm without "-f", it can stop and ask "are you sure?" 2002-05-14 23:17:34 +00:00
Pavel Roskin 0c19dfcc35 Create "config" directory before running gettextize - new
gettextize (0.11.x) requires it.
2002-05-14 17:00:22 +00:00
Andrew V. Samoilov 3098fbaf41 Add Makevars.template, Rules-quot, boldquot.sed, en@boldquot.header,
en@quot.header, insert-header.sin, quot.sed and remove-potcdate.sin
2002-05-14 14:25:18 +00:00
Andrew V. Samoilov 4004ee1264 Use quoted END in here-document 2002-05-14 14:23:01 +00:00
Andrew V. Samoilov 75693b126e * configure.in: Don't generate po/Makefile if
there is 'top_builddir' in po/Makefile.in.
* autogen.sh: More fixes for gettext 0.11+.
2002-05-14 14:16:47 +00:00
Andrew V. Samoilov ae8e84d163 * Makefile.am (noinst_LIBRARIES): Add samba/libsamba.a
if USE_SAMBA_FS is true.
* (libvfs-mc.a): Don't merge object files with libsamba.a.
2002-05-14 12:41:04 +00:00
Andrew V. Samoilov 040cbd2e6b * Makefile.am (VFSLIB): Add ../vfs/samba/libsamba.a
if USE_WITH_SAMBA is true.
2002-05-14 12:39:04 +00:00
Andrew V. Samoilov a1efabf66b Revert two casts back to fix calculation 2002-05-13 17:28:28 +00:00
Andrew V. Samoilov 17a0c13186 s/declaration/definitions/ in the last but one entry 2002-05-13 17:15:14 +00:00
Andrew V. Samoilov 16b73c1f39 * editcmd.c (edit_save_file): Call mc_chown () and mc_chmod ()
before mc_open () to prevent hangs over ftpfs.
2002-05-13 17:12:45 +00:00
Andrew V. Samoilov 0b08e1b69f * edit.h: Remove open, close, write, read and mkdir declaration.
* edit.c: Use mc_open, mc_close, mc_write, mc_read, mc_rename,
mc_chmod and mc_chown. Don't cast (char *) to (unsigned long)
in pointer arithmetics.
* editcmd.c: Likewise.
2002-05-13 16:53:51 +00:00
Andrew V. Samoilov baf5611b51 * vfs.c (MC_RENAMEOP): Make arguments const.
* vfs.h (mc_rename): Adjust declaration.
* (mc_link): Likewise.
2002-05-13 15:39:22 +00:00
Andrew V. Samoilov 2a0dde7539 * Makefile.am (mcserv_SOURCES): Add $(top_srcdir)/src/mad.c. 2002-05-13 15:17:38 +00:00
Andrew V. Samoilov 1f557447b9 Don't check setreuid, setregid, setegid and setluid. 2002-05-11 12:12:53 +00:00
Andrew V. Samoilov f2912b052c * samba/configure.in: Add AC_SYS_LARGEFILE.
Don't check atexit.
2002-05-11 12:03:05 +00:00
Andrew V. Samoilov 9f2cd60d55 s/msgid "%s: %s: %s %3d%% (%ld bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/
s/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/
s/msgid "%s: %s: %s %ld bytes transfered"/msgid "%s: %s: %s %lu bytes transfered"/
s/msgid "%s: %s: %s %lu bytes transfered"/msgid "%s: %s: %s %lu bytes transferred"/
s/msgid "%s contains duplicit entries! Skiping!"/msgid "%s contains duplicit entries! Skipping!"/
/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/{N;s/%ld/%lu/;}
/msgid "%s: %s: %s %lu bytes transferred"/{N;s/%ld/%lu/;}
2002-05-08 10:23:05 +00:00
Andrew V. Samoilov f48d3bd620 * configure.in (ALL_LINGUAS): Added "be" for Belarusian. 2002-05-08 10:06:48 +00:00
Andrew V. Samoilov 63b03552e8 * be.po: Add Belarusian translation by Vital Khilko <dojlid@tut.by>. 2002-05-08 10:03:58 +00:00
Pavel Roskin 2e8c3085e8 * hotlist.c (hotlist_button_callback): Don't process B_REMOVE
for VFS list - it would crash.
From Andrey Panov <pav@metib.ru>
2002-05-07 05:37:04 +00:00
Pavel Roskin 1c61b5e0ca * 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.
2002-05-01 03:17:56 +00:00
Pavel Roskin f37f1f90f8 * samba/include/includes.h: Eliminate all references to
HAVE_EXPLICIT_LARGEFILE_SUPPORT.
* samba/lib/system.c: Likewise.
2002-05-01 02:07:37 +00:00
Christophe Merlet 6ce266fdab Updated French translation. 2002-04-30 15:08:14 +00:00
Pavel Roskin 9b0bae4ed9 Update from David Martin <dmartina@excite.com> 2002-04-26 20:06:23 +00:00
Andraz Tori 7869c00e64 Updated Slovenian translation 2002-04-25 22:30:52 +00:00
Duarte Loreto 59bd03f577 2002-04-25 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2002-04-25 02:53:25 +00:00
Marco Ciampa 7e2d327967 oooops! 2002-04-24 22:26:47 +00:00
Marco Ciampa efbb2db8cd ooops... 2002-04-24 22:23:57 +00:00
Marco Ciampa e2009412f4 Last 3 menu syntax edit msgs 2002-04-24 22:11:21 +00:00
Andrew V. Samoilov 86895db8ed s/msgid "%s: %s: %s %3d%% (%ld bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/
s/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/
s/msgid "%s: %s: %s %ld bytes transfered"/msgid "%s: %s: %s %lu bytes transfered"/
s/msgid "%s: %s: %s %lu bytes transfered"/msgid "%s: %s: %s %lu bytes transferred"/
s/msgid "%s contains duplicit entries! Skiping!"/msgid "%s contains duplicit entries! Skipping!"/
/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/{N;s/%ld/%lu/;}
/msgid "%s: %s: %s %lu bytes transferred"/{N;s/%ld/%lu/;}
2002-04-24 10:37:01 +00:00
Andrew V. Samoilov 25f700675f Removed. 2002-04-24 08:23:13 +00:00