Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | defined ENCR_TWOFISH and ENCR_SERPENT | Andreas Steffen | 2009-05-08 | 2 | -8/+11 | |
| | ||||||
* | inserted HASH_MD4 in increasing order | Andreas Steffen | 2009-05-07 | 2 | -9/+9 | |
| | ||||||
* | fixed generation of IKEv1 key material | Andreas Steffen | 2009-05-07 | 1 | -7/+17 | |
| | ||||||
* | fixed compiler warnings | Tobias Brunner | 2009-05-07 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of git.strongswan.org:~/strongswan into HEAD | Tobias Brunner | 2009-05-07 | 36 | -1954/+465 | |
|\ | ||||||
| * | instanciate new tasks only if none queued | Martin Willi | 2009-05-07 | 1 | -124/+125 | |
| | | ||||||
| * | properly delete IKE_SA if IKE_SA_INIT processing failed | Martin Willi | 2009-05-07 | 1 | -0/+5 | |
| | | ||||||
| * | announce EAP method initiation once only | Martin Willi | 2009-05-07 | 1 | -2/+0 | |
| | | ||||||
| * | some additional .gitignore's | Martin Willi | 2009-05-07 | 3 | -0/+4 | |
| | | ||||||
| * | added .gitignore files for dumm | Martin Willi | 2009-05-07 | 2 | -0/+5 | |
| | | ||||||
| * | use hash size constants from hasher.h | Andreas Steffen | 2009-05-07 | 5 | -26/+16 | |
| | | ||||||
| * | removed all hash function code from pluto | Andreas Steffen | 2009-05-06 | 19 | -1562/+42 | |
| | | ||||||
| * | all hashes, hmacs and prfs use libstrongswan | Andreas Steffen | 2009-05-06 | 4 | -246/+274 | |
| | | ||||||
| * | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 | |
| | | ||||||
* | | properly convert boolean flags when parsing ipsec.conf | Tobias Brunner | 2009-05-07 | 1 | -3/+11 | |
| | | ||||||
* | | use bool instead of int | Tobias Brunner | 2009-05-07 | 3 | -3/+3 | |
| | | ||||||
* | | 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 | |
| |