aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* include pipe-thin-green icons in distribution4.1.10Andreas Steffen2007-12-191-0/+1
|
* set nexthop default value to 0::0 in IPv6 connectionsAndreas Steffen2007-12-192-5/+10
|
* make config view in strongSwan manager look similar to ikesa viewAndreas Steffen2007-12-186-30/+83
|
* fixed EAP-MD5 to accept Name attribute in challengeMartin Willi2007-12-181-1/+2
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-1319-79/+226
|
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
|
* ported EAP-AKA branch into trunkMartin Willi2007-12-134-8/+1591
|
* sbindir is required in the PATH of ipsecAndreas Steffen2007-12-121-1/+1
|
* sbindir is required in the PATH of _updownAndreas Steffen2007-12-122-1/+2
|
* fixed error in the ordering of the certinfo_t records in the ocsp cache that ↵Andreas Steffen2007-12-121-1/+1
| | | | caused multiple entries of the same serial number to be created. This was caused by the iterator_t method insert_after() that inserts a record in the first instead of the last position of a linked list if the end of the list is reached. Fix: use linked_list_t method insert_last() instead.
* define a minimum PATH environmentAndreas Steffen2007-12-121-0/+4
|
* aligned error messagesAndreas Steffen2007-12-121-3/+7
|
* merged EAP-MD5 into trunkMartin Willi2007-12-124-0/+349
|
* accept unknown attributes in config payloadsMartin Willi2007-12-091-1/+1
|
* fixed build when using --disable-plutoMartin Willi2007-12-071-5/+5
|
* version bump to 4.1.10Andreas Steffen2007-12-042-1/+3
|
* removed c++ style comments4.1.9Martin Willi2007-12-0410-128/+123
| | | | | fixed compiler warnings
* fixed mobike/auth_lifetime in conjunction with p2p-nattMartin Willi2007-12-042-6/+6
|
* removed redundant server reflexive endpoint debug messageAndreas Steffen2007-12-041-1/+0
|
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-035-3/+31
|
* added more ./configure build options forMartin Willi2007-12-033-30/+66
| | | | | | | | EAP-Identity module ipsec tools (openac, scepclient) optional charon/pluto build charon stroke interface
* moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵Martin Willi2007-12-038-34/+294
| | | | payload order)
* added a "libcharon-" prefix to plugins to avoid conflictsMartin Willi2007-12-031-24/+24
|
* some return code changes proposed by Marius TomaschewskiAndreas Steffen2007-11-291-15/+35
|
* ipsec and starter exit with LSB-compliant return codesAndreas Steffen2007-11-282-57/+108
|
* socket_t implementation withouth raw socketsMartin Willi2007-11-265-323/+917
| | | | | | --disable-raw-socket configure option prevents charon/pluto to run in parallel
* improving [3361]: moved one of the added return valuesTobias Brunner2007-11-221-1/+2
|
* added two return statements comitted by Marius TomaschewskiAndreas Steffen2007-11-212-1/+3
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-2017-161/+381
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* fixed callback_job cancellation for threads waiting in the busMartin Willi2007-11-193-10/+50
|
* fixed memrchr compiler warningMartin Willi2007-11-191-0/+2
|
* fixed two leaks in stroke_interfaceMartin Willi2007-11-191-6/+4
|
* indentation of list.csAndreas Steffen2007-11-181-45/+45
|
* handle right=%any case in strongSwan managerAndreas Steffen2007-11-173-9/+19
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-163-3/+40
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-155-608/+391
|
* be less agressive, but more verbose in killing charonMartin Willi2007-11-151-1/+6
|
* added IKE IP addresses to config list for managerMartin Willi2007-11-151-5/+6
|
* filtering out IKEv1 configurations for managerMartin Willi2007-11-151-0/+5
|
* fixed daemon kill before threads are spawnedMartin Willi2007-11-141-7/+5
|
* fixed NO_PROPOSAL_CHOSEN response on IKE_SA_INITMartin Willi2007-11-141-0/+2
|
* changed session timeout to 15 minutesMartin Willi2007-11-131-1/+1
|
* implemented IKE_SA initiation in managerMartin Willi2007-11-1316-105/+275
|
* implemented configuration query and IKE_SA initiation in XML interfaceMartin Willi2007-11-132-46/+324
|
* configuration query for manager (WIP)Martin Willi2007-11-129-3/+375
|
* implemented IKE/CHILD_SA close through managerMartin Willi2007-11-1210-11/+267
|
* implemented IKE/CHILD_SA termination through XML interfaceMartin Willi2007-11-122-1/+101
|
* the _updown scripts now fully supports ip6tables firewall rule insertion and ↵Andreas Steffen2007-11-071-28/+154
| | | | deletion
* version bumpt to 4.1.9Andreas Steffen2007-11-062-1/+3
|
* fixed ipv6 target in _updown scriptAndreas Steffen2007-11-061-2/+2
|