aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* stroke.h requires libstrongswan/types.hAndreas Steffen2006-06-091-0/+1
|
* fixed compile warnings when using -WallMartin Willi2006-06-0825-206/+829
| | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
* updated INSTALL to conform with autotoolsMartin Willi2006-06-082-127/+156
| | | | added a short HACKING introduction
* further work for rekeying:Martin Willi2006-06-0736-1398/+1392
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* proper leak detective hook for reallocMartin Willi2006-06-071-9/+36
| | | | | excluded pthread_setspecific from leak detective
* fixed a memleakMartin Willi2006-06-071-1/+5
|
* cosmeticsAndreas Steffen2006-06-061-1/+0
|
* ipv6-host2host scenario addedAndreas Steffen2006-06-067-0/+99
|
* created IPv6 environmentAndreas Steffen2006-06-0649-148/+225
|
* job management:Martin Willi2006-05-3131-738/+929
| | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-)
* - fixed some memleaks/freebugsMartin Willi2006-05-313-9/+6
| | | | | - leak detective works almost usable now (?!)
* - added host2host test for ikev2Martin Willi2006-05-3111-0/+163
|
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-314-8/+30
|
* 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
|