Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Check for and explicitly link against -latomic | Martin Willi | 2016-06-14 | 1 | -1/+1 |
| | | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -2/+0 |
| | |||||
* | Build generated man pages via configure script | Tobias Brunner | 2013-09-13 | 1 | -9/+2 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+2 |
| | | | | | | 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. | ||||
* | charon-cmd: Add man page for charon-cmd(8) | Tobias Brunner | 2013-06-21 | 1 | -0/+9 |
| | |||||
* | charon-cmd: load certificates and RSA private keys | Martin Willi | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | charon-cmd: add a connection object and its initiation to charon-cmd | Martin Willi | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | charon-cmd: move command line options to separate file, obsolete short options | Martin Willi | 2013-05-06 | 1 | -1/+2 |
| | |||||
* | charon-cmd: add a stub for charon-cmd, a simple command line IKE client | Martin Willi | 2013-05-06 | 1 | -0/+22 |