Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | af-alg: Fix crypt() definition conflict | Baruch Siach | 2017-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Rename the crypt() method to avoid conflict with POSIX crypt(). Fixes the following build failure with musl libc: In file included from ../../../../src/libstrongswan/utils/utils.h:53:0, from ../../../../src/libstrongswan/library.h:101, from af_alg_ops.h:24, from af_alg_ops.c:16: af_alg_ops.c:110:22: error: conflicting types for 'crypt' METHOD(af_alg_ops_t, crypt, bool, ^ ../../../../src/libstrongswan/utils/utils/object.h:99:13: note: in definition of macro 'METHOD' static ret name(union {iface *_public; this;} \ ^ In file included from af_alg_ops.c:18:0: .../host/usr/x86_64-buildroot-linux-musl/sysroot/usr/include/unistd.h:144:7: note: previous declaration of 'crypt' was here char *crypt(const char *, const char *); ^ Closes strongswan/strongswan#72. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Check and forward syscall errors in AF_ALG | Martin Willi | 2012-07-16 | 1 | -23/+50 |
| | |||||
* | Fix strict aliasing warning | Martin Willi | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -2/+0 |
| | | | | over plugin_t | ||||
* | printed plugin names have a hyphen | Andreas Steffen | 2010-12-24 | 1 | -0/+2 |
| | |||||
* | Probe for supported AF_ALG algorithms, register dynamically | Martin Willi | 2010-12-20 | 1 | -2/+5 |
| | |||||
* | Use a generic AF_ALG wrapper for common operations | Martin Willi | 2010-12-20 | 1 | -0/+221 |