Displaying 7 results from an estimated 7 matches for "ldb_ctx".
2017 Mar 30
4
possible memory leak in ldb module while dbcheck on RODC
An embedded and charset-unspecified text was scrubbed...
Name: memory_profiler.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20170330/f5d10ac9/memory_profiler.txt>
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...100644
> > --- a/lib/ldb/pyldb.c
> > +++ b/lib/ldb/pyldb.c
> > @@ -1255,7 +1255,7 @@ static PyObject *py_ldb_modify(PyLdbObject
> > *self, PyObject *args, PyObject *kwar
> > return NULL;
> > }
> >
> > - ret = ldb_request(ldb_ctx, req);
> > + //ret = ldb_request(ldb_ctx, req);
> > if (ret == LDB_SUCCESS) {
> > ret = ldb_wait(req->handle, LDB_WAIT_ALL);
> > }
> >
> >
> >
> > So now to my question:
> > Is it really a bug or does ldb...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...ldb/pyldb.c
> index bea837f..ed5309a 100644
> --- a/lib/ldb/pyldb.c
> +++ b/lib/ldb/pyldb.c
> @@ -1255,7 +1255,7 @@ static PyObject *py_ldb_modify(PyLdbObject *self,
> PyObject *args, PyObject *kwar
> return NULL;
> }
>
> - ret = ldb_request(ldb_ctx, req);
> + //ret = ldb_request(ldb_ctx, req);
> if (ret == LDB_SUCCESS) {
> ret = ldb_wait(req->handle, LDB_WAIT_ALL);
> }
>
>
>
> So now to my question:
> Is it really a bug or does ldb library do something, that i did not
>...
2024 Sep 02
0
[Announce] Samba 4.21.0 Available for Download
...function allows a
direct comparison function to be set as well as a casefold function.
This improves performance and allows for more robust handling of
degenerate cases. The function should be called just after ldb_init(),
with the following arguments:
?? ldb_set_utf8_functions(ldb, /* the struct ldb_ctx LDB object */
????????????????????????? context_variable /* possibly NULL */
????????????????????????? casefold_function,
????????????????????????? case_insensitive_comparison_function);
The default behaviour of LDB remains to perform ASCII casefolding
only, as if in the "C" locale. R...
2024 Sep 02
0
[Announce] Samba 4.21.0 Available for Download
...function allows a
direct comparison function to be set as well as a casefold function.
This improves performance and allows for more robust handling of
degenerate cases. The function should be called just after ldb_init(),
with the following arguments:
?? ldb_set_utf8_functions(ldb, /* the struct ldb_ctx LDB object */
????????????????????????? context_variable /* possibly NULL */
????????????????????????? casefold_function,
????????????????????????? case_insensitive_comparison_function);
The default behaviour of LDB remains to perform ASCII casefolding
only, as if in the "C" locale. R...
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...79
url = 0xad02d4 "ldaps://ldap.motec.com.au"
flags = 0
py_options = None
ret = <optimized out>
options = 0x0
kwnames = {0x7fffec935eca "url", 0x7fffec936bd1 "flags", 0x7fffec935ece "options", 0x0}
ldb_ctx = 0xd2ffd0
#7 0x00007ffff7af6af0 in call_function (oparg=<optimized out>, pp_stack=0x7fffffffcc00) at
/usr/src/debug/Python-2.7.5/Python/ceval.c:4408
flags = <optimized out>
tstate = 0x6020a0
func = <optimized out>
w = <optimized out>...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote:
> Anyone?
Can you please post a gdb backtrace --full?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 862 bytes
Desc: This is a digitally signed message part
URL: