Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | increase debug level from 1 to 2 | Andreas Steffen | 2007-10-08 | 1 | -1/+1 | |
| | ||||||
* | completed pkcs7 parsing methods | Andreas Steffen | 2007-10-07 | 2 | -456/+274 | |
| | ||||||
* | added eme_pkcs1_decrypt() method | Andreas Steffen | 2007-10-07 | 2 | -18/+80 | |
| | ||||||
* | added error message in case of incorrect padding | Andreas Steffen | 2007-10-07 | 1 | -0/+3 | |
| | ||||||
* | added RCSID | Andreas Steffen | 2007-10-07 | 1 | -0/+2 | |
| | ||||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 2 | -4/+14 | |
| | ||||||
* | added strneq(x,y,len) macro | Andreas Steffen | 2007-10-07 | 4 | -0/+1000 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-10-07 | 1 | -0/+3 | |
| | ||||||
* | use RCSID | Andreas Steffen | 2007-10-06 | 6 | -7/+8 | |
| | ||||||
* | activated Id property | Andreas Steffen | 2007-10-06 | 98 | -96/+98 | |
| | ||||||
* | activated Id property | Andreas Steffen | 2007-10-06 | 1 | -1/+1 | |
| | ||||||
* | activated Id property | Andreas Steffen | 2007-10-06 | 1 | -1/+1 | |
| | ||||||
* | 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 memory leak | Martin Willi | 2007-10-04 | 1 | -0/+1 | |
| | ||||||
* | implemented an optional DH public value test | Martin Willi | 2007-10-04 | 2 | -125/+125 | |
| | | | | some other cleanups, using RFC2631 variable names | |||||
* | cleanups, fixes and simplification of diffie hellman code | Martin Willi | 2007-10-04 | 1 | -123/+96 | |
| | ||||||
* | implemented enumerator for linked_list | Martin Willi | 2007-10-04 | 2 | -1/+63 | |
| | ||||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 8 | -5/+5 | |
| | ||||||
* | fixed sqlite_backend compilation to respect changes from [3238] | Martin Willi | 2007-10-04 | 1 | -1/+1 | |
| | ||||||
* | version bump to 4.1.8 | Andreas Steffen | 2007-10-04 | 2 | -1/+3 | |
| | ||||||
* | 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 |