svn commit: samba r9665 - in branches/tmp/vl-cluster/source: include lib libsmb locking nmbd nsswitch param printing profile rpc_server smbd utils

vlendec at samba.org vlendec at samba.org
Fri Aug 26 20:17:42 GMT 2005


Author: vlendec
Date: 2005-08-26 20:17:39 +0000 (Fri, 26 Aug 2005)
New Revision: 9665

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9665

Log:
Work in progress. Rename some process_id functions. 

The very first idea is to assume we have coherent fcntl locking (for example
GFS at least promises it), so we can have common messages.tdb, locking.tdb and
brlock.tdb. This might be slow as hell, but it is a start. Then we need a
notification mechanism, this right now is done by the parent smbd listening on
an UDP port, receiving USR1 signal notifications.

Volker

Modified:
   branches/tmp/vl-cluster/source/include/messages.h
   branches/tmp/vl-cluster/source/lib/debug.c
   branches/tmp/vl-cluster/source/lib/messages.c
   branches/tmp/vl-cluster/source/lib/util.c
   branches/tmp/vl-cluster/source/libsmb/clidgram.c
   branches/tmp/vl-cluster/source/locking/brlock.c
   branches/tmp/vl-cluster/source/nmbd/nmbd.c
   branches/tmp/vl-cluster/source/nsswitch/winbindd.c
   branches/tmp/vl-cluster/source/param/loadparm.c
   branches/tmp/vl-cluster/source/printing/notify.c
   branches/tmp/vl-cluster/source/printing/printing.c
   branches/tmp/vl-cluster/source/profile/profile.c
   branches/tmp/vl-cluster/source/rpc_server/srv_spoolss_nt.c
   branches/tmp/vl-cluster/source/rpc_server/srv_srvsvc_nt.c
   branches/tmp/vl-cluster/source/smbd/close.c
   branches/tmp/vl-cluster/source/smbd/open.c
   branches/tmp/vl-cluster/source/smbd/oplock.c
   branches/tmp/vl-cluster/source/smbd/server.c
   branches/tmp/vl-cluster/source/utils/smbcontrol.c


Changeset:
Sorry, the patch is too large (855 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9665


More information about the samba-cvs mailing list