]> git.ipfire.org Git - thirdparty/krb5.git/commit
Test in_ccache and pa_types functionality
authorNalin Dahyabhai <nalin@dahyabhai.net>
Mon, 1 Oct 2012 22:51:06 +0000 (18:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 16 Oct 2012 23:22:48 +0000 (19:22 -0400)
commit9f19a10466b0e85929babaa256146bf4f75f9125
treed224a62feaebd886e616bf4180c5785e35793eac
parent4e89b0b186ec90a6a06dd761d61ab45d82db599a
Test in_ccache and pa_types functionality

* Add a krb5int_build_conf_principals() function to allow our get/set
  code to directly prune out duplicate config entries.
* Verify that when we specify a pa_type, it affects whether or not we
  will use a particular preauth plugin.
* Verify that we correctly save the KDC's preauth type number, that we
  tried to answer, to the out_ccache.
src/include/k5-int.h
src/lib/krb5/ccache/ccfns.c
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/t_cc_config.c [new file with mode: 0644]
src/lib/krb5/krb/t_in_ccache.c [new file with mode: 0644]
src/lib/krb5/krb/t_in_ccache_patypes.py [new file with mode: 0644]
src/lib/krb5/libkrb5.exports
src/lib/krb5_32.def