Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat https://www.fefe.de/libowfat/
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.
 
 
 
Felix von Leitner ea5ded0681 change macros to inline functions to get rid of strict aliasing gcc
warnings in code using them
12 years ago
array for installed header files, add comment saying where they came from 13 years ago
buffer stralloc* not const char* 14 years ago
byte byte_zero is also miscompiled by gcc 4.3.2 15 years ago
case switch to size_t and ssize_t 17 years ago
cdb small man page updates and add a cdbget test 16 years ago
dns fix for NetBSD 3.0 (they broke their sys/types.h) 17 years ago
examples add a few examples 18 years ago
fmt add/fix man pages 14 years ago
io only try to receive one byte to avoid discarding data 13 years ago
mmap add/fix man pages 14 years ago
mult fix for 32-bit archs 15 years ago
open fix man page for openreadclose 15 years ago
scan work around broken sqlite download httpd 15 years ago
socket #include <errno.h> 14 years ago
str switch to size_t and ssize_t 17 years ago
stralloc fix warning 16 years ago
tai even more man pages 21 years ago
taia add taia_half 18 years ago
test remove warning 14 years ago
textcode add fmt_ldapescape2 16 years ago
uint add uint64 pack and unpack routines 16 years ago
unix add/fix man pages 14 years ago
.cvsignore ignore uudecode 17 years ago
CAS.h make it compile again 14 years ago
CHANGES fix io_receivefd so the incoming buffer is only 1 byte; io_passfd 13 years ago
COPYING Initial revision 23 years ago
GNUmakefile split make install 14 years ago
Makefile new makefile 12 years ago
README mention my email address 21 years ago
TODO fix for NetBSD 3.0 (they broke their sys/types.h) 17 years ago
array.h for installed header files, add comment saying where they came from 13 years ago
buffer.h for installed header files, add comment saying where they came from 13 years ago
byte.h for installed header files, add comment saying where they came from 13 years ago
case.h for installed header files, add comment saying where they came from 13 years ago
cdb.h for installed header files, add comment saying where they came from 13 years ago
cdb_make.h for installed header files, add comment saying where they came from 13 years ago
dns.h for installed header files, add comment saying where they came from 13 years ago
errmsg.h for installed header files, add comment saying where they came from 13 years ago
errmsg_int.h add errmsg_int.h 18 years ago
fmt.h for installed header files, add comment saying where they came from 13 years ago
iarray.h for installed header files, add comment saying where they came from 13 years ago
io.h for installed header files, add comment saying where they came from 13 years ago
io_internal.h for installed header files, add comment saying where they came from 13 years ago
iob.h for installed header files, add comment saying where they came from 13 years ago
iob_internal.h use callback based infrastructure to reset iob's 16 years ago
iopause.h1 for installed header files, add comment saying where they came from 13 years ago
iopause.h2 for installed header files, add comment saying where they came from 13 years ago
ip4.h for installed header files, add comment saying where they came from 13 years ago
ip6.h for installed header files, add comment saying where they came from 13 years ago
likely.h add iarray 14 years ago
mmap.h for installed header files, add comment saying where they came from 13 years ago
ndelay.h for installed header files, add comment saying where they came from 13 years ago
open.h for installed header files, add comment saying where they came from 13 years ago
openreadclose.h for installed header files, add comment saying where they came from 13 years ago
rangecheck.h add __likely branch prediction hints 13 years ago
readclose.h switch to size_t and ssize_t 17 years ago
safemult.h for installed header files, add comment saying where they came from 13 years ago
scan.h for installed header files, add comment saying where they came from 13 years ago
select.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 21 years ago
select.h2 more BSD compat 20 years ago
socket.h for installed header files, add comment saying where they came from 13 years ago
str.h for installed header files, add comment saying where they came from 13 years ago
stralloc.h for installed header files, add comment saying where they came from 13 years ago
t.c make it compile again 14 years ago
tai.h for installed header files, add comment saying where they came from 13 years ago
taia.h for installed header files, add comment saying where they came from 13 years ago
textcode.h for installed header files, add comment saying where they came from 13 years ago
tryalloca.c fix for NetBSD 3.0 (they broke their sys/types.h) 17 years ago
trybsdsf.c macos x support 20 years ago
trydevpoll.c broken lose32 port using mingw (don't use!!!) 20 years ago
tryepoll.c add epoll and kqueue tests 20 years ago
tryinline.c work around compilers that don't understand "static inline" 22 years ago
tryip6.c test for ipv6 and if_name2index and socklen_t. 22 years ago
trykqueue.c add epoll and kqueue tests 20 years ago
tryn2i.c test for ipv6 and if_name2index and socklen_t. 22 years ago
trypoll.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 21 years ago
tryscope.c broken lose32 port using mingw (don't use!!!) 20 years ago
trysendfile.c IRIX compatibility (yuck!) 18 years ago
trysigio.c oops, forgot to add sigio test program 20 years ago
trysl.c broken lose32 port using mingw (don't use!!!) 20 years ago
trysocket.c add trysocket.c 20 years ago
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 21 years ago
uint16.h for installed header files, add comment saying where they came from 13 years ago
uint32.h change macros to inline functions to get rid of strict aliasing gcc 12 years ago
uint64.h for installed header files, add comment saying where they came from 13 years ago
va_narg.h for installed header files, add comment saying where they came from 13 years ago
windoze.h add windoze.h 20 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