summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* ticket: newSam Hartman2011-11-233-21/+45
* Fix compile error in previous changeGreg Hudson2011-11-221-1/+0
* Clean up client-side preauth error data handlingGreg Hudson2011-11-214-48/+32
* Handle TGS referrals to the same realmGreg Hudson2011-11-141-1/+8
* Add consistency check for plugin interface namesGreg Hudson2011-11-131-1/+5
* Add plugin interface_names entry for ccselectGreg Hudson2011-11-121-1/+2
* Avoid looping when preauth can't be generatedGreg Hudson2011-11-113-4/+15
* Get rid of periods in Python test success messagesGreg Hudson2011-11-032-2/+2
* Make krb5_check_clockskew publicGreg Hudson2011-10-314-4/+4
* Make krb5_find_authdata publicGreg Hudson2011-10-253-25/+17
* Allow rd_priv/rd_safe without remote addressGreg Hudson2011-10-153-12/+18
* Rename PAC type constants to avoid conflictsGreg Hudson2011-10-152-29/+46
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-154-89/+69
* make dependTom Yu2011-10-141-0/+11
* Make krb5_pac_sign publicGreg Hudson2011-10-122-16/+12
* Minor cleanups to encrypted challengeGreg Hudson2011-10-071-34/+26
* Use built-in modules for encrypted timestampGreg Hudson2011-10-074-80/+147
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-062-5/+3
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-108/+27
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-1/+0
* Eliminate domain-based client realm walkGreg Hudson2011-09-282-26/+50
* Fix an error case in encrypted timestamp preauthGreg Hudson2011-09-271-3/+1
* Update dependenciesEzra Peisach2011-09-261-0/+12
* Don't use accessor in encrypted challengeGreg Hudson2011-09-241-10/+7
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-3/+200
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-222-12/+16
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* * Extend auth_packSam Hartman2011-09-191-0/+10
* Fix a typo in r25026Greg Hudson2011-09-151-6/+6
* Newer GCCs optimizer catches a variable used without initializationEzra Peisach2011-09-062-463/+849
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-052-0/+4
* Add new cache collection APIsGreg Hudson2011-09-051-0/+6
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-052-2/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0413-80/+79
* Fix cross-realm traversal TGT requestsGreg Hudson2011-09-011-1/+1
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-1/+1
* Use portable path functions when loading pluginsGreg Hudson2011-08-071-30/+2
* Remove t_vfyincreds on make cleanEzra Peisach2011-07-261-2/+3
* Remove declaration of static function that no longer existsEzra Peisach2011-07-251-3/+0
* PAC_CLIENT_INFO principal names do not contain a realm, so parse themGreg Hudson2011-07-251-1/+2
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-242-8/+1
* Add krb5_init_context_profile APIGreg Hudson2011-07-201-19/+20
* make dependEzra Peisach2011-07-011-1/+1
* Fix memory leak introduced in r24969Greg Hudson2011-06-231-0/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-176-240/+219
* Add k5_plugin_register_dyn internal APIGreg Hudson2011-06-173-27/+68
* Mark up strings for translationGreg Hudson2011-06-1011-56/+61
* Restore fallback non-referral TGS request to same realmGreg Hudson2011-06-031-12/+10
* Restore krb5_get_credentials caching for referral requestsGreg Hudson2011-05-261-0/+5
* In mk_rd_cred if recv_subkey in the authentication context is NULL and the de...Zhanna Tsitkov2011-05-161-23/+42