kdc_preauth.c: New file, to contain the server-side preauthentication
authorTheodore Tso <tytso@mit.edu>
Sat, 2 Sep 1995 03:43:05 +0000 (03:43 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 2 Sep 1995 03:43:05 +0000 (03:43 +0000)
commitc1cfefcfea75466ebfc82120d665f1a5752b7314
tree0cf0f0598a39b547d6aeb4cdcf20507de028f968
parenteec1b51a6bf366311659fbeed97ef3c0e2e549a5
kdc_preauth.c: New file, to contain the server-side preauthentication
routines.

do_as_req.c (process_as_req): Move preauthentication code to
kdc_preauth.c, for better modularity.

do_as_req.c (prepare_error_as): Add new argument to this function so
that the e_data field may be passed in and included in the KRB_ERROR
messsage which is passed back to the user.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6656 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/Makefile.in
src/kdc/do_as_req.c
src/kdc/kdc_preauth.c [new file with mode: 0644]
src/kdc/kdc_util.h