1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/param
Andrew Bartlett 5cd9495fb3 s4-param Refactor secrets code to not require an event context.
A new event context is constructed by LDB when required for secrets.ldb
This will be essentially unused, as LDB on TDB will only trigger 'fake'
events, and blocks on transactions and lock operations anyway.

Andrew Bartlett
2010-10-11 13:02:15 +00:00
..
tests s4-selftest: Move more tests to scripting/python, simplifies running of tests. 2010-09-21 22:54:38 -07:00
config.mk param: Fix build on systems without ldb installed. 2009-12-22 01:24:58 +01:00
generic.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
loadparm.c s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idl 2010-09-23 13:34:08 -07:00
loadparm.h s4:loadparm: s/class/pclass 2009-02-02 13:09:10 +01:00
param.h param: Add prototype for lpcfg_private_dir(), used by openchange. 2010-09-14 10:54:28 +02:00
provision.c s4-param Refactor secrets code to not require an event context. 2010-10-11 13:02:15 +00:00
provision.h s4:provision Allow a specific prefix map to be loaded into a new schema provision 2010-06-15 10:51:34 +10:00
pyparam_util.c s4-param: Check type when converting python object to lp_ctx, fix some 2010-09-22 17:48:23 -07:00
pyparam.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
pyparam.h s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
README Add README file explaining param/. 2008-04-01 15:03:24 +02:00
samba-hostconfig.pc.in s4-build: use @PACKAGE_VERSION@ in s4 pc.in files 2010-08-09 12:27:23 +10:00
secrets.c s4-param Refactor secrets code to not require an event context. 2010-10-11 13:02:15 +00:00
secrets.h s4-param Refactor secrets code to not require an event context. 2010-10-11 13:02:15 +00:00
share_classic.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
share_ldb.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
share.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
share.h param/share: Use static prototypes. 2010-06-13 19:26:48 +02:00
util.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
wscript_build wafsamba: Fix handling of pyembed/pyext. 2010-10-10 23:54:04 +00: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.