CVS update: samba4/source/ntvfs/cifs

2004-03-09 Thread tridge

Date:   Wed Mar 10 04:07:02 2004
Author: tridge

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv31246/ntvfs/cifs

Modified Files:
README 
Log Message:
add config hints for cifs backend

Revisions:
README  1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/README.diff?r1=1.1.1.1r2=1.2


CVS update: samba4/source/ntvfs/cifs

2004-03-07 Thread tridge

Date:   Mon Mar  8 07:13:11 2004
Author: tridge

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv15242

Modified Files:
vfs_cifs.c 
Log Message:
in the async socket handling routines in the cifs backend don't assume
that conn-ntvfs_private is set correctly, instead use our copy of the
private pointer in the fde callback. This allows the cifs backend to
be used on conjunction with a NTVFS filter module.


Revisions:
vfs_cifs.c  1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.8r2=1.9


CVS update: samba4/source/ntvfs/cifs

2004-02-03 Thread Stefan Metzmacher

Date:   Tue Feb  3 12:37:54 2004
Author: metze

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv30451/ntvfs/cifs

Modified Files:
vfs_cifs.c 
Log Message:
if vfs_cifs want to modify the ntvfs_ops struct, it should
use a temporary copy of the struct!

metze


Revisions:
vfs_cifs.c  1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/ntvfs/cifs

2004-02-02 Thread Stefan Metzmacher

Date:   Mon Feb  2 13:28:29 2004
Author: metze

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv14658/cifs

Modified Files:
vfs_cifs.c 
Log Message:
some DEBUG and comment fixes

metze


Revisions:
vfs_cifs.c  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.6r2=1.7


Re: CVS update: samba4/source/ntvfs/cifs

2004-01-08 Thread Rafal Szczesniak
On Thu, Jan 08, 2004 at 06:48:55AM +, Stefan Metzmacher wrote:
 
 Date: Thu Jan  8 06:48:55 2004
 Author:   metze
 
 Update of /home/cvs/samba4/source/ntvfs/cifs
 In directory dp.samba.org:/tmp/cvs-serv5214/ntvfs/cifs
 
 Modified Files:
   vfs_cifs.c 
 Log Message:
 remove a useless assignment

Congratulations on your first commit! :)


cheers,
-- 
Rafal Szczesniak 
Samba Team member  http://www.samba.org



CVS update: samba4/source/ntvfs/cifs

2003-12-11 Thread tridge

Date:   Thu Dec 11 09:07:20 2003
Author: tridge

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv2058

Modified Files:
vfs_cifs.c 
Log Message:
the next step in the dcerpc server code. Added the link between the
IPC IO routines and the dcerpc endpoint servers.


Revisions:
vfs_cifs.c  1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.4r2=1.5


CVS update: samba4/source/ntvfs/cifs

2003-12-03 Thread tridge

Date:   Thu Dec  4 02:02:27 2003
Author: tridge

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv4754

Modified Files:
vfs_cifs.c 
Log Message:
* patch based on work by Jim Myers to unify the ioctl handling to be
  more like the other major SMB functions

* added SMBntrename code


Revisions:
vfs_cifs.c  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.3r2=1.4


CVS update: samba4/source/ntvfs/cifs

2003-11-24 Thread Jelmer Vernooij

Date:   Tue Nov 25 03:15:26 2003
Author: jelmer

Update of /home/cvs/samba4/source/ntvfs/cifs
In directory dp.samba.org:/tmp/cvs-serv11841/ntvfs/cifs

Modified Files:
vfs_cifs.c 
Log Message:

CVS: --
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS: 
CVS: Committing in .
CVS: 
CVS: Modified Files:
CVS:Makefile.in configure.in include/includes.h include/ntvfs.h 
CVS:include/smb.h lib/iconv.c lib/module.c ntvfs/ntvfs_base.c 
CVS:ntvfs/cifs/vfs_cifs.c ntvfs/ipc/vfs_ipc.c 
CVS:ntvfs/posix/vfs_posix.c ntvfs/print/vfs_print.c 
CVS:ntvfs/reference/vfs_ref.c ntvfs/simple/vfs_simple.c 
CVS:passdb/pdb_interface.c 
CVS: Added Files:
CVS:include/module.h 
CVS: --
Update to the modules system. Fixed:
 - get rid of smb_probe_module
 - merge older updates from 3.0
 - introduced register_subsystem() and register_backend() functions
 - adapt ntvfs and charset to use new register functions
 - made smb_load_modules() work recursively (e.g. 'preload modules = /usr/lib/samba')
 - got rid of some old remains

Things that still need work:
 - Did I break tankFS? I don't think so, but I can't test it here :-(
 - Add 'postload modules = ' (for modules that need to be loaded after fork() in smbd, 
if applicable)
 - Convert RPC, auth, passdb, etc to use new register_{subsystem,backend}() functions
 - Accept wildcards in 'preload modules' option, instead of loading recursively


Revisions:
vfs_cifs.c  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/cifs/vfs_cifs.c.diff?r1=1.2r2=1.3