aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
* ../svn-commit.tmpMartin Willi2006-04-05171-1355/+674
|
* - added misssing stroke.hMartin Willi2006-04-053-5/+91
|
* - improved strokeingMartin Willi2006-04-0421-361/+1026
| | | | | | | - down connection - status - some other tweaks
* - rewrote a lot of RSA stuffMartin Willi2006-03-3026-923/+1535
| | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works!
* - starter work on asn1 with der de/encoderMartin Willi2006-03-2435-248/+1857
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-2359-761/+460
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - patch for strongswan-2.6.3Martin Willi2006-03-211-0/+867
| | | | | | - added charon support for strongswan build process - ipsec starter supports charon startup and control
* - some cleanupsMartin Willi2006-03-211-11/+43
| | | | | | - compatibility to strongswan, Makefile can be called by "make programs" and "make install" (ikev2 patch must be applied to strongswan)
* - first version of stroke control utilityMartin Willi2006-03-211-0/+137
|