summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
...
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-153-5/+7
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-154-8/+13
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-153-12/+18
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-156-17/+30
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-157-8/+22
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-1/+5
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-153-3/+7
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-152-7/+9
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-153-7/+8
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-153-16/+16
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-153-4/+6
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-152-4/+6
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-153-8/+16
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-152-2/+2
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-153-7/+16
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-1510-23/+50
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-156-15/+18
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-1/+1
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-3/+3
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-153-4/+6
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-152-5/+9
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-1/+4
* Refactor single domain initializationSimo Sorce2013-01-151-2/+2
* let ldap_backup_chpass_uri workPavel Březina2013-01-141-2/+4
* Fix LDAP authentication - invalid password lengthPavel Březina2013-01-141-1/+1
* Change pam data auth tokens.Simo Sorce2013-01-1016-373/+429
* Code can only check for cached passwordsSimo Sorce2013-01-101-4/+17
* Fix sdap reinit.Simo Sorce2013-01-101-82/+89
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-094-7/+41
* IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAPJakub Hrozek2013-01-083-4/+6
* SELINUX: Process maps even when offlineJakub Hrozek2013-01-081-226/+429
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-081-0/+1
* sudo smart refresh: fix debug messagePavel Březina2013-01-071-1/+1
* sudo smart refresh: do not include usn in filter if no valid usn is knownPavel Březina2013-01-071-5/+12
* Fix tevent_req style for sdap_async_sudo.Simo Sorce2013-01-071-22/+22
* LDAP: initialize refresh function handlerOndrej Kos2013-01-041-1/+1
* let krb5_backup_kpasswd failover workPavel Březina2013-01-021-2/+2
* failover: Protect against empty host namesMichal Zidek2013-01-026-8/+8
* set ret to EOK after for loop in sdap_sudo_purge_sudoersPavel Březina2013-01-021-0/+2
* krb5 tgt renewal: fix usage of ldb_dn_get_component_val()Sumit Bose2012-12-201-4/+4
* Add default section to switch statementSumit Bose2012-12-191-0/+3
* DP: invalidate all cached maps if a request for auto.master comes inJakub Hrozek2012-12-183-0/+16
* sudo: do full refresh when data provider is back onlinePavel Březina2012-12-182-7/+75
* sudo: schedule another full refresh in short interval if the first failsPavel Březina2012-12-182-0/+28
* check dp error in sdap_sudo_full_refresh_done()Pavel Březina2012-12-181-3/+8
* add sdap_sudo_schedule_refresh()Pavel Březina2012-12-182-43/+77