Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support of mixed RSA/PSK static connections | Andreas Steffen | 2006-10-25 | 1 | -8/+16 | |
| | ||||||
* | support of ipsec statusall in state output | Andreas Steffen | 2006-10-25 | 1 | -1/+1 | |
| | ||||||
* | output of 'DPD active' in ISAKMP SAs | Andreas Steffen | 2006-10-25 | 1 | -6/+9 | |
| | ||||||
* | support of ipsec statusall in state output | Andreas Steffen | 2006-10-25 | 1 | -2/+2 | |
| | ||||||
* | added natip support | Andreas Steffen | 2006-10-25 | 1 | -2/+5 | |
| | ||||||
* | added has_natip flag | Andreas Steffen | 2006-10-25 | 1 | -0/+1 | |
| | ||||||
* | added ModeCfg push policy and states | Andreas Steffen | 2006-10-25 | 1 | -1/+4 | |
| | ||||||
* | added ModeCfg push policy and states | Andreas Steffen | 2006-10-25 | 1 | -10/+16 | |
| | ||||||
* | fixed typo in debug statement | Andreas Steffen | 2006-10-25 | 1 | -2/+2 | |
| | ||||||
* | redesigned list output format | Andreas Steffen | 2006-10-25 | 1 | -6/+9 | |
| | ||||||
* | added 'modeconfig=pull|push' and 'left|rightnatip' keywords | Andreas Steffen | 2006-10-25 | 5 | -1/+35 | |
| | ||||||
* | added has_natip flag | Andreas Steffen | 2006-10-25 | 1 | -3/+4 | |
| | ||||||
* | added has_natip flag | Andreas Steffen | 2006-10-25 | 1 | -0/+1 | |
| | ||||||
* | added 'exit' statement in listcerts,.. case | Andreas Steffen | 2006-10-25 | 1 | -0/+1 | |
| | ||||||
* | fixed two bugs in the time_t and chunk_ct print functions | Andreas Steffen | 2006-10-25 | 1 | -5/+2 | |
| | ||||||
* | redesigned format of print function | Andreas Steffen | 2006-10-25 | 2 | -46/+55 | |
| | ||||||
* | replaced 'times' by 'dates' | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | added private flag to asn1_init | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | added private flag to asn1_ctx_t | Andreas Steffen | 2006-10-25 | 2 | -16/+25 | |
| | ||||||
* | removed DES-EDE3-CBC only comment | Andreas Steffen | 2006-10-25 | 1 | -2/+1 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 31 | -522/+359 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 26 | -550/+311 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | |||||
* | added verbosity level to stroke | Martin Willi | 2006-10-24 | 4 | -8/+31 | |
| | ||||||
* | code cleanups in printf handlers | Martin Willi | 2006-10-20 | 2 | -43/+39 | |
| | ||||||
* | added eap authentication draft for ikev2 | Martin Willi | 2006-10-18 | 1 | -0/+729 | |
| | ||||||
* | updated stroke to allow run-time manipulation of debug levels | Martin Willi | 2006-10-18 | 4 | -45/+8 | |
| | ||||||
* | added charondebug config parameter to set debug level at startup | Martin Willi | 2006-10-18 | 6 | -4/+52 | |
| | ||||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 129 | -6119/+3943 | |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | |||||
* | removed module tests, outdated. We need something more system-test like | Martin Willi | 2006-10-18 | 62 | -8203/+0 | |
| | ||||||
* | added missing -DDEBUG compile option | Andreas Steffen | 2006-10-18 | 1 | -0/+3 | |
| | ||||||
* | fixed auxillary message data parsing for IPV6 socket | Martin Willi | 2006-10-09 | 1 | -14/+12 | |
| | | | | using SOL_* constants for socket level | |||||
* | fixed IPV6_PKTINFO setsockopt() to work with most kernel headers | Martin Willi | 2006-10-09 | 1 | -28/+22 | |
| | | | | | replaced strerror(errno) with %m printf specifier | |||||
* | cosmetics | Andreas Steffen | 2006-10-06 | 1 | -20/+83 | |
| | ||||||
* | added USE_LIBCURL | Andreas Steffen | 2006-10-06 | 1 | -1/+11 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-10-06 | 1 | -6/+11 | |
| | ||||||
* | version bump to 4.0.5 | Andreas Steffen | 2006-10-03 | 2 | -3/+5 | |
| | ||||||
* | fixed DPD to survive IKE_SA rekeying | Martin Willi | 2006-09-28 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Martin Willi | 2006-09-27 | 12 | -308/+392 | |
| | ||||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 26 | -203/+1300 | |
| | | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there | |||||
* | added often used RFCs and drafts | Martin Willi | 2006-09-27 | 9 | -0/+29363 | |
| | ||||||
* | fixed retransmission policy for responder | Martin Willi | 2006-09-25 | 3 | -9/+9 | |
| | ||||||
* | fixed dpd for responder | Martin Willi | 2006-09-25 | 3 | -0/+19 | |
| | ||||||
* | added ID_ANY check to matches_binary() | Andreas Steffen | 2006-09-25 | 1 | -0/+5 | |
| | ||||||
* | replaced 'missing value' warning by zero length chunk_t value | Andreas Steffen | 2006-09-25 | 1 | -1/+2 | |
| | ||||||
* | defined maximum hash size | Andreas Steffen | 2006-09-25 | 1 | -0/+1 | |
| | ||||||
* | support of AES-192-CBC private key encryption | Andreas Steffen | 2006-09-25 | 1 | -5/+10 | |
| | ||||||
* | added hostaccess support | Andreas Steffen | 2006-09-25 | 2 | -0/+3 | |
| | ||||||
* | added hostaccess support | Andreas Steffen | 2006-09-25 | 1 | -0/+2 | |
| | ||||||
* | moved auth_method to policy | Andreas Steffen | 2006-09-25 | 1 | -5/+7 | |
| | ||||||
* | added hostaccess support | Andreas Steffen | 2006-09-25 | 1 | -3/+5 | |
| |