Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added charondebug config parameter to set debug level at startup | Martin Willi | 2006-10-18 | 6 | -4/+52 | |
| | ||||||
* | added hostaccess support | Andreas Steffen | 2006-09-25 | 1 | -0/+1 | |
| | ||||||
* | added auth_method field | Andreas Steffen | 2006-09-18 | 1 | -0/+29 | |
| | ||||||
* | implemented handling of dpdaction and dpddelay ipsec.conf parameters | Martin Willi | 2006-09-08 | 1 | -1/+1 | |
| | ||||||
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 2 | -21/+24 | |
| | | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes | |||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 1 | -2/+36 | |
| | | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support | |||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -3/+3 | |
| | | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires | |||||
* | added support for leftprotoport and rightprotoport | Martin Willi | 2006-07-05 | 1 | -0/+2 | |
| | ||||||
* | generation of default key | Andreas Steffen | 2006-07-03 | 1 | -0/+23 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-07-03 | 1 | -1/+1 | |
| | ||||||
* | added support of updown parameter | Andreas Steffen | 2006-07-03 | 1 | -0/+1 | |
| | ||||||
* | fixed execv call args to work when using strictcrl and syslog | Martin Willi | 2006-06-20 | 1 | -1/+1 | |
| | ||||||
* | handling of "rekey=no" parameter added | Martin Willi | 2006-06-15 | 1 | -5/+18 | |
| | ||||||
* | changed default algorithms to: | Martin Willi | 2006-06-15 | 1 | -2/+2 | |
| | | | | | | ike: aes128-sha-modp2048 esp: aes128-sha1, 3des-md5 | |||||
* | added strictcrlpolicy command line argument | Andreas Steffen | 2006-06-14 | 1 | -1/+5 | |
| | ||||||
* | support for stroke listcerts|listcacerts|listall and left|rightca= | Andreas Steffen | 2006-06-12 | 1 | -1/+1 | |
| | ||||||
* | workaround for peers rekeying at the same time | Martin Willi | 2006-06-12 | 1 | -0/+5 | |
| | | | | | loading lifetime policies from ipsec.conf | |||||
* | corrected type | Andreas Steffen | 2006-06-09 | 1 | -1/+1 | |
| | ||||||
* | added support for leftsendcert= and left|rightca= parameters | Andreas Steffen | 2006-06-09 | 2 | -11/+16 | |
| | ||||||
* | created IPv6 environment | Andreas Steffen | 2006-06-06 | 2 | -17/+22 | |
| | ||||||
* | full support of ikev1 and ikev2 connection flags | Andreas Steffen | 2006-05-30 | 2 | -8/+13 | |
| | ||||||
* | - policies contain a connections name now | Martin Willi | 2006-05-29 | 2 | -2/+7 | |
| | | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload | |||||
* | stroke now uses constant size string buffer | Andreas Steffen | 2006-05-29 | 1 | -118/+95 | |
| | ||||||
* | - build gets perl and gperf from configure now | Martin Willi | 2006-05-24 | 1 | -6/+1 | |
| | | | | | - moved built sources to maintainer-clean | |||||
* | - updated ipsec.conf manual to reflect actual state of | Martin Willi | 2006-05-23 | 1 | -5/+5 | |
| | | | | | keyexchange-parameter | |||||
* | - changed config load strategy: | Martin Willi | 2006-05-23 | 2 | -44/+23 | |
| | | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior. | |||||
* | - reimplemented proper IKE SA deletion using a seperate state, | Martin Willi | 2006-05-23 | 2 | -537/+603 | |
| | | | | | should conform now to IKEv2 | |||||
* | - removed lex, yacc and gperf output from svn, | Martin Willi | 2006-05-19 | 5 | -3947/+4 | |
| | | | | | added them to "dist" and "distclean" | |||||
* | - added missing ipsec.conf.5 to distribution :-/ | Martin Willi | 2006-05-19 | 1 | -1/+1 | |
| | ||||||
* | - added missing ipsec.conf ipsec.conf.5 | Martin Willi | 2006-05-19 | 3 | -2/+1343 | |
| | | | | | - existing ipsec.conf won't get overwritten anymore | |||||
* | - added ipsec.conf template and man page back | Martin Willi | 2006-05-18 | 1 | -0/+2 | |
| | | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack | |||||
* | - applied andreas's patch | Martin Willi | 2006-05-18 | 1 | -98/+99 | |
| | | | | | | | - logger output improvements - testin gupdates - and a lot more | |||||
* | - added random source ./configure options | Martin Willi | 2006-05-17 | 1 | -2/+0 | |
| | | | | | - fixed default-pkcs11 option | |||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 14 | -274/+97 | |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | |||||
* | - fixed stroke error output to starter | Martin Willi | 2006-05-10 | 1 | -76/+87 | |
| | ||||||
* | - applied patch from andreas | Martin Willi | 2006-05-06 | 9 | -713/+672 | |
| | | | | | | - added charonstart option to config - new ikev2 tests for UML | |||||
* | - applied patch from andreas | Martin Willi | 2006-05-04 | 2 | -434/+460 | |
| | | | | | | | | - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there | |||||
* | (no commit message) | Martin Willi | 2006-04-28 | 35 | -0/+9841 | |