summaryrefslogtreecommitdiffstats
path: root/server/providers
Commit message (Expand)AuthorAgeFilesLines
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-103-11/+7
* Correctly restart server status after the timeoutMartin Nagy2009-12-091-1/+1
* Add some debugging statements to fail_over and resolverMartin Nagy2009-12-091-2/+60
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-094-234/+160
* Add dummy credentials to an empty ccache fileSumit Bose2009-12-081-2/+54
* Fix bug #311, properly set callback attributeSimo Sorce2009-12-071-0/+1
* Allow nesting to fix #310Simo Sorce2009-12-071-0/+1
* Add offline support for ipa_accessSumit Bose2009-12-072-17/+134
* Try to renew Kerberos credentialsSumit Bose2009-12-075-2/+189
* Fix nested group membershipsSimo Sorce2009-12-072-154/+189
* Resolve nested groups also when rfc2307bis is usedSimo Sorce2009-12-071-68/+2
* Check LDAP structure before calling ldap_unbind_ext()Sumit Bose2009-12-031-1/+3
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-034-45/+54
* Immediately return a krb5 change password request when offlineSumit Bose2009-12-011-0/+7
* Remove unneeded debugging codeSumit Bose2009-11-251-9/+0
* Fix an internal error when cache_credentials=FALSESumit Bose2009-11-251-1/+4
* Get TGT in a child process.Jakub Hrozek2009-11-258-164/+1060
* Split helpers for child processesJakub Hrozek2009-11-257-174/+261
* In IPA, the realm is always the domain uppercased.Simo Sorce2009-11-251-2/+7
* Fix internal options numbers testSimo Sorce2009-11-251-12/+24
* Really check return value from pam_set_itemSumit Bose2009-11-231-3/+3
* Read KDC info from file instead from environmentSumit Bose2009-11-238-44/+357
* Speed up user requests while offlineStephen Gallagher2009-11-232-37/+77
* Make backend request type a bitfieldStephen Gallagher2009-11-233-5/+5
* Add ldap_pwd_policy optionSumit Bose2009-11-234-45/+92
* Add initial failover support for ldap and ipaSimo Sorce2009-11-2019-68/+845
* Raise some timeoutsSimo Sorce2009-11-201-2/+2
* Filter by id range before actually storing entries.Simo Sorce2009-11-202-15/+86
* Enhance check for remote hostsSumit Bose2009-11-202-55/+97
* Add ipa_authSumit Bose2009-11-204-1/+350
* Improve handling of ccache filesSumit Bose2009-11-203-202/+597
* Better behavior on cleanupSimo Sorce2009-11-204-20/+44
* Validate Kerberos credentials with local keytabSumit Bose2009-11-207-39/+252
* Failover fixes and additionsSimo Sorce2009-11-182-6/+24
* Store initgr expire time on initgr callSimo Sorce2009-11-181-6/+17
* Fix option name krb5_changepw_principalSumit Bose2009-11-132-2/+2
* Make 'permit' the default for the access targetSumit Bose2009-11-121-13/+4
* Fix double free case.Simo Sorce2009-11-121-1/+3
* Fixes for proxy providerSumit Bose2009-11-121-6/+23
* Fix inconsistent use of krb5_ccname_templateSumit Bose2009-11-122-2/+2
* Try to fix offline loginsSimo Sorce2009-11-121-12/+6
* Add support for host, source host and user categorySumit Bose2009-11-121-8/+54
* Add cleanup taskSimo Sorce2009-11-107-156/+912
* Refactor delete functions and add a fewSimo Sorce2009-11-101-20/+17
* Add check for access-time rules to ipa_access.Sumit Bose2009-11-103-0/+73
* Simplify krb5 child handlerSumit Bose2009-11-101-17/+18
* Fix tevent_req error checking.Simo Sorce2009-11-0910-183/+72
* Fix enumerationsSimo Sorce2009-11-091-2/+6
* IPA time rules parsing routinesJakub Hrozek2009-11-092-0/+1242
* Check return, zero free hostent, adhere to styleSimo Sorce2009-11-091-8/+11