mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
b1b14817ea
changes:
- ldb_wrap disappears from code and become a private structure of db_wrap.c
thanks to our move to talloc in ldb code, we do not need to expose it anymore
- removal of ldb_close() function form the code
thanks to our move to talloc in ldb code, we do not need it anymore
use talloc_free() to close and free an ldb database
- some minor updates to ldb modules code to cope with the change and fix some
bugs I found out during the process
(This used to be commit
|
||
---|---|---|
.. | ||
common | ||
dcom | ||
drsuapi | ||
dssetup | ||
echo | ||
epmapper | ||
lsa | ||
netlogon | ||
remote | ||
samr | ||
spoolss | ||
srvsvc | ||
winreg | ||
wkssvc | ||
config.mk | ||
dcerpc_server.c | ||
dcerpc_server.h | ||
dcerpc_sock.c | ||
dcesrv_auth.c | ||
handles.c |