summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Authenticate users in a non-POSIX domain using a MEMORY ccacheJakub Hrozek2017-03-301-17/+45
* KRB5: allow pkinit pre-authenticationSumit Bose2017-02-231-2/+16
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* KRB5: Advise the user to inspect the krb5_child.log if the child fails with a...Jakub Hrozek2017-01-121-0/+3
* KRB5: Fixing FQ name of user in krb5_setup()Petr Čech2016-09-221-1/+7
* KRB5: Send the output username, not internal fqname to krb5_childJakub Hrozek2016-09-081-4/+14
* DP: Switch to new interfacePavel Březina2016-06-201-89/+83
* krb5_auth_store_creds: silence spurious debug messageSumit Bose2016-04-191-1/+5
* Krb5/PAM: Fix account lockout error handlingSimo Sorce2016-01-141-0/+6
* KRB5: Handle preauth request timeout more gracefullyJakub Hrozek2015-12-071-0/+5
* FO: Use refcount to keep track of servers returned to callersJakub Hrozek2015-10-231-2/+2
* KRB5: Offline operation with disabled domainJakub Hrozek2015-09-211-1/+11
* 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