SHA256
1
0
forked from pool/ldb
Commit Graph

1 Commits

Author SHA256 Message Date
897ef4d204 Accepting request 628465 from home:dmulder:branches:samba_gpo_test
- Update to 1.4.1
  + add some missing return value checks
  + Fix several mem leaks in ldb_index ldb_search ldb_tdb (bug#13475)
  + ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory
    on duplicated add. (bug#13471)
  + ldb: Fix memory leak on module context (bug#13459)
  + Refused build of Samba 4.8 with ldb 1.4 (bug #13519)
  + Prevent similar issues in the future at configure time (bug #13519)
- 1.4.0
  + New LMDB backend (experimental)
  + Comprehensive tests for index behaviour
  + Enforce transactions for writes
  + Enforce read lock use for all reads
  + Fix memory leak in paged_results module.
    We hold at most 10 outstanding paged result cookies
    (bug #13362)
  + Fix compiler warnings
  + Python3 improvements
  + Restore --disable-python build
  + Fix for performance regression on one-level searches
    (bug #13448)
  + Samba's subtree_rename could fail to rename some entries
    (bug #13452)
- 1.3.4
  + Fix memory leaks and missing error checks (bug 13459, 13471, 13475)
  + Fix fallback to full scan (performance regression) on
    one-level search (bug 13448)
  + Fix read corruption (missing results) during writes, particularly
    during a Samba subtree rename (bug 13452)

OBS-URL: https://build.opensuse.org/request/show/628465
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=123
2018-08-10 10:45:31 +00:00