summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2-2/+4
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce4-20/+6
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce3-21/+6
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce3-19/+5
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce5-24/+12
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce2-1/+3
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce2-1/+3
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2-3/+7
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2-3/+7
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2-3/+7
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce4-58/+41
2013-01-15Upgrade DB and move ranges into top level objectSimo Sorce3-1/+124
2013-01-15Move range objects into their own top-level tree.Simo Sorce2-10/+6
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce5-8/+13
2013-01-15Make sysdb_custom_dn() require a domain.Simo Sorce4-5/+11
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce3-4/+7
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2-4/+8
2013-01-15Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce3-7/+7
2013-01-15Make sysdb_group_dn() require a domain explictly.Simo Sorce3-9/+9
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce3-9/+9
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce3-8/+1
2013-01-15Refactor single domain initializationSimo Sorce2-38/+0
2013-01-15Refactor sysdb initializationSimo Sorce2-145/+13
2013-01-15The Big sysdb/domain split-up!Simo Sorce1-1/+1
2013-01-10Change pam data auth tokens.Simo Sorce1-1/+0
2013-01-10Code can only check for cached passwordsSimo Sorce2-13/+2
2013-01-10Use sysdb_search_service() for all svc queriesSimo Sorce2-78/+56
2013-01-10Add sysdb_search_service() helper functionSimo Sorce2-0/+63
2013-01-08Remove dead netgroup functionsSimo Sorce2-155/+0
2013-01-08SYSDB: Split a function to read all SELinux mapsJakub Hrozek2-23/+49
2013-01-08SYSDB: Remove duplicate selinux definesJakub Hrozek2-5/+1
2013-01-08Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXISTSumit Bose1-0/+1
2013-01-07SYSDB: split sysdb_add_userOndrej Kos1-125/+176
2013-01-07SYSDB: Modify ghosts in permissive modeOndrej Kos1-1/+33
2013-01-07Remove redundant definition.Simo Sorce2-2/+1
2012-12-19Fix a 'shadows a global declaration' warningSumit Bose1-2/+2
2012-12-18SYSDB: Add API to invalidate all map objectsJakub Hrozek2-0/+94
2012-12-18SYSDB: fix copy-n-paste errorJakub Hrozek1-1/+1
2012-12-13sudo: support generalized time formatPavel Březina2-13/+34
2012-12-13sudo: include primary group in user group listPavel Březina1-1/+41
2012-12-13sysdb_get_sudo_user_info() initialize attrs on declarationPavel Březina1-4/+3
2012-12-12SYSDB: More debugging during the conversion to ghost usersJakub Hrozek1-0/+9
2012-12-10SYSDB: Move misplaced assignmentJakub Hrozek1-2/+1
2012-11-28Null pointer dereferenced.Michal Zidek1-96/+100
2012-11-28Uninitialized pointer readMichal Zidek1-1/+1
2012-11-23SYSDB: Don't operate with aliases same as nameOndrej Kos1-0/+6
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek3-9/+41
2012-11-20SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek1-24/+9
2012-11-19Handle conversion to fully qualified usernamesSimo Sorce3-1/+98
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce3-1/+52