summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_search.c
Commit message (Collapse)AuthorAgeFilesLines
* SYSDB: Skip malformed netgroup attribute.srvbackportLukas Slebodnik2015-10-111-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-securityKrzysztof Klimonda2011-11-211-1/+1
|
* Sanitize DN in sysdb_get_direct_parentsJakub Hrozek2011-10-171-1/+7
|
* Fix typo in sysdb_get_direct_parentsJakub Hrozek2011-10-061-1/+1
|
* Return users and groups based on aliasJakub Hrozek2011-10-031-3/+4
| | | | https://fedorahosted.org/sssd/ticket/926
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-10-031-0/+101
|
* Sanitize search filters for the sysdbStephen Gallagher2010-11-151-6/+39
|
* Also return member groups to the clientSumit Bose2010-10-131-55/+71
|
* Netgroups sysdb APIStephen Gallagher2010-10-131-0/+336
|
* Initgroups on a non-cached user should go to the data providerStephen Gallagher2010-09-221-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 sysdbSimo Sorce2010-04-121-150/+0
|
* sysdb: convert sysdb_initgroupsSimo Sorce2010-04-121-95/+48
|
* sysdb: convert sysdb_enumgrentSimo Sorce2010-04-121-55/+33
|
* sysdb: convert sysdb_enumpwentSimo Sorce2010-04-121-53/+22
|
* sysdb: convert sysdb_get_user_attrSimo Sorce2010-04-121-17/+22
|
* sysdb: convert sysdb_getgrgidSimo Sorce2010-04-121-21/+33
|
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-17/+46
|
* sysdb: convert sysdb_getpwuidSimo Sorce2010-04-121-18/+22
|
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-17/+21
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+691
Also update BUILD.txt