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
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
Pavel Roskin
3d37d84984
* configure.in: Check for ext2 libraries only if VFS is enabled.
2001-01-11 20:54:50 +00:00
Miguel de Icaza
994667ad86
Fixety fix
2001-01-06 19:24:12 +00:00
Andrew V. Samoilov
f2d2af671f
* extfs/urar.in (list): better solution to prevent duplication
2000-12-15 11:50:45 +00:00
Andrew V. Samoilov
871ce41fe0
* smb.h (param_struct): enum_list constified
...
* loadparam.c: enum_protocol, enum_security, enum_printing, enum_announce_as,
enum_case, enum_lm_announce, enum_map_to_guest and enum_ssl_version
constified
2000-12-14 01:28:44 +00:00
Andrew V. Samoilov
8a4ae931d4
* extfs/urar.in (LC_ALL): set to C to prevent localization,
...
(mcrarfs_list): directories placed first to prevent duplication
2000-12-14 01:21:52 +00:00
Andrew V. Samoilov
2f76be3354
:)
2000-12-14 01:21:04 +00:00
Andrew V. Samoilov
94bcfc289d
* ftpfs.c (vfs_ftpfs_ops): typo fixed
2000-12-04 19:14:52 +00:00
Marco Ciampa
7ec9da5952
just some minor changes in docs...
2000-11-27 01:41:56 +00:00
Pavel Machek
55e56a1426
Fixes from Roland: we may not g_free() strdup-ed text.
2000-10-31 15:43:49 +00:00
Marco Ciampa
68443a745c
added bpp file support
2000-10-27 02:30:36 +00:00
Marco Ciampa
5d94e04e8b
added bpp file
2000-10-27 02:29:23 +00:00
Marco Ciampa
e58e4acb2e
New distro package - first version
2000-10-27 02:28:42 +00:00
Marco Ciampa
74d32915a0
:aaa
2000-10-26 14:00:24 +00:00
Marco Ciampa
160248c7af
some corrections ...
2000-10-26 13:46:25 +00:00
Andrew V. Samoilov
49afc747d1
nmb_header_opcode_names constified, lookup_opcode_names rewritten to avoid warnings
2000-10-22 15:37:33 +00:00
Andrew V. Samoilov
c5ec3ea3d9
:)
2000-10-22 15:06:21 +00:00
Andrew V. Samoilov
75928247d3
2000-10-22 Andrew V. Samoilov <sav@bcs.zp.ua>
...
* samba/libsmb/nterr.c (nt_errs): constified
* samba/libsmb/smberr.c (dos_msgs, server_msgs, hard_msgs,
err_classes): ditto
(smb_errstr): err constified to avoid warnings
2000-10-22 15:04:41 +00:00
Marco Ciampa
cfa9226b2b
First revision...
2000-10-19 02:08:30 +00:00
Andrew V. Samoilov
a1e4132357
* 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-16 18:37:54 +00:00
Andrew V. Samoilov
6f10b0fdb3
:)
2000-10-16 18:35:21 +00:00
Andrew V. Samoilov
1f6dc4fe5a
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-09 22:45:50 +00:00
Andrew V. Samoilov
ed0753665b
:)
2000-10-09 22:44:51 +00:00
Pavel Roskin
2558168fb9
* gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
...
flags moved out of CFLAGS as recommended by GNU coding
standards.
* configure.in: Don't add GLIB_CFLAGS to CFLAGS.
* Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
XCPPFLAGS.
* INSTALL (Random notes on porting to other architectures):
Completely rewritten. Recommended using CFLAGS instead of XINC.
2000-10-06 06:49:45 +00:00
Pavel Roskin
dd9705f8e9
* extfs/rpm: If rpm indicates an error create a virtual file
...
ERROR and put error messages there.
2000-10-06 01:43:46 +00:00
Pavel Machek
c3edb91d89
Better unarj.diff
2000-09-25 12:49:41 +00:00
Pavel Roskin
c69627ffdd
* configure: Always include Make.common as file, otherwise
...
"make distclean" breaks.
* edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
replaced with "rm -f" - the stangard says that "rm" is portable.
Ditto $(MV). Adjusted *clean targets to match those in
Automake. Removed "cross" target.
2000-09-23 05:14:31 +00:00
Pavel Roskin
ed3fbae2ed
* extfs/uzoo.in: Suppress output from grep. Don't use '~',
...
use $HOME instead - it's more portable.
2000-09-21 20:58:10 +00:00
Pavel Roskin
68ffa5da8f
* extfs/Makefile.am: all scripts should be executable
2000-09-18 15:52:16 +00:00
Pavel Machek
ca504d4f91
Override locale for patchfs.
2000-09-18 14:25:47 +00:00
Pavel Roskin
769b082e1b
* Make.common.in: Added installcheck to placate "make distcheck"
...
* configure.in, Make.common.in, doc/Makefile.in,
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
variable MKINSTALLDIRS and builddir with Automake-compatible
mkinstalldirs and top_builddir.
* doc-gnome/C/Makefile.am: Only maintainers regenerate html
files. Added uninstall-local target.
2000-09-18 04:57:29 +00:00
Pavel Roskin
7b7cb9878d
* doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
...
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
mc.pot becomes out of date in the tarball.
2000-09-15 06:05:22 +00:00
Pavel Machek
eabe77c776
Better /#a filesystem
2000-09-14 20:53:57 +00:00
Pavel Roskin
e053e5effe
* Make-mc.in: direntry.c was listed twice in VFSSRCS
2000-09-14 20:34:52 +00:00
Pavel Roskin
d572f3a51f
* 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 16:13:36 +00:00
Pavel Roskin
91e7526108
* configure.in, Make.common.in, doc/Makefile.in,
...
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
changed to top_srcdir for Automake compatability
2000-09-14 15:12:00 +00:00
Pavel Roskin
06a39fbd2d
* ftpfs.h: include "xdirentry.h" instead of "vfs/xdirentry.h"
2000-09-14 15:06:14 +00:00
Pavel Roskin
316d642896
* Make-mc.in: don't ignore errors in the distdir target
2000-09-05 18:26:40 +00:00
Pavel Roskin
89e4039a91
Added Makefile and Makefile.in
2000-09-01 22:00:10 +00:00
Pavel Roskin
4a032150e9
* configure.in: output vfs/extfs/Makefile
...
* vfs/extfs/Makefile.am: new file
* vfs/Make-mc.in: remove stuff pertinent to the extfs directory
2000-09-01 21:34:26 +00:00
Pavel Roskin
95b52b597c
* Make.common.in: removed hack for "make distcopy"
...
* doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: added "distdir" target. Now "make dist" works
for external builds.
* edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2000-08-28 18:51:22 +00:00
Pavel Roskin
cfd82e2788
* Make-mc.in: don't ignore error installing mcserv.
...
Create directories before installing into them.
2000-08-24 14:39:33 +00:00
Pavel Roskin
e828211662
Updated address of Free Software Foundation
2000-08-22 22:50:00 +00:00
Pavel Roskin
5b11ed2900
Adjusted lists of distributed files
...
Fixed rules for rebuilding makefiles
2000-08-18 05:18:47 +00:00
Pavel Roskin
9ae68cd8bc
* Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
...
indicate serious problems. Fixes for uninstall.
* doc/Makefile.in: Rebuild if it is out of date.
2000-08-15 16:56:33 +00:00
Pavel Machek
03f1a9601b
Enhancements to uzip.in
2000-08-08 17:20:57 +00:00
Pavel Machek
a1d1728dc8
ftpfs . / .. is broken, but previous fix was worse than disease.
2000-08-08 15:12:39 +00:00