summaryrefslogtreecommitdiff
path: root/src/db/sysdb_upgrade.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-03SYSDB: Handle upgrade script failures betterStephen Gallagher1-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.
2012-01-31SYSDB: index sudoUserJakub Hrozek1-0/+88
Most of the the searches in the Sudo responder include the sudoUser attribute. Indexing it will make the responder faster.
2012-01-27SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher1-0/+92
2011-11-21Fix FTBFS related to -Werror=format-securityKrzysztof Klimonda1-1/+1
2011-11-02SYSDB: add index for nameAliasStephen Gallagher1-0/+86
2011-10-07SYSDB: New source file for sysdb upgrade routinesStephen Gallagher1-0/+896