aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bug fixed circumventing an assertion in delete_connection when ikev1 is not setAndreas Steffen2006-05-311-1/+2
|
* minimized prefixed on stroke logger outputAndreas Steffen2006-05-312-8/+10
|
* charon outputs strongSwan versionAndreas Steffen2006-05-311-0/+3
|
* tests with subjectAltNames nowAndreas Steffen2006-05-315-1/+11
|
* (no commit message)Martin Willi2006-05-301-10/+13
|
* - fixed event queue for events >36minMartin Willi2006-05-301-30/+17
|
* (no commit message)Martin Willi2006-05-301-0/+1
|
* - included charons module tests to build & distMartin Willi2006-05-3010-11/+45
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-308-28/+47
|
* cosmetics in log_status outputAndreas Steffen2006-05-301-1/+1
|
* use of streqAndreas Steffen2006-05-301-1/+1
|
* - added testing files to distMartin Willi2006-05-302-2/+5
| | | | | | - required the use of the "ustar" format to support filenames longer than 99 chars
* lookup of private key based on keyid of public keyAndreas Steffen2006-05-301-24/+47
|
* new functions to add certificates and retrieve private and public keysAndreas Steffen2006-05-303-120/+182
|
* changed log levelAndreas Steffen2006-05-301-2/+2
|
* list ca certificatesAndreas Steffen2006-05-301-2/+3
|
* computation of SHA-1 hash over publicKeyInfo objectAndreas Steffen2006-05-303-104/+128
|
* moved abbreviated thread_id in front of bracketsAndreas Steffen2006-05-301-3/+3
|
* added has_key parameter to log_certificates()Andreas Steffen2006-05-301-2/+4
|
* log_certificates() now shows keyid and availability of matching private keyAndreas Steffen2006-05-301-7/+11
|
* indented loaded file log entryAndreas Steffen2006-05-301-1/+1
|
* moved TIMETOA_BUF definition to types.hAndreas Steffen2006-05-301-3/+0
|
* moved TIMETOA_BUF definition from asn1.hAndreas Steffen2006-05-301-0/+1
|
* define default CA_CERTIFICATE_DIRAndreas Steffen2006-05-301-2/+9
|
* load all ca certificatesAndreas Steffen2006-05-301-1/+1
|
* - fixed daemon destruction order to preventMartin Willi2006-05-301-25/+33
| | | | | crashes on termination
* - fixed memleak when deleting a connectionMartin Willi2006-05-291-1/+5
|
* - updated todo listMartin Willi2006-05-291-1/+4
|
* - policies contain a connections name nowMartin Willi2006-05-2917-311/+468
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* - changed iterator->remove behaviorMartin Willi2006-05-292-8/+4
|
* ipsec up|down|route|delete require a connection nameAndreas Steffen2006-05-292-19/+68
|
* stroke now uses constant size string bufferAndreas Steffen2006-05-294-236/+205
|
* changed to standard connection log outputAndreas Steffen2006-05-291-4/+7
|
* reworked parsing and matching of subjectAltNamesAndreas Steffen2006-05-294-323/+352
|
* added memeq() macroAndreas Steffen2006-05-291-3/+6
|
* moved timetoa() from asn1.c to types.cAndreas Steffen2006-05-294-24/+53
|
* corrected typeAndreas Steffen2006-05-291-1/+1
|
* - some logging improvements and cosmeticsMartin Willi2006-05-245-19/+63
|
* - handle IKE_SA setup without a piggy-packed CHILD_SAMartin Willi2006-05-247-48/+78
| | | | | more IKEv2 conform
* - initiate IKE_SA deletion befor manager destructionMartin Willi2006-05-241-7/+14
|
* improved code of chunk_equalsAndreas Steffen2006-05-241-7/+4
|
* added streq() macro and defined default BUF_LENAndreas Steffen2006-05-241-2/+11
|
* typoAndreas Steffen2006-05-241-1/+1
|
* (no commit message)Martin Willi2006-05-241-1/+1
|
* - build gets perl and gperf from configure nowMartin Willi2006-05-244-17/+6
| | | | | - moved built sources to maintainer-clean
* - show connection templates in status & statusallMartin Willi2006-05-236-19/+108
| | | | | - don't complain on termination of IKEv1 connections
* - updated ipsec.conf manual to reflect actual state ofMartin Willi2006-05-231-5/+5
| | | | | keyexchange-parameter
* - using hubs instead of switches, which allows usMartin Willi2006-05-231-1/+1
| | | | | to sniff the traffic from the host system.
* - changed config load strategy:Martin Willi2006-05-237-57/+69
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* - changed build order to fix build error after distcleanMartin Willi2006-05-232-5/+6
|