Jo-Philipp Wich
ec5487649e
[PATCH] nixio HAS_SHADOW test link error
...
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-08-29 13:04:44 +00:00
Jo-Philipp Wich
005fd26cf6
libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x
2012-03-13 22:45:26 +00:00
Jo-Philipp Wich
e620bdac3e
libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x
2012-03-13 22:11:27 +00:00
Jo-Philipp Wich
3face70859
libs/nixio: link with libcrypto when using OpenSSL as digest backend
2011-11-20 18:18:46 +00:00
Jo-Philipp Wich
2b33717dc4
libs/nixio: implement getproto(), getprotobyname() and getprotobynumber()
2011-08-12 10:26:33 +00:00
Jo-Philipp Wich
0d73b6d411
libs/nixio: allow building without shadow password support
2011-08-11 23:21:06 +00:00
Jo-Philipp Wich
c0d0953bd7
libs/nixio: make TLS support optional
2010-03-27 19:16:54 +00:00
Jo-Philipp Wich
6ffdb72a4d
libs/nixio: fix compile on OS X
2009-12-28 22:03:42 +00:00
Steven Barth
0864f5f88b
nixio: Mark axTLS as discouraged, fix changelog
2009-07-11 08:06:47 +00:00
Jo-Philipp Wich
988eeb8ff1
libs/nixio: wrap $(CC) in quotes, command could break if ccache is used (CC:=ccache mips-openwrt-linux-uclibc-gcc)
2009-06-15 20:07:59 +00:00
Steven Barth
20d2e99010
nixio: Rework TLS support, added support for CyaSSL
2009-05-28 13:50:00 +00:00
Steven Barth
a2b916ab73
Merge nixio 0.2
2009-04-21 16:26:45 +00:00
Steven Barth
452442d1d0
nixio: added syslog support
2009-03-16 13:28:47 +00:00
Steven Barth
6aa6fb88ab
FreeBSD compatibility #3
2009-03-12 15:09:12 +00:00
Steven Barth
4aa848533e
Cicrumvent possible segfaults in axTLS
...
More compatibility
2009-03-09 11:38:29 +00:00
Steven Barth
589e680970
Make nixio compile on OpenSolaris
2009-03-09 09:37:08 +00:00
Steven Barth
b92e6532a0
nixio: Autogenerate private key on installation if we have axtls
...
support, make the TLS provider configurable in the build menu
2009-03-04 17:17:30 +00:00
Steven Barth
e38c438771
nixio:
...
Use POSIX file functions
introduce dup()
introduce fork() wait() kill()
more signal interrupt wrappers
more POSIX / UNIX standard compliance
2009-03-03 22:44:26 +00:00
Steven Barth
d730c12633
Add axTLS sourcecode
2009-02-22 23:19:25 +00:00
Steven Barth
d2b11117f2
NIXIO: TLS-Support, bugfixes
2009-02-22 22:49:23 +00:00
Steven Barth
5ff898e624
nixio next
...
splice() still does not work correctly
2009-02-12 19:48:06 +00:00
Steven Barth
4327f9250e
nixio + io = nix2io
2009-02-10 17:35:07 +00:00
Steven Barth
8dbb8a0ad3
Use poll() instead of select()
...
Reintroduce nanosleep()
2009-02-08 20:57:36 +00:00
Steven Barth
56d142a1a1
nixio linux IO/socket api (incomplete / WIP)
2009-02-08 14:01:48 +00:00