summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Fix simple access group control in case-insensitive domains1.9.2-88Jakub Hrozek2013-04-151-16/+9
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-04-159-11/+193
* Resolve GIDs in the simple access providerJakub Hrozek2013-04-153-203/+759
* Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek2013-04-151-0/+2
* Provide a be_get_account_info_send functionJakub Hrozek2013-04-152-19/+149
* nested groups: fix group lookup hangs if member dn is incorrectrhel-6.41.9.2-83Pavel Březina2013-01-301-0/+24
* fix backend callbacks: remove callback properly from dlistPavel Březina2013-01-221-6/+18
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-211-130/+144
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-5/+7
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* let ldap_backup_chpass_uri workPavel Březina2013-01-151-2/+4
* 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
* let krb5_backup_kpasswd failover workPavel Březina2013-01-041-2/+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-201-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 online1.9.2-49Pavel 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
* try primary server after retry_timeout + 1 seconds when switching to backup1.9.2-48Pavel Březina2012-12-183-1/+13
* PROXY: fix groups caching1.9.2-47Ondrej Kos2012-12-171-0/+6
* let ldap_chpass_uri failover work when using same hostname1.9.2-46Pavel Březina2012-12-151-11/+4
* SUDO: strdup the input variable1.9.2-42Jakub Hrozek2012-12-141-1/+1
* let krb5_kpasswd failover work1.9.2-40Pavel Březina2012-12-141-3/+4
* sudo: don't get stuck in rules and smart refresh when offline1.9.2-39Pavel Březina2012-12-141-4/+14
* LDAP: remove dead assignmentJakub Hrozek2012-12-141-1/+0
* PROXY: fix negative cache1.9.2-38Ondrej Kos2012-12-141-20/+24
* LDAP: Continue adjusting group membership even if there is nothing to add1.9.2-37Jakub Hrozek2012-12-071-2/+1
* Add backchannel NSS provider query on initgr callsSimo Sorce2012-12-061-0/+165
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-061-0/+1
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-061-0/+6
* Missing parameter in DEBUG message.Michal Zidek2012-12-061-1/+2
* warn user if password is about to expirePavel Březina2012-12-061-3/+4
* IPA: Handle bad results from c-ares lookupStephen Gallagher2012-12-061-1/+11
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-284-79/+108
* do not default fullname to gecos when schema = adPavel Březina2012-11-281-0/+14
* fix SIGSEGV in IPA provider when ldap_sasl_authid is not setPavel Březina2012-11-271-1/+1
* LDAP: fix uninitialized variableOndrej Kos2012-11-271-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-214-9/+39
* KRB5: Work around const warning for krb5 releases older than 1.11Sumit Bose2012-11-201-1/+1
* backend: add PAC to the list of known clientsPavel Březina2012-11-201-0/+2
* Disable canonicalization during password changesSumit Bose2012-11-201-2/+43
* Fix compare_principal_realm() checkSumit Bose2012-11-201-9/+3