summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_upgrade.c
Commit message (Collapse)AuthorAgeFilesLines
* SYSDB: Handle upgrade script failures betterStephen Gallagher2012-05-031-4/+13
| | | | | | There was a bug in finish_upgrade() where it would return EOK if it succeeded in canceling the transaction due to an error. We should instead be returning the original error.
* SYSDB: index sudoUserJakub Hrozek2012-01-311-0/+88
| | | | | 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-0/+92
|
* Fix FTBFS related to -Werror=format-securityKrzysztof Klimonda2011-11-211-1/+1
|
* SYSDB: add index for nameAliasStephen Gallagher2011-11-021-0/+86
|
* SYSDB: New source file for sysdb upgrade routinesStephen Gallagher2011-10-071-0/+896