Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit e4f2183684da90a67bc6a635d008b72a6dd3d0dd)
|
|
metze
(This used to be commit db40552d9471f4a8ce2c5c724319a4eb242ed24a)
|
|
- passing mem_ctx as ldb_context is a bad idea!
- naming a static function talloc_ is also bad and misleading
metze
(This used to be commit 0523ad249335c6094854bc9cefb46e2095f4c0ba)
|
|
(This used to be commit c879ed3d1edffeda629dc1e05031dca91c1a1e30)
|
|
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)
|
|
pass LDFLAGS from configure to Makefile
metze
(This used to be commit 7ba9fddacb97153405bf0bec16b3a868e4e323e0)
|
|
(This used to be commit 7b6738522a80740824f3b96e73e7c48a0623b1b1)
|
|
(This used to be commit c247cf3fba13ce1a32878efcc922eadfcbc2b092)
|
|
(This used to be commit 0ab5d7692c2c0fe798a067866cb236ea9c304463)
|
|
4_0, I'd
like you to comment.
Volker
(This used to be commit ba18c58f1fb618447ba39bae6ef8f4e6c00c4d32)
|
|
(This used to be commit df148a5def06956ecd8392d259f1c408c62100fa)
|
|
(This used to be commit 6a8937ed03f0ee62eb81da798e0c38b405d44731)
|
|
Samba4 smbd force the umask to 0, which meant we ended up with ldb
being world writable.
This isn't really an ideal fix, as it means ldb no longer honors umask
(as it should do, like all good libraries).
Unfortunately the 'proper' fix is too complex for now
this also merges a tiny code style fix from s4 to s3
(This used to be commit dd8ec8725f168f4286bbfc00d69cd56089ba3543)
|
|
string is zero length. This allows callers to not have to worry about
creating an invalid ldap attribute.
See extensive discussion on samba-technical list :-)
(This used to be commit 9e66df05a4df3d3c7b02048d80e2661103d1d40a)
|
|
vl: you were a few seconds faster than me...:-)
metze
(This used to be commit 63e5727471bdf686f292a36aa43267213fb6e2f3)
|
|
merge this
one. Tridge? Metze?
Volker
(This used to be commit d0eef2f6e870031538959f2308a3414fc68ef18c)
|
|
as well?
Volker
(This used to be commit fd020a1998db7660ab093c136207df4fb09720cb)
|
|
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)
|