s3: Add "log writeable files on exit" parameter
authorVolker Lendecke <vl@samba.org>
Mon, 22 Mar 2010 10:19:10 +0000 (11:19 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 22 Mar 2010 11:03:44 +0000 (12:03 +0100)
commitb2f45f20b0108ba6c834f813386ab3d29a729abd
treefb434ca0775bdf00c15fb0ed382e75fb3f70dd49
parent0cf9d62f30218efcfddf2b00e6117fb670f0f911
s3: Add "log writeable files on exit" parameter

This boolean option controls whether at exit time the server dumps a list of
files with debug level 0 that were still open for write. This is an
administrative aid to find the files that were potentially corrupt if the
network connection died.
docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml [new file with mode: 0644]
source3/include/proto.h
source3/param/loadparm.c
source3/smbd/server.c