summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_auth.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek1-1/+0
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-2/+14
2012-08-15KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek1-2/+4
2012-06-29KRB5: Initialize the credential cache type properlyStephen Gallagher1-0/+11
2012-06-14Add a credential cache back end structureJakub Hrozek1-101/+92
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek1-119/+27
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-4/+27
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek1-17/+15
2012-03-06Only do one cycle when resolving a serverJakub Hrozek1-7/+12
2012-01-06Do not call krb5_child when changing passwords and provider went offlineJakub Hrozek1-1/+11
2011-12-21Honor case sensitive flag when creating the ccname templateJakub Hrozek1-1/+3
2011-12-19Move child_common routines to utilStephen Gallagher1-1/+1
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-7/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-4/+3
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-9/+7
2011-06-15Fix two typosSumit Bose1-2/+3
2011-06-15Delete cached ccache file if password is expiredSumit Bose1-8/+63
2011-04-29Fix bad password caching when using automatic TGT renewalStephen Gallagher1-3/+12
2011-04-19Always generate kpasswdinfo fileStephen Gallagher1-2/+1
2011-03-08Remove unused sysdb_attrs objectJan Zeleny1-8/+0
2010-12-21Fix potential NULL-dereference in krb5_auth_done()Sumit Bose1-3/+3
2010-12-20Serialize requests of the same user in the krb5 providerSumit Bose1-0/+22
2010-12-20Fixes for automatic ticket renewalSumit Bose1-18/+27
2010-12-07Add support for FAST in krb5 providerSumit Bose1-5/+7
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-0/+18
2010-12-03krb5_child returns TGT lifetimeSumit Bose1-0/+21
2010-11-04Make handle_child_* request publicSumit Bose1-319/+12
2010-11-04Make krb5_setup() publicSumit Bose1-3/+2
2010-11-04Add krb5_get_simple_upn()Sumit Bose1-6/+3
2010-11-04Add infrastructure for Kerberos access providerSumit Bose1-26/+78
2010-11-01Fix two return value checksSumit Bose1-2/+2
2010-11-01Fix incorrect free of req in krb5_auth.cStephen Gallagher1-1/+1
2010-09-02Fixed potential comparison of undefined variableJan Zeleny1-0/+1
2010-05-26Fix handling of ccache file when going offlineSumit Bose1-32/+75
2010-05-26Add support for delayed kinit if offlineSumit Bose1-26/+50
2010-05-26Handle Krb5 password expiration warningSumit Bose1-119/+73
2010-05-26Try all servers during Kerberos authJakub Hrozek1-23/+104
2010-05-16Properly set up SIGCHLD handlersStephen Gallagher1-0/+6
2010-05-16Make Kerberos authentication a tevent_reqSumit Bose1-214/+339
2010-04-26Display a message if a password reset by root failsSumit Bose1-0/+7
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-38/+13
2010-04-12Remove remaining use of sysdb_transaction_sendSimo Sorce1-103/+49
2010-04-12sysdb: convert sysdb_cache_passwordSimo Sorce1-29/+8
2010-04-12sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce1-23/+4
2010-03-25Allow arbitrary-length PAM messagesStephen Gallagher1-1/+1
2010-03-12Add krb5_kpasswd optionSumit Bose1-9/+76
2010-03-11Add expandable sequences to krb5_ccachedirSumit Bose1-2/+11
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy1-1/+1
2010-03-03Improve safe alignment buffer handling macrosSimo Sorce1-16/+17