Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added generic implementations for crl_is_newer/certificate_is_newer | Martin Willi | 2010-05-21 | 8 | -11/+78 |
| | |||||
* | Migrated x509_crl_t to INIT/METHOD macros | Martin Willi | 2010-05-21 | 1 | -95/+70 |
| | |||||
* | Implemented X.509 CRL reading using OpenSSL | Martin Willi | 2010-05-21 | 4 | -1/+606 |
| | |||||
* | Implemented X.509 certificate reading using OpenSSL | Martin Willi | 2010-05-21 | 6 | -2/+1054 |
| | |||||
* | oops, removed stray parenthesis | Andreas Steffen | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Fixed doxygen group | Martin Willi | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Whitelist OpenSSLs ERR_put_error() in leak-detective | Martin Willi | 2010-05-20 | 1 | -0/+1 |
| | | | | | | | As we do not invoke ERR_get/clear_error() in all error cases, the error codes are not removed from the error queue. But it is save to whitelist the put function, as it uses a circular buffer that does not grow beyond ERR_NUM_ERRORS errors (16 by default). | ||||
* | Added a --print command to pki that dumps different credentials | Martin Willi | 2010-05-20 | 2 | -0/+369 |
| | |||||
* | Option to skip slow addr2line resolution in leak-detective | Martin Willi | 2010-05-20 | 7 | -49/+76 |
| | |||||
* | range check for configuration attribute types | Andreas Steffen | 2010-05-20 | 1 | -0/+6 |
| | |||||
* | implement ipsec pool -showattr function | Andreas Steffen | 2010-05-20 | 3 | -0/+57 |
| | |||||
* | removed deprecated use of ipsec pool --attr|del dns|nbns from usage() | Andreas Steffen | 2010-05-20 | 1 | -8/+0 |
| | |||||
* | management of any attribute by ipsec pool | Andreas Steffen | 2010-05-19 | 6 | -218/+693 |
| | |||||
* | checksum_builder() needs the pluto symbol | Andreas Steffen | 2010-05-19 | 1 | -0/+3 |
| | |||||
* | register virtual IPs under the XAUTH identity | Andreas Steffen | 2010-05-18 | 1 | -2/+4 |
| | |||||
* | clarified secret loading debug output | Andreas Steffen | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Typo fixed. | Tobias Brunner | 2010-05-18 | 1 | -2/+2 |
| | |||||
* | implemented xauth as a pluto plugin | Andreas Steffen | 2010-05-18 | 21 | -452/+1035 |
| | |||||
* | Handle collisions between rekey and the following delete properly | Martin Willi | 2010-05-18 | 1 | -27/+63 |
| | |||||
* | Added simple conditional packet receive delay | Martin Willi | 2010-05-18 | 1 | -9/+38 |
| | |||||
* | Added simple conditional packet send delay | Martin Willi | 2010-05-18 | 1 | -2/+39 |
| | |||||
* | Explicitly link gpg-error to gcrypt plugin | Martin Willi | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | encoding of MODE_TUNNEL changed | Andreas Steffen | 2010-05-15 | 2 | -2/+2 |
| | |||||
* | introduced xauth_identity keyword | Andreas Steffen | 2010-05-15 | 10 | -20/+50 |
| | |||||
* | refactoring of Mode Config functionality allows transport and handling of ↵ | Andreas Steffen | 2010-05-14 | 9 | -732/+722 |
| | | | | any attribute | ||||
* | implemented support of resolve plugin | Andreas Steffen | 2010-05-08 | 4 | -240/+268 |
| | |||||
* | include demux.h only once | Andreas Steffen | 2010-05-06 | 1 | -1/+6 |
| | |||||
* | already defined in attributes/attributes.h | Andreas Steffen | 2010-05-06 | 1 | -4/+0 |
| | |||||
* | include state.h only once | Andreas Steffen | 2010-05-06 | 1 | -0/+5 |
| | |||||
* | removed stray file | Andreas Steffen | 2010-05-06 | 1 | -252/+0 |
| | |||||
* | Support decoding of subjectPublicKeyInfo in openssl without pkcs1 plugin | Martin Willi | 2010-05-05 | 2 | -2/+16 |
| | |||||
* | Do not check pointer, but length of a chunk | Martin Willi | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Double-check that a blob passed to is_asn1() is not empty | Martin Willi | 2010-05-05 | 1 | -1/+7 |
| | |||||
* | Do not print filename twice if plugin loading fails, dlerror() contains the ↵ | Martin Willi | 2010-05-05 | 1 | -2/+1 |
| | | | | filename | ||||
* | Implemented base32 encoding of chunks. | Martin Willi | 2010-05-05 | 2 | -0/+75 |
| | |||||
* | moved resolve plugin from libcharon to libhydra | Andreas Steffen | 2010-05-04 | 9 | -11/+263 |
| | |||||
* | Do a proper cleanup when printing usage info. | Tobias Brunner | 2010-05-04 | 1 | -3/+4 |
| | |||||
* | Moved syslog.h include. | Tobias Brunner | 2010-05-04 | 3 | -2/+2 |
| | |||||
* | Compiler warning fixed. | Tobias Brunner | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Add 'flush_line' option to filelog section. | Adrian-Ken Rueegsegger | 2010-05-04 | 1 | -0/+5 |
| | | | | | | The new boolean 'flush_line' option in the filelog section of strongswan.conf specifies if log messages should be flushed to the given file for each new line. | ||||
* | Use reqid from connection config if present. | Reto Buerki | 2010-05-04 | 1 | -2/+6 |
| | |||||
* | Add reqid field and getter function to child_cfg_t. | Reto Buerki | 2010-05-04 | 9 | -11/+34 |
| | |||||
* | Include reqid in stroke add connection message. | Reto Buerki | 2010-05-04 | 2 | -0/+2 |
| | |||||
* | Add reqid keyword to config connection section. | Reto Buerki | 2010-05-04 | 4 | -1/+5 |
| | |||||
* | added getprotobyname to whitelist4.4.0 | Andreas Steffen | 2010-05-02 | 1 | -0/+1 |
| | |||||
* | remove subnet from sourceip | Andreas Steffen | 2010-05-02 | 1 | -0/+2 |
| | |||||
* | final fix for cloning and deleting sourceip strings | Andreas Steffen | 2010-05-02 | 2 | -5/+3 |
| | |||||
* | fixed end->sourceip memory leak in ipsec starter | Andreas Steffen | 2010-05-02 | 1 | -34/+26 |
| | |||||
* | fixed flex parser memory leaks in ipsec starter | Andreas Steffen | 2010-05-02 | 2 | -10/+10 |
| | |||||
* | free config before exiting since library_deinit() calls leak detective | Andreas Steffen | 2010-05-02 | 1 | -4/+3 |
| |