summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/preauth2.c
Commit message (Expand)AuthorAgeFilesLines
* Use k5_setmsgGreg Hudson2014-06-051-4/+4
* Improve extended gic option supportGreg Hudson2014-03-051-12/+10
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-051-13/+2
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-0/+1
* Allow multi-hop SAM-2 exchangesGreg Hudson2013-02-191-0/+5
* Make internal JSON functions return error codesGreg Hudson2013-02-131-11/+8
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-5/+4
* Use krb5_init_creds_context as clpreauth rockGreg Hudson2012-12-221-105/+114
* Initialize ret in process_pa_dataGreg Hudson2012-12-211-1/+1
* Pass through module errors when preauthenticatingGreg Hudson2012-12-201-11/+22
* Rename internal preauth functionsGreg Hudson2012-12-191-58/+59
* Make clpreauth flags function optionalGreg Hudson2012-12-191-0/+2
* Use a proper consumer interface for clpreauthGreg Hudson2012-12-191-419/+359
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-1/+1
* Only record real selected preauth typeGreg Hudson2012-10-231-3/+3
* Alter responder function signature for consistencyGreg Hudson2012-10-231-2/+2
* Add "pa_config_data" configuration to ccachesNalin Dahyabhai2012-10-171-1/+45
* Add "pa_type" configuration to ccachesNalin Dahyabhai2012-10-161-0/+17
* Add responder support to get_as_key()Nathaniel McCallum2012-10-121-2/+18
* Fix argument order when calling the responderNathaniel McCallum2012-10-101-2/+2
* Add responder feature for initial cred exchangesNathaniel McCallum2012-09-111-3/+100
* Add otp client preauth pluginNathaniel McCallum2012-08-231-0/+2
* Simplify krb5_do_preauthGreg Hudson2012-04-301-48/+33
* Get rid of built-in preauth types tableGreg Hudson2012-04-301-103/+53
* Simplify preauth2 helper functions using reallocGreg Hudson2012-04-301-45/+16
* Split up and fix get_etype_infoGreg Hudson2012-04-271-66/+83
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-271-4/+26
* Refactor client etype-info handling in preauth2.cGreg Hudson2012-04-271-134/+78
* Ensure null termination of AFS saltsGreg Hudson2012-04-271-1/+1
* Convert SAM-2 preauth mechanism to a moduleGreg Hudson2012-04-261-371/+2
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-261-330/+0
* Clear preauth use counts for each AS requestGreg Hudson2012-04-251-0/+1
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-171-2/+21
* Clean up client-side preauth error data handlingGreg Hudson2011-11-211-2/+3
* Avoid looping when preauth can't be generatedGreg Hudson2011-11-111-1/+5
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-151-42/+54
* Use built-in modules for encrypted timestampGreg Hudson2011-10-071-80/+4
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-061-87/+16
* Fix an error case in encrypted timestamp preauthGreg Hudson2011-09-271-3/+1
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-231-3/+4
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-182/+209
* Mark up strings for translationGreg Hudson2011-06-101-9/+9
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-2/+3
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-011-295/+46
* Trace loggingGreg Hudson2010-06-071-41/+19
* Group together the funtions related to the supplying options to preauth plugi...Zhanna Tsitkov2010-01-111-46/+0
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-071-33/+10
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-5/+48
* Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov2009-12-011-67/+67
* Stop using deprecated krb5_encrypt_data in preauth code. UseGreg Hudson2009-11-011-2/+2