aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Expand)AuthorAgeFilesLines
...
* added two return statements comitted by Marius TomaschewskiAndreas Steffen2007-11-211-1/+2
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-2010-145/+332
* 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
* typoTobias Brunner2007-10-021-1/+1
* do not attempt to encrypt payloads without crypter or signer (allows to overr...Tobias Brunner2007-10-021-0/+7
* 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
* get_first_payload_type for message_tTobias Brunner2007-10-022-2/+21
* dummy callback added to interface managerTobias Brunner2007-10-022-48/+34
* remove control sockets on startup, as we don't have privileges on shutdownMartin Willi2007-10-022-9/+5
* improved debugging code for traffic selector processingMartin Willi2007-10-021-7/+15
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-018-42/+45
* removed accidentally checked in debugging codeMartin Willi2007-10-011-4/+0
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-018-12/+87
* fixed stuid()/setgid() and error handlingMartin Willi2007-10-011-2/+12
* implemented more aggressive MOBIKE path probingMartin Willi2007-09-284-24/+100
* fixed CHILD_SA SPI byte order in XML interfaceMartin Willi2007-09-281-1/+1
* changed inheritable capability set to the permitted one to execute firewall s...Martin Willi2007-09-281-2/+1
* reduced debbugging levelMartin Willi2007-09-271-1/+1
* made add_ip()/del_ip() calls synchron (waiting until kernel event received)Martin Willi2007-09-271-21/+90
* typosTobias Brunner2007-09-273-4/+4
* refactored strongswan managerMartin Willi2007-09-264-30/+93
* improved MOBIKE roaming between interfacesMartin Willi2007-09-245-20/+31
* removed some empty linesAndreas Steffen2007-09-181-2/+0
* return argument has type size_tAndreas Steffen2007-09-181-1/+1
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-189-84/+454
* connection name to IKE_SA initiatingAndreas Steffen2007-09-152-2/+3
* put IKE_SA and CHILD_SA names in single quotesAndreas Steffen2007-09-153-6/+6
* log name of IKE_SA in state changesAndreas Steffen2007-09-151-1/+2
* log name of established IKE_SAAndreas Steffen2007-09-151-4/+8
* log name of established CHILD_SAAndreas Steffen2007-09-151-2/+4