Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added two return statements comitted by Marius Tomaschewski | Andreas Steffen | 2007-11-21 | 1 | -1/+2 | |
| | ||||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 10 | -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 bus | Martin Willi | 2007-11-19 | 3 | -10/+50 | |
| | ||||||
* | fixed two leaks in stroke_interface | Martin Willi | 2007-11-19 | 1 | -6/+4 | |
| | ||||||
* | handle right=%any case in strongSwan manager | Andreas Steffen | 2007-11-17 | 1 | -3/+3 | |
| | ||||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 1 | -1/+3 | |
| | ||||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 5 | -608/+391 | |
| | ||||||
* | filtering out IKEv1 configurations for manager | Martin Willi | 2007-11-15 | 1 | -0/+5 | |
| | ||||||
* | fixed daemon kill before threads are spawned | Martin Willi | 2007-11-14 | 1 | -7/+5 | |
| | ||||||
* | fixed NO_PROPOSAL_CHOSEN response on IKE_SA_INIT | Martin Willi | 2007-11-14 | 1 | -0/+2 | |
| | ||||||
* | implemented configuration query and IKE_SA initiation in XML interface | Martin Willi | 2007-11-13 | 2 | -46/+324 | |
| | ||||||
* | implemented IKE/CHILD_SA termination through XML interface | Martin Willi | 2007-11-12 | 2 | -1/+101 | |
| | ||||||
* | fixed _updown target for ipv6 | Andreas Steffen | 2007-11-06 | 1 | -1/+1 | |
| | ||||||
* | adding new virtual ip before deleting old one to keep IP on reauthentication | Martin Willi | 2007-10-25 | 1 | -7/+7 | |
| | ||||||
* | added vsignal todo | Martin Willi | 2007-10-25 | 1 | -0/+4 | |
| | ||||||
* | fixed some typos | Martin Willi | 2007-10-05 | 1 | -2/+2 | |
| | ||||||
* | removed recursive mutex and __USE_UNIX98, should fix uClibc build | Martin Willi | 2007-10-05 | 1 | -12/+13 | |
| | ||||||
* | fixed bad cast which resulted in a crash on "ipsec update" | Martin Willi | 2007-10-05 | 1 | -1/+2 | |
| | ||||||
* | fixed sqlite_backend compilation to respect changes from [3238] | Martin Willi | 2007-10-04 | 1 | -1/+1 | |
| | ||||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 32 | -27/+5035 | |
| | ||||||
* | reverted changeset [3215], as we need NULL callback to do asynchronous calls | Martin Willi | 2007-10-03 | 3 | -35/+62 | |
| | | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything | |||||
* | typo | Tobias Brunner | 2007-10-02 | 1 | -1/+1 | |
| | ||||||
* | do not attempt to encrypt payloads without crypter or signer (allows to ↵ | Tobias Brunner | 2007-10-02 | 1 | -0/+7 | |
| | | | | override message rules) | |||||
* | fixed "ipsec statusall" SPI formatting | Martin Willi | 2007-10-02 | 1 | -2/+2 | |
| | ||||||
* | fixed sqlite database path | Martin Willi | 2007-10-02 | 1 | -2/+2 | |
| | ||||||
* | ID payload with explicit payload type | Tobias Brunner | 2007-10-02 | 4 | -69/+20 | |
| | ||||||
* | get_first_payload_type for message_t | Tobias Brunner | 2007-10-02 | 2 | -2/+21 | |
| | ||||||
* | dummy callback added to interface manager | Tobias Brunner | 2007-10-02 | 2 | -48/+34 | |
| | ||||||
* | remove control sockets on startup, as we don't have privileges on shutdown | Martin Willi | 2007-10-02 | 2 | -9/+5 | |
| | ||||||
* | improved debugging code for traffic selector processing | Martin Willi | 2007-10-02 | 1 | -7/+15 | |
| | ||||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 8 | -42/+45 | |
| | | | | fixed bugs in force_encap code | |||||
* | removed accidentally checked in debugging code | Martin Willi | 2007-10-01 | 1 | -4/+0 | |
| | ||||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 8 | -12/+87 | |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | |||||
* | fixed stuid()/setgid() and error handling | Martin Willi | 2007-10-01 | 1 | -2/+12 | |
| | ||||||
* | implemented more aggressive MOBIKE path probing | Martin Willi | 2007-09-28 | 4 | -24/+100 | |
| | | | | | do not queue more than one MOBIKE task | |||||
* | fixed CHILD_SA SPI byte order in XML interface | Martin Willi | 2007-09-28 | 1 | -1/+1 | |
| | ||||||
* | changed inheritable capability set to the permitted one to execute firewall ↵ | Martin Willi | 2007-09-28 | 1 | -2/+1 | |
| | | | | script with CAP_NET_ADMIN | |||||
* | reduced debbugging level | Martin Willi | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | made add_ip()/del_ip() calls synchron (waiting until kernel event received) | Martin Willi | 2007-09-27 | 1 | -21/+90 | |
| | | | | this should fix MOBIKE route migration with virtual IPs | |||||
* | typos | Tobias Brunner | 2007-09-27 | 3 | -4/+4 | |
| | ||||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 4 | -30/+93 | |
| | | | | | | | | 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 | |||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 5 | -20/+31 | |
| | ||||||
* | removed some empty lines | Andreas Steffen | 2007-09-18 | 1 | -2/+0 | |
| | ||||||
* | return argument has type size_t | Andreas Steffen | 2007-09-18 | 1 | -1/+1 | |
| | ||||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 9 | -84/+454 | |
| | ||||||
* | connection name to IKE_SA initiating | Andreas Steffen | 2007-09-15 | 2 | -2/+3 | |
| | ||||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 3 | -6/+6 | |
| | ||||||
* | log name of IKE_SA in state changes | Andreas Steffen | 2007-09-15 | 1 | -1/+2 | |
| | ||||||
* | log name of established IKE_SA | Andreas Steffen | 2007-09-15 | 1 | -4/+8 | |
| | ||||||
* | log name of established CHILD_SA | Andreas Steffen | 2007-09-15 | 1 | -2/+4 | |
| |