Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -319/+0 |
| | |||||
* | Removed obsolete daemon kill | Martin Willi | 2010-02-26 | 1 | -7/+0 |
| | |||||
* | Moved socket and socket-raw implementations to plugins | Martin Willi | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -5/+0 |
| | |||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 1 | -6/+0 |
| | |||||
* | Merged SIM/USIM manager/card/provider, avoids code duplication | Martin Willi | 2009-10-12 | 1 | -7/+1 |
| | |||||
* | Implemented a manager for USIM cards/providers very similar to the SIM manager | Martin Willi | 2009-10-09 | 1 | -0/+6 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -23/+23 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 1 | -32/+32 |
| | |||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 1 | -2/+8 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | daemon exports main_thread_id, sends SIGTERM to the main thread in daemon_kill | Martin Willi | 2008-12-12 | 1 | -0/+5 |
| | |||||
* | dynamic logging configuration through strongswan.conf | Martin Willi | 2008-11-11 | 1 | -10/+5 |
| | | | | fallback to existing ipsec.conf/stroke loglevel configuration | ||||
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 1 | -0/+6 |
| | |||||
* | capability API to allow plugin-controlled capability set | Martin Willi | 2008-08-28 | 1 | -0/+9 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -6/+0 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -0/+10 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 1 | -0/+9 |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | ||||
* | configure option in strongswan.conf for thread count | Martin Willi | 2008-04-03 | 1 | -2/+2 |
| | |||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 1 | -4/+4 |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | ||||
* | refactored trustchain verification, this should fix #33 | Martin Willi | 2008-03-19 | 1 | -0/+3 |
| | | | | moved auth_info/ocsp_response credset wrapper to separate files | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -289/+129 |
| | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -1/+19 |
| | |||||
* | updated charons architecture description | Martin Willi | 2007-06-29 | 1 | -41/+64 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -27/+5 |
| | | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere | ||||
* | simplified capability dropping | Martin Willi | 2007-05-09 | 1 | -5/+2 |
| | |||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -8/+8 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 1 | -0/+11 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -19/+15 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | moved initiate() code to the generic controller_t class | Martin Willi | 2007-04-16 | 1 | -0/+6 |
| | |||||
* | added AA and AATR cert paths | Andreas Steffen | 2007-04-12 | 1 | -1/+15 |
| | |||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -35/+52 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -14/+13 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 1 | -15/+3 |
| | | | | | do header parsing in receiver, ready for cookie integration | ||||
* | moved credential_store.h from charon/config/credentials to libstrongswan | Andreas Steffen | 2007-03-09 | 1 | -1/+2 |
| | |||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 1 | -0/+7 |
| | |||||
* | updated apidoc documentation | Martin Willi | 2007-03-06 | 1 | -4/+3 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+8 |
| | | | | | includes a lot of other modifications | ||||
* | some fixes for doxygen | Martin Willi | 2006-10-31 | 1 | -0/+8 |
| | |||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 1 | -5/+4 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -3/+7 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 1 | -1/+27 |
| | | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there | ||||
* | moved interface enumeration code to socket, where it belongs | Martin Willi | 2006-08-28 | 1 | -6/+0 |
| | | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall" | ||||
* | updated some inline docs | Martin Willi | 2006-07-12 | 1 | -2/+4 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | applied new changes from NATT team | Martin Willi | 2006-06-23 | 1 | -0/+1 |
| | | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there | ||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 1 | -0/+13 |
| | |||||
* | readded local_credential_store | Martin Willi | 2006-06-20 | 1 | -0/+1 |
| | | | | | | added sendcert policy to connection some other cleanups |