aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-192-595/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-042-29/+29
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-8/+8
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-1/+1
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-081-1/+1
|
* removed obsolete route/unroute code from ike_sa/controllerMartin Willi2009-05-082-157/+0
|
* set IKE_SA on bus to catch unroute event properlyMartin Willi2009-05-051-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* checkin of non-existing IKE_SAsMartin Willi2008-11-261-20/+27
| | | | removed unneeded checkin() return values
* some typosTobias Brunner2008-11-111-3/+3
|
* reintegrated bus-refactoring branchMartin Willi2008-10-142-258/+259
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-182-29/+36
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* reverted [4125],[4166], reimplemented the proper wayMartin Willi2008-07-111-42/+8
|
* added strongswan.conf option charon.reuse_iksa=no to create each CHILD_SA in ↵Martin Willi2008-06-301-8/+42
| | | | a new IKE_SA
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-8/+0
| | | | allows persistent or in-memory caching of fetched certificates
* ike_sa_manager enumerable, not iterableMartin Willi2008-04-142-7/+7
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1310-3834/+79
|
* split connections with different virtual IPs in different peer_cfgsMartin Willi2008-02-052-12/+24
| | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-3/+5
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-14/+28
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* fixed two leaks in stroke_interfaceMartin Willi2007-11-191-6/+4
|
* handle right=%any case in strongSwan managerAndreas Steffen2007-11-171-3/+3
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-152-353/+304
|
* filtering out IKEv1 configurations for managerMartin Willi2007-11-151-0/+5
|
* 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 bad cast which resulted in a crash on "ipsec update"Martin Willi2007-10-051-1/+2
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-4/+59
|
* 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
* fixed "ipsec statusall" SPI formattingMartin Willi2007-10-021-2/+2
|
* 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
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-3/+3
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-2/+3
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* fixed CHILD_SA SPI byte order in XML interfaceMartin Willi2007-09-281-1/+1
|
* reduced debbugging levelMartin Willi2007-09-271-1/+1
|
* refactored strongswan managerMartin Willi2007-09-263-30/+90
| | | | | | | | removed buggy request parsing code, use ClearSilvers CGI kit instead fixed CHILD_SA listing in manager (needs better design) using secure XML communication through unix sockets removed images with questionable (non-GPL) license
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-182-83/+5
|
* adapted format of IKE SPIs to strongSwan Manager's styleAndreas Steffen2007-09-151-2/+2
|
* added subnets of CHILD_SAs to xml interfaceMartin Willi2007-09-141-1/+36
| | | | a first design of Managers IKE_SA list page
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-1/+21
|
* fixed 64bit issue with file descriptorMartin Willi2007-09-131-1/+9
|
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-131-2/+3
|
* added mobike=yes|no connection optionMartin Willi2007-08-291-2/+2
| | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes
* ipsec stroke rereadaacerts|rereadacerts supportedAndreas Steffen2007-08-101-0/+8
|
* support of ipsec rereadsecrets for strokeAndreas Steffen2007-08-101-0/+4
|
* implemented listing of attribute certificatesAndreas Steffen2007-08-071-0/+18
|
* fixed segfault when sourceip in stroke message is NULLMartin Willi2007-08-061-2/+2
|
* allow starter to initiate connections simultaneously (on auto=start)Martin Willi2007-08-062-4/+19
|