summaryrefslogtreecommitdiffstats
path: root/src/confdb/confdb.c
Commit message (Collapse)AuthorAgeFilesLines
* AUTOFS: responderJakub Hrozek2012-02-051-0/+10
|
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-2/+51
| | | | https://fedorahosted.org/sssd/ticket/1016
* Error out if local domain is case insensitiveJakub Hrozek2011-12-201-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1104
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-0/+7
|
* Set _GNU_SOURCE globallySumit Bose2011-05-231-2/+1
|
* Add a new option to override home directory valueJakub Hrozek2011-05-201-1/+8
| | | | https://fedorahosted.org/sssd/ticket/551
* Add a new option to override primary GID numberJakub Hrozek2011-05-201-0/+7
| | | | https://fedorahosted.org/sssd/ticket/742
* Store entry_cache_timeout in sss_domain_info objectStephen Gallagher2010-10-131-0/+7
| | | | | | This is useful so that the NSS responder can identify an domain's entry timeout for expiring the memory cache for a lookup such as with netgroups.
* Use a different min_id for local domainJakub Hrozek2010-09-151-1/+16
| | | | | When we changed the default min_id to be 1, we forgot about the local domain. It makes sense to keep the minimum id larger there.
* Dead assignments cleanup in various places in SSSDJan Zeleny2010-09-081-1/+0
| | | | | | Three assignments deleted, two return code inspection added. Also found and fixed one critical bug caused by dead assignment. Ticket: #590
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-7/+7
| | | | | | Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too.
* Make confdb_init's confdb_location parameter constMartin Nagy2010-03-041-1/+1
|
* Revert "Change default for enumeration to TRUE"Stephen Gallagher2010-02-231-1/+1
| | | | This reverts commit 75a9f18ad8ac6e885ac34cdeebc4d8f8734713f8.
* Fix file permissions of config.ldbSumit Bose2010-02-231-0/+4
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+908
Also update BUILD.txt