krb5, kadm5: refactor plugin API
Refactor plugin framework to use a single list of loaded plugins; add a new plugin API where DSOs export a load function that can declare dependencies and export multiple plugins; refactor kadm5 hook API to use krb5 plugin framework. More information in krb5-plugin(7).
This commit is contained in:
		 Luke Howard
					Luke Howard
				
			
				
					committed by
					
						 Nico Williams
						Nico Williams
					
				
			
			
				
	
			
			
			 Nico Williams
						Nico Williams
					
				
			
						parent
						
							e9b3b2326d
						
					
				
				
					commit
					803efebca5
				
			| @@ -31,6 +31,7 @@ | ||||
|  * SUCH DAMAGE. | ||||
|  */ | ||||
|  | ||||
| #include "krb5_locl.h" | ||||
| #include "hdb_locl.h" | ||||
|  | ||||
| struct hx509_certs_data; | ||||
| @@ -45,7 +46,6 @@ struct _krb5_key_data; | ||||
| struct _krb5_encryption_type; | ||||
| struct _krb5_key_type; | ||||
| #include <pkinit_asn1.h> | ||||
| #include <krb5-private.h> | ||||
| #include <base64.h> | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user