aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/network/host.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-365/+0
|
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-3/+24
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - fixed socket code, so we know on which address we receive trafficMartin Willi2006-02-161-0/+23
| | | | | - AH/ESP setup in kernel is working now!!! :-)))
* - code cleanup in network and configMartin Willi2005-12-061-1/+1
| | | | | - moved packet_t members to private, added getter and setters
* - started implementation of netlink kernel interfaceMartin Willi2005-12-041-31/+49
|
* - 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-011-19/+55
|
* - implemented sa_configMartin Willi2005-12-011-0/+25
| | | | | | | | - uses identification - and host - untested - ts need further tuning
* - implemented and tested ts_payload_tJan Hutter2005-11-291-1/+65
|
* - return value cleanupMartin Willi2005-11-281-18/+6
|
* changed enum and structs names to _tJan Hutter2005-11-241-3/+5
|
* - moved host_t from util to networkMartin Willi2005-11-231-0/+171