mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
12ea0fd34c
caller doesn't have to worry about the constraint of only opening a
database a single time in a process. These wrappers will ensure that
only a single open is done, and will auto-close when the last instance
is gone.
When you are finished with a database pointer, use talloc_free() to
close it.
note that this code does not take account of the threads process
model, and does not yet take account of symlinks or hard links to tdb
files.
(This used to be commit
|
||
---|---|---|
.. | ||
common | ||
dcom | ||
drsuapi | ||
echo | ||
epmapper | ||
lsa | ||
netlogon | ||
remote | ||
samr | ||
spoolss | ||
srvsvc | ||
winreg | ||
wkssvc | ||
config.m4 | ||
config.mk | ||
dcerpc_server.c | ||
dcerpc_server.h | ||
dcerpc_tcp.c | ||
dcesrv_auth.c | ||
handles.c |