aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/network
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-285-933/+0
| | | | | - applied patch for charon
* - identification_t supports now almost all id typesMartin Willi2006-04-241-1/+1
| | | | | | - x509 certificates work with identification_t now - fixes here, fixes there
* - startet importing pluto ASN1 stuffMartin Willi2006-04-101-0/+2
| | | | | - der PKCS#1 key loading works (as it did with der_decoder)
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-102-14/+11
| | | | | | | | | - 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-054-598/+4
|
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-234-8/+83
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-8/+8
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-072-35/+94
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - fixed socket code, so we know on which address we receive trafficMartin Willi2006-02-163-53/+272
| | | | | - AH/ESP setup in kernel is working now!!! :-)))
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-1/+1
| | | | | - near to working state ;-)
* ../svn-commit.tmpMartin Willi2005-12-071-1/+1
|
* - code cleanup in network and configMartin Willi2005-12-066-68/+238
| | | | | - moved packet_t members to private, added getter and setters
* - started implementation of netlink kernel interfaceMartin Willi2005-12-042-31/+60
|
* - logging cleanupMartin Willi2005-12-041-1/+0
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - fixesMartin Willi2005-12-021-16/+34
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-012-24/+70
|
* - implemented sa_configMartin Willi2005-12-012-0/+34
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* - implemented and tested ts_payload_tJan Hutter2005-11-292-2/+91
|
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - globals packed in a daemonMartin Willi2005-11-291-5/+5
|
* - changed allocation behaviorMartin Willi2005-11-295-71/+58
|
* - return value cleanupMartin Willi2005-11-283-30/+16
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-1/+0
| | | | | - cleanup of docs in transforms
* changed enum and structs names to _tJan Hutter2005-11-246-18/+25
|
* - moved host_t from util to networkMartin Willi2005-11-234-3/+298
|
* - created new makefilesJan Hutter2005-11-231-3/+0
|
* - unmanaged buildMartin Willi2005-11-231-0/+27
|
* - moved packet and socket in new network-packageMartin Willi2005-11-234-0/+492