aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/message.c
Commit message (Collapse)AuthorAgeFilesLines
* - created encoding packageMartin Willi2005-11-231-877/+0
|
* - changed include pathsMartin Willi2005-11-231-10/+10
|
* - added get_responder_spi functionJan Hutter2005-11-221-0/+10
|
* - memory leak fixedJan Hutter2005-11-221-0/+1
|
* - allready partly workingJan Hutter2005-11-211-10/+2
|
* - cleaned up loggingMartin Willi2005-11-211-21/+48
|
* - current payload type was read at wrong locationJan Hutter2005-11-211-3/+5
|
* - added cloning of already generated packetJan Hutter2005-11-211-1/+7
|
* - baschtelMartin Willi2005-11-181-2/+8
| | | | - works initiating, results in shared secret
* - changed ike_sa_id interfaceMartin Willi2005-11-181-7/+18
| | | | | - definition of private ike_sa methods
* - added build_message to ike_saMartin Willi2005-11-181-29/+5
| | | | - removed is_initiator in message, flag is stored in ike_sa_id
* (no commit message)Martin Willi2005-11-181-0/+7
|
* - redefined logger levelsMartin Willi2005-11-181-4/+4
|
* ""Martin Willi2005-11-171-2/+6
|
* (no commit message)Jan Hutter2005-11-171-2/+1
|
* - added verify functionalityJan Hutter2005-11-171-8/+13
|
* - parse_body improvedJan Hutter2005-11-171-13/+159
|
* - started to implement message type checkJan Hutter2005-11-171-14/+168
|
* - processing of incoming message in worker thread programmedJan Hutter2005-11-161-5/+35
|
* - spi_t replaced with u_int64_tJan Hutter2005-11-161-6/+41
|
* - implemented generate-methodMartin Willi2005-11-161-20/+184
| | | | - untested
* - fixed bad SVN issues, should all work again nowMartin Willi2005-11-141-1/+2
| | | | | - does not compile, need rewrite of parser and generator
* - logger in utilsMartin Willi2005-11-111-2/+2
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - moved queues into subfolder queuesMartin Willi2005-11-111-2/+3
| | | | - created subdirectory utils for linked_list_t and co.
* - wrote public functions to set and get important values of a messageJan Hutter2005-11-101-1/+76
|
* generator now has its generator_context which is used to generate more Jan Hutter2005-11-101-0/+120
| | | | then one payload in sequence...
* - started to implement messageJan Hutter2005-11-101-7/+37
|
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-3/+0
|
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-1/+2
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-11/+11
|
* - implemented create and destroy functionJan Hutter2005-11-081-0/+54
|
* - created header and c file for this type (no content at the moment)Jan Hutter2005-11-081-0/+23