You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
leitner 0f6e586fc9 fix some bugs that cppcheck found 11 years ago
array on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually 11 years ago
buffer switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
byte remove compiler warnings 11 years ago
case switch to size_t and ssize_t 18 years ago
cdb fix some bugs that cppcheck found 11 years ago
dns get rid of more -Wconversion warnings 11 years ago
examples add a few examples 19 years ago
fmt remove compiler warnings 11 years ago
io switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
mmap map mmap_read return a const char* 11 years ago
mult fix for 32-bit archs 16 years ago
open get rid of more -Wconversion warnings 11 years ago
scan better comment 11 years ago
socket on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually 11 years ago
str get rid of -Wconversion warnings 11 years ago
stralloc get rid of more -Wconversion warnings 11 years ago
tai get rid of more -Wconversion warnings 11 years ago
taia get rid of more -Wconversion warnings 11 years ago
test fix some bugs that cppcheck found 11 years ago
textcode $ make WERROR=-Werror now builds with -Werror 11 years ago
uint remove compiler warnings 11 years ago
unix get rid of more -Wconversion warnings 11 years ago
.cvsignore ignore entities.h 11 years ago
CAS.h fix compile error 11 years ago
CHANGES switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
COPYING Initial revision 24 years ago
GNUmakefile another attempt at a thread-safe array 11 years ago
Makefile remove io_starteventloop 11 years ago
README mention my email address 22 years ago
TODO fix for NetBSD 3.0 (they broke their sys/types.h) 19 years ago
array.h make headers work in C++ 13 years ago
buffer.h get rid of more -Wconversion warnings 11 years ago
byte.h define UNALIGNED_ACCESS_OK on x86 11 years ago
case.h make headers work in C++ 13 years ago
cdb.h make headers work in C++ 13 years ago
cdb_make.h make headers work in C++ 13 years ago
compiletimeassert.h add compiletimeassert.h 12 years ago
dns.h get rid of more -Wconversion warnings 11 years ago
ent.c change return type to void 11 years ago
entities.json $ make WERROR=-Werror now builds with -Werror 11 years ago
errmsg.h make headers work in C++ 13 years ago
errmsg_int.h add errmsg_int.h 19 years ago
fmt.h $ make WERROR=-Werror now builds with -Werror 11 years ago
iarray.h switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
io.h add io_fd_canwrite (like io_fd but assume the fd is writable) 13 years ago
io_internal.h switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
iob.h make headers work in C++ 13 years ago
iob_internal.h use callback based infrastructure to reset iob's 17 years ago
iopause.h1 for installed header files, add comment saying where they came from 14 years ago
iopause.h2 for installed header files, add comment saying where they came from 14 years ago
ip4.h get rid of more -Wconversion warnings 11 years ago
ip6.h get rid of more -Wconversion warnings 11 years ago
isset.h add awesome hack in isset.h (comex, Linus Torvalds) 13 years ago
likely.h add iarray 16 years ago
mmap.h map mmap_read return a const char* 11 years ago
ndelay.h make headers work in C++ 13 years ago
open.h make headers work in C++ 13 years ago
openreadclose.h make headers work in C++ 13 years ago
rangecheck.h make headers work in C++ 13 years ago
readclose.h get rid of more -Wconversion warnings 11 years ago
safemult.h make headers work in C++ 13 years ago
scan.h add scan_ulongn, scan_8longn, scan_xlongn and scan_longn 11 years ago
select.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
select.h2 more BSD compat 21 years ago
socket.h make headers work in C++ 13 years ago
str.h make headers work in C++ 13 years ago
stralloc.h get rid of more -Wconversion warnings 11 years ago
t.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
tai.h make headers work in C++ 13 years ago
taia.h make headers work in C++ 13 years ago
textcode.h another attempt at a thread-safe array 11 years ago
tryalloca.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trybsdsf.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trydevpoll.c broken lose32 port using mingw (don't use!!!) 21 years ago
tryepoll.c $ make WERROR=-Werror now builds with -Werror 11 years ago
tryinline.c work around compilers that don't understand "static inline" 23 years ago
tryip6.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trykqueue.c add epoll and kqueue tests 21 years ago
tryn2i.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trypoll.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tryscope.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysendfile.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysigio.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysl.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysocket.c $ make WERROR=-Werror now builds with -Werror 11 years ago
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tryuint128.c add tryuing128.c and ignore haveuint128.h 11 years ago
uint16.h make headers work in C++ 13 years ago
uint32.h make headers work in C++ 13 years ago
uint64.h make headers work in C++ 13 years ago
va_narg.h for installed header files, add comment saying where they came from 14 years ago
windoze.h fix some bugs that cppcheck found 11 years ago

README

libowfat is a library of general purpose APIs extracted from Dan
Bernstein's software, reimplemented and covered by the GNU General
Public License Version 2 (no later versions).

The API has been slightly extended (for example, I provide a uint32_read
function, and I extended the socket API to support IPv6) where I found
it necessary or beneficial in a specific project.

Many of the functions I implement here have since been placed in the
public domain, so there are other sources to get this code (except for
my extensions obviously).  The implementations here may not be as
portable as the original versions; I tend to focus on the Single Unix
Specification and not on some obsolete legacy systems found in the
basements of some vintage hardware clubs.

I also provide man pages for many functions, mostly extracted from Dan's
web documentation or documentation found in earlier versions of his
software.  For some reason, he abandoned man pages in favor of HTML
recently.

On July 4 2002, Dan also placed his DNS routines and supporting
low level functions in the public domain, so I copy them here instead of
reimplementing them.  http://online.securityfocus.com/archive/1/280642
has an online version of the bugtraq posting.

The author can be reached under felix-libowfat@fefe.de