Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | adapted format of IKE SPIs to strongSwan Manager's style | Andreas Steffen | 2007-09-15 | 1 | -2/+2 | |
| | ||||||
* | added subnets of CHILD_SAs to xml interface | Martin Willi | 2007-09-14 | 1 | -1/+36 | |
| | | | | a first design of Managers IKE_SA list page | |||||
* | peer_cfg now knows about group memberships | Andreas Steffen | 2007-09-13 | 4 | -12/+70 | |
| | ||||||
* | added missing 'break' in checkout_by_peer | Tobias Brunner | 2007-09-13 | 1 | -0/+1 | |
| | ||||||
* | fixed 64bit issue with file descriptor | Martin Willi | 2007-09-13 | 1 | -1/+9 | |
| | ||||||
* | manager can query and list IKE_SA status (no layout yet) | Martin Willi | 2007-09-13 | 1 | -2/+3 | |
| | ||||||
* | only switch to port 4500 if we are on 500: fixed reauthentication in NAT | Martin Willi | 2007-09-12 | 1 | -2/+9 | |
| | | | | scenarios | |||||
* | removed unused chunk variable | Andreas Steffen | 2007-09-12 | 1 | -3/+1 | |
| | ||||||
* | moving virtual IP when interface changes due mobike | Martin Willi | 2007-09-12 | 1 | -0/+11 | |
| | ||||||
* | fixed NAT detection with mobike | Martin Willi | 2007-09-12 | 2 | -7/+7 | |
| | ||||||
* | fixed shutdown order to prevent crash when kernel interface schedules events | Martin Willi | 2007-09-12 | 1 | -1/+1 | |
| | ||||||
* | overwrite shared_key with random bytes before freeing it | Andreas Steffen | 2007-09-11 | 1 | -2/+2 | |
| | ||||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | removed rsa_private_key clone() function | Andreas Steffen | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 2 | -46/+49 | |
| | | | | distribution of private key material | |||||
* | overwrite storage used for shared secrets with pseudo-random bytes before ↵ | Andreas Steffen | 2007-09-10 | 1 | -27/+26 | |
| | | | | releasing it |