Merge branch 'ikev1-clean' into ikev1-master
Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins.
This commit is contained in:
@@ -89,7 +89,7 @@ struct credential_manager_t {
|
||||
* @param type kind of requested shared key
|
||||
* @param first first subject between key is shared
|
||||
* @param second second subject between key is shared
|
||||
* @return enumerator over shared keys
|
||||
* @return enumerator over (shared_key_t*,id_match_t,id_match_t)
|
||||
*/
|
||||
enumerator_t *(*create_shared_enumerator)(credential_manager_t *this,
|
||||
shared_key_type_t type,
|
||||
@@ -230,10 +230,14 @@ struct credential_manager_t {
|
||||
* operation, sets may be added for the calling thread only. This
|
||||
* does not require a write lock and is therefore a much cheaper
|
||||
* operation.
|
||||
* The exclusive option allows to disable all other credential sets
|
||||
* until the set is deregistered.
|
||||
*
|
||||
* @param set set to register
|
||||
* @param exclusive TRUE to disable all other sets for this thread
|
||||
*/
|
||||
void (*add_local_set)(credential_manager_t *this, credential_set_t *set);
|
||||
void (*add_local_set)(credential_manager_t *this, credential_set_t *set,
|
||||
bool exclusive);
|
||||
|
||||
/**
|
||||
* Unregister a thread local credential set from the manager.
|
||||
|
||||
Reference in New Issue
Block a user