Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | using "left" as my host per default, swapping to "right" when needed | Martin Willi | 2007-02-15 | 1 | -2/+2 | |
| | ||||||
* | enabled adding and deleting ca information records | Andreas Steffen | 2007-02-14 | 3 | -2/+38 | |
| | ||||||
* | fixed starter crash due to freeing default IPSEC_EAPDIR string | Andreas Steffen | 2007-02-14 | 1 | -6/+20 | |
| | ||||||
* | add --eapdir option only if defined in ipsec.conf | Andreas Steffen | 2007-02-14 | 1 | -2/+5 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 8 | -25/+48 | |
| | | | | | includes a lot of other modifications | |||||
* | added config option for BEET mode | Martin Willi | 2007-01-03 | 2 | -1/+14 | |
| | ||||||
* | negated POLICY_REAUTH to POLICY_DONT_REAUTH | Andreas Steffen | 2006-12-21 | 2 | -4/+3 | |
| | ||||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 2 | -2/+5 | |
| | | | | | support for the type=transport/tunnel parameter in charon | |||||
* | first try to update ipsec.conf manual | Martin Willi | 2006-12-19 | 1 | -334/+69 | |
| | ||||||
* | implemented reauthentication using the new reauth=yes|no parameter | Martin Willi | 2006-12-19 | 6 | -2/+19 | |
| | ||||||
* | fixed stddef.h include | Martin Willi | 2006-12-14 | 2 | -2/+2 | |
| | ||||||
* | fixed HAVE_BACKTRACE checks | Martin Willi | 2006-12-11 | 1 | -2/+2 | |
| | | | | starter Makefile now uses proper $(COMPILE) to build pluto objects | |||||
* | added XAUTH support | Andreas Steffen | 2006-12-05 | 4 | -3/+13 | |
| | ||||||
* | solved 64 bit issue in push/pop stroke interface | Andreas Steffen | 2006-10-31 | 1 | -1/+1 | |
| | ||||||
* | 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 verbosity level to stroke | Martin Willi | 2006-10-24 | 1 | -0/+3 | |
| | ||||||
* | 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 |