Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not null-terminate url in hash-and-url payloads | Martin Willi | 2009-10-16 | 1 | -6/+1 |
| | |||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 2 | -51/+1 |
| | |||||
* | INTERNAL_IP6_NETMASK needed for ModeConfig | Andreas Steffen | 2009-10-12 | 2 | -3/+4 |
| | |||||
* | Cleaned up some code of the mediation extension. | Tobias Brunner | 2009-09-04 | 1 | -8/+4 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 18 | -96/+96 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 5 | -23/+23 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 2 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 52 | -1286/+1286 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 4 | -68/+64 |
| | |||||
* | reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵ | Martin Willi | 2009-06-19 | 2 | -7/+8 |
| | | | | issues) | ||||
* | double check that parsing a list consumes all bytes | Martin Willi | 2009-06-17 | 1 | -0/+6 |
| | |||||
* | use signed lengths in parser and generator | Martin Willi | 2009-06-17 | 2 | -18/+18 |
| | |||||
* | fixed copy/paste error in attribute type parsing | Martin Willi | 2009-06-17 | 1 | -1/+0 |
| | |||||
* | resolve clone naming conflict with uclibc | Andreas Steffen | 2009-05-25 | 1 | -2/+2 |
| | |||||
* | fixed dumping of integers in generator | Martin Willi | 2009-05-20 | 1 | -3/+3 |
| | |||||
* | cleanup of generator code | Martin Willi | 2009-05-18 | 2 | -217/+187 |
| | |||||
* | removed unused 64-bit integer parsing rule | Martin Willi | 2009-05-18 | 4 | -66/+0 |
| | |||||
* | do not access unaligned words/half-words directly | Martin Willi | 2009-05-18 | 1 | -11/+15 |
| | |||||
* | cleaned up parser code | Martin Willi | 2009-05-18 | 1 | -199/+173 |
| | |||||
* | removed trailing spaces/tabs | Martin Willi | 2009-05-18 | 1 | -63/+64 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 54 | -108/+0 |
| | |||||
* | add keylength transform attribute for all algorithms with a keylength != 0 | Martin Willi | 2009-04-17 | 1 | -24/+10 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 3 | -60/+97 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 27 | -28/+27 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | typo | Tobias Brunner | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | added two Microsoft proprietary configuration attribute types4.2.11 | Andreas Steffen | 2009-01-20 | 2 | -2/+8 |
| | |||||
* | added notify message types used by RFC 4739 | Andreas Steffen | 2009-01-19 | 2 | -6/+13 |
| | |||||
* | increase nonce size to 32 bytes, required when using SHA384/512 PRFs | Martin Willi | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | removed private parser function pointers, allows compiler to inline | Martin Willi | 2008-11-26 | 1 | -200/+48 |
| | |||||
* | removed private generator function pointers, allows compiler to inline | Martin Willi | 2008-11-26 | 2 | -276/+154 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -2/+2 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 1 | -2/+16 |
| | |||||
* | allow multiple DELETE payloads in an informational message | Martin Willi | 2008-09-11 | 1 | -2/+7 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -1/+1 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts | ||||
* | corrected vendor_id_payload diagram | Andreas Steffen | 2008-06-27 | 1 | -3/+2 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -1/+2 |
| | |||||
* | process payload length more strictly | Martin Willi | 2008-05-23 | 1 | -34/+56 |
| | |||||
* | fixed parsing of UNKNOWN_PAYLOADs | Martin Willi | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | replying to COOKIE2 mobike notify properly4.2.2 | Martin Willi | 2008-05-21 | 1 | -0/+8 |
| | | | | including COOKIE2 ourself after path probing | ||||
* | Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵ | Tobias Brunner | 2008-05-16 | 1 | -7/+21 |
| | | | | in charon. | ||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -0/+8 |
| | |||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 1 | -22/+10 |
| | | | | crypto interfaces | ||||
* | Hash and URL cosmetics | Andreas Steffen | 2008-04-18 | 1 | -4/+4 |
| | |||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 2 | -24/+144 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -18/+10 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | fixing some memory leaks | Tobias Brunner | 2008-04-02 | 1 | -1/+3 |
| | |||||
* | changed order of server and peer reflexive endpoints (and also the priorities) | Tobias Brunner | 2008-03-31 | 2 | -8/+8 |
| | |||||
* | corrected ME_ENDPOINT length check | Tobias Brunner | 2008-03-27 | 1 | -1/+2 |
| | |||||
* | checking the size of ME_* notify payloads | Tobias Brunner | 2008-03-27 | 1 | -1/+21 |
| | |||||
* | replaced the COOKIE notify payload in connectivity checks with a ↵ | Tobias Brunner | 2008-03-27 | 2 | -3/+7 |
| | | | | ME_CONNECTAUTH notify payload |