aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-13250-10583/+12994
|
* improved P2P_NAT debuggingAndreas Steffen2008-02-272-4/+7
|
* refactored connect_manager_t to use the find functions on linked listsTobias Brunner2008-02-141-157/+65
|
* split connections with different virtual IPs in different peer_cfgsMartin Willi2008-02-054-31/+49
| | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-044-141/+725
| | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'
* use identifiers in EAP_SUCCESS/EAP_FAILURE payloadsMartin Willi2008-02-043-15/+19
|
* next_payload must be of type u_int8_tAndreas Steffen2008-02-011-1/+2
|
* NAT-T conditions were not inherited during IKE_SA rekeyingAndreas Steffen2008-01-291-1/+8
|
* added missing hasher includeMartin Willi2008-01-031-0/+1
|
* 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-1314-66/+185
|
* fixed actual ID length when AT_IDENTITY gets paddedMartin Willi2007-12-131-1/+2
|
* ported EAP-AKA branch into trunkMartin Willi2007-12-133-4/+1588
|
* merged EAP-MD5 into trunkMartin Willi2007-12-123-0/+345
|
* accept unknown attributes in config payloadsMartin Willi2007-12-091-1/+1
|
* 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-031-17/+24
| | | | | | | | 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
|
* 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-211-1/+2
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-2010-145/+332
| | | | | 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 two leaks in stroke_interfaceMartin Willi2007-11-191-6/+4
|
* handle right=%any case in strongSwan managerAndreas Steffen2007-11-171-3/+3
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-161-1/+3
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-155-608/+391
|
* 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
|
* implemented configuration query and IKE_SA initiation in XML interfaceMartin Willi2007-11-132-46/+324
|
* implemented IKE/CHILD_SA termination through XML interfaceMartin Willi2007-11-122-1/+101
|
* fixed _updown target for ipv6Andreas Steffen2007-11-061-1/+1
|
* adding new virtual ip before deleting old one to keep IP on reauthenticationMartin Willi2007-10-251-7/+7
|
* added vsignal todoMartin Willi2007-10-251-0/+4
|
* fixed some typosMartin Willi2007-10-051-2/+2
|
* removed recursive mutex and __USE_UNIX98, should fix uClibc buildMartin Willi2007-10-051-12/+13
|
* fixed bad cast which resulted in a crash on "ipsec update"Martin Willi2007-10-051-1/+2
|
* fixed sqlite_backend compilation to respect changes from [3238]Martin Willi2007-10-041-1/+1
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-0332-27/+5035
|
* reverted changeset [3215], as we need NULL callback to do asynchronous callsMartin Willi2007-10-033-35/+62
| | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything
* typoTobias Brunner2007-10-021-1/+1
|
* do not attempt to encrypt payloads without crypter or signer (allows to ↵Tobias Brunner2007-10-021-0/+7
| | | | override message rules)
* fixed "ipsec statusall" SPI formattingMartin Willi2007-10-021-2/+2
|
* fixed sqlite database pathMartin Willi2007-10-021-2/+2
|
* ID payload with explicit payload typeTobias Brunner2007-10-024-69/+20
|