summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Fixes for dynamic DNS updateSumit Bose2011-03-071-16/+87
* Reset server status after timeoutJakub Hrozek2011-02-281-1/+11
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-284-48/+50
* Fix uninitialized value error in ipa_get_id_options()Stephen Gallagher2011-02-221-7/+7
* Add krb5_realm to the basic IPA optionsStephen Gallagher2011-02-222-2/+4
* Check ccache file for renewable TGTs at startupSumit Bose2011-02-223-0/+241
* Allow krb5_realm to override ipa_domainStephen Gallagher2011-02-223-18/+37
* IPA provider: remove deleted groups during initgroups()Stephen Gallagher2011-02-211-3/+112
* Remove renewal item if it is not re-addedSumit Bose2011-02-181-1/+34
* Remove cached user entry if initgroups returns ENOENTStephen Gallagher2011-02-181-0/+11
* Point the IPA provider at the compat tree for netgroupsStephen Gallagher2011-02-171-0/+19
* Do not attempt to use START_TLS on SSL connectionsStephen Gallagher2011-02-164-11/+43
* Verify LDAP file descriptor validityStephen Gallagher2011-02-141-1/+1
* Only print "no matching service rule" when appropriateStephen Gallagher2011-02-041-6/+6
* Sanitize search filters for nested group lookupsStephen Gallagher2011-02-031-3/+17
* Add option to disable TLS for LDAP authsssd-1_5_1Stephen Gallagher2011-01-275-4/+25
* Do not fail if attributes are emptySumit Bose2011-01-271-16/+29
* 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