2019-11-23 09:45:45 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5
|
2019-11-10 17:58:06 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
ldb: updated to 2.0.7
2.0.7:
Unknown changes
|
2019-08-03 08:52:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ldb: updated to 1.5.5
1.5.5:
Unknown changes
|
2019-06-22 14:56:31 by Jared D. McNeill | Files touched by this commit (2) |
Log message:
Fixes a build failure when the letter 'j' appears in MAKEFLAGS.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-04-04 10:07:54 by Benny Siegert | Files touched by this commit (1) |
Log message:
ldb: add dependency on openldap-client to fix PLIST mismatches.
From Michael Moll via Pull Request.
Fixes NetBSD/pkgsrc#45.
|
2019-03-29 10:52:00 by Patrick Welche | Files touched by this commit (1) |
Log message:
Fix ldb build as per suggestion from wiz@
|
2019-03-27 11:08:42 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
ldb: mark as incompatible with Python 2.7, since tdb required Python 3.x
|
2019-03-20 20:06:56 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
ldb: added version 1.5.4
ldb is a LDAP-like embedded database. It is not at all LDAP standards
compliant, so if you want a standards compliant database then please see the
excellent OpenLDAP project.
What ldb does is provide a fast database with an LDAP-like API designed to be
used within an application. In some ways it can be seen as a intermediate
solution between key-value pair databases and a real LDAP database.
ldb is the database engine used in Samba4.
Features:
* The main features that separate ldb from other solutions are:
* Safe multi-reader, multi-writer, using byte range locking
* LDAP-like API
* fast operation
* choice of local tdb or remote LDAP backends
* integration with talloc
* schema-less operation, for trivial setup
* modules for extensions (such as schema support)
* easy setup of indexes and attribute properties
* LDIF for import/export
* ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')
|
2019-03-20 20:06:17 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
ldb: added version 1.5.4
ldb is a LDAP-like embedded database. It is not at all LDAP standards
compliant, so if you want a standards compliant database then please see the
excellent OpenLDAP project.
What ldb does is provide a fast database with an LDAP-like API designed to be
used within an application. In some ways it can be seen as a intermediate
solution between key-value pair databases and a real LDAP database.
ldb is the database engine used in Samba4.
Features:
* The main features that separate ldb from other solutions are:
* Safe multi-reader, multi-writer, using byte range locking
* LDAP-like API
* fast operation
* choice of local tdb or remote LDAP backends
* integration with talloc
* schema-less operation, for trivial setup
* modules for extensions (such as schema support)
* easy setup of indexes and attribute properties
* LDIF for import/export
* ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')
|