1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source4/rpc_server
Andrew Tridgell 12ea0fd34c r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the
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 04e1171996)
2007-10-10 12:59:56 -05:00
..
common r2953: add NTSTATUS_TALLOC_CHECK(x) 2007-10-10 12:59:51 -05:00
dcom r2696: DCOM updates: 2007-10-10 12:59:24 -05:00
drsuapi r2992: drsuapi uses WERROR not NTSTATUS 2007-10-10 12:59:55 -05:00
echo r2105: added a TestSleep() operation to the echo pipe and extended the 2007-10-10 12:58:25 -05:00
epmapper r2938: Use IDL to dissect the RHS of floors in protocol towers 2007-10-10 12:59:50 -05:00
lsa r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc server 2007-10-10 12:59:15 -05:00
netlogon r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the 2007-10-10 12:59:56 -05:00
remote r2627: use the new talloc capabilities in a bunch more places in the rpc 2007-10-10 12:59:13 -05:00
samr r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the 2007-10-10 12:59:56 -05:00
spoolss r2435: got rid of another pointless strnequal() 2007-10-10 12:58:52 -05:00
srvsvc r1546: fix the build the function name has changed to srvsvc_NetRemoteTOD 2007-10-10 12:57:41 -05:00
winreg r2696: DCOM updates: 2007-10-10 12:59:24 -05:00
wkssvc r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED for 2007-10-10 12:56:14 -05:00
config.m4 r2889: add DRSUAPI server 2007-10-10 12:59:42 -05:00
config.mk r2970: - give somefields names and typdef enums for the possible values 2007-10-10 12:59:53 -05:00
dcerpc_server.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
dcerpc_server.h r2627: use the new talloc capabilities in a bunch more places in the rpc 2007-10-10 12:59:13 -05:00
dcerpc_tcp.c r2696: DCOM updates: 2007-10-10 12:59:24 -05:00
dcesrv_auth.c r2629: convert gensec to the new talloc model 2007-10-10 12:59:14 -05:00
handles.c r2627: use the new talloc capabilities in a bunch more places in the rpc 2007-10-10 12:59:13 -05:00