aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-cmd/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-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 libraryTobias Brunner2016-03-031-2/+0
|
* Build generated man pages via configure scriptTobias Brunner2013-09-131-9/+2
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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 Brunner2013-06-211-0/+9
|
* charon-cmd: load certificates and RSA private keysMartin Willi2013-05-061-0/+1
|
* charon-cmd: add a connection object and its initiation to charon-cmdMartin Willi2013-05-061-0/+1
|
* charon-cmd: move command line options to separate file, obsolete short optionsMartin Willi2013-05-061-1/+2
|
* charon-cmd: add a stub for charon-cmd, a simple command line IKE clientMartin Willi2013-05-061-0/+22