aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Collapse)AuthorAgeFilesLines
...
* pluto: Removed KLIPS specific bare shunt scanning.Tobias Brunner2010-09-025-340/+0
|
* pluto: Migrated get_my_cpi to libhydra's kernel interface.Tobias Brunner2010-09-023-82/+10
|
* pluto: Migrated get_ipsec_spi to libhydra's kernel interface.Tobias Brunner2010-09-021-46/+20
|
* Initialize the thread pool in pluto.Tobias Brunner2010-09-021-0/+10
|
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-022-9/+4
| | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations.
* Fixed pluto smartcard support after introducing encryption schemesMartin Willi2010-08-301-2/+2
|
* Fixed documentation of XAUTH in ipsec.secrets.Tobias Brunner2010-08-261-3/+3
|
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-133-12/+14
|
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-104-10/+8
|
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-2/+2
|
* Pass type of requested key in the callback credential setMartin Willi2010-08-041-1/+6
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-044-95/+120
| | | | credential sets
* Updated ipsec.secrets.5 regarding IKEv2 smartcard supportMartin Willi2010-08-041-5/+7
|
* substitute obsolete function calls(bzero/index)Waldemar Brodkorb2010-08-011-1/+1
|
* Fix use of snprintf() in pluto subjectAltName enumerationMartin Willi2010-07-281-0/+4
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-134-21/+32
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-135-12/+12
| | | | encoding
* Charon uses a generic trunstchain length limit, not only for X509 certificatesMartin Willi2010-07-131-0/+2
|
* Added support for named attribute groupsHeiko Hund2010-07-091-4/+4
| | | | | | Add the possibility to group attributes by a name and assign these groups to connections. This allows a more granular configuration of which client will receive what atrributes.
* Ignore IKEv2 packets in pluto with any minor versionMartin Willi2010-06-221-1/+1
|
* 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
|