summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* krb5: assume online state if KDC proxy is configuredSumit Bose2015-08-051-0/+6
* krb5: do not send SSS_OTP if two factors were usedSumit Bose2015-07-291-1/+6
* KRB5: Use the right domain for case-sensitive flagJakub Hrozek2015-07-221-1/+1
* KRB5: Add and use krb5_auth_queue_send to queue requests by defaultJakub Hrozek2015-07-061-26/+2
* krb5: new option krb5_map_userPavel Reichl2015-05-281-10/+66
* krb5: remove field run_as_userPavel Reichl2015-05-141-14/+0
* krb5: try delayed online authentication only for single factor authSumit Bose2015-05-081-0/+7
* krb5: save hash of the first authentication factor to the cacheSumit Bose2015-05-081-3/+23
* krb5-child: add preauth and split 2fa token supportSumit Bose2015-05-081-1/+2
* Add pre-auth requestSumit Bose2015-05-081-0/+2
* Skip CHAUTHTOK_PRELIM when using OTPsJakub Hrozek2014-12-131-3/+35
* krb5: make krb5 provider view awareSumit Bose2014-12-021-6/+12
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-181-195/+28
* KRB5: Move checking for illegal RE to krb5_utils.cJakub Hrozek2014-11-181-2/+3
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-181-15/+1
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-071-0/+14
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-261-3/+18
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-58/+81
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-105/+105
* Remove unused parameter from krb5_auth_store_credsLukas Slebodnik2013-11-271-3/+2
* Remove unused parameter from krb5_auth_cache_credsLukas Slebodnik2013-11-271-3/+0
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+2
* KRB5: Handle ERR_CHPASS_FAILEDJakub Hrozek2013-10-291-0/+6
* KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userJakub Hrozek2013-10-171-0/+6
* krb5: Remove ability to create public directoriesSimo Sorce2013-10-071-4/+2
* KRB5: Use the correct domain when authenticating with cached passwordJakub Hrozek2013-09-271-4/+4
* krb5: Be more lenient on failures for old ccacheSimo Sorce2013-09-251-1/+1
* krb5: save canonical upn to sysdbSumit Bose2013-09-231-2/+3
* KRB: Remove unused function parametersLukas Slebodnik2013-09-121-4/+2
* KRB: Remove unused memory contextLukas Slebodnik2013-09-121-1/+1
* krb5: Add file/dir path precheckSimo Sorce2013-09-091-0/+1
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-091-26/+0
* krb5: Unify function to create ccache filesSimo Sorce2013-09-091-3/+3
* krb5: Use new function to validate ccachesSimo Sorce2013-09-091-16/+14
* krb5: move template check to initializzationSimo Sorce2013-09-091-4/+1
* krb5: Move determination of user being activeSimo Sorce2013-09-091-2/+8
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-091-7/+4
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-091-45/+18
* krb5: Fetch ccname template from krb5.confStephen Gallagher2013-08-281-2/+2
* KRB: Replace multiple calls with variableOndrej Kos2013-07-181-6/+9
* KRB: Handle empty password gracefullyOndrej Kos2013-07-181-0/+11
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-271-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-141-0/+6
* Always update cached upn if enterprise principals are usedSumit Bose2013-05-141-3/+4
* Only check UPN if enterprise principals are not usedJakub Hrozek2013-05-031-0/+5
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-121-1/+11
* Allow setting krb5_renew_interval with a delimiterAriel Barria2013-04-031-3/+15