Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SYSDB: Skip malformed netgroup attribute.srvbackport | Lukas Slebodnik | 2015-10-11 | 1 | -1/+5 |
| | | | | | | | | | | It was not easy find out why netgroup could not be covert into result entries. Problem was that nisNetgroupTriple contained unexpected string "(,user01)" This patch will ignore only malformed attribute and processing of netgroup will not fail. Resolves: https://fedorahosted.org/sssd/ticket/2137 | ||||
* | Fix FTBFS related to -Werror=format-security | Krzysztof Klimonda | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Sanitize DN in sysdb_get_direct_parents | Jakub Hrozek | 2011-10-17 | 1 | -1/+7 |
| | |||||
* | Fix typo in sysdb_get_direct_parents | Jakub Hrozek | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Return users and groups based on alias | Jakub Hrozek | 2011-10-03 | 1 | -3/+4 |
| | | | | https://fedorahosted.org/sssd/ticket/926 | ||||
* | Add a sysdb_get_direct_parents function | Jakub Hrozek | 2011-10-03 | 1 | -0/+101 |
| | |||||
* | Sanitize search filters for the sysdb | Stephen Gallagher | 2010-11-15 | 1 | -6/+39 |
| | |||||
* | Also return member groups to the client | Sumit Bose | 2010-10-13 | 1 | -55/+71 |
| | |||||
* | Netgroups sysdb API | Stephen Gallagher | 2010-10-13 | 1 | -0/+336 |
| | |||||
* | Initgroups on a non-cached user should go to the data provider | Stephen Gallagher | 2010-09-22 | 1 | -1/+11 |
| | | | | | | | We were accidentally returning an error when sysdb_getpwnam() returned zero results internally in sysdb_initgroups(). The correct behavior here is to return EOK and a result object with zero entries. | ||||
* | sysdb: remove obsolete helpers from sysdb | Simo Sorce | 2010-04-12 | 1 | -150/+0 |
| | |||||
* | sysdb: convert sysdb_initgroups | Simo Sorce | 2010-04-12 | 1 | -95/+48 |
| | |||||
* | sysdb: convert sysdb_enumgrent | Simo Sorce | 2010-04-12 | 1 | -55/+33 |
| | |||||
* | sysdb: convert sysdb_enumpwent | Simo Sorce | 2010-04-12 | 1 | -53/+22 |
| | |||||
* | sysdb: convert sysdb_get_user_attr | Simo Sorce | 2010-04-12 | 1 | -17/+22 |
| | |||||
* | sysdb: convert sysdb_getgrgid | Simo Sorce | 2010-04-12 | 1 | -21/+33 |
| | |||||
* | sysdb: convert sysdb_getgrnam | Simo Sorce | 2010-04-12 | 1 | -17/+46 |
| | |||||
* | sysdb: convert sysdb_getpwuid | Simo Sorce | 2010-04-12 | 1 | -18/+22 |
| | |||||
* | sysdb: convert sysdb_getpwnam | Simo Sorce | 2010-04-12 | 1 | -17/+21 |
| | |||||
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 1 | -0/+691 |
Also update BUILD.txt |