summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek2012-08-151-2/+4
* KRB5: Initialize the credential cache type properlyStephen Gallagher2012-06-291-0/+11
* Add a credential cache back end structureJakub Hrozek2012-06-141-101/+92
* Split parse_krb5_child_response so it can be reusedJakub Hrozek2012-06-141-119/+27
* Only reset kpasswd server status when performing a chpass operationJakub Hrozek2012-05-071-2/+3
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-4/+27
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-081-17/+15
* Only do one cycle when resolving a serverJakub Hrozek2012-03-061-7/+12
* Do not call krb5_child when changing passwords and provider went offlineJakub Hrozek2012-01-061-1/+11
* Honor case sensitive flag when creating the ccname templateJakub Hrozek2011-12-211-1/+3
* Move child_common routines to utilStephen Gallagher2011-12-191-1/+1
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-7/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-4/+3
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-9/+7
* Fix two typosSumit Bose2011-06-151-2/+3
* Delete cached ccache file if password is expiredSumit Bose2011-06-151-8/+63
* Fix bad password caching when using automatic TGT renewalStephen Gallagher2011-04-291-3/+12
* Always generate kpasswdinfo fileStephen Gallagher2011-04-191-2/+1
* Remove unused sysdb_attrs objectJan Zeleny2011-03-081-8/+0
* Fix potential NULL-dereference in krb5_auth_done()Sumit Bose2010-12-211-3/+3
* Serialize requests of the same user in the krb5 providerSumit Bose2010-12-201-0/+22
* Fixes for automatic ticket renewalSumit Bose2010-12-201-18/+27
* Add support for FAST in krb5 providerSumit Bose2010-12-071-5/+7
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-031-0/+18
* krb5_child returns TGT lifetimeSumit Bose2010-12-031-0/+21
* Make handle_child_* request publicSumit Bose2010-11-041-319/+12
* Make krb5_setup() publicSumit Bose2010-11-041-3/+2
* Add krb5_get_simple_upn()Sumit Bose2010-11-041-6/+3
* Add infrastructure for Kerberos access providerSumit Bose2010-11-041-26/+78
* Fix two return value checksSumit Bose2010-11-011-2/+2
* Fix incorrect free of req in krb5_auth.cStephen Gallagher2010-11-011-1/+1
* Fixed potential comparison of undefined variableJan Zeleny2010-09-021-0/+1
* Fix handling of ccache file when going offlineSumit Bose2010-05-261-32/+75
* Add support for delayed kinit if offlineSumit Bose2010-05-261-26/+50
* Handle Krb5 password expiration warningSumit Bose2010-05-261-119/+73
* Try all servers during Kerberos authJakub Hrozek2010-05-261-23/+104
* Properly set up SIGCHLD handlersStephen Gallagher2010-05-161-0/+6
* Make Kerberos authentication a tevent_reqSumit Bose2010-05-161-214/+339
* Display a message if a password reset by root failsSumit Bose2010-04-261-0/+7
* sysdb: convert sysdb_get_user_attrSimo Sorce2010-04-121-38/+13
* Remove remaining use of sysdb_transaction_sendSimo Sorce2010-04-121-103/+49
* sysdb: convert sysdb_cache_passwordSimo Sorce2010-04-121-29/+8
* sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2010-04-121-23/+4
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-1/+1
* Add krb5_kpasswd optionSumit Bose2010-03-121-9/+76
* Add expandable sequences to krb5_ccachedirSumit Bose2010-03-111-2/+11
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-1/+1
* Improve safe alignment buffer handling macrosSimo Sorce2010-03-031-16/+17
* Remove unneeded items from struct pam_dataSumit Bose2010-02-191-16/+30
* Send Kerberos environment after password changeSumit Bose2010-02-191-1/+1