Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updown: Allow IPIP traffic if IPComp was negotiated | Tobias Brunner | 2014-01-23 | 1 | -0/+31 |
| | | | | | | | | | | | The kernel implicitly creates an IPIP SA if an IPComp SA is installed. This SA is used inbound for small packets that are not compressed. Since the addresses are different (they are the tunnel addresses not those of the tunneled traffic) additional rules are required if the traffic selector does not cover the tunnel addresses (e.g. due to a NAT). For SAs with multiple traffic selectors duplicate rules will get installed. | ||||
* | updown: Add PLUTO_IPCOMP to indicate if IPComp was negotiated | Tobias Brunner | 2014-01-23 | 1 | -0/+3 |
| | |||||
* | updown: Properly configure ICMP[v6] message type and code in firewall rules | Tobias Brunner | 2013-10-17 | 1 | -4/+29 |
| | |||||
* | updown: Pass ICMP[v6] message type and code to updown script | Tobias Brunner | 2013-10-17 | 1 | -2/+4 |
| | | | | The type is passed in $PLUTO_MY_PORT and the code in $PLUTO_PEER_PORT. | ||||
* | updown: Install forwarding rules with the actually used protocol | Martin Willi | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | updown: Add a PLUTO_PROTO variable set to 'ah' or 'esp' | Martin Willi | 2013-10-11 | 1 | -1/+4 |
| | |||||
* | updown: remove description of unsupported PLUTO_ variables | Martin Willi | 2013-08-08 | 1 | -26/+0 |
| | | | | These have been set by pluto, but are not by charons updown plugin. | ||||
* | updown: pass IKE_SA unique ID in PLUTO_UNIQUEID | Emanuil Hristov | 2013-05-16 | 1 | -0/+3 |
| | |||||
* | Use the GEN silent rule when generating files with sed | Martin Willi | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | Added a note to _updown for the new PLUTO_MY_SOURCEIP* variables | Martin Willi | 2012-08-30 | 1 | -2/+6 |
| | |||||
* | Add description about DNS server variables to _updown | Martin Willi | 2012-08-21 | 1 | -0/+6 |
| | |||||
* | updown script variable is called PLUTO_UDP_ENC | Andreas Steffen | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | documented the new PLUTO environment variables available in the updown script | Andreas Steffen | 2010-07-17 | 1 | -2/+12 |
| | |||||
* | rename environment variable to PLUTO_XAUTH_ID | Andreas Steffen | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | make an optional XAUTH user ID available in the updown script | Andreas Steffen | 2010-06-08 | 1 | -0/+3 |
| | |||||
* | Use macros to define --with options | Martin Willi | 2009-09-07 | 2 | -6/+6 |
| | |||||
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -10/+10 |
| | |||||
* | _updown script fix for ALT Linux, courtesy of Michael Shigorin | Andreas Steffen | 2009-05-29 | 1 | -9/+6 |
| | |||||
* | some typos | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -7/+2 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 1 | -0/+1 |
| | |||||
* | eliminated bashisms in _updown scripts | Andreas Steffen | 2008-07-18 | 1 | -24/+28 |
| | |||||
* | sbindir is required in the PATH of _updown | Andreas Steffen | 2007-12-12 | 2 | -1/+2 |
| | |||||
* | define a minimum PATH environment | Andreas Steffen | 2007-12-12 | 1 | -0/+4 |
| | |||||
* | the _updown scripts now fully supports ip6tables firewall rule insertion and ↵ | Andreas Steffen | 2007-11-07 | 1 | -28/+154 |
| | | | | deletion | ||||
* | fixed ipv6 target in _updown script | Andreas Steffen | 2007-11-06 | 1 | -2/+2 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-08 | 2 | -2/+2 |
| | |||||
* | _updown removed from distribution | Andreas Steffen | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | set ignore properties | Andreas Steffen | 2007-08-28 | 1 | -2/+0 |
| | |||||
* | default routing table/prio: 220/220 (as 19530 was invalid) | Martin Willi | 2007-08-27 | 2 | -1/+2 |
| | | | | added configure option --with-routing-table-prio= | ||||
* | added --with-routing-table= configure option | Martin Willi | 2007-08-27 | 2 | -1/+8 |
| | |||||
* | improved source routing table creation | Andreas Steffen | 2007-08-03 | 1 | -3/+3 |
| | |||||
* | use table 100 for source routing | Andreas Steffen | 2007-08-03 | 1 | -10/+22 |
| | |||||
* | do not delete existing routes with NETKEY | Andreas Steffen | 2007-06-08 | 1 | -0/+7 |
| | |||||
* | insert route only in case of sourceip | Andreas Steffen | 2007-06-06 | 1 | -10/+24 |
| | |||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 3 | -22/+3 |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | ||||
* | (no commit message) | Martin Willi | 2006-04-28 | 4 | -0/+546 |