Age | Commit message (Collapse) | Author |
|
* use @id for identification when it's specified.
It can be used even if local-ip is not 0.0.0.0
* extend syntax check for id to allow specifying hostnames
* fix ipsec.secrets generation -
if specified always use ids for local and remote peer
(cherry picked from commit 3e7a4e45af00c11e6009d38fd97c67c2de0fa145)
|
|
(cherry picked from commit cb9ed22ae45d03fa37148273d02cef4a9a179d1d)
|
|
each connection when config changes. `ipsec update` in strongswan determines
any changes in ipsec.conf and updates the configuration on running daemon
(cherry picked from commit 55b703e669e0f792c04d29541d8fe00d2a9d624b)
|
|
Remove CLI support and back-end code for unsupported parameters
* No aggressive mode support in strongswan
* remove syslog facility.level CLI. strongswan uses
authpriv facility by default, no syslog parameter support
* remove Robert's disable-uniqreqids option for now. need to get
strongswan to do the same thing first
Remove Openswan specific parameters added to workaroung bugs
* remove plutowait, this was added to workaround Openswan Bug 412
* remove nhelpers, this was added to workaround Openswan Bug 198
Other Changes
* add '!' at the end of ike and esp proposal list to signify end of list
* replace `ipsec start` commands with built-in commands for
`ipsec starter` control utility
* replace `ipsec auto` with `ipsec whack` commands. Still need to figure
out if `ipsec auto --add|--up $connection` could be replaces by simply
using `ipsec update` in stronswan
* change pluto.ctl path
|
|
|
|
|
|
|
|
|
|
* issue warning when none of site-to-site peers, remote access l2tp/pptp set
|
|
local-ip 0.0.0.0 got "no connection named <>"
|
|
|
|
|
|
drops all interfaces.
Add a check to prevent deleting ipsec if it's referenced by cluster.
(cherry picked from commit b17d768af5845cb5b74e9ba8c6d8f8e2701bb0f6)
|
|
name and "" enclosed phrases
|
|
Previously, the ipsec setup script would fail the commit if the IPv4
address given in the local-ip parameter was not configured on
one of the ipsec-interfaces at the time that the commit took place.
This causes problems for PPP interfaces that may be configured, but
down for operational reasons. This change makes the setup script more
liberal. It will allow the commit to complete, but issue a warning
the address, they can restart ipsec. PPP has logic to restart
ipsec when a link comes up.
|
|
The "interfaces=..." entry in the /etc/ipsec.conf file needs to list
the actual interfaces we are using only if the underlying kernel IPsec
support is provided by KLIPS. In our case, we are using NETKEY, so
we don't need to list our interfaces there. Not listing them makes
ipsec startup a bit more robust.
|
|
X.X.X.X of peer "X.X.X.X" has not been configured in any of the local.
|
|
There were two definitions of $log
|
|
Bug 4021
Don't die if local ip not configured.
|
|
Use 3 argument open
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update license text from VPL 1.0 to GPLv2
|
|
uninitialized value error. Bug 2772 fix.
|
|
|
|
treat all other error codes as errors. Bug 2671 fix. Also added settings 'nhelpers=5' to mitigate Openswan Bug 412 and 'plutowait=yes' to mitigate Openswan Bug 198.
|
|
warnings.
|
|
|
|
|
|
|
|
- Add .gitignore
- Remove Changelog
|
|
|