Age | Commit message (Expand) | Author |
2010-07-01 | Fix a null pointer dereference when writing an entry requiring a single | Martin Hedenfal |
2010-07-01 | Remove dead assignments. Found by clang static analyzer. | Martin Hedenfal |
2010-07-01 | Add checks that we're not adding immutable attributes, just as we're | Martin Hedenfal |
2010-06-30 | Set a default btree cache size. | Martin Hedenfal |
2010-06-30 | Don't prune page cache directly when adding to it. Fixes a crash with a | Martin Hedenfal |
2010-06-30 | Change the example for the 'include' keyword as schema files are no longer | Martin Hedenfal |
2010-06-30 | remove trailing spaces | Martin Hedenfal |
2010-06-30 | Validate that an entry can't belong to an abstract object class directly, | Martin Hedenfal |
2010-06-30 | Add a global root user that is allowed to read/write entries in all local | Martin Hedenfal |
2010-06-30 | Don't send statistics for referral namespaces. This unbreaks ldapctl stats. | Martin Hedenfal |
2010-06-30 | Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable from | Martin Hedenfal |
2010-06-30 | Verify that any object class subclassing is allowed. | Martin Hedenfal |
2010-06-30 | Validate that all attributes are allowed by any of its object classes. | Martin Hedenfal |
2010-06-29 | sort SEE ALSO; | Jason McIntyre |
2010-06-29 | Add support for referrals. Referrals are configured in the config file, | Martin Hedenfal |
2010-06-29 | document the 'schema' keyword, and remove the placeholders for schema syntax | Martin Hedenfal |
2010-06-29 | Remember on what listener a connection got from, and return protocol error | Martin Hedenfal |
2010-06-29 | Fix signedness warnings. | Martin Hedenfal |
2010-06-29 | don't overwrite the return code from validate_entry | Martin Hedenfal |
2010-06-29 | Rewrite the schema parser, as it's not a context-free grammar. | Martin Hedenfal |
2010-06-28 | Use the proper OIDs for syntax description, instead of bogus symbolic | Martin Hedenfal |
2010-06-27 | return value unused, found by lint | Martin Hedenfal |
2010-06-27 | Remove unused functions and variables, found by lint. | Martin Hedenfal |
2010-06-27 | Remove unused code. | Martin Hedenfal |
2010-06-27 | remove an unused typedef | Martin Hedenfal |
2010-06-27 | Add support for different page sizes in the btree. Add a new header page | Martin Hedenfal |
2010-06-26 | Unbreak removal of one-level search index. | Martin Hedenfal |
2010-06-23 | remove leftovers from old compaction code | Martin Hedenfal |
2010-06-23 | Set errno to appropriate values when returning failure in btree. Make btree | Martin Hedenfal |
2010-06-23 | Remove compaction and indexing from ldapd. It is better done by a separate | Martin Hedenfal |
2010-06-17 | Fix byte alignment on sparc64. | Martin Hedenfal |
2010-06-15 | Move around some functions to ease re-use from ldapctl. | Martin Hedenfal |
2010-06-15 | Verify that a transaction passed to btree_tnx_{put,del} is not readonly. | Martin Hedenfal |
2010-06-15 | Make modify and simple auth requests open their own transactions, as search | Martin Hedenfal |
2010-06-15 | remove unused uuid_hash function, found by lint | Martin Hedenfal |
2010-06-15 | Implement support in the parent to (re-)open database files on behalf of | Martin Hedenfal |
2010-06-15 | EV_READ and EV_WRITE are not mutually exclusive, so check if we get both in | Martin Hedenfal |
2010-06-13 | Don't expose typedefs of pgno_t and indx_t in the public header file, move | Martin Hedenfal |
2010-06-13 | Fix btree reference counting when opening the database with a file | Martin Hedenfal |
2010-06-13 | Fix value clash in btree flags BT_FIXPADDING and BT_NOSYNC. | Martin Hedenfal |
2010-06-11 | Wrap searches in a read-only transaction so it is guaranteed to see a | Martin Hedenfal |
2010-06-11 | Track changes in btree_txn_* API, pass a NULL btree when also passing a | Martin Hedenfal |
2010-06-11 | Keep returning BT_DEAD if last meta page has the "tombstone" bit set. | Martin Hedenfal |
2010-06-11 | print long long int as %lld | Martin Hedenfal |
2010-06-11 | Allow functions that accept both a btree and a txn argument to be passed a | Martin Hedenfal |
2010-06-11 | Append a "tombstone" meta page after a database has been compacted. This | Martin Hedenfal |
2010-06-10 | Read-only transactions have no dirty_queue, so check for a read-only | Martin Hedenfal |
2010-06-08 | ber_calc_len() is not an internal function, so adjust the comment. | Martin Hedenfal |
2010-06-06 | Fix LDADD component order to let this build on static arches. | Miod Vallat |
2010-06-05 | Install a default ldapd.conf, and standard schema files in /etc/ldap. | Martin Hedenfal |