Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 3250d20d27d4f85421052e877077526975b16e02)
|
|
metze
(This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
|
|
and significant speedups
(This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
|
|
fix checker warnings
metze
(This used to be commit 93a0fe093b4614a18e99d0c3a71c5c8af2e57e4f)
|
|
It would be nice if someone can merge that to samba4,
otherwise I'll merge that to samba4 on monday
metze
(This used to be commit 6bc42f31ce294f2bd50ffbd536e1ee42607ef799)
|
|
I have some problems resolving the last 3 ones in attrib_handlers.c. In line
251 the function ldb_dn_explode_casefold is called with mem_ctx as the first
argument. Looking at ldb_dn_explode_casefold I see that the first argument it
expects is a struct ldb_context. I could certainly add a cast to (struct
ldb_context *) to that call, but I would assume that this is the wrong fix. Is
it possible that attrib_handlers.c:251 and :254 should have ldb and not
mem_ctx as the first argument?
Can anybody from Samba4 clarify this for me and apply the correct fix?
Thanks a lot.
Volker
(This used to be commit 26f2cb71ebf00b2c6f356da5f32384f7fa083521)
|
|
(This used to be commit 7b6738522a80740824f3b96e73e7c48a0623b1b1)
|
|
(This used to be commit c247cf3fba13ce1a32878efcc922eadfcbc2b092)
|
|
(This used to be commit 0ab5d7692c2c0fe798a067866cb236ea9c304463)
|
|
(This used to be commit 6a8937ed03f0ee62eb81da798e0c38b405d44731)
|
|
code. Yay!
This first commit copies lib/ldb/ from Samba4. A huge congratulations
should go to Simo on this - he has put an enormous amount of work into
ldb, and it's great to see it go into the Samba3 tree.
(This used to be commit bbedf2e34315f5c420a3a05dfe22b1d5cf79f042)
|