summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* sssd: incorrect checks on length values during packet decodingMichal Židek2015-08-312-8/+8
* KRB5: Use sss_unique_file when creating kdcinfo filesJakub Hrozek2015-08-171-7/+9
* KRB5: Use sss_unique file in krb5_childJakub Hrozek2015-08-171-16/+11
* krb5: assume online state if KDC proxy is configuredSumit Bose2015-08-051-0/+6
* krb5: do not create kdcinfo file if proxy configuration existsSumit Bose2015-08-051-0/+7
* KRB5: Do not try to remove missing ccacheLukas Slebodnik2015-08-051-0/+5
* 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: Return right data provider error codeLukas Slebodnik2015-07-151-1/+1
* KRB5: Add and use krb5_auth_queue_send to queue requests by defaultJakub Hrozek2015-07-065-48/+199
* krb: remove duplicit decl. of write_krb5info_filePavel Reichl2015-06-051-3/+0
* krb5: new option krb5_map_userPavel Reichl2015-05-288-15/+213
* krb5: remove field run_as_userPavel Reichl2015-05-142-15/+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-083-21/+251
* Add pre-auth requestSumit Bose2015-05-081-0/+2
* KRB5: Unify prototype and definitionLukas Slebodnik2015-04-011-2/+3
* KRB5: add debug hintPavel Reichl2015-03-201-1/+2
* Add missing new lines to debug messagesLukas Slebodnik2015-03-172-2/+2
* KRB5: More debugging for create_ccache()Jakub Hrozek2015-03-101-13/+41
* Open the PAC socket from krb5_child before dropping rootJakub Hrozek2015-01-211-0/+8
* krb5: fix entry order in MEMORY keytabSumit Bose2015-01-191-28/+90
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-2/+2
* krb5_child: Return ERR_NETWORK_IO on KRB5_KDCREP_SKEWJakub Hrozek2015-01-141-0/+1
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-4/+4
* krb5: handle KRB5KRB_ERR_GENERIC as unspecific errorSumit Bose2014-12-171-1/+12
* krb5_child: Initialize REALM earlierLukas Slebodnik2014-12-171-6/+6
* Skip CHAUTHTOK_PRELIM when using OTPsJakub Hrozek2014-12-131-3/+35
* KRB5: Check FAST kinit errors using get_tgt_times()Jakub Hrozek2014-12-111-13/+15
* krb5: add wrapper for krb5_kt_have_content()Sumit Bose2014-12-071-1/+1
* KRB5: Relax DEBUG messageJakub Hrozek2014-12-031-2/+5
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-1/+1
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-12-032-28/+100
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-1/+2
* krb5_child: become user earlierSumit Bose2014-12-021-38/+93
* krb5: add copy_keytab_into_memory()Sumit Bose2014-12-022-0/+196
* krb5: add copy_ccache_into_memory()Sumit Bose2014-12-022-0/+127
* krb5: do not fail if checking the old ccache failedSumit Bose2014-12-021-2/+5
* krb5: make krb5 provider view awareSumit Bose2014-12-021-6/+12
* krb5: Check return value of sss_krb5_princ_realmLukas Slebodnik2014-11-282-0/+13
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-185-244/+267
* KRB5: Move checking for illegal RE to krb5_utils.cJakub Hrozek2014-11-185-48/+42
* KRB5: Move ccache-related functions to krb5_ccache.cJakub Hrozek2014-11-189-709/+783
* KRB5: Drop privileges in the child, not the back endJakub Hrozek2014-11-182-21/+56
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-071-0/+14
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-051-16/+8
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-051-36/+2
* UTIL: Move become_user outside krb5 treeJakub Hrozek2014-10-102-207/+0
* Fix debug messages - trailing '.'Pavel Reichl2014-09-291-1/+1