summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Add missing new lines to debug messagesLukas Slebodnik2015-02-182-2/+2
* 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
* 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
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-2/+2
* KRB5: add missing debug-to-stderr option to krb5_childSumit Bose2014-07-201-0/+3
* KRB5: Go offline in case of generic errorPavel Reichl2014-04-171-0/+1
* KRB: do not check ccache directory for GIDPavel Reichl2014-04-171-7/+4
* krb5_child: Fix use after free in debug messageLukas Slebodnik2014-04-081-11/+15
* krb5_child: Remove unused krb5_context from set_changepw_optionsLukas Slebodnik2014-04-071-4/+3
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-262-3/+30
* krb5-child: add revert_changepw_options()Sumit Bose2014-03-211-0/+22
* krb5_client: rename krb5_set_canonicalize() to set_canonicalize_option()Sumit Bose2014-03-211-16/+16
* krb5-child: extract lifetime settings into set_lifetime_options()Sumit Bose2014-03-211-36/+55
* krb5_child: remove unused option lifetime_str from k5c_setup_fast()Sumit Bose2014-03-211-6/+3
* KRB5: log message - wrong permissions on ccache dirPavel Reichl2014-03-181-2/+3
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* KRB: Prevent dereference of a null pointerLukas Slebodnik2014-03-131-2/+4
* IPA/KRB5: handle KRB5_PROG_ETYPE_NOSUPP during IPA password migrationSumit Bose2014-03-121-0/+4
* Fix krb5 changepw when FAST-only preauth methods are used (like OTP)Nathaniel McCallum2014-03-101-34/+6
* KRB5: Fix condition for empty stringLukas Slebodnik2014-02-261-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1211-328/+445
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1212-681/+681
* krb5: hint to increase krb5_auth_timeoutPavel Reichl2014-01-221-1/+4
* FAST: when parsing krb5_child response, make sure to not miss OTP message if ...Alexander Bokovoy2014-01-091-3/+4