aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding support for the native Linux capabilities interface.Tobias Brunner2010-06-151-11/+35
| | | | | Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible.
* Explicitly refer to LIBCAP in Makefiles.Tobias Brunner2010-06-151-1/+1
|
* refer to correct PLUTO_XAUTH_ID variableAndreas Steffen2010-06-091-1/+1
|
* rename environment variable to PLUTO_XAUTH_IDAndreas Steffen2010-06-081-8/+9
|
* do not destroy xauth_id if phase2 equals phase1 connectionAndreas Steffen2010-06-081-7/+4
|
* make an optional XAUTH user ID available in the updown scriptAndreas Steffen2010-06-081-1/+14
|
* inherit XAUTH identities in Phase 2Heiko Hund2010-06-081-2/+22
|
* Added generated manpages to .gitignoreMartin Willi2010-05-311-0/+1
|
* Adding the version number to the most relevant manual pages.Tobias Brunner2010-05-302-1/+7
|
* Updated and corrected the ipsec.secrets(5) manual page.Tobias Brunner2010-05-301-107/+107
|
* be lenient towards wrong attribute encodingsAndreas Steffen2010-05-281-6/+0
|
* Fixed compiler warning in invocation of crl_is_newer()Martin Willi2010-05-211-1/+1
|
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-212-4/+4
|
* register virtual IPs under the XAUTH identityAndreas Steffen2010-05-181-2/+4
|
* clarified secret loading debug outputAndreas Steffen2010-05-181-1/+1
|
* Typo fixed.Tobias Brunner2010-05-181-2/+2
|
* implemented xauth as a pluto pluginAndreas Steffen2010-05-1820-452/+1034
|
* introduced xauth_identity keywordAndreas Steffen2010-05-153-1/+14
|
* refactoring of Mode Config functionality allows transport and handling of ↵Andreas Steffen2010-05-147-711/+655
| | | | any attribute
* implemented support of resolve pluginAndreas Steffen2010-05-084-240/+268
|
* include demux.h only onceAndreas Steffen2010-05-061-1/+6
|
* already defined in attributes/attributes.hAndreas Steffen2010-05-061-4/+0
|
* include state.h only onceAndreas Steffen2010-05-061-0/+5
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-041-1/+1
|
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
|
* Users of PLUGINS depend on config.status, rebuilding them if plugin ↵Martin Willi2010-04-291-0/+2
| | | | configuration is updated
* do not destroy whack_attr if it hasn't been initializedAndreas Steffen2010-04-291-5/+10
|
* added debug output argumentAndreas Steffen2010-04-281-1/+1
|
* added AES_GMAC output stringAndreas Steffen2010-04-271-1/+1
|
* fixed segfault in pluto with multiple ISAKMP SAs in delete payloadHeiko Hund2010-04-201-2/+20
|
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-192-1/+34
|
* implemented inheritance of virtual IP assigned by Mode Config on the ↵Andreas Steffen2010-04-112-1/+17
| | | | responder side
* show in-memory pools in ipsec statusallAndreas Steffen2010-04-113-1/+36
|
* added missing curly bracketsAndreas Steffen2010-04-111-1/+37
|
* support in-memory pools in swapped connection definitionsAndreas Steffen2010-04-112-19/+19
|
* Explicitly unload plugins before deinitializing libhydra and libstrongswan ↵Tobias Brunner2010-04-061-0/+1
| | | | in pluto.
* Replaced some DBG_LIB with more specific groups.Tobias Brunner2010-04-061-1/+1
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-065-65/+67
|
* Adding support for debug groups in libstrongswan's logger.Tobias Brunner2010-04-061-1/+1
|
* Manually loading the pluto.(n)dns* settings is not needed anymore.Tobias Brunner2010-04-061-53/+1
|
* Store the name of the daemon that initialized libhydra to load ↵Tobias Brunner2010-04-061-1/+1
| | | | daemon-specific settings.
* Added options to whack to query in-memory leases.Tobias Brunner2010-04-061-0/+8
|
* Added function to list the leases of the in-memory pools.Tobias Brunner2010-04-062-0/+89
|
* Delete the in-memory IP address pools if a connection gets deleted.Tobias Brunner2010-04-062-0/+8
| | | | This fixes ipsec reload.
* Use whack_attribute in pluto to provide in-memory IP address pools.Tobias Brunner2010-04-063-7/+23
| | | | | The pools are configured by setting rightsourceip in ipsec.conf to a network in CIDR notation.
* Adding a whack_attribute class which manages in-memory pools in pluto and is ↵Tobias Brunner2010-04-063-0/+347
| | | | very similar to stroke_attribute.
* fixed pluto crash caused by expired leftcert and rightca=%sameAndreas Steffen2010-03-291-2/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-242-17/+19
|
* Init/deinit libhydra in charon and pluto.Tobias Brunner2010-03-242-2/+12
|
* Link pluto and charon to libhydra, fixes monolithic build.Tobias Brunner2010-03-241-0/+2
|