aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (no commit message)Martin Willi2006-05-1024-0/+4328
|
* (no commit message)Martin Willi2006-05-10148-105/+0
|
* (no commit message)Martin Willi2006-05-1092-959/+0
|
* (no commit message)Martin Willi2006-05-1074-0/+0
|
* - started to rebuild source layoutMartin Willi2006-05-10319-13516/+0
|
* - fixed stroke error output to starterMartin Willi2006-05-103-87/+88
|
* - using random SPIs now, but without collision checksMartin Willi2006-05-101-11/+11
|
* - applied some -W's from strongswanMartin Willi2006-05-0962-145/+147
| | | | | - fixed that warnings
* - removed IKEV2 ifdefsMartin Willi2006-05-061-2/+0
|
* - applied patch from andreasMartin Willi2006-05-0616-727/+688
| | | | | | - added charonstart option to config - new ikev2 tests for UML
* - applied patch from andreasMartin Willi2006-05-0441-815/+1207
| | | | | | | | - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there
* - connection termination is handled cleanly by name nowMartin Willi2006-05-045-34/+58
|
* - fixed bad bug, certs load now cleanly againMartin Willi2006-04-281-8/+9
|
* - fixed make install (subdir order)Martin Willi2006-04-281-1/+1
|
* - fixed include pathMartin Willi2006-04-281-3/+3
|
* (no commit message)Martin Willi2006-04-28514-2/+2
|
* - added missing scriptMartin Willi2006-04-281-0/+74
|
* - finished initial import of strongswan file treeMartin Willi2006-04-285-10/+13
| | | | | - removed a lot of old and unused stuff
* (no commit message)Martin Willi2006-04-28370-194736/+35
|
* (no commit message)Martin Willi2006-04-2815-2654/+4
|
* (no commit message)Martin Willi2006-04-282-90/+0
|
* (no commit message)Martin Willi2006-04-2816-817/+0
|
* (no commit message)Martin Willi2006-04-28116-17695/+0
|
* - moved RFCs from ikev2 into doc dirMartin Willi2006-04-2820-0/+56353
|
* - added missing files for starterMartin Willi2006-04-284-0/+393
|
* - applied patch for charon (this time really)Martin Willi2006-04-2811-17/+177
|
* - import of strongswan-2.7.0Martin Willi2006-04-282043-0/+346842
| | | | | - applied patch for charon
* - renamed get_block_size of hasherMartin Willi2006-04-288-57/+71
|
* - reworked usage of IDs in various statesMartin Willi2006-04-2715-135/+248
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - fixed charon checksMartin Willi2006-04-271-4/+4
| | | | | - using status & statusall
* - patch for 2.7.0 Martin Willi2006-04-271-54/+62
|
* - add connection names to connectionsMartin Willi2006-04-2726-417/+398
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - fixed spi conversionMartin Willi2006-04-261-3/+3
|
* - improved "stroke status" outputMartin Willi2006-04-265-28/+114
|
* - setup PID file after daemon initilization, to correctly informMartin Willi2006-04-261-3/+4
| | | | | starter about daemon startup
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-2536-641/+1240
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - identification_t supports now almost all id typesMartin Willi2006-04-2426-1019/+1381
| | | | | | - x509 certificates work with identification_t now - fixes here, fixes there
* - fixed doxygen buildMartin Willi2006-04-2016-273/+235
| | | | | - seperates now in lib and charon
* - library initialization done at a central point (library.c)Martin Willi2006-04-207-144/+269
| | | | | - some leak_detective fixes
* - updated TodosMartin Willi2006-04-201-13/+12
|
* - fixed log-to-syslog behaviorMartin Willi2006-04-2016-15/+1015
| | | | | - added patch against strongswan-2.6.4
* - x509 certificate loading with pluto asn1 codeMartin Willi2006-04-1924-3066/+1953
| | | | | - x509 needs a lot more attention!
* - renamed some filesMartin Willi2006-04-184-0/+2375
|
* - using asn1 pluto stuff nowMartin Willi2006-04-1814-21/+92
|
* - removed, since we use pluto asn1 stuffMartin Willi2006-04-187-1128/+0
|
* - leak detective is usable, but does not show static function namesMartin Willi2006-04-137-12/+33
| | | | | | - a script which gets address via ldd and resolves address via addr2line would be nice - fixed a leak in child_sa with new detective ;-)
* - some improvements to new asn1 stuffMartin Willi2006-04-128-452/+305
| | | | | - to be continued
* - fixed bad bugs in kernel interfaceMartin Willi2006-04-125-23/+69
| | | | | | - added some logging info - works now much more stable
* - startet importing pluto ASN1 stuffMartin Willi2006-04-1021-12/+2647
| | | | | - der PKCS#1 key loading works (as it did with der_decoder)
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-10116-1602/+1391
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things