1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/param
Michael Adam 1d012a6780 s3: introduce a new share config option "durable handles" defaulting to "yes"
This is in order to be able to turn durable handles off and on on a per share
basis.

Note: This is only used in combination with:

	kernel share modes = no
	kernel oplocks = no
	posix locking = no

Which means CIFS/SMB2 only access.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-09-08 19:46:08 +02:00
..
generic.c lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
loadparm_server_role.c lib/param: make security=domain and security=ads conflict with being a DC 2012-06-15 09:18:33 +02:00
loadparm.c param: remove unused define FN_LOCAL_PARM_CHAR() 2012-09-07 08:46:18 +02:00
loadparm.h build: Remove special case for the build farm 2012-08-21 06:39:04 +02:00
param_functions.c s3: introduce a new share config option "durable handles" defaulting to "yes" 2012-09-08 19:46:08 +02:00
param_table.c s3: introduce a new share config option "durable handles" defaulting to "yes" 2012-09-08 19:46:08 +02:00
param.h s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers 2012-06-27 17:11:16 +02:00
README Move README file in the right place. 2012-04-19 18:14:01 -04:00
samba-hostconfig.pc.in lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
util.c lib/param: Create a seperate server role for "active directory domain controller" 2012-06-15 09:18:33 +02:00
wscript_build lib/param: Put common FN_ macros into param_functions.c 2012-05-30 04:15:12 +02:00

This directory contains "libsamba-hostconfig". 

The libsamba-hostconfig library provides access to all host-wide configuration
such as the configured shares, default parameter values and host secret keys.