summaryrefslogtreecommitdiff
path: root/src/db/sysdb_search.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-06-07New utility function sss_get_domain_nameJakub Hrozek1-14/+4
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-4/+2
2013-03-13Fix initialization of multiple variablesOndrej Kos1-1/+1
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-2/+2
2013-01-15Move mpg flag to the domain where it belongsSimo Sorce1-3/+3
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-1/+2
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce1-3/+5
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce1-3/+5
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-3/+5
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-8/+38
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-1/+3
2012-03-06Search netgroups by alias, tooJakub Hrozek1-1/+3
2011-11-21Fix FTBFS related to -Werror=format-securityKrzysztof Klimonda1-1/+1
2011-10-17Sanitize DN in sysdb_get_direct_parentsJakub Hrozek1-1/+7
2011-10-06Fix typo in sysdb_get_direct_parentsJakub Hrozek1-1/+1
2011-09-28Return users and groups based on aliasJakub Hrozek1-3/+4
2011-09-28Add a sysdb_get_direct_parents functionJakub Hrozek1-0/+101
2011-08-15Remaining memory context variables renamedJan Zeleny1-62/+62
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-9/+9
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-60/+14
2011-08-15sysdb refactoring: renamed ctx variable to sysdbJan Zeleny1-37/+37
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
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