Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly initialize buffer when printing loaded plugins. | Tobias Brunner | 2009-05-07 | 2 | -0/+2 |
| | |||||
* | more portable handling of the bool data type (Mac OS X has stdbool.h) | Tobias Brunner | 2009-05-06 | 1 | -3/+13 |
| | |||||
* | renamed some conflicting function names | Tobias Brunner | 2009-05-06 | 1 | -4/+4 |
| | |||||
* | gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵ | Tobias Brunner | 2009-05-06 | 1 | -17/+32 |
| | | | | thread-local buffers) | ||||
* | fixed removal of child configs | Martin Willi | 2009-05-06 | 1 | -9/+25 |
| | | | | purge empty peer configs | ||||
* | fixed remove_child_cfg(), use correct enumerator for remove_at | Martin Willi | 2009-05-06 | 1 | -8/+37 |
| | |||||
* | SKEYID derivation based on libstrongswan | Andreas Steffen | 2009-05-05 | 21 | -363/+362 |
| | |||||
* | set IKE_SA on bus to catch unroute event properly | Martin Willi | 2009-05-05 | 1 | -0/+1 |
| | |||||
* | use prfs for IKEv1 hmacs | Andreas Steffen | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | fixed typo | Andreas Steffen | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | added support for AUTH_HMAC_SHA1_160 | Andreas Steffen | 2009-05-04 | 3 | -4/+11 |
| | |||||
* | moved hasher to the correct doxygen group | Martin Willi | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | deleted elgamal.[ch] | Andreas Steffen | 2009-04-30 | 2 | -647/+0 |
| | |||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 27 | -2074/+379 |
| | |||||
* | some typos | Tobias Brunner | 2009-04-30 | 3 | -5/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 772 | -1535/+8 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 120 | -3053/+1409 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 11 | -0/+12 |
| | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 9 | -12/+12 |
| | |||||
* | default plugins for pluto | Andreas Steffen | 2009-04-29 | 3 | -272/+0 |
| | |||||
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 11 | -624/+248 |
| | |||||
* | removed .cvsignore files | Martin Willi | 2009-04-27 | 4 | -14/+0 |
| | |||||
* | added support for AES counter mode in ESP | Martin Willi | 2009-04-27 | 3 | -3/+7 |
| | | | | proposal keywords: aes128ctr aes192ctr aes256ctr | ||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 11 | -19/+11 |
| | |||||
* | fixed nbns handling, missing break | Martin Willi | 2009-04-27 | 1 | -0/+1 |
| | |||||
* | prefer nm plugin over resolv-conf | Martin Willi | 2009-04-27 | 1 | -5/+5 |
| | |||||
* | nm plugin handles DNS/NBNS configuration attributes | Martin Willi | 2009-04-27 | 6 | -8/+283 |
| | |||||
* | release dynamic memory allocated for VIDs | Andreas Steffen | 2009-04-24 | 3 | -9/+20 |
| | |||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 20 | -377/+1095 |
| | | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr) | ||||
* | added return_true/false() dummy functions | Martin Willi | 2009-04-24 | 2 | -0/+26 |
| | |||||
* | version bump to 4.3.1 | Andreas Steffen | 2009-04-24 | 2 | -1/+3 |
| | |||||
* | added cast128 proposal keyword | Andreas Steffen | 2009-04-24 | 1 | -0/+1 |
| | |||||
* | l format modifier outputs garbage on 64 bit platforms | Andreas Steffen | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 4 | -8/+8 |
| | |||||
* | added plugin load mechanism to pluto and scepclient and improved debug output4.3.0 | Andreas Steffen | 2009-04-21 | 4 | -73/+136 |
| | |||||
* | use the regular libstrongswan library initialization | Andreas Steffen | 2009-04-21 | 4 | -178/+3 |
| | |||||
* | fixed a bunch of compiler warnings, pgp end certificate listing | Martin Willi | 2009-04-21 | 5 | -11/+6 |
| | |||||
* | fixed pluto/scepclient out-of-tree builds | Martin Willi | 2009-04-21 | 2 | -3/+4 |
| | |||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 11 | -73/+124 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | fixed indentation of debug output | Andreas Steffen | 2009-04-21 | 1 | -1/+2 |
| | |||||
* | mapped libstrongswan debug level to pluto debug options | Andreas Steffen | 2009-04-21 | 2 | -57/+72 |
| | |||||
* | pluto and scepclient use the regular libstrongswan library | Andreas Steffen | 2009-04-21 | 3 | -21/+3 |
| | |||||
* | dump CHILD_SA keys in loglevel 4 | Martin Willi | 2009-04-21 | 1 | -0/+10 |
| | |||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 38 | -2564/+1517 |
| | |||||
* | fixed IKE_SA rekeying collisions | Martin Willi | 2009-04-20 | 1 | -6/+19 |
| | |||||
* | do not adopt already initiated tasks after rekeying | Martin Willi | 2009-04-20 | 1 | -9/+0 |
| | |||||
* | removed trailing whitespace | Andreas Steffen | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | support of the enum printf_hook | Andreas Steffen | 2009-04-20 | 10 | -681/+677 |
| | |||||
* | already had the correct formatting | Andreas Steffen | 2009-04-20 | 2 | -55/+55 |
| | |||||
* | migrated write_chunk() to chunk_write() | Andreas Steffen | 2009-04-20 | 8 | -81/+25 |
| |