Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SYSDB: index sudoUser | Jakub Hrozek | 2012-01-31 | 1 | -1/+4 |
| | | | | | Most of the the searches in the Sudo responder include the sudoUser attribute. Indexing it will make the responder faster. | ||||
* | SYSDB: Add indexes for servicePort and serviceProtocol | Stephen Gallagher | 2012-01-27 | 1 | -2/+5 |
| | |||||
* | SYSDB: Move add_string and add_ulong to sysdb_private.h | Stephen Gallagher | 2012-01-23 | 1 | -0/+5 |
| | |||||
* | Fixed a typo in sysdb_upgrade_07() declaration | Jan Zeleny | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | SYSDB: add index for nameAlias | Stephen Gallagher | 2011-11-02 | 1 | -1/+4 |
| | |||||
* | SYSDB: New source file for sysdb upgrade routines | Stephen Gallagher | 2011-10-07 | 1 | -0/+21 |
| | |||||
* | Make sysdb_ctx_list public structure | Jan Zeleny | 2011-05-04 | 1 | -7/+0 |
| | | | | Also create a routine to initialize it | ||||
* | Added originalDN to attributes with case-insensitive search | Jan Zeleny | 2011-04-25 | 1 | -1/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/808 | ||||
* | Add additional indexing for sysdb | Stephen Gallagher | 2011-02-03 | 1 | -1/+4 |
| | | | | | | | | | | | | Adds an index for dataExpireTimestamp This is used for determining which users need to be removed during the cleanup task. If enumeration is enabled (or huge numbers of users have been cached), the cleanup task runs very slowly due to the non-indexed search. Also adds an index for ONELEVEL lookups, to speed up situations where we would need to request all entries under a particular node in the LDB. | ||||
* | sysydb: Finally stop using a common event context | Simo Sorce | 2010-04-12 | 1 | -2/+0 |
| | | | | This commit completes the migration to a synchronous sysdb | ||||
* | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 2010-04-12 | 1 | -26/+0 |
| | |||||
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 1 | -0/+107 |
Also update BUILD.txt |