summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_private.h
Commit message (Collapse)AuthorAgeFilesLines
* SYSDB: index sudoUserJakub Hrozek2012-01-311-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 serviceProtocolStephen Gallagher2012-01-271-2/+5
|
* SYSDB: Move add_string and add_ulong to sysdb_private.hStephen Gallagher2012-01-231-0/+5
|
* Fixed a typo in sysdb_upgrade_07() declarationJan Zeleny2011-11-281-1/+1
|
* SYSDB: add index for nameAliasStephen Gallagher2011-11-021-1/+4
|
* SYSDB: New source file for sysdb upgrade routinesStephen Gallagher2011-10-071-0/+21
|
* Make sysdb_ctx_list public structureJan Zeleny2011-05-041-7/+0
| | | | Also create a routine to initialize it
* Added originalDN to attributes with case-insensitive searchJan Zeleny2011-04-251-1/+3
| | | | https://fedorahosted.org/sssd/ticket/808
* Add additional indexing for sysdbStephen Gallagher2011-02-031-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 contextSimo Sorce2010-04-121-2/+0
| | | | This commit completes the migration to a synchronous sysdb
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-26/+0
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+107
Also update BUILD.txt