1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Stefan Metzmacher
47da62b15a r19720: - don't pass a pointer reference to ldb_search_default_callback()
as it's ugly when it free's the callers memory on failure!

- only steal the controls on a LDB_REPLY_EXTENDED, LDB_REPLY_DONE
  and ignore them on LDB_REPLY_ENTRY, LDB_REPLY_REFERRAL as we currently
  have not way to return them in a ldb_result (we should fix this!)

metze
2007-10-10 14:28:13 -05:00
Simo Sorce
778198f279 r19456: Add an example application for ldb using the tdb backend 2007-10-10 14:21:35 -05:00