Skip to content

Commit

Permalink
Get rid of static KDC authdata systems
Browse files Browse the repository at this point in the history
Remove the static_authdata_systems table from kdc_authdata.c and
instead call the relevant functions explicitly in handle_authdata.
Eliminate the flags field from krb5_authdata_systems as it is no
longer used.  Rename the functions to be more descriptive.  Move
simple conditionals on authdata processing to handle_authdata for
clarity.  Move handle_authdata to the end of the file to avoid the
need for static function declarations.
  • Loading branch information
greghudson committed Jun 15, 2015
1 parent 4676e82 commit c96fe6c
Showing 1 changed file with 123 additions and 260 deletions.

0 comments on commit c96fe6c

Please sign in to comment.