Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-23 | Set _GNU_SOURCE globally | Sumit Bose | 1 | -2/+1 | |
2011-05-20 | Add a new option to override home directory value | Jakub Hrozek | 1 | -1/+8 | |
https://fedorahosted.org/sssd/ticket/551 | |||||
2011-05-20 | Add a new option to override primary GID number | Jakub Hrozek | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/742 | |||||
2010-10-13 | Store entry_cache_timeout in sss_domain_info object | Stephen Gallagher | 1 | -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. | |||||
2010-09-15 | Use a different min_id for local domain | Jakub Hrozek | 1 | -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. | |||||
2010-09-08 | Dead assignments cleanup in various places in SSSD | Jan Zeleny | 1 | -1/+0 | |
Three assignments deleted, two return code inspection added. Also found and fixed one critical bug caused by dead assignment. Ticket: #590 | |||||
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -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. | |||||
2010-03-04 | Make confdb_init's confdb_location parameter const | Martin Nagy | 1 | -1/+1 | |
2010-02-23 | Revert "Change default for enumeration to TRUE" | Stephen Gallagher | 1 | -1/+1 | |
This reverts commit 75a9f18ad8ac6e885ac34cdeebc4d8f8734713f8. | |||||
2010-02-23 | Fix file permissions of config.ldb | Sumit Bose | 1 | -0/+4 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+908 | |
Also update BUILD.txt |