summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded become_user() callsnonrootJakub Hrozek2014-11-281-22/+2
* KRB5: Create the fast ccache in a child processJakub Hrozek2014-11-281-25/+76
* KRB5: Pass the sssd_be uid and gid to krb5_childJakub Hrozek2014-11-281-0/+9
* krb5/ldap: use MEMORY ccache and keytab in *_child processesSumit Bose2014-11-281-0/+33
* krb5: add copy_keytab_into_memory()Sumit Bose2014-11-282-0/+153
* krb5: add copy_ccache_into_memory()Sumit Bose2014-11-282-0/+108
* 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
* KRB5: Go offline in case of clock skewJakub Hrozek2013-11-291-0/+1
* 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
* krb5: Alignment warning reported by clangMichal Zidek2013-11-151-7/+7
* 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-153-5/+5
* Signals: Refactor termination of processesSimo Sorce2013-11-121-1/+1
* Include ext headers with #include <foo.h> - contPavel Reichl2013-11-041-1/+1
* KRB5: Handle ERR_CHPASS_FAILEDJakub Hrozek2013-10-291-0/+6
* krb5: Use right function to free data.Lukas Slebodnik2013-10-221-1/+2
* krb5: Remove warning dereference of a null pointerLukas Slebodnik2013-10-171-4/+2
* KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD userJakub Hrozek2013-10-172-0/+9