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 60f3320ae0 allow specifying more characters to encode for subset encoders (for
example, you can say that fmt_quotedprintable should also escape ':', if
you want to use ':' as separator in a data file.
20 years ago
array more alloca fixes 21 years ago
buffer add iob_free and man page for iob_reset. 20 years ago
byte fix embarassing bug 21 years ago
case change case_*b from char* to void* so it is function pointer compatible 21 years ago
dns typo 20 years ago
fmt add a few man pages 21 years ago
io fix descriptor leak in iob_addfile_close if the range was 0 (oops) 20 years ago
mmap fix mmap_shared 20 years ago
mult add safemult man pages 21 years ago
open add a few man pages 21 years ago
scan add a few man pages 21 years ago
socket uh, the scope_id detection #defined the wrong constant. libowfat 20 years ago
str change length or size specifiers in APIs from int to long 21 years ago
stralloc cleanups in stralloc and buffer: 20 years ago
tai even more man pages 22 years ago
taia broken lose32 port using mingw (don't use!!!) 21 years ago
test add iob_free and man page for iob_reset. 20 years ago
textcode allow specifying more characters to encode for subset encoders (for 20 years ago
uint more man page typos 22 years ago
unix More Windoze crap 21 years ago
.cvsignore new Makefile 21 years ago
CHANGES version bump 20 years ago
COPYING Initial revision 24 years ago
GNUmakefile for this time for real 20 years ago
Makefile scan_urlencoded2 is like scan_urlencoded, but it will not decode '+' in urls 20 years ago
README mention my email address 22 years ago
TODO add url to solaris 10 event notification api 20 years ago
array.h remove warnings in tests 20 years ago
buffer.h add buffer_mmapread 20 years ago
byte.h change length or size specifiers in APIs from int to long 21 years ago
case.h remove obsolete extern from header files 21 years ago
dns.h oops, forgot to commit 20 years ago
errmsg.h update dependencies 20 years ago
fmt.h remove special case stralloc textcode functions 21 years ago
io.h add iob_write (to write an io batch through a callback) 20 years ago
io_internal.h add iob_free and man page for iob_reset. 20 years ago
iob.h add iob_free and man page for iob_reset. 20 years ago
iob_internal.h add iob_addfile_close (iob_reset will close the files) 21 years ago
iopause.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
iopause.h2 use sys/poll.h instead of poll.h for iopause 22 years ago
ip4.h remove obsolete extern from header files 21 years ago
ip6.h add routines to scan and output ipv6 addresses with %eth0 notation. 21 years ago
mmap.h remove obsolete extern from header files 21 years ago
ndelay.h remove obsolete extern from header files 21 years ago
open.h add a few man pages 21 years ago
openreadclose.h remove obsolete extern from header files 21 years ago
readclose.h remove obsolete extern from header files 21 years ago
safemult.h reverse return code for safemult API to conform to newer djb APIs 21 years ago
scan.h remove special case stralloc textcode functions 21 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 one more extern 21 years ago
str.h remove obsolete extern from header files 21 years ago
stralloc.h cleanups in stralloc and buffer: 20 years ago
t.c allow specifying more characters to encode for subset encoders (for 20 years ago
tai.h remove obsolete extern from header files 21 years ago
taia.h add long long buffer routines 21 years ago
textcode.h allow specifying more characters to encode for subset encoders (for 20 years ago
tryalloca.c add alloca test 21 years ago
trybsdsf.c macos x support 21 years ago
trydevpoll.c broken lose32 port using mingw (don't use!!!) 21 years ago
tryepoll.c add epoll and kqueue tests 21 years ago
tryinline.c work around compilers that don't understand "static inline" 23 years ago
tryip6.c test for ipv6 and if_name2index and socklen_t. 23 years ago
trykqueue.c add epoll and kqueue tests 21 years ago
tryn2i.c test for ipv6 and if_name2index and socklen_t. 23 years ago
trypoll.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tryscope.c broken lose32 port using mingw (don't use!!!) 21 years ago
trysendfile.c detect sendfile on Linux with glibc 21 years ago
trysigio.c oops, forgot to add sigio test program 21 years ago
trysl.c broken lose32 port using mingw (don't use!!!) 21 years ago
trysocket.c add trysocket.c 21 years ago
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
uint16.h remove obsolete extern from header files 21 years ago
uint32.h remove obsolete extern from header files 21 years ago
uint64.h add int64 type to uint64.h 21 years ago
windoze.h add windoze.h 21 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