summaryrefslogtreecommitdiff
path: root/src/db/sysdb_search.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15Sanitize search filters for the sysdbStephen Gallagher1-6/+39
2010-10-13Also return member groups to the clientSumit Bose1-55/+71
2010-10-13Netgroups sysdb APIStephen Gallagher1-0/+336
2010-09-22Initgroups on a non-cached user should go to the data providerStephen Gallagher1-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.
2010-04-12sysdb: remove obsolete helpers from sysdbSimo Sorce1-150/+0
2010-04-12sysdb: convert sysdb_initgroupsSimo Sorce1-95/+48
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-55/+33
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-53/+22
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-17/+22
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-21/+33
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-17/+46
2010-04-12sysdb: convert sysdb_getpwuidSimo Sorce1-18/+22
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-17/+21
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+691
Also update BUILD.txt