aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* removed dependencies from libtncAndreas Steffen2010-11-091-3/+1
|
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-095-5/+9
|
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-094-0/+18
|
* tnccs header cosmeticsAndreas Steffen2010-11-092-8/+7
|
* imv/imc header cosmeticsAndreas Steffen2010-11-094-41/+45
|
* implemented receive_message() functionAndreas Steffen2010-11-099-2/+172
|
* support of reportMessageTypes() functionAndreas Steffen2010-11-0911-23/+175
|
* moved TNCCS callback functions into bind_function.cAndreas Steffen2010-11-096-147/+186
|
* implemented send_message() callback functionAndreas Steffen2010-11-095-50/+110
|
* implement IMC and IMV manager classesAndreas Steffen2010-11-0920-84/+753
|
* check if optional terminate() function existsAndreas Steffen2010-11-092-2/+4
|
* added connection management to TNCCS managerAndreas Steffen2010-11-092-2/+88
|
* select TNCCS protocol via charon.plugins.eap-tnc.protocolAndreas Steffen2010-11-091-1/+6
|
* changed ACL properties of header filesAndreas Steffen2010-11-093-0/+0
|
* cleaned up whitespaceAndreas Steffen2010-11-096-12/+11
|
* implemented IMC/IMV handlerAndreas Steffen2010-11-0920-29/+1259
|
* fixed memory leak in EAP-TTLS piggy-back modeAndreas Steffen2010-11-091-0/+1
|
* Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manuallyMartin Willi2010-11-033-27/+128
|
* two fixes in tnccs_11Andreas Steffen2010-11-021-2/+2
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-285-12/+42
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Migrated proposal_t to INIT/METHOD macrosMartin Willi2010-10-281-80/+54
|
* Migrated proposal_substructure to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-235/+111
|
* Migrated sa_payload to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-179/+113
|
* fixed 64 bit printf() issueAndreas Steffen2010-10-241-1/+1
|
* Updated Android.mk to latest Makefile.am.Tobias Brunner2010-10-211-1/+3
|
* Set ownership of all HA ClusterIP control filesMartin Willi2010-10-201-0/+5
|
* Set ownership/permissions of HA control socketMartin Willi2010-10-201-1/+9
|
* Prefer the 'server identifier' attribute address to send DHCP requests toMartin Willi2010-10-181-5/+13
|
* Some Doxygen fixes.Tobias Brunner2010-10-154-5/+5
|
* Missed one unneeded destructor.Tobias Brunner2010-10-151-4/+0
|
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-1511-78/+104
| | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated.
* Added some generated files to .gitignore.Tobias Brunner2010-10-151-1/+0
|
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
|
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-1429-1815/+0
|
* Avoid recursive loop if no socket implementations are loaded.Tobias Brunner2010-10-141-2/+13
|
* Maemo: Load CA certificates from system directories.Tobias Brunner2010-10-141-6/+58
|
* Maemo: Track the status of the current SA and send changes to the frontend.Tobias Brunner2010-10-141-31/+97
|
* Maemo: Properly unregister the RPC callbacks.Tobias Brunner2010-10-141-0/+6
|
* Maemo: Plugin implements the listener_t interface.Tobias Brunner2010-10-142-0/+51
|
* Maemo: Extracted most plugin code to a separate class, so we can use that as ↵Tobias Brunner2010-10-144-283/+396
| | | | listener.
* Maemo: Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-10-141-0/+2
|
* Maemo: Basic functionality added to notify the applet about status updates.Tobias Brunner2010-10-141-0/+16
|
* Maemo: Clear the credentials before each connection attempt.Tobias Brunner2010-10-141-0/+2
|
* Maemo: Listen for a special "Start" D-BUS call.Tobias Brunner2010-10-141-1/+5
| | | | This call is made on the system D-BUS so that charon is started as root.
* Maemo: Added support for connection initiation and shutdown.Tobias Brunner2010-10-141-0/+181
|
* Maemo: Register with libosso and init Glib main loop.Tobias Brunner2010-10-142-0/+83
|
* Maemo: Register charon as D-BUS system service.Tobias Brunner2010-10-142-0/+8
| | | | | | In order to be able to access this service via libosso, charon is started with the run-standalone.sh script, which sets up the required environment.
* Stub plugin for Maemo specific extensions added.Tobias Brunner2010-10-144-0/+121
|
* Do not add additional addresses to MOBIKE path probing messages.Tobias Brunner2010-10-121-10/+12
|
* Change behavior of responder during roaming.Tobias Brunner2010-10-121-16/+17
| | | | | | If the current source address is not available anymore, the responder uses ike_mobike_t.roam, thus, uses multiple address combinations when trying to notify the initiator.