Commit Graph

2519 Commits

Author SHA1 Message Date
Andraz Tori daec015835 Updated Slovenian translation 2001-02-13 13:49:54 +00:00
Pavel Roskin d0c9ee2e9f Fixed incomplete description of the last patch. 2001-02-11 07:21:29 +00:00
Pavel Roskin 27d7ebd2a3 * extfs/mailfs (parse_date): Workaround for Y2K bugs. Support
for dates found in AOLMail(SM) messages. Provide a fallback if
cannot parse the date.
(process_header): Typo fix. Use s instead of space in regular
expressions.
2001-02-11 07:10:49 +00:00
Pavel Roskin 4c7f17ce21 * extfs/uzip.in: Preserve permissions of FAT and NTFS archives,
including the directory bit. This fixes crashes on some FAT
archives.
2001-02-10 09:25:07 +00:00
Pavel Roskin 4e57e7d468 * main.c (main): Fix compilation error when configured without
subshell support.
2001-02-10 04:28:56 +00:00
Pavel Roskin 53a4e96313 * 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 20:46:46 +00:00
Pavel Roskin 90096c49b9 * 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 20:03:04 +00:00
Pavel Roskin 47a538a968 * 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 19:31:35 +00:00
Pavel Roskin 2586b393e1 * 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 18:42:25 +00:00
Andraz Tori ea257f662a Updated Slovenian translation 2001-02-09 16:26:44 +00:00
Pavel Roskin e3fb615e35 * samba/configure.in: Don't check for any 64-bit functions and
syscall() - they are not needed.
2001-02-09 08:12:10 +00:00
Pavel Roskin 78fa0d0b65 * 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 07:36:44 +00:00
Pavel Roskin 4a24c76cc4 * 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-09 06:39:34 +00:00
Pavel Roskin 33e22a4ccb * Make-mc.in: Undo previous fix. Don't run "make clean" in
samba/ if samba/Makefile is missing.
2001-02-08 16:35:13 +00:00
Pavel Roskin 29fd6aca1b * 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 16:01:20 +00:00
Pavel Roskin c786ce8984 * cpio.c: Eliminate C++ comments.
* fish.c: Likewise.
2001-02-08 07:13:27 +00:00
Pavel Roskin a6fa2fe5e6 * Make-mc.in: Use mkinstalldirs to create $(distdir)/extfs,
since CVS Automake already creates that directory.
2001-02-08 07:02:30 +00:00
Pavel Roskin 16874dded6 * Make-mc.in: Don't add _LARGEFILE64_SOURCE to CFLAGS without
testing - it breaks on HP-UX 10.20.
2001-02-08 05:55:44 +00:00
Pavel Roskin 4c1e96b8d9 * Make-mc.in: Don't distribute samba/tests/trapdoor.c and
samba/tests/ftruncroot.c.
2001-02-08 02:00:21 +00:00
Pavel Roskin e6d2fdadd2 * main.c (main): Do not fork subshell for mcedit/mcview. 2001-02-08 01:50:12 +00:00
Pavel Roskin bbc91a29a5 * samba/configure.in: Remove tests for setresuid and setresgid.
* samba/include/includes.h: Remove declarations of setresuid and
setresgid.
2001-02-08 01:29:38 +00:00
Pavel Roskin e30e6b8a5a * 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 00:59:35 +00:00
Pavel Roskin 23162f96b9 * Make-mc.in: Don't link container.o into libvfs-mc.a - it's
not used.
2001-02-08 00:28:15 +00:00
Pavel Roskin 62559ce828 * autogen.sh: Create vfs/samba/include/stamp-h.in.
* vfs/samba/include/stamp-h.in: Remove.
2001-02-08 00:01:21 +00:00
Pavel Roskin 7c587c375b * 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 23:49:43 +00:00
Pavel Roskin acee184399 * macros/curses.m4: Quote first argument to AC_DEFUN.
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.
2001-02-07 21:33:01 +00:00
Pavel Roskin 20e31fd858 * configure.in: Only configure in vfs/samba if smbfs support is
enabled even with Autoconf 2.13.
2001-02-07 16:41:16 +00:00
Pavel Roskin 1c3d0e0d62 * samba/configure.in: Remove checks for statvfs and friends -
they are irrelevant to the client code.
* samba/tests/summary.c: Likewise.
2001-02-07 15:41:18 +00:00
Marco Ciampa c8fb707323 *** empty log message *** 2001-02-04 18:10:37 +00:00
Stanislav Visnovsky 04e2321b28 Updated Slovak translation 2001-01-30 19:24:13 +00:00
Pavel Roskin dff05ea5ad * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.
2001-01-30 17:39:56 +00:00
Pavel Roskin ecfec37e3f * configure.in: Only configure in vfs/samba if smbfs support is
enabled.
2001-01-30 16:55:09 +00:00
Pavel Roskin 0c940743b3 * cons.handler.c (handle_console): Check the result of ttyname(). 2001-01-27 07:08:05 +00:00
Pavel Roskin 75b84a3b47 * main.c (handle_args): Exit if no arguments are given to mcview.
[HAVE_GNOME]: Don't examine argv[0] - it's done separately.
2001-01-27 06:43:42 +00:00
Pavel Roskin 676ec1d2f4 * dir.c: Respect HAVE_STRCOLL. Added a comment about strcoll(). 2001-01-27 05:51:26 +00:00
Marius Andreiana d122314335 added ro (Romanian) translation 2001-01-26 15:10:12 +00:00
Pablo Saratxaga 85ae74cee2 Fixed various po files headers and syntax errors
added gettext:no-c-format in file.c for the prompt % codes
2001-01-26 13:49:28 +00:00
Pablo Saratxaga 5c0aaa5dcd Added Azeri file 2001-01-26 13:28:40 +00:00
Andraz Tori e8e4c9f804 Updated Slovenian translation 2001-01-25 21:02:54 +00:00
Andras Timar 5481352dd6 2001-01-24 Szabolcs Ban <shooby@gnome.hu>
* hu.po: Tons of fixes by Andras and Emese (spelling,
          terminology, headers)
2001-01-24 15:30:55 +00:00
Andraz Tori 9e207e1b44 Updated Slovenian translation 2001-01-23 22:50:05 +00:00
Andraz Tori 1736bda779 Updated Slovenian translation 2001-01-22 18:24:49 +00:00
Andraz Tori d5bab2c52e Updated Slovenian translation 2001-01-21 20:24:45 +00:00
Andrew V. Samoilov bdcc352441 * subshell.c (do_subshell_chdir): temporary patch to prevent command
execution for directory names containing 0x03 (intr) 0x14.
See http://www.securityfocus.com/vdb/?id=2016 for details.
Subshell still can't chdir to such directories :(

* subshell.[ch] (do_subshell_chdir): directory constified
2001-01-21 10:30:42 +00:00
Andrew V. Samoilov bbef02a06f * do_subshell_chdir (): directory constified 2001-01-21 10:27:21 +00:00
Andrew V. Samoilov ad06742c0c * do_subshell_chdir (): temporary patch to prevent command execution
for directory names containing 0x03 (intr) 0x14.
See http://www.securityfocus.com/vdb/?id=2016 for details.
Subshell still can't chdir to such directories

* directory parameter constified
2001-01-21 10:26:09 +00:00
Pavel Roskin 09a3730a98 * Makefile.in: Respect LDFLAGS when linking cons.saver. 2001-01-17 20:42:49 +00:00
Kenneth Christiansen f20a4f15c4 Updates
bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.po
gimp/po-plug-ins/da.po gnome-libs/po/da.po gnome-vfs/po/da.po
gnomeicu/po/da.po gnumeric/po/da.po helix-setup-tools/po/da.po
mc/po/da.po nautilus/po/da.po pan/po/da.po
2001-01-16 21:03:39 +00:00
Pavel Roskin 7bee992ba2 * configure.in: Don't create a faked malloc.h.
* gtkedit/edit.h: Don't assume that malloc.h always exists.
* src/mad.h: Likewise.
2001-01-13 08:09:14 +00:00
Pavel Roskin c5404ae9cb * configure.in: Simplified handling of cons.saver.
* src/Makefile.in: Likewise. Don't install cons.saver setuid.
* mc.spec.in: Remove a workaround for the above.
2001-01-13 07:24:13 +00:00