Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | defined PB-TNC types | Andreas Steffen | 2010-11-10 | 3 | -1/+181 | |
| | ||||||
* | append any previously collection messages to batch | Andreas Steffen | 2010-11-10 | 1 | -1/+1 | |
| | ||||||
* | read IMC/IMV configurations from /etc/tnc_config | Andreas Steffen | 2010-11-10 | 6 | -72/+288 | |
| | ||||||
* | unload the IMCs and IMVs using dlclose() | Andreas Steffen | 2010-11-09 | 2 | -26/+39 | |
| | ||||||
* | implemented batch_ending() and solicit_recommendation() functions | Andreas Steffen | 2010-11-09 | 3 | -0/+53 | |
| | ||||||
* | added get_count() method to IMC/IMV managers | Andreas Steffen | 2010-11-09 | 2 | -0/+14 | |
| | ||||||
* | abort if one of the IMCs or IMVs fail to initialize | Andreas Steffen | 2010-11-09 | 4 | -17/+37 | |
| | ||||||
* | removed whitespace | Andreas Steffen | 2010-11-09 | 1 | -1/+1 | |
| | ||||||
* | implemented provide_recommendation callback function | Andreas Steffen | 2010-11-09 | 2 | -3/+13 | |
| | ||||||
* | added imc/imv_manager remove method | Andreas Steffen | 2010-11-09 | 2 | -0/+40 | |
| | ||||||
* | removed dependencies from libtnc | Andreas Steffen | 2010-11-09 | 1 | -3/+1 | |
| | ||||||
* | insert IMV/IMC before providing BindFunction | Andreas Steffen | 2010-11-09 | 4 | -4/+8 | |
| | ||||||
* | tnc_imc/tnc_imv cosmetics | Andreas Steffen | 2010-11-09 | 4 | -0/+18 | |
| | ||||||
* | implemented receive_message() function | Andreas Steffen | 2010-11-09 | 5 | -2/+124 | |
| | ||||||
* | support of reportMessageTypes() function | Andreas Steffen | 2010-11-09 | 6 | -3/+110 | |
| | ||||||
* | moved TNCCS callback functions into bind_function.c | Andreas Steffen | 2010-11-09 | 6 | -147/+186 | |
| | ||||||
* | implemented send_message() callback function | Andreas Steffen | 2010-11-09 | 2 | -46/+35 | |
| | ||||||
* | implement IMC and IMV manager classes | Andreas Steffen | 2010-11-09 | 13 | -66/+602 | |
| | ||||||
* | check if optional terminate() function exists | Andreas Steffen | 2010-11-09 | 2 | -2/+4 | |
| | ||||||
* | select TNCCS protocol via charon.plugins.eap-tnc.protocol | Andreas Steffen | 2010-11-09 | 1 | -1/+6 | |
| | ||||||
* | cleaned up whitespace | Andreas Steffen | 2010-11-09 | 4 | -10/+9 | |
| | ||||||
* | implemented IMC/IMV handler | Andreas Steffen | 2010-11-09 | 8 | -26/+398 | |
| | ||||||
* | fixed memory leak in EAP-TTLS piggy-back mode | Andreas Steffen | 2010-11-09 | 1 | -0/+1 | |
| | ||||||
* | Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manually | Martin Willi | 2010-11-03 | 3 | -27/+128 | |
| | ||||||
* | two fixes in tnccs_11 | Andreas Steffen | 2010-11-02 | 1 | -2/+2 | |
| | ||||||
* | Store proposal number in proposal_t to reuse it in the selected proposal | Martin Willi | 2010-10-28 | 1 | -2/+2 | |
| | | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply. | |||||
* | fixed 64 bit printf() issue | Andreas Steffen | 2010-10-24 | 1 | -1/+1 | |
| | ||||||
* | Set ownership of all HA ClusterIP control files | Martin Willi | 2010-10-20 | 1 | -0/+5 | |
| | ||||||
* | Set ownership/permissions of HA control socket | Martin Willi | 2010-10-20 | 1 | -1/+9 | |
| | ||||||
* | Prefer the 'server identifier' attribute address to send DHCP requests to | Martin Willi | 2010-10-18 | 1 | -5/+13 | |
| | ||||||
* | Some Doxygen fixes. | Tobias Brunner | 2010-10-15 | 2 | -2/+2 | |
| | ||||||
* | Missed one unneeded destructor. | Tobias Brunner | 2010-10-15 | 1 | -4/+0 | |
| | ||||||
* | Deferred instantiation of socket implmentations until registration. | Tobias Brunner | 2010-10-15 | 8 | -56/+28 | |
| | | | | | | 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 Brunner | 2010-10-15 | 1 | -1/+0 | |
| | ||||||
* | suport certificate-based client authentication with EAP-TTLS | Andreas Steffen | 2010-10-14 | 1 | -40/+70 | |
| | ||||||
* | Moved sources of the NetworkManager plugin to src/frontends. | Tobias Brunner | 2010-10-14 | 29 | -1815/+0 | |
| | ||||||
* | Maemo: Load CA certificates from system directories. | Tobias Brunner | 2010-10-14 | 1 | -6/+58 | |
| | ||||||
* | Maemo: Track the status of the current SA and send changes to the frontend. | Tobias Brunner | 2010-10-14 | 1 | -31/+97 | |
| | ||||||
* | Maemo: Properly unregister the RPC callbacks. | Tobias Brunner | 2010-10-14 | 1 | -0/+6 | |
| | ||||||
* | Maemo: Plugin implements the listener_t interface. | Tobias Brunner | 2010-10-14 | 2 | -0/+51 | |
| | ||||||
* | Maemo: Extracted most plugin code to a separate class, so we can use that as ↵ | Tobias Brunner | 2010-10-14 | 4 | -283/+396 | |
| | | | | listener. | |||||
* | Maemo: Initiate consumes a child_sa reference, so get an additional one. | Tobias Brunner | 2010-10-14 | 1 | -0/+2 | |
| | ||||||
* | Maemo: Basic functionality added to notify the applet about status updates. | Tobias Brunner | 2010-10-14 | 1 | -0/+16 | |
| | ||||||
* | Maemo: Clear the credentials before each connection attempt. | Tobias Brunner | 2010-10-14 | 1 | -0/+2 | |
| | ||||||
* | Maemo: Listen for a special "Start" D-BUS call. | Tobias Brunner | 2010-10-14 | 1 | -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 Brunner | 2010-10-14 | 1 | -0/+181 | |
| | ||||||
* | Maemo: Register with libosso and init Glib main loop. | Tobias Brunner | 2010-10-14 | 2 | -0/+83 | |
| | ||||||
* | Maemo: Register charon as D-BUS system service. | Tobias Brunner | 2010-10-14 | 2 | -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 Brunner | 2010-10-14 | 3 | -0/+114 | |
| | ||||||
* | use DBG_TNC for TNC debugging output | Andreas Steffen | 2010-10-09 | 3 | -21/+21 | |
| |