summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Remove unused structureSimo Sorce1-6/+0
2013-01-21Remove sysdb argument from ipa_host_info_send()Simo Sorce5-9/+3
2013-01-21Remove sysdb as a be request structure memberSimo Sorce7-12/+9
2013-01-21Remove sysdb as a be context structure memberSimo Sorce27-56/+52
2013-01-21Move ldap provider access functionsSimo Sorce2-59/+86
2013-01-21LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek1-134/+147
2013-01-19set struct bet_info->bet_typePavel Březina1-0/+1
2013-01-16Invalidate user entry even if there are no groupsJakub Hrozek1-5/+7
2013-01-16Remove outdated code.Simo Sorce1-10/+0
2013-01-15LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek1-12/+4
2013-01-15Add domain to some subdomain functionsSimo Sorce1-2/+7
2013-01-15Add domain arguments to sysdb sudo functionsSimo Sorce4-9/+22
2013-01-15Add domain arguments to sysdb ssh functionsSimo Sorce1-1/+2
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce3-6/+7
2013-01-15Add domain argument to sysdb selinux functionsSimo Sorce3-4/+9
2013-01-15Add domain argument to sysdb autofs functionsSimo Sorce2-11/+18
2013-01-15Add domain arguemnt to sysdb_get_real_name()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_idmap_ funcitonsSimo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_remove_attrs()Simo Sorce2-5/+6
2013-01-15Add domain argument to sysdb_has/set_enumerated()Simo Sorce3-3/+4
2013-01-15Add domain arg to sysdb_search/delete_netgroup()Simo Sorce3-8/+8
2013-01-15Add domain argument to sysdb_delete_group()Simo Sorce3-5/+7
2013-01-15Add domain argument to sysdb_search_groups()Simo Sorce4-8/+13
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce3-12/+18
2013-01-15Add domain arg to sysdb_search_users()Simo Sorce6-17/+30
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce7-8/+22
2013-01-15Add domain argument to sysdb_store_custom()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_cache_auth()Simo Sorce1-1/+5
2013-01-15Add domain argument to sysdb_cache_password()Simo Sorce3-3/+7
2013-01-15Add domain arg to sysdb group member functionsSimo Sorce2-7/+9
2013-01-15Add domain argument to sysdb_store_group()Simo Sorce3-7/+8
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce3-16/+16
2013-01-15Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce3-4/+6
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce2-4/+6
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce3-8/+16
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce2-2/+2
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce3-7/+16
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce10-23/+50
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce6-15/+18
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-1/+1
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce1-3/+3
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce3-4/+6
2013-01-15Make sysdb_custom_dn() require a domain.Simo Sorce2-5/+9
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce1-1/+4
2013-01-15Refactor single domain initializationSimo Sorce1-2/+2
2013-01-14let ldap_backup_chpass_uri workPavel Březina1-2/+4
2013-01-14Fix LDAP authentication - invalid password lengthPavel Březina1-1/+1
2013-01-10Change pam data auth tokens.Simo Sorce16-373/+429