aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/network/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-457/+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-101-7/+6
| | | | | | | | | - 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
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-4/+40
| | | | | | | - 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-071-24/+75
| | | | | | | | - 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-161-51/+232
| | | | | - 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-061-20/+27
| | | | | - moved packet_t members to private, added getter and setters
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - globals packed in a daemonMartin Willi2005-11-291-5/+5
|
* - changed allocation behaviorMartin Willi2005-11-291-13/+4
|
* changed enum and structs names to _tJan Hutter2005-11-241-2/+6
|
* - moved packet and socket in new network-packageMartin Willi2005-11-231-0/+186