Pavel Roskin
7bb1b58274
* vfs.h: Remove tar_gzipped_memlimit.
...
From Christian Laubscher <christian.laubscher@tiscalinet.ch>
2002-10-13 23:25:57 +00:00
Andrew V. Samoilov
f4a0b6e40b
* smbfs.c (fake_share_stat): Make sure share exists by
...
smbfs_get_path() and fill buf with realistic data
if current_share_info is NULL. Reformat function.
(smbfs_get_path): Add const qualifier to path.
2002-10-11 15:29:55 +00:00
Andrew V. Samoilov
e751871446
(smbfs_stat): Don't write to path.
2002-10-10 10:04:41 +00:00
Andrew V. Samoilov
872e77eb1d
* smbfs.c: Allow username in URL (/#smb:[user@]machine) and
...
reformat changed functions.
(smbfs_get_host_and_username): Fix comment.
(smbfs_fill_names): Add username@ before hostname.
(smbfs_open_link): Use IPC$ if share is empty.
(smbfs_get_path): Pass remote_path to smbfs_open_link().
(smbfs_stat): Copy username@ to server_url if passed.
2002-10-09 13:18:10 +00:00
Pavel Roskin
604950704a
* ftpfs.c (linear_abort): Add a timeout after which a reconnect
...
is performed instead of further fetching of the remaining data.
2002-10-07 17:56:15 +00:00
Andrew V. Samoilov
3d95a5fa29
* smbfs.c: Don't define BOOL_DEFINED to fix compilation on SunOS 5.8.
2002-10-07 10:05:36 +00:00
Pavel Roskin
416008fc74
* direntry.c (vfs_s_resolve_symlink): Use g_snprintf() instead
...
of non-portable snprintf().
Reported by Xu Qiang <Xu.Qiang@xssc.sgp.xerox.com>
2002-10-07 05:32:45 +00:00
Pavel Roskin
8c39d20a57
* mcfs.c (mcfs_lseek): Explicity cast offset to int. This fixes
...
viewing and editing files on mcfs.
2002-10-05 01:55:58 +00:00
Pavel Roskin
70faf8a7c4
Comment change.
2002-10-05 01:54:20 +00:00
Pavel Roskin
b5e7441d98
* tcputil.c: Split mcfs-specific part to
...
* mcfsutil.c: ... this.
* tcputil.h: Split mcfs-specific part to
* mcfsutil.h: ... this.
* Makefile.am: Add mcfsutil.c and mcfsutil.h.
* mcserv.c: Define own got_sigpipe, which is always 0, since
mcserv doesn't call tcp_init().
2002-10-05 01:02:07 +00:00
Pavel Roskin
51a6434b44
* Makefile.am: Don't link mcserv with glib. It's unreasonable
...
to require a glib port for embedded systems mcserv may run on.
* mcserv.c: Replace all glib calls with standard libc calls.
* tcputil.c (rpc_get): Likewise.
2002-10-05 00:31:12 +00:00
Pavel Roskin
4d7cf0f3a7
* mcserv.c (get_client): Don't try to find the address family
...
from the hostname. Always use AF_INET, because everything else
is unsupported.
2002-10-04 23:35:54 +00:00
Andrew V. Samoilov
3d4ea6e96d
* sfs.c (vfmake): Use open_error_pipe() and close_error_pipe().
2002-10-04 13:24:10 +00:00
Andrew V. Samoilov
9740d2a810
(string_initial): Commented out.
...
(init_locals): Define as do nothing macro. Printing is not supported.
2002-10-03 17:00:23 +00:00
Andrew V. Samoilov
b9b33a4a39
Remove SMBRUN support
2002-10-02 11:03:08 +00:00
Pavel Roskin
8cdc2bcecd
Fix the date. My clock was 1 day ahead.
2002-10-01 21:45:25 +00:00
Andrew V. Samoilov
07f3c2f7af
* xdirentry.h: Comment out magic field everywhere.
2002-10-01 17:03:55 +00:00
Pavel Roskin
bd5da0af5e
* Makefile.am (VFSHDRS): Remove container.h.
2002-10-01 04:26:25 +00:00
Pavel Roskin
409994fe92
* tcputil.c (check_hooks): Remove, it does nothing. Also remove
...
all related data structures.
2002-10-01 04:18:38 +00:00
Pavel Roskin
379ea9b60d
* tcputil.c (get_remote_port): Move to mcfs.c.
...
(send_string): Move to mcserv.c.
(rpc_add_get_callback): Remove, it's unused.
2002-10-01 04:09:31 +00:00
Pavel Roskin
95ffa342bd
* container.h: Remove, it's unused.
2002-10-01 03:54:05 +00:00
Pavel Roskin
646e878d6b
Remove unused files.
2002-10-01 03:51:46 +00:00
Pavel Roskin
924c985630
* utilvfs.c: Remove tests, since get_host_and_username() is
...
missing.
* mcfs.c (open_tcp_link): Make static.
* tcputil.h: Remove unused definitions.
2002-10-01 03:47:46 +00:00
Pavel Roskin
0587a032ac
Remove obsolete comments.
2002-10-01 03:33:11 +00:00
Pavel Roskin
99800b2f24
* direntry.c (vfs_s_retrieve_file): Allow interrupt by Ctrl-C.
...
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
2002-09-29 18:35:14 +00:00
Pavel Roskin
bd4b18731e
s/suplied/supplied/
...
s/duplicit/duplicate/
2002-09-27 00:17:10 +00:00
Pavel Roskin
b31f058eea
s/appropriative/suitable/
2002-09-26 23:40:03 +00:00
Pavel Roskin
da7e82d253
Global removal of RCS Id: flags.
2002-09-26 23:13:45 +00:00
Pavel Roskin
bbc35a31cf
* sfs.c (sfs_init): Parametrize sfs.ini to allow reuse of the
...
messages in other places.
2002-09-26 22:51:27 +00:00
Pavel Roskin
d2417f2096
* vfs.c (vfs_parse_filemode): Fix parsing for filenames that
...
begin with a number.
From Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
2002-09-25 05:09:08 +00:00
Andrew V. Samoilov
e98d979a69
* smbfs.c: Undef USE_NCURSES - no needs to include *curces.h.
...
(smbfs_loaddir): Fix warning.
2002-09-24 15:26:55 +00:00
Pavel Roskin
966511399b
Move fcntl.h inclusion to global.h.
2002-09-23 06:45:32 +00:00
Pavel Roskin
b5700cf6f8
* configure.in: Remove support for HSC proxy - it's obsolete.
...
Remove all references to HSC proxy everywhere.
2002-09-22 06:14:16 +00:00
Pavel Roskin
748e028d05
* */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
...
directory for architecture-independent files.
2002-09-21 23:49:52 +00:00
Pavel Roskin
b803c4463c
Typo fix.
2002-09-21 23:04:54 +00:00
Pavel Roskin
e90d91e7a0
* mcfs.c: Move config,h to the beginning.
2002-09-21 23:01:41 +00:00
Andrew V. Samoilov
50ac0519dd
* tcputil.c [!WITH_MCFS]: Disable mcfs related code.
...
* mcfs.c [!WITH_MCFS]: Disable all code.
2002-09-19 14:37:22 +00:00
Andrew V. Samoilov
72486652cb
* smbfs.c: Don't define BOOL_DEFINED to fix compilation on SunOS 5.8.
2002-09-16 14:20:04 +00:00
Andrew V. Samoilov
3bab5199aa
Fix some possible NULL dereferences.
2002-09-13 11:29:35 +00:00
Andrew V. Samoilov
7f75f866af
Declare smbfs_set_debugf().
2002-09-13 10:00:23 +00:00
Andrew V. Samoilov
6a6fb355df
* smbfs.c (smbfs_set_debugf): New function to specify logfile.
...
* smbfs.h: Declare smbfs_set_debugf().
2002-09-13 09:46:33 +00:00
Andrew V. Samoilov
e7cf7313f8
* samba/lib/debug.c (debug_count): Removed.
...
(reopen_logs): Likewise.
(force_check_log_size): Likewise.
(check_log_size): Likewise. Adjust all dependencies.
2002-09-13 09:45:13 +00:00
Pavel Roskin
f17e11bc9f
* configure.in: Roll --enable-mcserv-install into ...
...
* acinclude.m4: ... --with-mcfs. Adjust makefiles.
* INSTALL: Document --with-mcfs.
2002-09-13 06:01:41 +00:00
Pavel Roskin
30cc264176
* mcserv.c: Declare crypt if crypt.h is missing and we are not
...
using PAM.
2002-09-12 22:24:09 +00:00
Andrew V. Samoilov
c772e84710
* loadparm.c (lp_smbrun): Removed
2002-09-12 14:28:21 +00:00
Andrew V. Samoilov
14c3f90d2f
* smbfs.c (statfile_helper): Merge with loaddir_helper().
...
(get_remote_stat): Use loaddir_helper(). Care about
single_entry instead of eliminated statfile_helper().
2002-09-12 06:25:21 +00:00
Andrew V. Samoilov
8e1af10110
* samba/libsmb/clientgen.c (cli_NetServerEnum): Add void*
...
parameter to (*fn)() and void *state parameter.
(cli_list): Likewise.
(cli_RNetShareEnum): Likewise. Return int.
* samba/include/proto.h: Adjust declarations.
* smbfs.c: Adjust all helpers and dependencies.
From Samba patchsets.
2002-09-11 16:43:41 +00:00
Andrew V. Samoilov
1f06c11cc6
* smbfs.c (statfile_helper): Remove write permissions if file
...
has readonly attribute. Add execute permissions for directory.
Reformat whole function.
2002-09-11 15:35:55 +00:00
Andrew V. Samoilov
996dd893b5
* smbfs.c (loaddir_helper): Remove write permissions if file
...
has readonly attribute. Add execute permissions for directory.
Reformat whole function.
(server_browsing_helper): Add execute permissions. Reformat.
(browsing_helper): Likewise.
2002-09-11 12:53:58 +00:00
Pavel Roskin
83d0b9a9d6
Global replacement for two quasi-english strings from vfs/smbfs.c.
2002-09-11 04:06:25 +00:00