aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Collapse)AuthorAgeFilesLines
...
* added hostaccess supportAndreas Steffen2006-09-251-0/+1
|
* added auth_method fieldAndreas Steffen2006-09-181-0/+29
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-1/+1
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-052-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 Willi2006-08-301-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 upMartin Willi2006-07-211-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 rightprotoportMartin Willi2006-07-051-0/+2
|
* generation of default keyAndreas Steffen2006-07-031-0/+23
|
* cosmeticsAndreas Steffen2006-07-031-1/+1
|
* added support of updown parameterAndreas Steffen2006-07-031-0/+1
|
* fixed execv call args to work when using strictcrl and syslogMartin Willi2006-06-201-1/+1
|
* handling of "rekey=no" parameter addedMartin Willi2006-06-151-5/+18
|
* changed default algorithms to:Martin Willi2006-06-151-2/+2
| | | | | | ike: aes128-sha-modp2048 esp: aes128-sha1, 3des-md5
* added strictcrlpolicy command line argumentAndreas Steffen2006-06-141-1/+5
|
* support for stroke listcerts|listcacerts|listall and left|rightca=Andreas Steffen2006-06-121-1/+1
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-0/+5
| | | | | loading lifetime policies from ipsec.conf
* corrected typeAndreas Steffen2006-06-091-1/+1
|
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-092-11/+16
|
* created IPv6 environmentAndreas Steffen2006-06-062-17/+22
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-302-8/+13
|
* - policies contain a connections name nowMartin Willi2006-05-292-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 bufferAndreas Steffen2006-05-291-118/+95
|
* - build gets perl and gperf from configure nowMartin Willi2006-05-241-6/+1
| | | | | - moved built sources to maintainer-clean
* - updated ipsec.conf manual to reflect actual state ofMartin Willi2006-05-231-5/+5
| | | | | keyexchange-parameter
* - changed config load strategy:Martin Willi2006-05-232-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 Willi2006-05-232-537/+603
| | | | | should conform now to IKEv2
* - removed lex, yacc and gperf output from svn,Martin Willi2006-05-195-3947/+4
| | | | | added them to "dist" and "distclean"
* - added missing ipsec.conf.5 to distribution :-/Martin Willi2006-05-191-1/+1
|
* - added missing ipsec.conf ipsec.conf.5Martin Willi2006-05-193-2/+1343
| | | | | - existing ipsec.conf won't get overwritten anymore
* - added ipsec.conf template and man page backMartin Willi2006-05-181-0/+2
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* - applied andreas's patchMartin Willi2006-05-181-98/+99
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - added random source ./configure optionsMartin Willi2006-05-171-2/+0
| | | | | - fixed default-pkcs11 option
* - introduced autotoolsMartin Willi2006-05-1614-274/+97
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* - fixed stroke error output to starterMartin Willi2006-05-101-76/+87
|
* - applied patch from andreasMartin Willi2006-05-069-713/+672
| | | | | | - added charonstart option to config - new ikev2 tests for UML
* - applied patch from andreasMartin Willi2006-05-042-434/+460
| | | | | | | | - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there
* (no commit message)Martin Willi2006-04-2835-0/+9841