Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 10 | -128/+123 |
| | | | | | fixed compiler warnings | ||||
* | fixed mobike/auth_lifetime in conjunction with p2p-natt | Martin Willi | 2007-12-04 | 2 | -6/+6 |
| | |||||
* | removed redundant server reflexive endpoint debug message | Andreas Steffen | 2007-12-04 | 1 | -1/+0 |
| | |||||
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 5 | -3/+31 |
| | |||||
* | added more ./configure build options for | Martin Willi | 2007-12-03 | 3 | -30/+66 |
| | | | | | | | | EAP-Identity module ipsec tools (openac, scepclient) optional charon/pluto build charon stroke interface | ||||
* | moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵ | Martin Willi | 2007-12-03 | 8 | -34/+294 |
| | | | | payload order) | ||||
* | added a "libcharon-" prefix to plugins to avoid conflicts | Martin Willi | 2007-12-03 | 1 | -24/+24 |
| | |||||
* | some return code changes proposed by Marius Tomaschewski | Andreas Steffen | 2007-11-29 | 1 | -15/+35 |
| | |||||
* | ipsec and starter exit with LSB-compliant return codes | Andreas Steffen | 2007-11-28 | 2 | -57/+108 |
| | |||||
* | socket_t implementation withouth raw sockets | Martin Willi | 2007-11-26 | 5 | -323/+917 |
| | | | | | | --disable-raw-socket configure option prevents charon/pluto to run in parallel | ||||
* | improving [3361]: moved one of the added return values | Tobias Brunner | 2007-11-22 | 1 | -1/+2 |
| | |||||
* | added two return statements comitted by Marius Tomaschewski | Andreas Steffen | 2007-11-21 | 2 | -1/+3 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 17 | -161/+381 |
| | | | | | 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 memrchr compiler warning | Martin Willi | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | fixed two leaks in stroke_interface | Martin Willi | 2007-11-19 | 1 | -6/+4 |
| | |||||
* | indentation of list.cs | Andreas Steffen | 2007-11-18 | 1 | -45/+45 |
| | |||||
* | handle right=%any case in strongSwan manager | Andreas Steffen | 2007-11-17 | 3 | -9/+19 |
| | |||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 3 | -3/+40 |
| | |||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 5 | -608/+391 |
| | |||||
* | be less agressive, but more verbose in killing charon | Martin Willi | 2007-11-15 | 1 | -1/+6 |
| | |||||
* | added IKE IP addresses to config list for manager | Martin Willi | 2007-11-15 | 1 | -5/+6 |
| | |||||
* | 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 |
| | |||||
* | changed session timeout to 15 minutes | Martin Willi | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | implemented IKE_SA initiation in manager | Martin Willi | 2007-11-13 | 16 | -105/+275 |
| | |||||
* | implemented configuration query and IKE_SA initiation in XML interface | Martin Willi | 2007-11-13 | 2 | -46/+324 |
| | |||||
* | configuration query for manager (WIP) | Martin Willi | 2007-11-12 | 9 | -3/+375 |
| | |||||
* | implemented IKE/CHILD_SA close through manager | Martin Willi | 2007-11-12 | 10 | -11/+267 |
| | |||||
* | implemented IKE/CHILD_SA termination through XML interface | Martin Willi | 2007-11-12 | 2 | -1/+101 |
| | |||||
* | the _updown scripts now fully supports ip6tables firewall rule insertion and ↵ | Andreas Steffen | 2007-11-07 | 1 | -28/+154 |
| | | | | deletion | ||||
* | version bumpt to 4.1.9 | Andreas Steffen | 2007-11-06 | 2 | -1/+3 |
| | |||||
* | fixed ipv6 target in _updown script | Andreas Steffen | 2007-11-06 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | request_t.redirect takes variable argument list | Martin Willi | 2007-10-19 | 3 | -19/+43 |
| | | | | | | request_t.serve to serve non-template data fixed dispatcher thread locking code | ||||
* | corrected typos | Andreas Steffen | 2007-10-17 | 1 | -2/+2 |
| | |||||
* | corrected brief | Andreas Steffen | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | corrected brief | Andreas Steffen | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | added hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2007-10-12 | 2 | -0/+50 |
| | |||||
* | added get_publicKeyInfo() method | Andreas Steffen | 2007-10-12 | 2 | -79/+38 |
| | |||||
* | added create_certificate_iterator() method | Andreas Steffen | 2007-10-12 | 2 | -5/+20 |
| | |||||
* | added x509_build_generalNames() and x509_build_subjectAltNames() functions | Andreas Steffen | 2007-10-12 | 2 | -32/+165 |
| | |||||
* | added x509_ prefix to imported parse functions | Andreas Steffen | 2007-10-12 | 4 | -3/+12 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-12 | 2 | -0/+4 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-10-12 | 1 | -1/+2 |
| | |||||
* | added briefs | Andreas Steffen | 2007-10-12 | 1 | -4/+11 |
| | |||||
* | implemented pkcs1_write() method | Andreas Steffen | 2007-10-12 | 2 | -21/+32 |
| |