summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/Makefile
AgeCommit message (Collapse)Author
2012-08-29[PATCH] nixio HAS_SHADOW test link errorJo-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-13libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.xJo-Philipp Wich
2012-03-13libs/nixio: disable TLS implementation by default, fixes host builds on ↵Jo-Philipp Wich
Ubuntu 11.x
2011-11-20libs/nixio: link with libcrypto when using OpenSSL as digest backendJo-Philipp Wich
2011-08-12libs/nixio: implement getproto(), getprotobyname() and getprotobynumber()Jo-Philipp Wich
2011-08-11libs/nixio: allow building without shadow password supportJo-Philipp Wich
2010-03-27libs/nixio: make TLS support optionalJo-Philipp Wich
2009-12-28libs/nixio: fix compile on OS XJo-Philipp Wich
2009-07-11nixio: Mark axTLS as discouraged, fix changelogSteven Barth
2009-06-15libs/nixio: wrap $(CC) in quotes, command could break if ccache is used ↵Jo-Philipp Wich
(CC:=ccache mips-openwrt-linux-uclibc-gcc)
2009-05-28nixio: Rework TLS support, added support for CyaSSLSteven Barth
2009-04-21Merge nixio 0.2Steven Barth
2009-03-16nixio: added syslog supportSteven Barth
2009-03-12FreeBSD compatibility #3Steven Barth
2009-03-09Cicrumvent possible segfaults in axTLSSteven Barth
More compatibility
2009-03-09Make nixio compile on OpenSolarisSteven Barth
2009-03-04nixio: Autogenerate private key on installation if we have axtlsSteven Barth
support, make the TLS provider configurable in the build menu
2009-03-03nixio:Steven Barth
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance
2009-02-22Add axTLS sourcecodeSteven Barth
2009-02-22NIXIO: TLS-Support, bugfixesSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly
2009-02-10nixio + io = nix2ioSteven Barth
2009-02-08Use poll() instead of select()Steven Barth
Reintroduce nanosleep()
2009-02-08nixio linux IO/socket api (incomplete / WIP)Steven Barth