Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | conversion from 8 spaces to 4 spaces per tab | Andreas Steffen | 2009-04-19 | 107 | -40506/+40506 | |
| | ||||||
* | initialize new struct msg_digest | Andreas Steffen | 2009-04-19 | 1 | -0/+3 | |
| | ||||||
* | created pluto and scepclient now use libstrongswan-lite | Andreas Steffen | 2009-04-18 | 17 | -120/+130 | |
| | ||||||
* | pluto and scepclient now use chunk_t from libstrongswan | Andreas Steffen | 2009-04-17 | 3 | -85/+9 | |
| | ||||||
* | ported most of the libstrongswan chunk_t macros to pluto | Andreas Steffen | 2009-04-17 | 22 | -223/+244 | |
| | ||||||
* | strdup() requires <string.h> | Andreas Steffen | 2009-04-17 | 1 | -0/+1 | |
| | ||||||
* | use strdup() in clone_str() macro | Andreas Steffen | 2009-04-17 | 1 | -1/+1 | |
| | ||||||
* | renamed empty_chunk to chunk_empty | Andreas Steffen | 2009-04-17 | 20 | -74/+74 | |
| | ||||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 1 | -2/+0 | |
| | ||||||
* | changed elemsof() macro to countof() | Andreas Steffen | 2009-04-17 | 11 | -15/+13 | |
| | ||||||
* | fixed OID encoding | Andreas Steffen | 2009-04-17 | 1 | -1/+1 | |
| | ||||||
* | port the libstrongswan memory allocation methods to pluto | Andreas Steffen | 2009-04-17 | 40 | -480/+397 | |
| | ||||||
* | flush pluto's event queue | Andreas Steffen | 2009-04-16 | 3 | -2/+22 | |
| | ||||||
* | fixed the longstanding myids memory leak | Andreas Steffen | 2009-04-16 | 3 | -2/+18 | |
| | ||||||
* | pluto uses the libstrongswan leak detective and a stripped-down version of ↵ | Andreas Steffen | 2009-04-16 | 10 | -144/+190 | |
| | | | | library_t | |||||
* | asn1_build_known_oid() includes ASN1_OID tag and length | Andreas Steffen | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | renamed known_oid() to asn1_known_oid() and defined asn1_get_oid() | Andreas Steffen | 2009-04-15 | 7 | -19/+56 | |
| | ||||||
* | INTERNAL_IP6_DNS and INTERNAL_IP6_NBNS options are now fully supported | Andreas Steffen | 2009-04-15 | 1 | -0/+2 | |
| | ||||||
* | added Microsoft proprietary ModeCfg options | Andreas Steffen | 2009-04-15 | 2 | -2/+15 | |
| | ||||||
* | parsing internal DNS and WINS server addresses received via ModeConfig | Andreas Steffen | 2009-04-14 | 1 | -6/+79 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 24 | -118/+377 | |
| | ||||||
* | version bump to 4.3.0 | Andreas Steffen | 2009-03-31 | 1 | -0/+1 | |
| | ||||||
* | fixed copy-and-paste error in vendor.h | Andreas Steffen | 2009-03-30 | 1 | -1/+2 | |
| | ||||||
* | fixed copy-and-paste error in vendor.c | Andreas Steffen | 2009-03-30 | 1 | -1/+1 | |
| | ||||||
* | fixed DPD null state bug4.2.14 | Andreas Steffen | 2009-03-30 | 3 | -4/+6 | |
| | ||||||
* | remove ambiguity by setting parentheses | Andreas Steffen | 2009-03-27 | 1 | -1/+1 | |
| | ||||||
* | fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 ↵ | Andreas Steffen | 2009-03-27 | 1 | -3/+8 | |
| | | | | 03:14:07 UTC 2038 | |||||
* | version bump to 4.2.14 | Andreas Steffen | 2009-03-22 | 2 | -1/+3 | |
| | ||||||
* | the parameters field in an ASN.1 algorithmIdentifier is optional | Andreas Steffen | 2009-03-13 | 1 | -5/+7 | |
| | ||||||
* | workaround for algorithmIdentifiers with missing parameters field | Andreas Steffen | 2009-03-13 | 1 | -1/+1 | |
| | ||||||
* | fixed a use-after-free bug in dpd_timeout() | Andreas Steffen | 2009-03-10 | 3 | -10/+20 | |
| | ||||||
* | version bump to 4.2.13 | Andreas Steffen | 2009-02-21 | 2 | -1/+3 | |
| | ||||||
* | version bump to 4.2.12 | Andreas Steffen | 2009-01-21 | 2 | -1/+3 | |
| | ||||||
* | added message for undefined ocsp status #4 | Andreas Steffen | 2009-01-09 | 1 | -0/+1 | |
| | ||||||
* | version bump to 2.4.11 | Andreas Steffen | 2009-01-08 | 2 | -1/+3 | |
| | ||||||
* | added a --disable-threads ./configure option for pluto | Martin Willi | 2008-12-02 | 1 | -1/+4 | |
| | ||||||
* | added an include hack to build starter without gmp.h | Martin Willi | 2008-11-27 | 2 | -1/+5 | |
| | ||||||
* | fixed pluto out-of-tree builds | Martin Willi | 2008-11-27 | 1 | -2/+2 | |
| | ||||||
* | version bump to 4.2.10 | Andreas Steffen | 2008-11-18 | 2 | -1/+3 | |
| | ||||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 5 | -7/+14 | |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | |||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 2 | -1/+4 | |
| | ||||||
* | use 512 bits of entropy for secret DH exponents | Andreas Steffen | 2008-10-26 | 1 | -1/+1 | |
| | ||||||
* | version bump to 4.2.9 | Andreas Steffen | 2008-10-14 | 2 | -1/+3 | |
| | ||||||
* | version bump to 4.2.8 | Andreas Steffen | 2008-09-18 | 2 | -1/+3 | |
| | ||||||
* | use libcap for capability dropping | Martin Willi | 2008-08-29 | 2 | -18/+22 | |
| | | | | | optional, must be enabled --with-capabilities=libcap will be extended to support --with-capabilities=libcap2 | |||||
* | version bump to 4.2.7 | Andreas Steffen | 2008-08-27 | 2 | -1/+3 | |
| | ||||||
* | fixed improper TAILQ fix which caused pluto to segfault | Andreas Steffen | 2008-08-03 | 1 | -1/+1 | |
| | ||||||
* | fixed the close_peerlog() bug causing ipsec pluto --help to segfault | Andreas Steffen | 2008-08-01 | 1 | -2/+2 | |
| | ||||||
* | version bump to 4.2.6 | Andreas Steffen | 2008-07-28 | 2 | -1/+3 | |
| | ||||||
* | version bump to 4.2.5 | Andreas Steffen | 2008-06-26 | 2 | -1/+3 | |
| |