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 | 40 | -31/+5104 |
| | |||||
* | 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 | ||||
* | added missing enumerator implementation | Martin Willi | 2007-10-03 | 1 | -0/+44 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | ignore : separators in hex input | Andreas Steffen | 2007-09-25 | 1 | -65/+120 |
| | |||||
* | fixed bug occuring with multiple queued Quick Modes and NAT Traversal | Andreas Steffen | 2007-09-25 | 1 | -3/+2 |
| | |||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 5 | -20/+31 |
| | |||||
* | correct build of the ac signature | Andreas Steffen | 2007-09-19 | 1 | -2/+11 |
| | |||||
* | replace sizeof(buf) by BUF_LEN | Andreas Steffen | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | recovered lost asn1_init() function | Andreas Steffen | 2007-09-18 | 1 | -0/+14 |
| | |||||
* | declared timetoasn1()function | Andreas Steffen | 2007-09-18 | 1 | -0/+1 |
| | |||||
* | moved position of timetoas1n | Andreas Steffen | 2007-09-18 | 1 | -36/+23 |
| | |||||
* | added all required includes | Andreas Steffen | 2007-09-18 | 3 | -7/+5 |
| | |||||
* | fixed to bugs in optionsfrom.c | Andreas Steffen | 2007-09-18 | 1 | -0/+4 |
| |