aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* fixed a memleakMartin Willi2006-06-071-1/+5
|
* created IPv6 environmentAndreas Steffen2006-06-061-4/+4
|
* 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 (?!)
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-314-8/+30
|
* minimized prefixed on stroke logger outputAndreas Steffen2006-05-311-1/+1
|
* charon outputs strongSwan versionAndreas Steffen2006-05-311-0/+3
|
* (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-309-11/+44
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-301-6/+7
|
* cosmetics in log_status outputAndreas Steffen2006-05-301-1/+1
|
* use of streqAndreas Steffen2006-05-301-1/+1
|
* 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
|
* 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-2913-307/+438
| | | | | | | | - 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
* stroke now uses constant size string bufferAndreas Steffen2006-05-291-28/+44
|
* changed to standard connection log outputAndreas Steffen2006-05-291-4/+7
|
* - some logging improvements and cosmeticsMartin Willi2006-05-244-8/+19
|
* - 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
|
* (no commit message)Martin Willi2006-05-241-1/+1
|
* - show connection templates in status & statusallMartin Willi2006-05-236-19/+108
| | | | | - don't complain on termination of IKEv1 connections
* - changed config load strategy:Martin Willi2006-05-233-10/+41
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* load_end_certificate() now loads certificatesAndreas Steffen2006-05-231-27/+46
|
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-2319-443/+633
| | | | | should conform now to IKEv2
* - added ingorelist for builded filesMartin Willi2006-05-191-220/+0
|
* - applied patch from the NAT-T team fixing several typosMartin Willi2006-05-197-16/+16
|
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-194-36/+67
|
* - applied andreas's patchMartin Willi2006-05-188-61/+75
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-1620-2107/+51
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-101-99/+1487
|
* (no commit message)Martin Willi2006-05-10148-105/+0
|
* (no commit message)Martin Willi2006-05-1018-1373/+0
|
* (no commit message)Martin Willi2006-05-1074-16250/+0
|
* - fixed stroke error output to starterMartin Willi2006-05-102-11/+1
|
* - using random SPIs now, but without collision checksMartin Willi2006-05-101-11/+11
|
* - applied some -W's from strongswanMartin Willi2006-05-0961-139/+147
| | | | | - fixed that warnings
* - applied patch from andreasMartin Willi2006-05-061-0/+4
| | | | | | - added charonstart option to config - new ikev2 tests for UML
* - applied patch from andreasMartin Willi2006-05-0417-254/+515
| | | | | | | | - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there