aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/unity
Commit message (Expand)AuthorAgeFilesLines
* unity: Do not bump TS to 0.0.0.0/0 as initiator when no Split-Include receivedMartin Willi2014-08-251-1/+21
* unity: Handle narrowing according to roles in the IKE_SATobias Brunner2014-08-251-16/+33
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* unity: Send all traffic selectors in a single UNITY_SPLIT_INCLUDE attributeTobias Brunner2014-01-231-35/+47
* unity: Change local TS to 0.0.0.0/0 as responderTobias Brunner2014-01-231-4/+7
* unity: Send UNITY_SPLIT_INCLUDE attributes with proper paddingTobias Brunner2014-01-231-11/+16
* unity: Handle multi-valued UNITY_SPLIT_INCLUDE/UNITY_LOCAL_LAN attributesTobias Brunner2013-07-291-50/+97
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
* unity: Replicate default behavior if no UNITY_SPLIT_INCLUDE attributes were r...Tobias Brunner2013-07-171-11/+32
* unity: Allow UNITY_LOCAL_LAN to be longer than 8 bytesTobias Brunner2013-07-171-1/+1
* unity: Fix memory leak in providerTobias Brunner2013-07-171-0/+1
* unity: Use plugin features to register listener and attribute handler/providerTobias Brunner2013-06-111-10/+39
* unity: Check IKE_SA in only after enumerating virtual IPsTobias Brunner2013-04-051-2/+1
* Merge branch 'vip-shunts'Martin Willi2013-03-011-11/+6
|\
| * Include local address for Unity Split-Exclude shunt policiesMartin Willi2013-02-201-10/+5
* | Use a complete port range in traffic_selector_create_from_{subnet,cidr}Martin Willi2013-02-211-2/+4
|/
* Filter TS list for Split-Includes before printing them to debug logMartin Willi2013-01-211-10/+34
* Fixed some typos, courtesy of codespellTobias Brunner2012-12-201-1/+1
* Do not send 0.0.0.0/0 traffic selectors as Split-Include Unity attributesMartin Willi2012-11-221-2/+6
* Compiler warning fixedTobias Brunner2012-11-021-1/+1
* Exclude dynamic TS from Unity Split-Include attributesMartin Willi2012-10-301-0/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* As Unity responder, don't change the proposed TS at all, racoon doesn't like ...Martin Willi2012-09-182-7/+8
* As initiator, narrow received Unity attributes to configured TSMartin Willi2012-09-181-4/+11
* When using Unity, bump up remote TS as initiator to 0.0.0.0/0, tooMartin Willi2012-09-181-5/+8
* Enable Cisco Unity only if Unity vendor id receivedMartin Willi2012-09-183-2/+5
* Exchange 0.0.0.0/0 traffic selectors with Unity, narrowing after exchangeMartin Willi2012-09-181-22/+87
* Add a Unity attribute provider that adds Split-Includes for TSMartin Willi2012-09-184-1/+232
* Check if subset calculation actually yields a TS in Unity narrowingMartin Willi2012-09-181-1/+5
* Request Unity configuration attributes for IKEv1 onlyMartin Willi2012-09-181-0/+6
* Add Cisco Unity client support for Split-Include and Local-LANMartin Willi2012-09-187-0/+774