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 |
|
Pavel Roskin
|
ec1b1f9614
|
Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
|
2002-09-10 22:04:11 +00:00 |
|
Pavel Roskin
|
9c04fa4313
|
* vfs.h: Remove BROKEN_PATHS, it's unused.
|
2002-09-10 21:51:12 +00:00 |
|
Pavel Roskin
|
8568fc50d9
|
* Make-alone.am: Get rid of all standalone code, it has been
unmaintained for years.
|
2002-09-10 21:48:49 +00:00 |
|
Pavel Roskin
|
04c7da6358
|
* direntry.c [!USE_NETCODE]: Disable functions used in networked
filesystems only.
|
2002-09-06 01:34:12 +00:00 |
|
Pavel Roskin
|
3697034770
|
* vfs.c (vfs_init) [!USE_NETCODE]: Don't register fish.
|
2002-09-06 01:27:45 +00:00 |
|
Pavel Roskin
|
3c7cc35025
|
* ftpfs.c: Check for existance of arpa/inet.h when using it.
* mcfs.c: Likewise.
* mcserv.c: Likewise.
* tcputil.c: Likewise.
* utilvfs.c: Likewise.
|
2002-09-06 01:02:25 +00:00 |
|
Pavel Roskin
|
0d7af2cdba
|
* acinclude.m4: Remove Termnet support, it's too old and obscure
to be supported properly.
|
2002-09-03 17:58:26 +00:00 |
|
Pavel Roskin
|
8355430596
|
* vfs.c (vfs_get_password): Use INPUT_PASSWORD to request a
password reliably.
|
2002-09-03 17:38:30 +00:00 |
|
Pavel Roskin
|
09df85b9b7
|
Reuse other translated strings.
|
2002-09-03 16:55:05 +00:00 |
|
Andrew V. Samoilov
|
47f1a6a51b
|
* smbfs.c (smbfs_close): Return -1 if cli->outbuf is NULL and
set my_errno to EINVAL - temporary fix. Reformat function.
|
2002-09-02 10:54:22 +00:00 |
|
Andrew V. Samoilov
|
019c16b047
|
* samba/param/loadparm.c: Add global_scope variable.
(parm_table): Add netbios scope parameter.
* samba/lib/util.c: Remove scope variable. Use global_scope instead.
* samba/libsmb/nmblib.c (make_nmb_name): Remove scope parameter and
use global_scope instead.
* samba/libsmb/namequery.c: Adjust make_nmb_name() calls.
* samba/include/proto.h: Adjust make_nmb_name() declaration.
From samba 2.0.7 patchset.
* samba/param/loadparm.c (lp_adduser_script): Commented out.
(lp_deluser_script): Likewise.
(lp_add_printer): Likewise.
(lp_add_one_printer): Likewise.
* samba/lib/util.c (reduce_name): Likewise.
(transfer_file): Likewise.
* smbfs.c (smbfs_do_connect): Adjust make_nmb_name() calls.
|
2002-09-01 06:51:24 +00:00 |
|
Pavel Roskin
|
565df8c70f
|
* extfs/urar.in: Use rar if unrar is missing.
From PLD Linux Distribution.
|
2002-08-26 04:51:10 +00:00 |
|
Pavel Roskin
|
7744a57826
|
* extfs/urar.in: Use rar if unrar is missing.
From PLD Linux Distribution.
|
2002-08-26 04:44:20 +00:00 |
|
Pavel Roskin
|
44197c130d
|
* extfs/a: Use more portable way to redirect all output to
/dev/null. From PLD Linux Distribution.
|
2002-08-26 04:04:28 +00:00 |
|
Pavel Machek
|
8f36c663ad
|
Fix few typos.
|
2002-08-25 19:45:16 +00:00 |
|