Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -226/+0 |
| | |||||
* | Match to private use algorithms only if we know we are talking to strongSwan | Martin Willi | 2010-01-07 | 1 | -1/+2 |
| | |||||
* | moved traffic_selectors from charon to libstrongswan | Andreas Steffen | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -26/+26 |
| | |||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 1 | -20/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -2/+3 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | added %P printf handler for poposal_t | Martin Willi | 2008-06-12 | 1 | -0/+10 |
| | | | | added some proposal selection debugging code | ||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -25/+22 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -76/+38 |
| | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -1/+9 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -0/+2 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -1/+1 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 1 | -14/+10 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -16/+16 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 1 | -3/+30 |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | ||||
* | specifying keysize in bits, as it is required in IKEv2 | Martin Willi | 2006-06-09 | 1 | -1/+1 |
| | | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs | ||||
* | further work for rekeying: | Martin Willi | 2006-06-07 | 1 | -45/+19 |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+269 |