summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-214-12/+171
* Fix nested group handling during enumerationSumit Bose2011-01-211-0/+14
* Rename dns_domain to discovery domain for fo_add_srv_server()Stephen Gallagher2011-01-212-8/+12
* Allow fallback to SSSD domainStephen Gallagher2011-01-213-7/+50
* Add missing include file to sdap_async_accounts.cStephen Gallagher2011-01-211-0/+1
* Add the user's primary group to the initgroups lookupStephen Gallagher2011-01-213-14/+56
* Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead2011-01-205-1/+37
* Fix return value checkSumit Bose2011-01-191-2/+2
* Don't double-sanitize member DNsStephen Gallagher2011-01-191-12/+4
* Add ipa_hbac_search_base config optionSumit Bose2011-01-194-54/+43
* Add LDAP expire policy base RHDS/IPA attributeSumit Bose2011-01-196-4/+54
* Add LDAP expire policy based on AD attributesSumit Bose2011-01-196-4/+102
* Add ldap_search_enumeration_timeout config optionSumit Bose2011-01-176-10/+13
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-1710-55/+111
* Do not throw a DP error when a netgroup is not foundStephen Gallagher2011-01-141-5/+1
* Add missing sysdb transaction to group enumerationsStephen Gallagher2011-01-141-12/+45
* Add syslog messages to authorized service access checkSumit Bose2011-01-061-1/+31
* Add syslog message to shadow access checkSumit Bose2011-01-061-6/+14
* Convert obfuscated password once at startupSumit Bose2011-01-062-14/+41
* Rename SRV_NOT_RESOLVED to SRV_RESOLVE_ERRORSumit Bose2011-01-051-5/+5
* Use the right status when resetting service discoverySumit Bose2011-01-051-1/+1
* Add authorizedService supportStephen Gallagher2010-12-216-3/+146
* Pass all PAM data to the LDAP access providerStephen Gallagher2010-12-211-9/+12
* Fix potential NULL-dereference in krb5_auth_done()Sumit Bose2010-12-211-3/+3
* Remove unused member of a structSumit Bose2010-12-211-1/+0
* Add all values of a multi-valued user attributeSumit Bose2010-12-211-12/+15
* Serialize requests of the same user in the krb5 providerSumit Bose2010-12-204-0/+239
* Fixes for automatic ticket renewalSumit Bose2010-12-204-44/+100
* Avoid multiple initializations in LDAP providerSumit Bose2010-12-201-39/+30
* Start first enumeration immediatelyStephen Gallagher2010-12-172-3/+42
* Fix uninitialized value error in set_local_and_remote_host_infoStephen Gallagher2010-12-171-1/+1
* Fix unsafe return condition in ipa_access_handlerStephen Gallagher2010-12-171-1/+6
* Fix memory leak of library handle in proxySumit Bose2010-12-152-18/+26
* Fix uninitialized value error in sdap_account_expired_shadow()Sumit Bose2010-12-141-2/+2
* Fix incorrect return value on failure in check_and_export_options()Sumit Bose2010-12-141-0/+1
* Fix incorrect return value on failure in resolve_get_domain_send()Sumit Bose2010-12-141-0/+1
* Fix improper NULL check in fo_add_srv_server()Sumit Bose2010-12-141-1/+2
* Fix unchecked return value in sdap_parse_entry()Sumit Bose2010-12-141-1/+5
* Fix unchecked return value in sdap_get_msg_dn()Sumit Bose2010-12-141-1/+6
* Add group support to the simple access providerStephen Gallagher2010-12-132-14/+215
* Remove IPA_ACCESS_TIME defineStephen Gallagher2010-12-081-13/+11
* Bye, bye, ipa_timerulesSumit Bose2010-12-082-1243/+0
* Remove check_access_time() from IPA access providerSumit Bose2010-12-082-70/+0
* Fix build issue with older Kerberos librarySumit Bose2010-12-081-2/+2
* Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose2010-12-075-13/+24
* Mark unavailable Kerberos server as PORT_NOT_WORKINGSumit Bose2010-12-071-0/+1
* ldap: Use USN entries if available.Simo Sorce2010-12-078-89/+189
* ldap: add checks to determine if USN features are available.Simo Sorce2010-12-079-25/+134
* ldap: remove variable that was never assigned nor usedSimo Sorce2010-12-072-10/+0
* Pass sdap_id_ctx in sdap_id_op functions.Simo Sorce2010-12-074-50/+52