Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -15/+15 |
| | |||||
* | certexpire: add an option to enforce exporting trustchains having a private key | Martin Willi | 2013-07-18 | 1 | -15/+83 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -5/+7 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | certexpire: Use plugin features to register listener | Tobias Brunner | 2013-06-11 | 1 | -4/+30 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | Fixed compile error because of charon->name in certexpire plugin. | Tobias Brunner | 2012-06-21 | 1 | -0/+1 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -7/+14 |
| | | | | Also fixes several whitespace errors. | ||||
* | Added a certexpire empty_string option | Martin Willi | 2011-08-22 | 1 | -1/+12 |
| | |||||
* | Implemented CSV export functionality in certexpire plugin | Martin Willi | 2011-08-22 | 1 | -0/+156 |
| | |||||
* | Added generic cron style callback execution to certexpire plugin | Martin Willi | 2011-08-22 | 3 | -1/+296 |
| | |||||
* | Cache trustchain lifetimes for export | Martin Willi | 2011-08-22 | 6 | -6/+299 |
| | |||||
* | Register a certexpire listener collecting trustchain information | Martin Willi | 2011-08-22 | 4 | -1/+204 |
| | |||||
* | Added plugin stub of certexpire plugin | Martin Willi | 2011-08-22 | 3 | -0/+121 |