Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-xpc: Disable warnings about deprecated functions | Martin Willi | 2013-10-28 | 1 | -1/+1 |
| | | | | This avoids all the deprecated warnings when using OpenSSL functins. | ||||
* | charon-xpc: Avoid -all_load linker flag | Martin Willi | 2013-10-28 | 1 | -1/+0 |
| | | | | This seems to be not required anymore with the LLVM 5 toolchain. | ||||
* | charon-xpc: Don’t build against libvstr anymore | Martin Willi | 2013-10-28 | 1 | -6/+2 |
| | | | | We now have our own printf backend and use it instead of Vstr. | ||||
* | charon-xpc: Build with EAP-MD5 support | Martin Willi | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | charon-xpc: add a note how to build the source tarball | Martin Willi | 2013-08-29 | 1 | -0/+7 |
| | |||||
* | charon-xpc: use kernel-libipsec instead of kernel-pfkey | Martin Willi | 2013-07-31 | 1 | -3/+4 |
| | |||||
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 1 | -1/+1 |
| | | | | Partially based on an old patch by Adrian-Ken Rueegsegger. | ||||
* | xpc: allow easy copy & pase of ./configure instructions | Martin Willi | 2013-07-18 | 1 | -9/+9 |
| | |||||
* | xpc: use -idirafter to build against openssl headers from /usr/include | Martin Willi | 2013-07-18 | 1 | -4/+4 |
| | |||||
* | xpc: update README with new events, markdown style fixes | Martin Willi | 2013-07-18 | 1 | -21/+31 |
| | |||||
* | xpc: add a description of the basic XPC protocol to README | Martin Willi | 2013-07-18 | 1 | -1/+48 |
| | |||||
* | xpc: build with support for the keychain plugin | Martin Willi | 2013-07-18 | 1 | -1/+2 |
| | |||||
* | xpc: add Xcode project for a charon controlled through XPC | Martin Willi | 2013-07-18 | 1 | -0/+40 |