summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for FAST in krb5 providerSumit Bose2010-12-078-16/+349
* Refactor krb5_child to make helpers more flexibleSumit Bose2010-12-071-20/+36
* Add ldap_chpass_uri config optionSumit Bose2010-12-067-8/+51
* Add new account expired rule to LDAP access providerSumit Bose2010-12-067-92/+512
* Make string_to_shadowpw_days() publicSumit Bose2010-12-063-33/+36
* Allow krb5 lifetime values without a unitSumit Bose2010-12-031-36/+65
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-039-3/+423
* krb5_child returns TGT lifetimeSumit Bose2010-12-033-0/+57
* Add support for server-side pam response messagesSumit Bose2010-12-031-0/+8
* Add krb5_lifetime optionSumit Bose2010-12-035-4/+41
* Add krb5_renewable_lifetime optionSumit Bose2010-12-035-4/+45
* Check authtok type for krb5 auth and chpassSumit Bose2010-12-031-0/+12
* Add a renew task to krb5_childSumit Bose2010-12-031-0/+87
* Send authtok_type to krb5_childSumit Bose2010-12-032-2/+6
* Add a special filter type to handle enumerationsSumit Bose2010-12-024-49/+26
* Add check_online method to LDAP ID providerSumit Bose2010-12-014-2/+46
* Fix offline detection in sdap_cli_connect requestSumit Bose2010-12-011-0/+1
* Run checks before resetting offline stateSumit Bose2010-12-016-5/+143
* Allow protocol fallback for SRV queriesJakub Hrozek2010-12-016-12/+36
* Print correct error messages for dp_err_to_string()Stephen Gallagher2010-11-241-6/+6
* fix typo in get_server_status()Sumit Bose2010-11-241-1/+1
* Use a more efficient host search filterSumit Bose2010-11-191-5/+6
* Fix offline detection for LDAP auth/chpassSumit Bose2010-11-191-5/+13
* Fix authentication queue code for proxy authStephen Gallagher2010-11-181-12/+19
* Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher2010-11-151-9/+9
* Fix const cast warning in build_attrs_from_mapStephen Gallagher2010-11-151-3/+3
* Fix const cast warning for sysdb_update_membersStephen Gallagher2010-11-151-6/+6
* Introduce pam_verbosity config optionSumit Bose2010-11-152-0/+2
* Sanitize ldap attributes in the config fileStephen Gallagher2010-11-151-2/+21