Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-29 | [PATCH] nixio HAS_SHADOW test link error | Jo-Philipp Wich | |
The nixio library can mistakenly build without shadow password support due to the compile-time test failing. Because the test for HAS_SHADOW in the nixio Makefile uses the default CC flags, the test may attempt to cross-compile with different VFP abi than libc does and will therefore not link. Passing CCFLAGS on the command line builds the test correctly and will enable HAS_SHADOW if available. | |||
2012-03-13 | libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x | Jo-Philipp Wich | |
2012-03-13 | libs/nixio: disable TLS implementation by default, fixes host builds on ↵ | Jo-Philipp Wich | |
Ubuntu 11.x | |||
2011-11-20 | libs/nixio: link with libcrypto when using OpenSSL as digest backend | Jo-Philipp Wich | |
2011-08-12 | libs/nixio: implement getproto(), getprotobyname() and getprotobynumber() | Jo-Philipp Wich | |
2011-08-11 | libs/nixio: allow building without shadow password support | Jo-Philipp Wich | |
2010-03-27 | libs/nixio: make TLS support optional | Jo-Philipp Wich | |
2009-12-28 | libs/nixio: fix compile on OS X | Jo-Philipp Wich | |
2009-07-11 | nixio: Mark axTLS as discouraged, fix changelog | Steven Barth | |
2009-06-15 | libs/nixio: wrap $(CC) in quotes, command could break if ccache is used ↵ | Jo-Philipp Wich | |
(CC:=ccache mips-openwrt-linux-uclibc-gcc) | |||
2009-05-28 | nixio: Rework TLS support, added support for CyaSSL | Steven Barth | |
2009-04-21 | Merge nixio 0.2 | Steven Barth | |
2009-03-16 | nixio: added syslog support | Steven Barth | |
2009-03-12 | FreeBSD compatibility #3 | Steven Barth | |
2009-03-09 | Cicrumvent possible segfaults in axTLS | Steven Barth | |
More compatibility | |||
2009-03-09 | Make nixio compile on OpenSolaris | Steven Barth | |
2009-03-04 | nixio: Autogenerate private key on installation if we have axtls | Steven Barth | |
support, make the TLS provider configurable in the build menu | |||
2009-03-03 | nixio: | Steven Barth | |
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance | |||
2009-02-22 | Add axTLS sourcecode | Steven Barth | |
2009-02-22 | NIXIO: TLS-Support, bugfixes | Steven Barth | |
2009-02-12 | nixio next | Steven Barth | |
splice() still does not work correctly | |||
2009-02-10 | nixio + io = nix2io | Steven Barth | |
2009-02-08 | Use poll() instead of select() | Steven Barth | |
Reintroduce nanosleep() | |||
2009-02-08 | nixio linux IO/socket api (incomplete / WIP) | Steven Barth | |