Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-27 | Add skeleton for PolicyKit back-end | Stephen Gallagher | 1 | -0/+16 | |
2009-01-27 | Add skeleton for InfoPipe service | Stephen Gallagher | 1 | -3/+15 | |
2009-01-27 | Automatically generate the config.ldb if it doesn't exist (i.e. First startup) | Stephen Gallagher | 1 | -6/+83 | |
2009-01-09 | Fix a bug in confdb_get_string where attempting to return a default string ↵ | Stephen Gallagher | 1 | -1/+11 | |
of NULL would erroneously report ENOMEM. | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -2/+13 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 2 | -3/+98 | |
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names. | |||||
2008-11-04 | Add some more service functions | Simo Sorce | 2 | -0/+46 | |
2008-11-03 | Add support for dbus comunication in the nss service | Simo Sorce | 2 | -0/+38 | |
Add utility function in confdb Make all component fetch the dbus socket from the confdb | |||||
2008-10-20 | Add configuration database functions. | Simo Sorce | 2 | -0/+411 | |
Convert nss responder to use the confdb |