aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Migrated bridge_t to INIT/METHOD macros.Tobias Brunner2011-10-031-26/+19
* Migrated thread_t to INIT/METHOD macros.Tobias Brunner2011-10-031-34/+26
* Migrated mutex_t to INIT/METHOD macros.Tobias Brunner2011-10-031-72/+56
* Migrated rwlock_t to INIT/METHOD macros.Tobias Brunner2011-10-031-61/+45
* Migrated thread_value_t to INIT/METHOD macros.Tobias Brunner2011-10-031-17/+15
* Migrated attribute_manager to INIT/METHOD macrosAndreas Steffen2011-10-021-76/+48
* cosmeticsAndreas Steffen2011-10-021-2/+2
* Migrated host to INIT/METHOD macrosAndreas Steffen2011-10-021-53/+41
* Migrated traffic_selector to INIT/METHOD macrosAndreas Steffen2011-10-021-77/+52
* Migrated database_factory to INIT/METHOD macrosAndreas Steffen2011-10-021-27/+20
* Migrated crypto/prf_plus to INIT/METHOD macrosAndreas Steffen2011-10-021-21/+14
* Migrated crypto/pkcs9 to INIT/METHOD macrosAndreas Steffen2011-10-021-50/+39
* Migrated crypto/pkcs7 to INIT/METHOD macrosAndreas Steffen2011-10-021-85/+50
* Migrated cred_encoding to INIT/METHOD macrosAndreas Steffen2011-10-021-36/+28
* Migrated auth_cfg to INIT/METHOD macrosAndreas Steffen2011-10-021-40/+30
* Migrated sql_attribute to INIT/METHOD macrosAndreas Steffen2011-09-291-29/+25
* Migrated netlink_socket to INIT/METHOD macrosAndreas Steffen2011-09-291-23/+18
* Migrated resolve_handler to INIT/METHOD macrosAndreas Steffen2011-09-291-33/+27
* Migrated ietf_attributes to INIT/METHOD macrosAndreas Steffen2011-09-291-40/+42
* Migrated shared_key to INIT/METHOD macrosAndreas Steffen2011-09-291-26/+21
* Migrated auth_cfg_wrapper to INIT/METHOD macrosAndreas Steffen2011-09-291-20/+19
* Migrated cert_cache to INIT/METHOD macrosAndreas Steffen2011-09-291-28/+24
* Migrated ocsp_response_wrapper to INIT/METHOD macrosAndreas Steffen2011-09-291-20/+20
* Migrated pgp_cert to INIT/METHOD macrosAndreas Steffen2011-09-291-80/+52
* Migrated x509_pkcs10 to INIT/METHOD macrosAndreas Steffen2011-09-291-78/+52
* Migrated x509_ocsp_response to INIT/METHOD macrosAndreas Steffen2011-09-291-84/+58
* Migrated x509_ocsp_request to INIT/METHOD macrosAndreas Steffen2011-09-281-75/+51
* Migrated x509_ac to INIT/METHOD macrosAndreas Steffen2011-09-281-107/+63
* Don't allocate extra memory to MAC the TLS headerMartin Willi2011-09-281-22/+23
* Verify TLS MAC even if padding is invalid to prevent timing attacksMartin Willi2011-09-281-6/+4
* pluto: Handle SIGINT to terminate properly when run with --nofork in a console.Tobias Brunner2011-09-281-0/+1
* pluto: Check for processes with the PID stored in pluto.pid.Tobias Brunner2011-09-281-43/+74
* starter: Check for processes with PIDs stored in pid files.Tobias Brunner2011-09-281-6/+39
* Make sure the PID read from charon.pid is null-terminated.Tobias Brunner2011-09-281-0/+1
* Migrated sha1_prf to INIT/METHOD macrosAndreas Steffen2011-09-281-33/+27
* use specific reset methodAndreas Steffen2011-09-281-42/+42
* Migrated sha2_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-123/+116
* Migrated sha1_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-26/+23
* Migrated md5_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-29/+21
* Migrated md4_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-27/+21
* Migrated pubkey_cert to INIT/METHOD macrosAndreas Steffen2011-09-281-69/+48
* Documented the strict flag (!) for ike and esp options in ipsec.conf.Tobias Brunner2011-09-261-8/+38
* Load eap-aka plugin before shared simaka helpers depending on itMartin Willi2011-09-261-4/+4
* version bump to 4.6.0dr4Andreas Steffen2011-09-131-1/+1
* Send AT_NEXT_PSEUDONYM also if an AT_NEXT_REAUTH_ID is already added.Tobias Brunner2011-09-132-16/+10
* PTS log group documented in man pages.Tobias Brunner2011-09-122-2/+5
* Document charon's default log levels in ipsec.conf(5).Tobias Brunner2011-09-121-4/+6
* Return allocated variable in INIT()Martin Willi2011-09-121-2/+3
* Clear traps during shutdown before unloading kernel pluginsMartin Willi2011-09-123-0/+16
* Destroy kernel interface during deregistration, as the plugin goes afterwardsMartin Willi2011-09-121-2/+22