summaryrefslogtreecommitdiff
path: root/src/db/sysdb.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-0/+1
2013-01-15Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce1-0/+1
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-5/+1
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce1-5/+1
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce1-5/+1
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-5/+1
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-0/+1
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-0/+1
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce1-0/+2
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce1-0/+2
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-0/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-9/+2
2013-01-15Move range objects into their own top-level tree.Simo Sorce1-1/+1
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce1-1/+3
2013-01-15Make sysdb_custom_dn() require a domain.Simo Sorce1-0/+1
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+2
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce1-1/+3
2013-01-15Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-15Make sysdb_group_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce1-2/+0
2013-01-15Refactor single domain initializationSimo Sorce1-7/+0
2013-01-15Refactor sysdb initializationSimo Sorce1-17/+2
2013-01-10Code can only check for cached passwordsSimo Sorce1-2/+1
2013-01-08Remove dead netgroup functionsSimo Sorce1-32/+0
2013-01-08SYSDB: Remove duplicate selinux definesJakub Hrozek1-5/+0
2013-01-07Remove redundant definition.Simo Sorce1-1/+0
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-0/+3
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-0/+9
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+30
2012-11-19SYSDB: Remove unused macrosJakub Hrozek1-15/+0
2012-11-10Add pac_user_get_grp_info() to read current group membershipsSumit Bose1-0/+1
2012-10-26sysdb: add sysdb_base_dn()Sumit Bose1-0/+1
2012-09-24DB: Use TALLOC_CTX for talloc contextJakub Hrozek1-10/+10
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-10/+7
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-1/+0
2012-08-21SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher1-0/+2
2012-08-07Remove redefinition of some SYSDB_* macrosPavel Březina1-10/+0
2012-08-01Change refreshing of subdomainsSimo Sorce1-1/+2
2012-08-01Add realm paramter to subdomain listSimo Sorce1-3/+5
2012-08-01Change subdomain_infoSimo Sorce1-5/+5
2012-07-18Modify priority evaluation in SELinux user mapsJan Zeleny1-0/+1
2012-07-18Add function sysdb_attrs_copy_values()Jan Zeleny1-0/+3
2012-06-21Add support for ID rangesSumit Bose1-0/+39
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny1-0/+7
2012-05-31Ghost members - modifications in sysdbJan Zeleny1-5/+0
2012-05-31Ghost members - add the ghost attribute to sysdbJan Zeleny1-0/+2
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher1-0/+1
2012-05-03LDAP: Enable looking up ID-mapped users by nameStephen Gallagher1-0/+1
2012-05-03SYSDB: Add sysdb routines for ID-mappingStephen Gallagher1-0/+31