Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pluto: Fixed a regression introduced in f565d0c575. | Tobias Brunner | 2010-10-26 | 1 | -10/+12 | |
| | | | | | Since scx_add could return a previously created smartcard object, using sc->last_cert to store the newly added certificate could lead to segfaults. | |||||
* | pluto: Locking fixed in cert_add. | Tobias Brunner | 2010-10-26 | 1 | -6/+7 | |
| | ||||||
* | payloads are not aligned to 4 byte boundaries | Andreas Steffen | 2010-10-25 | 1 | -1/+1 | |
| | ||||||
* | fixed 64 bit printf() issue | Andreas Steffen | 2010-10-24 | 1 | -1/+1 | |
| | ||||||
* | Updated Android.mk to latest Makefile.am. | Tobias Brunner | 2010-10-21 | 2 | -1/+4 | |
| | ||||||
* | Added missing include for RAND_seed and RAND_status. | Tobias Brunner | 2010-10-21 | 1 | -0/+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 | |
| | ||||||
* | define state_story for STATE_UNDEFINED | Andreas Steffen | 2010-10-16 | 4 | -8/+6 | |
| | ||||||
* | Some Doxygen fixes. | Tobias Brunner | 2010-10-15 | 4 | -5/+5 | |
| | ||||||
* | Missed one unneeded destructor. | Tobias Brunner | 2010-10-15 | 1 | -4/+0 | |
| | ||||||
* | Deferred instantiation of socket implmentations until registration. | Tobias Brunner | 2010-10-15 | 11 | -78/+104 | |
| | | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated. | |||||
* | fix segfault when reading certificate from smartcard | Egbert Koening | 2010-10-15 | 1 | -1/+2 | |
| | ||||||
* | Added some generated files to .gitignore. | Tobias Brunner | 2010-10-15 | 3 | -0/+8 | |
| | ||||||
* | 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 | -0/+0 | |
| | ||||||
* | Avoid recursive loop if no socket implementations are loaded. | Tobias Brunner | 2010-10-14 | 1 | -2/+13 | |
| | ||||||
* | Maemo: Added a widget to "unselect" a certificate. | Tobias Brunner | 2010-10-14 | 2 | -4/+38 | |
| | ||||||
* | Avoid duplicate certificates in mem_cred_t. | Tobias Brunner | 2010-10-14 | 1 | -3/+13 | |
| | ||||||
* | Maemo: Load CA certificates from system directories. | Tobias Brunner | 2010-10-14 | 1 | -6/+58 | |
| | ||||||
* | Maemo: OK is default response in password dialog. | Tobias Brunner | 2010-10-14 | 1 | -0/+1 | |
| | ||||||
* | Maemo: Handle status changes from charon. | Tobias Brunner | 2010-10-14 | 1 | -52/+83 | |
| | | | | Use synchronous invocation for "Connect" again. | |||||
* | 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 | 2 | -22/+24 | |
| | ||||||
* | 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 | 2 | -0/+54 | |
| | ||||||
* | Maemo: Clear the credentials before each connection attempt. | Tobias Brunner | 2010-10-14 | 1 | -0/+2 | |
| | ||||||
* | Added function to clear all credentials from mem_cred_t. | Tobias Brunner | 2010-10-14 | 2 | -3/+25 | |
| | ||||||
* | Maemo: Do not store the password in the config file, ask the user for it on ↵ | Tobias Brunner | 2010-10-14 | 3 | -49/+66 | |
| | | | | demand. | |||||
* | Maemo: Debianized the status applet. | Tobias Brunner | 2010-10-14 | 7 | -1/+220 | |
| | ||||||
* | Maemo: Added basic connect/disconnect functionality to frontend. | Tobias Brunner | 2010-10-14 | 1 | -50/+273 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed possible segmentation fault. | Tobias Brunner | 2010-10-14 | 1 | -1/+1 | |
| | ||||||
* | Maemo: Do not unref the dialog. | Tobias Brunner | 2010-10-14 | 1 | -5/+1 | |
| | ||||||
* | Maemo: Improved icon loading in status applet. | Tobias Brunner | 2010-10-14 | 1 | -12/+26 | |
| | ||||||
* | Maemo: Register the status applet with libosso. | Tobias Brunner | 2010-10-14 | 1 | -0/+14 | |
| | ||||||
* | 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. | |||||
* | Maemo: Changed the input mode of several text boxes. | Tobias Brunner | 2010-10-14 | 1 | -0/+5 | |
| | ||||||
* | Maemo: Ensure that the settings directory exists. | Tobias Brunner | 2010-10-14 | 1 | -0/+4 | |
| | ||||||
* | Fixed a subtle SIGSEGV. | Tobias Brunner | 2010-10-14 | 1 | -1/+0 | |
| | ||||||
* | Stub plugin for Maemo specific extensions added. | Tobias Brunner | 2010-10-14 | 4 | -0/+121 | |
| | ||||||
* | Dialog to initiate or terminate connections added. | Tobias Brunner | 2010-10-14 | 2 | -2/+108 | |
| | ||||||
* | Enable dynamic registration of StrongswanConnection(s) type. | Tobias Brunner | 2010-10-14 | 4 | -0/+38 | |
| | | | | | Because status menu plugins get loaded and unloaded dynamically by the Hildon Desktop, we have to register our Types dynamically. | |||||
* | Initial version of the Hildon Desktop status menu plugin. | Tobias Brunner | 2010-10-14 | 5 | -1/+218 | |
| | ||||||
* | Adding, editing and deleting connections is now possible in the settings plugin. | Tobias Brunner | 2010-10-14 | 1 | -0/+199 | |
| |