Age | Commit message (Collapse) | Author | Files | Lines |
|
with ltdb_pack_data() and ltdb_unpack_data() now moved into common, we
need to increase the minor version and fixup callers of the API
Note that this relies on struct ldb_val being the same shape as
TDB_DATA, in much the same way as we rely on ldb_val and DATA_BLOB
being the same shape.
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
It always de-references the module to find the ldb anyway.
Andrew Bartlett
|
|
This avoid allocation at the tdb layer as we will allocate this
with talloc right away anyway.
Andrew Bartlett
|
|
This avoids pulling the record and doing an allocation when we just
want to know if it exists.
Andrew Bartlett
|
|
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
|
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|