Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Throw an alert if authentication of the peer fails (not only for initiator). | Tobias Brunner | 2011-08-12 | 2 | -36/+29 | |
| | ||||||
* | Throw an alert when the peer address cannot be resolved during initiation. | Tobias Brunner | 2011-08-12 | 2 | -0/+3 | |
| | ||||||
* | Throw an alert via bus_t when remote authentication fails. | Tobias Brunner | 2011-08-12 | 2 | -11/+18 | |
| | ||||||
* | support capability metadata | Andreas Steffen | 2011-08-11 | 3 | -35/+105 | |
| | ||||||
* | Verify that executables are available and set (pluto|charon)start accordingly. | Tobias Brunner | 2011-08-11 | 1 | -0/+30 | |
| | | | | | | | | Some distributions enable both daemons but then distribute the executables in two separate packages. If only one package is installed but both daemons are enabled in ipsec.conf, starter will try to start the non existing daemon over and over again, and will each time readd the configs to the other daemon. | |||||
* | define server_cert in strongswan.conf | Andreas Steffen | 2011-08-10 | 1 | -6/+16 | |
| | ||||||
* | getting rid of axis2.html configuration | Andreas Steffen | 2011-08-10 | 3 | -27/+59 | |
| | ||||||
* | output PEP device addresses as metadata | Andreas Steffen | 2011-08-10 | 3 | -1/+100 | |
| | ||||||
* | classify an EAP identity as a username | Andreas Steffen | 2011-08-10 | 3 | -10/+18 | |
| | ||||||
* | refactoring of tnc-ifmap plugin | Andreas Steffen | 2011-08-10 | 2 | -269/+253 | |
| | ||||||
* | publish all IKE_SA metadata after tnc-ifmap plugin reload | Andreas Steffen | 2011-08-10 | 3 | -6/+56 | |
| | ||||||
* | implemented tnc-ifmap reload method | Andreas Steffen | 2011-08-10 | 1 | -1/+20 | |
| | ||||||
* | moved ifmap code into tnc_ifmap_soap | Andreas Steffen | 2011-08-10 | 5 | -482/+641 | |
| | ||||||
* | free device_name in destroy() | Andreas Steffen | 2011-08-10 | 1 | -1/+2 | |
| | ||||||
* | set device_name via strongswan.conf | Andreas Steffen | 2011-08-10 | 1 | -4/+15 | |
| | ||||||
* | fixed delete filters | Andreas Steffen | 2011-08-10 | 1 | -8/+13 | |
| | ||||||
* | check for publishReceived response | Andreas Steffen | 2011-08-10 | 1 | -0/+13 | |
| | ||||||
* | added authenticated-by metadata | Andreas Steffen | 2011-08-10 | 1 | -5/+58 | |
| | ||||||
* | first working publish of metadata | Andreas Steffen | 2011-08-10 | 1 | -25/+143 | |
| | ||||||
* | added some XML syntax checking | Andreas Steffen | 2011-08-10 | 1 | -10/+85 | |
| | ||||||
* | implemented purgePublisher command | Andreas Steffen | 2011-08-10 | 1 | -0/+49 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | combined newSession and newSessionResult | Andreas Steffen | 2011-08-10 | 1 | -35/+39 | |
| | ||||||
* | newSession and endSession work | Andreas Steffen | 2011-08-10 | 2 | -26/+90 | |
| | ||||||
* | created tnc-ifmap plugin | Andreas Steffen | 2011-08-10 | 6 | -0/+377 | |
| | ||||||
* | Fixed syntax in MySQL script. | Tobias Brunner | 2011-08-08 | 1 | -2/+3 | |
| | ||||||
* | Install and use libtls as dynamic library, as we have our private libdir now | Martin Willi | 2011-08-08 | 1 | -1/+1 | |
| | ||||||
* | Migrated simaka_message to INIT/METHOD macros | Martin Willi | 2011-08-08 | 1 | -62/+38 | |
| | ||||||
* | Migratd simaka_crypto to INIT/METHOD macros | Martin Willi | 2011-08-08 | 1 | -55/+39 | |
| | ||||||
* | Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵ | Martin Willi | 2011-08-08 | 62 | -440/+674 | |
| | | | | registered by name | |||||
* | Add a non-clonig variant of eap_payload_create_data | Martin Willi | 2011-08-08 | 2 | -2/+23 | |
| | ||||||
* | Install and link libsimaka as dynamic library | Martin Willi | 2011-08-08 | 1 | -1/+1 | |
| | ||||||
* | Provide generic object registration by name on libstrongswan | Martin Willi | 2011-08-08 | 2 | -7/+72 | |
| | ||||||
* | Fixed function descriptions | Martin Willi | 2011-08-08 | 1 | -2/+2 | |
| | ||||||
* | Migrated peer_cfg_t to INIT/METHOD macros. | Tobias Brunner | 2011-08-03 | 2 | -173/+122 | |
| | ||||||
* | Show error code of Microsoft specific error notify | Martin Willi | 2011-08-03 | 1 | -3/+17 | |
| | ||||||
* | Added Microsoft specific error notify | Martin Willi | 2011-08-03 | 2 | -2/+9 | |
| | ||||||
* | Added tnc Doxygen group to libcharon. | Tobias Brunner | 2011-08-03 | 1 | -0/+3 | |
| | ||||||
* | Moved PEN to libstrongswan Doxygen group. | Tobias Brunner | 2011-08-03 | 1 | -1/+1 | |
| | ||||||
* | Doxygen group for BIO added. | Tobias Brunner | 2011-08-03 | 1 | -0/+3 | |
| | ||||||
* | Disable policy history for pluto.4.5.3 | Tobias Brunner | 2011-08-02 | 1 | -21/+46 | |
| | | | | pluto tracks usage of policies already in its own way. | |||||
* | pluto: --debug-kernel aliasing was not fully complete. | Tobias Brunner | 2011-08-02 | 3 | -1/+3 | |
| | ||||||
* | ha plugin does not need Linux headers anymore | Martin Willi | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | Check for kernel version and use appropriate jhash version in HA plugin | Martin Willi | 2011-08-02 | 1 | -10/+101 | |
| | ||||||
* | jhash.h is not part of the distribution anymore. | Tobias Brunner | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | Remove the Linux jhash.h copy, as the implementation changed for 2.6.37 | Martin Willi | 2011-08-02 | 1 | -143/+0 | |
| | | | | | There are now different version for jhash, use --with-linux-headers targeting the headers of the kernel used with the HA plugin. | |||||
* | Properly initialize ike_sa_t. | Tobias Brunner | 2011-08-01 | 1 | -1/+1 | |
| | ||||||
* | Properly initialize the UCI plugin. | Tobias Brunner | 2011-08-01 | 1 | -2/+2 | |
| | ||||||
* | Build libtncif on Android. | Tobias Brunner | 2011-07-29 | 2 | -2/+29 | |
| | ||||||
* | File lists in Android.mk files updated. | Tobias Brunner | 2011-07-29 | 2 | -1/+3 | |
| |