Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -1/+8 |
| | | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+5 |
| | | | | | | 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. | ||||
* | Implement a SASL PLAIN mechanism using shared secrets | Martin Willi | 2013-02-28 | 1 | -0/+1 |
| | |||||
* | Define an interface for SASL mechanisms and provide a static factory | Martin Willi | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | resolve dependency on libtls | Andreas Steffen | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layer | Martin Willi | 2013-01-16 | 1 | -0/+9 |