aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* removed c++ style comments4.1.9Martin Willi2007-12-0410-128/+123
| | | | | fixed compiler warnings
* fixed mobike/auth_lifetime in conjunction with p2p-nattMartin Willi2007-12-042-6/+6
|
* removed redundant server reflexive endpoint debug messageAndreas Steffen2007-12-041-1/+0
|
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-035-3/+31
|
* added more ./configure build options forMartin Willi2007-12-033-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 Willi2007-12-038-34/+294
| | | | payload order)
* added a "libcharon-" prefix to plugins to avoid conflictsMartin Willi2007-12-031-24/+24
|
* some return code changes proposed by Marius TomaschewskiAndreas Steffen2007-11-291-15/+35
|
* ipsec and starter exit with LSB-compliant return codesAndreas Steffen2007-11-282-57/+108
|
* socket_t implementation withouth raw socketsMartin Willi2007-11-265-323/+917
| | | | | | --disable-raw-socket configure option prevents charon/pluto to run in parallel
* improving [3361]: moved one of the added return valuesTobias Brunner2007-11-221-1/+2
|
* added two return statements comitted by Marius TomaschewskiAndreas Steffen2007-11-212-1/+3
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-2017-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 busMartin Willi2007-11-193-10/+50
|
* fixed memrchr compiler warningMartin Willi2007-11-191-0/+2
|
* fixed two leaks in stroke_interfaceMartin Willi2007-11-191-6/+4
|
* indentation of list.csAndreas Steffen2007-11-181-45/+45
|
* handle right=%any case in strongSwan managerAndreas Steffen2007-11-173-9/+19
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-163-3/+40
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-155-608/+391
|
* be less agressive, but more verbose in killing charonMartin Willi2007-11-151-1/+6
|
* added IKE IP addresses to config list for managerMartin Willi2007-11-151-5/+6
|
* filtering out IKEv1 configurations for managerMartin Willi2007-11-151-0/+5
|
* fixed daemon kill before threads are spawnedMartin Willi2007-11-141-7/+5
|
* fixed NO_PROPOSAL_CHOSEN response on IKE_SA_INITMartin Willi2007-11-141-0/+2
|
* changed session timeout to 15 minutesMartin Willi2007-11-131-1/+1
|
* implemented IKE_SA initiation in managerMartin Willi2007-11-1316-105/+275
|
* implemented configuration query and IKE_SA initiation in XML interfaceMartin Willi2007-11-132-46/+324
|
* configuration query for manager (WIP)Martin Willi2007-11-129-3/+375
|
* implemented IKE/CHILD_SA close through managerMartin Willi2007-11-1210-11/+267
|
* implemented IKE/CHILD_SA termination through XML interfaceMartin Willi2007-11-122-1/+101
|
* the _updown scripts now fully supports ip6tables firewall rule insertion and ↵Andreas Steffen2007-11-071-28/+154
| | | | deletion
* version bumpt to 4.1.9Andreas Steffen2007-11-062-1/+3
|
* fixed ipv6 target in _updown scriptAndreas Steffen2007-11-061-2/+2
|
* fixed _updown target for ipv6Andreas Steffen2007-11-061-1/+1
|
* adding new virtual ip before deleting old one to keep IP on reauthenticationMartin Willi2007-10-251-7/+7
|
* added vsignal todoMartin Willi2007-10-251-0/+4
|
* request_t.redirect takes variable argument listMartin Willi2007-10-193-19/+43
| | | | | | request_t.serve to serve non-template data fixed dispatcher thread locking code
* corrected typosAndreas Steffen2007-10-171-2/+2
|
* corrected briefAndreas Steffen2007-10-171-1/+1
|
* corrected briefAndreas Steffen2007-10-171-1/+1
|
* added hasher_signature_algorithm_to_oid() functionAndreas Steffen2007-10-122-0/+50
|
* added get_publicKeyInfo() methodAndreas Steffen2007-10-122-79/+38
|
* added create_certificate_iterator() methodAndreas Steffen2007-10-122-5/+20
|
* added x509_build_generalNames() and x509_build_subjectAltNames() functionsAndreas Steffen2007-10-122-32/+165
|
* added x509_ prefix to imported parse functionsAndreas Steffen2007-10-124-3/+12
|
* added RCSIDAndreas Steffen2007-10-122-0/+4
|
* cosmeticsAndreas Steffen2007-10-121-1/+2
|
* added briefsAndreas Steffen2007-10-121-4/+11
|
* implemented pkcs1_write() methodAndreas Steffen2007-10-122-21/+32
|