- Update to 1.1.17.
+ pyldb: add some more helper functions for LdbDn + pyldb: fix doc string for set_extended_component() + pyldb: add some const to PyObject_FromLdbValue() + Add a env variable to disable RTLD_DEEPBIND. + ldb_ildap: Map some wrong username/password errors on to LDB_ERR_INVALID_CREDENTIALS + pass module init errors back to the caller + Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on EACCES and EPERM + Fix 1138330 Dereference null return value + bad if test in ldb_comparison_fold() + use of NULL pointer bugfix + Fix CID 241329 Array compared against 0 + Fix CID 240798 Uninitialized pointer read + rdn_name: reject 'distinguishedName' depending of the MOD flags + Show the type of failing operation in default error message + Do not build libldb-cmdline when using system ldb. + ldb_map: Fix CID 1034791 Dereference null return value + Fix a const warning OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=43
This commit is contained in:
parent
2d3b7aa6af
commit
7686e011c0
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJRyMJzAAoJEEeTkWETCEAl35cH/R0fGIdYF0Wx2OxzBhIGEDla
|
||||
j/BakyTcgALZu9FumBrtVKhU/Amos90IDGCzYee9wjxO6WHEYhiCnsU1Q8kpxPFF
|
||||
XAv89bshav5t+2tiQPPUyL+LtWg82cGrhW9WMkBTAoIa3l/2v5WKsJgrwPXfqn+N
|
||||
NUoUukOrEWYtu4bHOXUTMMkUySLsQzgsDVX2uUnct7bTfNOTKxIHaiL0UJoqTi3/
|
||||
05PTN2j7EckEmWxJu1rW7kDmsbTnZwF5ABqTCY/Y3ZSo4oEuj9ImeCMmWCvUXD9d
|
||||
NC5GI7/f5mui+N6j7cYsDLW8n77KzARpU6pv4Q6n1d0EOs6QhaxCUjU6Ncw+UX8=
|
||||
=MXWu
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15c679fc4f1ae5956f5f81bc7caf5840992db65da6c804854a893d1f6423daf9
|
||||
size 1167348
|
11
ldb-1.1.17.tar.asc
Normal file
11
ldb-1.1.17.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJTZ0U6AAoJEEeTkWETCEAlz1IIAJmanSqpwC7uHCjECi21jCJ0
|
||||
ap4/S9EqXsomnGgdBO9DJv54kDqLQM8RF5ofqG19AK+kDr5WJTHcjFAaAz3L7SKg
|
||||
3prDrldVSsWPOLFkLdD6uf72nH5qf6bnOafUv4qRApA1gQ9jY/Hd3utsjRcHIagb
|
||||
N2xy6sdk48zAjthkU+MRsvcIBc1oXxO/M4omjtktkYPRDV5Zt/TrkjUOofOujPEa
|
||||
U8dt21VrydCpvUhBftEg1hzK2v98mKdjQPDUrHxyftcl5djPq3EUxmInlOOTVkVz
|
||||
Ex4C3TTmd07qMUlM5m2zlN/IOUoM70sA5g/eRsUw4ruRcFzOUYRi2qtNiLjKdLc=
|
||||
=BmWi
|
||||
-----END PGP SIGNATURE-----
|
3
ldb-1.1.17.tar.gz
Normal file
3
ldb-1.1.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a312aad19e9463716d257d8f2529fd7fc1a5ef24f6dcdc0c4a1930d7bdb6e6
|
||||
size 1177926
|
24
ldb.changes
24
ldb.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 11:38:58 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Update to 1.1.17.
|
||||
+ pyldb: add some more helper functions for LdbDn
|
||||
+ pyldb: fix doc string for set_extended_component()
|
||||
+ pyldb: add some const to PyObject_FromLdbValue()
|
||||
+ Add a env variable to disable RTLD_DEEPBIND.
|
||||
+ ldb_ildap: Map some wrong username/password errors on to
|
||||
LDB_ERR_INVALID_CREDENTIALS
|
||||
+ pass module init errors back to the caller
|
||||
+ Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on
|
||||
EACCES and EPERM
|
||||
+ Fix 1138330 Dereference null return value
|
||||
+ bad if test in ldb_comparison_fold()
|
||||
+ use of NULL pointer bugfix
|
||||
+ Fix CID 241329 Array compared against 0
|
||||
+ Fix CID 240798 Uninitialized pointer read
|
||||
+ rdn_name: reject 'distinguishedName' depending of the MOD flags
|
||||
+ Show the type of failing operation in default error message
|
||||
+ Do not build libldb-cmdline when using system ldb.
|
||||
+ ldb_map: Fix CID 1034791 Dereference null return value
|
||||
+ Fix a const warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 11:56:46 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
4
ldb.spec
4
ldb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ldb
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -41,7 +41,7 @@ BuildRequires: python-tevent >= %{tevent_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://ldb.samba.org/
|
||||
Version: 1.1.16
|
||||
Version: 1.1.17
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user