aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_netlink
Commit message (Collapse)AuthorAgeFilesLines
...
* added support for AES counter mode in ESPMartin Willi2009-04-271-1/+1
| | | | proposal keywords: aes128ctr aes192ctr aes256ctr
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-1/+1
| | | | added schedule_job_ms for ms resolution events
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-171-3/+9
|
* updated DoxyfileMartin Willi2009-03-243-3/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* hiding XFRM message names from netlinkAndreas Steffen2009-01-092-26/+30
|
* renamed chunkAndreas Steffen2009-01-091-2/+2
|
* refactored DBG3 output of sent XFRM messagesAndreas Steffen2009-01-092-72/+41
|
* DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-3/+74
|
* initial size of 1 is nonsenseTobias Brunner2008-12-101-1/+1
|
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-051-1/+1
|
* implemented the policy cache in kernel_netlink_ipsec_t with a hash table ↵Tobias Brunner2008-12-041-41/+54
| | | | instead of a linked list.
* fixed double free of host in selector2tsMartin Willi2008-12-031-27/+24
|
* moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc buildMartin Willi2008-11-241-0/+5
|
* consider interfaces we do not monitor as up (e.g. lo)Martin Willi2008-11-181-1/+2
| | | | fixes load-testing against 127.0.0.1
* completed migration of MIPv6 connectionsAndreas Steffen2008-11-161-3/+2
|
* using aligned buffers for netlinkMartin Willi2008-11-143-14/+23
|
* fixed encap enabling in xfrm (using new encap state, not the old one)Martin Willi2008-11-141-3/+3
|
* do not use a route if outgoing interface is downMartin Willi2008-11-141-54/+81
| | | | other cleanups
* rta->rta_len is NOT the payload data length, use RTA_PAYLOAD(rta) instead!Martin Willi2008-11-141-2/+3
|
* do not use public interface for functions which are local anywayMartin Willi2008-11-141-57/+54
|
* fixed compiler warningMartin Willi2008-11-111-2/+2
|
* fixing a memory leakTobias Brunner2008-11-111-3/+7
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-19/+121
|
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-071-1/+1
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-053-47/+55
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-053-51/+72
|
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
|
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
|
* updated copyright of kernel interface codeAndreas Steffen2008-11-031-0/+1
|
* added support for xfrm remote kmaddressAndreas Steffen2008-11-031-4/+5
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-14/+30
|
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-021-18/+61
|
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
|
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
|
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-311-10/+75
|
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-141-90/+74
| | | | gives us better control of keymat in CHILD_SA
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-173/+10
|
* faster implementation of addr_in_subnet()Andreas Steffen2008-10-091-13/+14
|
* ignore routing events for our own routesMartin Willi2008-10-081-0/+6
|
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-6/+13
|
* correct fix that replaces Changeset 4378Andreas Steffen2008-10-081-4/+6
|
* removing fix applied by Changeset 4378Andreas Steffen2008-10-081-4/+2
|
* fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang ↵Andreas Steffen2008-10-071-2/+4
| | | | Steudel, TU Ilmenau
* userland support to process notifies for new NAT mappings detected in UDP ↵Martin Willi2008-10-071-1/+62
| | | | encapsulation
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-253-6/+6
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-259-0/+3610