aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrated ike_init to INIT/METHOD macrosAndreas Steffen2011-10-031-66/+49
|
* Migrated ike_me to INIT/METHOD macrosAndreas Steffen2011-10-031-88/+61
|
* Migrated ike_natd to INIT/METHOD macrosAndreas Steffen2011-10-031-55/+38
|
* Migrated ike_reauth to INIT/METHOD macrosAndreas Steffen2011-10-031-30/+25
|
* Migrated endpoint_notify to INIT/METHOD macrosAndreas Steffen2011-10-031-62/+49
|
* Fix locking in nm_creds_t.create_shared_enumerator.Tobias Brunner2011-10-031-6/+11
|
* Migrated nm_creds_t to INIT/METHOD macros.Tobias Brunner2011-10-031-94/+65
|
* Migrated nm_handler_t to INIT/METHOD macros.Tobias Brunner2011-10-031-34/+27
|
* Migrated stroke_cred_t to INIT/METHOD macros.Tobias Brunner2011-10-031-40/+32
|
* Migrated stroke_socket_t to INIT/METHOD macros.Tobias Brunner2011-10-031-6/+8
|
* Migrated initiate_mediation_job_t to INIT/METHOD macros.Tobias Brunner2011-10-031-30/+19
|
* Migrated mediation_job_t to INIT/METHOD macros.Tobias Brunner2011-10-031-28/+16
|
* Migrated mediation_manager_t to INIT/METHOD macros.Tobias Brunner2011-10-031-41/+32
|
* Migrated connect_manager_t to INIT/METHOD macros.Tobias Brunner2011-10-031-109/+93
|
* Migrated ike_sa_id_t to INIT/METHOD macros.Tobias Brunner2011-10-031-60/+43
|
* Send AT_NEXT_PSEUDONYM also if an AT_NEXT_REAUTH_ID is already added.Tobias Brunner2011-09-132-16/+10
|
* Clear traps during shutdown before unloading kernel pluginsMartin Willi2011-09-123-0/+16
|
* Add missing semicolonMartin Willi2011-09-121-1/+1
|
* Renamed 'use' database column as that is a keyword in MySQL.Tobias Brunner2011-09-013-10/+10
| | | | Reported by Stefan Tomas.
* Properly remove listener when listen() times outMartin Willi2011-08-311-0/+1
|
* Fix file descriptor leakThomas Jarosch2011-08-291-0/+1
| | | | | | Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-2613-36/+81
|
* support optional SSL passphrase for Axis2/C connectionAndreas Steffen2011-08-241-1/+11
|
* log entry for outbound hash-and-urlAndreas Steffen2011-08-241-0/+1
|
* Added a certexpire empty_string optionMartin Willi2011-08-221-1/+12
|
* Implemented CSV export functionality in certexpire pluginMartin Willi2011-08-221-0/+156
|
* Added generic cron style callback execution to certexpire pluginMartin Willi2011-08-223-1/+296
|
* Cache trustchain lifetimes for exportMartin Willi2011-08-226-6/+299
|
* Register a certexpire listener collecting trustchain informationMartin Willi2011-08-224-1/+204
|
* Added plugin stub of certexpire pluginMartin Willi2011-08-224-0/+128
|
* Don't rekey but delete CHILD_SA to resying against NATed Windows clientsMartin Willi2011-08-191-3/+18
|
* Sync newer IKE_SA condition/extension flags in ha pluginMartin Willi2011-08-192-2/+12
|
* Try to detect Windows Clients by looking for INTERNAL_IP4/6_SERVER attributeMartin Willi2011-08-192-0/+10
|
* fix double delete of old IKE_SA during reauthenticationAndreas Steffen2011-08-161-2/+2
|
* increased message buffer to cope with NCP's innumerable UNITY Configuration ↵Andreas Steffen2011-08-161-2/+2
| | | | Payloads
* some more typosAndreas Steffen2011-08-157-7/+7
|
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-159-9/+9
|
* implement MAP client certificate authenticationAndreas Steffen2011-08-121-14/+28
|
* cosmeticsAndreas Steffen2011-08-121-1/+3
|
* implemented enforcement-report metadataAndreas Steffen2011-08-123-24/+124
|
* use EAP identityAndreas Steffen2011-08-121-2/+6
|
* defined mapping of IKEv2 identity types to IF-MAP identity typesAndreas Steffen2011-08-121-0/+21
|
* If we close a duplicate SA, it is also no authentication failure.Tobias Brunner2011-08-121-2/+4
|
* If local authentication fails, it is not really a peer auth failure.Tobias Brunner2011-08-121-1/+1
|
* Throw an alert if authentication of the peer fails (not only for initiator).Tobias Brunner2011-08-122-36/+29
|
* Throw an alert when the peer address cannot be resolved during initiation.Tobias Brunner2011-08-122-0/+3
|
* Throw an alert via bus_t when remote authentication fails.Tobias Brunner2011-08-122-11/+18
|
* support capability metadataAndreas Steffen2011-08-113-35/+105
|
* define server_cert in strongswan.confAndreas Steffen2011-08-101-6/+16
|
* getting rid of axis2.html configurationAndreas Steffen2011-08-103-27/+59
|