Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit f64866a43fbc21666e919cafdf3002a8e43c60af)
|
|
(This used to be commit 75555ae1c8039b7bbca796dd16609de08230265a)
|
|
(This used to be commit 1fe41c96f53b0d83e8779050e2149a5e70b5dad0)
|
|
(This used to be commit fa6fa1268b33334d17869d0f096cf7600e88f993)
|
|
Metze, you wanted to port talloc_get_type_abort() to 4. Should I just use it
in 3-ldb?
Volker
(This used to be commit ba0df1c915c49afad629df789375440225968633)
|
|
metze
(This used to be commit 4a5da57306ad8cce5522ee72349cb85b447e295c)
|
|
(This used to be commit cf4309b9048a8417104cac660421a3dcd2e96ffe)
|
|
(This used to be commit 1f3e20ef3985a0a16e8945907611654ef5e884c4)
|
|
(This used to be commit c5e041661ec6dd63188ad0a09a228192b6dfd2b3)
|
|
(This used to be commit 3250d20d27d4f85421052e877077526975b16e02)
|
|
(This used to be commit 558a13a755ff39c9f15ba4f0a2639ffe30c996ac)
|
|
(This used to be commit 8ccff6a4dd92dfad4942b562cd1bb27d22d59661)
|
|
(This used to be commit 4b075f347b5449b199be19221187ce66916384cf)
|
|
(This used to be commit a301a4a12d554d9d3ba00c2780deb9eafc44e1a8)
|
|
(This used to be commit 235e8c9653a9199f2766c5c4a2d1f1d4f2801a3b)
|
|
(This used to be commit b6933c3043b73b68a30f57f681185a79c8e205c2)
|
|
(This used to be commit 4d44388929f75d1480a8222a7cd2f575494a2b62)
|
|
(This used to be commit 1bd660fb9139238229fc6a80566c03f473cad094)
|
|
metze
(This used to be commit fe61e6ebf7d771ce6441198bf2e330d53bf7b10e)
|
|
metze
(This used to be commit 18171cf54b22f9f2d73753db580934bd10e95e3d)
|
|
metze
(This used to be commit b7965ac26cbfdfe60f929e2fa3a295b8c57d220d)
|
|
metze
(This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
|
|
(This used to be commit a86a56fed3eb06b4b4a04329d42a9f57bad16271)
|
|
(This used to be commit 3ef6ef7cc89b6421b9e8ec301cbd55ccd09e4d20)
|
|
Simo, I'm not sure this is the correct fix. So I'd like you to look at it and
merge to 4 if appropriate.
Volker
(This used to be commit afd7f12124b02b594063535f93903a8a598a0587)
|
|
(This used to be commit a0ada1aa342722fa7f90715a312b5d81f02f937b)
|
|
(This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
|
|
sure whether
to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself
that el can not be NULL here.
Volker
(This used to be commit c0c035b1c8b9d80cd205cde16ad3e838e2d44459)
|
|
(This used to be commit d9f1697c1f09e1f01c15d8fc210b7b5b7c7ec7bb)
|
|
and significant speedups
(This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
|
|
fixed another checker warning and a possible error on allocation
failure
metze
(This used to be commit d64583a763ffcff27f0bd6761196f7d554d44849)
|
|
ensure that data values from ldap libs are null terminated, to allow
ldb_msg_find_attr_as_string() to work correctly.
Thanks to Jim Myers for spotting this!
metze
(This used to be commit a5ea82bb05fb9d5c1842f9a105f6a10e39141c89)
|
|
fix checker warnings
metze
(This used to be commit 93a0fe093b4614a18e99d0c3a71c5c8af2e57e4f)
|
|
remove wrong check and statement.
to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements.
metze
(This used to be commit b81cae4180452d2a14c445392fd828032e6eddec)
|
|
metze
(This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
|
|
don't crash on invalid utf8 chars
metze
(This used to be commit 71e1f8550f96eaaae7e4fc4d02eb36f1d894abc8)
|
|
add ldb_set_create_perms() function to set the create_perms after
ldb_init() and before ldb_connect()
metze
(This used to be commit dd9d469eef337954b6aee4c86ac0691f52812456)
|
|
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)
|
|
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)
|