Update internal plugin interface to add an errinfo structure to "open"
authorKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 06:27:07 +0000 (06:27 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 06:27:07 +0000 (06:27 +0000)
commitb87d443c1d3a7bb1520be3918f2dab6c2f45d4b6
tree37366497b4db7b7cc02c13fd716521f891653e82
parent0438f13a4b92226901789d7d059f49f2c8f156b2
Update internal plugin interface to add an errinfo structure to "open"
and "get" routines, so that more detailed error information (e.g.,
from dlerror()) may be returned to the caller.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17960 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-plugin.h
src/lib/krb5/os/locate_kdc.c
src/util/support/plugins.c