Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -1/+1 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | supporting multiple comma seperated subnets in left/rightsubnet definition | Martin Willi | 2008-04-25 | 1 | -2/+2 |
| | | | | | e.g. leftsubnet=10.2.0.0/16,10.4.0.0/16 | ||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -7/+9 |
| | |||||
* | respecting ipsec.conf cachecrls= option | Martin Willi | 2008-04-17 | 1 | -0/+10 |
| | |||||
* | implemented a simple attribute provider for stroke | Martin Willi | 2008-04-09 | 1 | -0/+12 |
| | |||||
* | changed external interface to the mediation extension. | Tobias Brunner | 2008-03-27 | 1 | -3/+3 |
| | |||||
* | implemented cert cache flushing, ipsec purgeocsp | Martin Willi | 2008-03-27 | 1 | -4/+6 |
| | |||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 1 | -5/+5 |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | ||||
* | splitted stroke plugin to several files: | Martin Willi | 2008-03-26 | 1 | -0/+582 |
socket: reads messages from socket, dispatching config: process add/del conn, serves configs through backend_t control: controlling of the daemon (up/down/route/...( cred: credential loading, serves creds through credential_set_t ca: ca sections from ipsec.conf, serves cdp's through credential_set_t list: log status information to stroke console (status/statusall/list*) shared_key: shared key implementation for keys read from ipsec.secrets plugin: registers stroke plugin and starts socket w/ thread |