summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* KRB5: Work around const warning for krb5 releases older than 1.11Sumit Bose2013-08-081-1/+1
* KRB5: Do not send PAC in server modeJakub Hrozek2013-07-233-6/+19
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-222-4/+3
* Remove unused memory context from function unpack_authtokLukas Slebodnik2013-07-221-3/+3
* Add mising argument required by format stringLukas Slebodnik2013-07-191-2/+3
* KRB: Replace multiple calls with variableOndrej Kos2013-07-181-6/+9
* KRB: Handle empty password gracefullyOndrej Kos2013-07-181-0/+11
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+1
* print hint about password complexity when new password is rejectedPavel Březina2013-07-171-1/+7
* Use conditional build for retrieving ccache.Lukas Slebodnik2013-07-152-88/+22
* Return right directory name for dircacheLukas Slebodnik2013-07-111-6/+10
* KRB5_CHILD: Fix handling of get_password return codeOndrej Kos2013-07-101-4/+10
* Replace new_subdomain() with find_subdomain_by_name()Sumit Bose2013-06-281-3/+2
* Fix compilation warningJakub Hrozek2013-06-271-1/+1
* AD: Write out domain-realm mappingsJakub Hrozek2013-06-271-1/+0
* KRB5: guess UPN for subdomain usersJakub Hrozek2013-06-277-18/+43
* Do not switch to credentials everytime.Lukas Slebodnik2013-06-261-4/+69
* Every time return directory for krb5 cache collection.Lukas Slebodnik2013-06-262-4/+64
* krb5: do not use enterprise principals for renewalsSumit Bose2013-06-251-1/+6
* krb5: do not send pac for IPA users from the local domainSumit Bose2013-06-254-10/+19
* Revert "Always send the PAC to the PAC responder"Sumit Bose2013-06-251-18/+20
* Fix typo in pack_authtok()Sumit Bose2013-06-241-1/+1
* KRB5: use the right authtok type for renewalsSumit Bose2013-06-241-3/+20
* Set default realm for enterprise principalsSumit Bose2013-06-171-0/+12
* Use principal from the ticket to find validation entrySumit Bose2013-06-171-1/+1
* KRB: Handle preauthentication error correctlyOndrej Kos2013-06-142-1/+9
* A new option krb5_use_kdcinfoJakub Hrozek2013-06-104-18/+36
* Do not obfuscate calls with booleansJakub Hrozek2013-06-071-7/+22
* Always send the PAC to the PAC responderSumit Bose2013-06-061-20/+18
* Set canonicalize flag if enterprise principals are usedSumit Bose2013-05-311-1/+6
* Fixing critical format string issues.Lukas Slebodnik2013-05-202-3/+5
* 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
* Allow usage of enterprise principalsSumit Bose2013-04-224-4/+18
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-122-11/+61
* Further restrict become_user drop of privileges.Simo Sorce2013-04-051-15/+18
* Allow setting krb5_renew_interval with a delimiterAriel Barria2013-04-033-6/+30
* Check for correct variable nameJakub Hrozek2013-04-031-4/+0
* krb5 child: Use the correct type when processing OTPJakub Hrozek2013-04-031-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-025-32/+31
* Reusing create_pam_data() on the other places.Lukas Slebodnik2013-04-021-1/+1
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-2/+2
* Decrease krb5_auth_timeout defaultOndrej Kos2013-03-181-1/+1
* Retry the correct service on krb5 child timeoutJakub Hrozek2013-03-181-1/+1
* Fix initialization of multiple variablesOndrej Kos2013-03-132-4/+3
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-131-5/+1
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-084-1/+232
* Cleanup error message handling for krb5 childSimo Sorce2013-03-042-296/+240
* krb5_child: fix value type and initializationOndrej Kos2013-03-041-1/+2
* Refactor krb5 childSimo Sorce2013-02-281-288/+210