Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added Andreas Eigenmann and Joel Stillhart to copyright statement4.1.7 | Andreas Steffen | 2007-10-03 | 1 | -2/+3 |
| | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 41 | -31/+5114 |
| | |||||
* | proper cleanup on error | Martin Willi | 2007-10-03 | 1 | -2/+4 |
| | |||||
* | more libstrongswan-like error handling in optionsfrom | Martin Willi | 2007-10-03 | 3 | -53/+36 |
| | |||||
* | added inbound and outbound arrows to ESP SPIs | Andreas Steffen | 2007-10-03 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | selection from multiple PSK in ipsec.secrets | Andreas Steffen | 2007-10-03 | 1 | -1/+5 |
| | |||||
* | reformulation | Andreas Steffen | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | added missing enumerator implementation | Martin Willi | 2007-10-03 | 1 | -0/+44 |
| | |||||
* | check for NAT faking log entry | Andreas Steffen | 2007-10-02 | 1 | -0/+1 |
| | |||||
* | added force-udp-encaps scenario | Andreas Steffen | 2007-10-02 | 8 | -0/+184 |
| | |||||
* | added mobike=no to net2net scenarios | Andreas Steffen | 2007-10-02 | 8 | -2/+10 |
| | |||||
* | switched mobike-nat and mobike-virtual-ip scenarios to a virtual IP of 10.3.0.3 | Andreas Steffen | 2007-10-02 | 6 | -16/+16 |
| | |||||
* | version bump to 4.1.7 | Andreas Steffen | 2007-10-02 | 2 | -2/+2 |
| | |||||
* | activated the libstrongswan integrity test | Andreas Steffen | 2007-10-02 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | destruction helper macros | Tobias Brunner | 2007-10-02 | 1 | -1/+11 |
| | |||||
* | 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 |
| | |||||
* | updated NEWS for 4.1.7 | Martin Willi | 2007-10-02 | 1 | -0/+13 |
| | |||||
* | dummy callback added to interface manager | Tobias Brunner | 2007-10-02 | 2 | -48/+34 |
| | |||||
* | added thread initialization/deinitialization hooks | Martin Willi | 2007-10-02 | 6 | -32/+78 |
| | | | | | moved empty_enumerator to a public implementation | ||||
* | 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 |
| | |||||
* | renamed force_encap to forceencaps (as it is named in openswan) | Martin Willi | 2007-10-02 | 4 | -4/+4 |
| | |||||
* | fixed path to the local libstrongswan build | Andreas Steffen | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 9 | -42/+46 |
| | | | | 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 | 16 | -12/+101 |
| | | | | | 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 |
| | |||||
* | fixed updown script privilige inheritance for pluto, too | Martin Willi | 2007-09-28 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | implemented proper argument parsing code | Martin Willi | 2007-09-28 | 1 | -29/+22 |
| | |||||
* | removed colons from session cookie | Martin Willi | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | implemented SHA1 encrypted passwords for manager | Martin Willi | 2007-09-27 | 5 | -7/+57 |
| | |||||
* | added vsyslog to leak detectives white list | Martin Willi | 2007-09-27 | 4 | -5/+11 |
| | | | | removed debugging hook on openac cleanup | ||||
* | updated TODO | Martin Willi | 2007-09-26 | 1 | -15/+4 |
| | |||||
* | fixed argument processing bug | Martin Willi | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 41 | -1219/+722 |
| | | | | | | | | 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 | ||||
* | cleaning up | Andreas Steffen | 2007-09-25 | 1 | -47/+98 |
| | |||||
* | updated openac man page | Andreas Steffen | 2007-09-25 | 1 | -22/+7 |
| | |||||
* | updated copyright | Andreas Steffen | 2007-09-25 | 2 | -8/+4 |
| |