aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed auxillary message data parsing for IPV6 socketMartin Willi2006-10-091-14/+12
| | | | using SOL_* constants for socket level
* fixed IPV6_PKTINFO setsockopt() to work with most kernel headersMartin Willi2006-10-091-28/+22
| | | | | replaced strerror(errno) with %m printf specifier
* cosmeticsAndreas Steffen2006-10-061-20/+83
|
* added USE_LIBCURLAndreas Steffen2006-10-061-1/+11
|
* cosmeticsAndreas Steffen2006-10-061-6/+11
|
* version bump to 4.0.5Andreas Steffen2006-10-032-3/+5
|
* fixed DPD to survive IKE_SA rekeyingMartin Willi2006-09-281-1/+1
|
* (no commit message)Martin Willi2006-09-2712-308/+392
|
* introduced printf() specifiers for:Martin Willi2006-09-2726-203/+1300
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* added often used RFCs and draftsMartin Willi2006-09-279-0/+29363
|
* fixed retransmission policy for responderMartin Willi2006-09-253-9/+9
|
* fixed dpd for responderMartin Willi2006-09-253-0/+19
|
* added ID_ANY check to matches_binary()Andreas Steffen2006-09-251-0/+5
|
* replaced 'missing value' warning by zero length chunk_t valueAndreas Steffen2006-09-251-1/+2
|
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
|
* support of AES-192-CBC private key encryptionAndreas Steffen2006-09-251-5/+10
|
* added hostaccess supportAndreas Steffen2006-09-252-0/+3
|
* added hostaccess supportAndreas Steffen2006-09-251-0/+2
|
* moved auth_method to policyAndreas Steffen2006-09-251-5/+7
|
* added hostaccess supportAndreas Steffen2006-09-251-3/+5
|
* added hostaccess supportAndreas Steffen2006-09-251-1/+2
|
* more consistent authentication loggingAndreas Steffen2006-09-251-44/+33
|
* added hostaccess supportAndreas Steffen2006-09-251-4/+11
|
* moved auth_method to policyAndreas Steffen2006-09-251-1/+1
|
* moved auth_method to policyAndreas Steffen2006-09-252-74/+1
|
* added hostaccess support; moved auth_method to policyAndreas Steffen2006-09-253-31/+138
|
* added hostaccess supportAndreas Steffen2006-09-251-5/+6
|
* added hostaccess supportAndreas Steffen2006-09-251-0/+1
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-213-10/+10
|
* extended statusall outputMartin Willi2006-09-213-11/+69
| | | | | added job/event-queue statistics added allocation statistics when using LEAK_DETECTIVE
* fixed include typoMartin Willi2006-09-211-1/+1
|
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-204-14/+13
|
* support of encrypted private key filesAndreas Steffen2006-09-207-28/+61
|
* support of encrypted private key filesAndreas Steffen2006-09-201-1/+19
|
* added copyright notice to sha2_hasherMartin Willi2006-09-193-4/+5
| | | | included SHA2 in build process
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-197-50/+741
|
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-197-8/+1613
|
* fixed the ids parsing bugAndreas Steffen2006-09-191-0/+1
|
* fixed the ids parsing bugAndreas Steffen2006-09-191-1/+4
|
* updated TODOsMartin Willi2006-09-181-9/+10
|
* fixed memleakMartin Willi2006-09-181-10/+27
| | | | | fixed proper handling of id parsing errors proper return value when no PSK found
* added HOST_ACCESS for firewall script as defaultMartin Willi2006-09-181-0/+1
|
* more debugging output for PSK authenticationMartin Willi2006-09-181-3/+11
|
* some cleanups here and thereMartin Willi2006-09-184-13/+9
|
* added auth_method fieldAndreas Steffen2006-09-181-0/+29
|
* added auth_method fieldAndreas Steffen2006-09-181-0/+1
|
* cosmeticsAndreas Steffen2006-09-181-1/+0
|
* verify_emsa_pkcs1_signature returns status_tAndreas Steffen2006-09-181-1/+1
|
* cosmeticsAndreas Steffen2006-09-181-2/+1
|
* added PSK supportAndreas Steffen2006-09-188-166/+433
|