0cc340c0a8
Fix r80 by removing duplicates lines from the filelist
Lars Müller
2015-10-30 15:30:43 +00:00
145847dff2
Document the API doc installation
Lars Müller
2015-10-30 14:52:02 +00:00
9570f942b4
- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.
Lars Müller
2015-10-30 14:46:00 +00:00
dce1ac5a0d
- Update to 1.1.18. + fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx + Fix check for third_party + make the successful ldb_transaction_start() message clearer + ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory() + ldb-samba: Move pyldb-utils dependency to python_samba__ldb + build: improve detection of srcdir
Lars Müller
2014-12-21 20:30:31 +00:00
edc829b49b
Accepting request 260073 from network:samba:STABLE
Stephan Kulow
2014-11-07 08:05:13 +00:00
a866ec473e
Use the upstream tar ball, as signature verification is now able to handle compressed archives.
Lars Müller
2014-11-06 13:32:56 +00:00
b86b35402f
Remove dead reference to samba-library-distribution-pubkey_13084025.asc
Lars Müller
2014-10-28 15:50:28 +00:00
a123d39e8d
Remove dependency on gpg-offline as signature checking is implemented in the source validator.
Lars Müller
2014-10-28 15:41:45 +00:00
276cd034e6
Accepting request 253233 from network:samba:STABLE
Stephan Kulow
2014-10-05 18:28:06 +00:00
e9039b2745
Add missing article and polish the wording.
Lars Müller
2014-09-23 20:09:58 +00:00
05b9251568
Cleanup and simplification of the revious commit as used in the talloc package.
Lars Müller
2014-09-23 19:56:28 +00:00
2706e07fbd
BuildRequire docbook-xsl-stylesheets and libxslt-tools and add the man pages to the tools package.
Lars Müller
2014-09-23 18:17:56 +00:00
97208e4d96
Accepting request 235286 from network:samba:STABLE
Stephan Kulow
2014-05-26 12:40:16 +00:00
72d1838f7f
Use plain libldb instead of the name including the major version.
Lars Müller
2014-05-24 12:58:47 +00:00
12405bfabd
Require pkg-config from the devel sub packages and do not BuildRequire it from libldb1.
Lars Müller
2014-05-23 21:53:29 +00:00
f84dc5b3ac
Require pkg-config from the devel sub packages and not from the main one.
Lars Müller
2014-05-23 15:59:27 +00:00
da419372ef
Remove superfluous build requirement to pkg-config from the main package.
Lars Müller
2014-05-23 15:44:38 +00:00
b10d4f96e1
Accepting request 232735 from network:samba:STABLE
Stephan Kulow
2014-05-10 06:31:39 +00:00
7686e011c0
- 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
Lars Müller
2014-05-05 11:53:35 +00:00
3ea2af64bf
Accepting request 209672 from network:samba:STABLE
Stephan Kulow
2013-12-09 06:05:45 +00:00
2d3b7aa6af
Rename pubkey filename to follow upstream naming convention.
Lars Müller
2013-12-06 17:00:35 +00:00
85f81a43c1
Reorder BuildRequires lines.
Lars Müller
2013-12-06 12:34:41 +00:00
5f2ceed6b2
Verify source tar ball gpg signature.
Lars Müller
2013-12-06 12:17:59 +00:00
9b14c00433
Accepting request 196771 from network:samba:STABLE
Stephan Kulow
2013-08-30 09:41:50 +00:00
7b61692713
PreReq ldconfig from pyldb as we us it in %post and %postun.
Lars Müller
2013-08-29 11:47:32 +00:00
15b22a3983
Consolidate python files in independent pyldb subpackages.
Lars Müller
2013-08-29 11:43:46 +00:00
420539273a
Add pyldb to baselibs.conf.
Lars Müller
2013-08-29 10:43:44 +00:00
abb034a6fc
Consolidate python files in the independent pyldb subpackage.
Lars Müller
2013-08-29 10:17:31 +00:00
0eeecfba05
Accepting request 181747 from network:samba:STABLE
Stephan Kulow
2013-07-03 08:24:22 +00:00
299456e778
- Update to 1.1.16. + Bump version to allow a depencency on the substring crash fix. + Cope with substring match with no chunks in ldb_filter_from_tree(). + Ensure not to segfault on a filter such as (mail=). + Add missing dependency on replace for ldb. + Add more data test data for one level test cases. + Add tests for the python api. + Add more tests related to onelevel search. + Use strncmp instead of strcmp when comparing the val part. + Make test output more readable.
Lars Müller
2013-07-02 10:47:04 +00:00
0ce17e34c6
Accepting request 154962 from network:samba:STABLE
Stephan Kulow
2013-02-11 10:03:56 +00:00
e2a669046b
- Update to 1.1.15. + Ensure to decrement the transaction_active whenever we delete a transaction. + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. + Change ltdb_unpack_data to take an ldb_context. + Move doxygen comments for ldb_connect to the right place. + Fix callers for ldb_pack_data() and ldb_unpack_data(). + move ldb_pack.c into common.
Lars Müller
2013-02-06 11:18:25 +00:00
90330d5af0
- Update to 1.1.14. + fixed callers for ldb_pack_data() and ldb_unpack_data() + move ldb_pack.c into common + Add ldbdump, based on tdbdump + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h + Change ltdb_unpack_data to take an ldb_context - Update to 1.1.13. + Don't use "isprint" in ldb_binary_encode(); (bso#9147).
Lars Müller
2012-12-02 18:01:23 +00:00
5bdd6cd8d4
Accepting request 134094 from network:samba:STABLE
Stephan Kulow
2012-09-17 11:56:35 +00:00
2eab73a881
- Update to 1.1.12. + Avoid printing secret attributes in ldb trace logs
Lars Müller
2012-09-03 10:06:08 +00:00
d115c341db
- Update to 1.1.11. + LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets + LDB:ldbsearch - add search filter tests + LDB:ldbsearch - search filters do not only contain "=" + lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch() - BuildRequire tevent version >= 0.9.17.
Lars Müller
2012-08-30 16:40:15 +00:00
28ef07022b
Merge missing change set from home:dmdiss:samba_libs_final/ldb
Lars Müller
2012-08-15 16:41:13 +00:00
410269bd5b
- Update to 1.1.10. + Enhancements and fixes to the s3 read, sesssetup, and server functions + s3: Fix a crash in reply_lockingX_error + s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon + s3:rpc_server: make usage of session_extract_session_key() + s3:smb2_*: make use of SMBD_SMB2_*() + s4 and libcli: enahncements and fixes
Lars Müller
2012-08-09 20:59:43 +00:00
c14c280aac
Add BuildRequire pytalloc-devel to the package change log.
Lars Müller
2012-08-08 10:25:49 +00:00
ddef7fb0ae
- Update to 1.1.9. + Ensure rename target does not exist before deleting old record. + Add parameter to avoid NULL format string flagged by -Werror=format. - Update to 1.1.8. + Fixes for pyldb. + Drop support for tdb_compat.
Lars Müller
2012-08-08 09:59:51 +00:00
e49ec57e54
Add comment why we don't run make test.
Lars Müller
2012-06-28 16:45:48 +00:00
a865abcc94
Disable rpath while configure.
Lars Müller
2012-06-28 16:35:11 +00:00
58a8b46590
Replace missed libldb1 by %{libldb_name}.
Lars Müller
2012-06-03 21:36:58 +00:00
641b973225
Define library name and use it instead of libldb1.
Lars Müller
2012-06-03 21:23:58 +00:00
5dfa981eeb
Accepting request 123368 from network:samba:STABLE
Stephan Kulow
2012-06-13 08:38:19 +00:00
cbda6fa8a1
Add missing L in front of GPL-3.0+.
Lars Müller
2012-06-03 14:22:44 +00:00
58308accd4
Add missing post, postun, and files part to the libldb1 package.
Lars Müller
2012-06-03 14:07:42 +00:00
55e6e6cccb
- Rename package to ldb and add an independent libldb1 subpackage. - Enhance and polish the package descriptions and summaries.
Lars Müller
2012-06-02 16:02:22 +00:00
9288648cfa
BuildIgnore libtalloc to prevent a package conflict on Fedora systems.
Lars Müller
2012-06-01 15:28:08 +00:00
2ae218e0d8
BuildRequire popt-devel.
Lars Müller
2012-06-01 15:00:29 +00:00
c6fffb5bb6
Define python_sitearch if undefined.
Lars Müller
2012-05-31 22:43:53 +00:00
c5ce93bd26
- Define and use talloc, tdb, and tevent version macros. - Define python_version if undefined.
Lars Müller
2012-05-31 22:29:05 +00:00
3a10c28000
- BuildRequire libtalloc-devel, libtdb-devel, and libtevent-devel. - Configure with bundled tdb2 library.
Lars Müller
2012-05-31 14:04:46 +00:00
e22946fdd5
Rename libtalloc2 to talloc.
Lars Müller
2012-05-31 11:43:00 +00:00
8a634e70d2
Remove libtdb1 package. The new name is tdb.
Lars Müller
2012-05-30 15:43:48 +00:00
e1ba914827
- Cleanup BuildRequires and spec file in general. - BuildRequire libtalloc2-devel >= 2.0.7. - BuildRequire libtalloc2-devel, libtdb1-devel, and libtevent0-devel. - Adjust license string. - Require libldb1 = %{version} from the devel package. - Initial independent libldb1 package.
Lars Müller
2012-05-25 11:13:14 +00:00
8decf56742
osc copypac from project:network:samba:STABLE package:libldb1 revision:2
Lars Müller
2012-05-25 10:58:25 +00:00