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 f921b8cbb0 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
buffer duh, cut-and-paste error 23 years ago
byte comment typo in byte.h 22 years ago
case monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
dns monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
fmt Lots of good clean-ups from Jukka Zitting! 23 years ago
mmap document error signalling through (void*)0 return code. 23 years ago
open monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
scan bug fixes 23 years ago
socket Lots of good clean-ups from Jukka Zitting! 23 years ago
str Lots of good clean-ups from Jukka Zitting! 23 years ago
stralloc monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tai monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
taia monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
test comment typo in byte.h 22 years ago
textcode missing else 22 years ago
uint Lots of good clean-ups from Jukka Zitting! 23 years ago
unix monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
.cvsignore ignore urlencode 22 years ago
CHANGES avoid SIGBUS in byte_copy 22 years ago
COPYING Initial revision 24 years ago
Makefile monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
README monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
buffer.h add buffer_putnlflush 23 years ago
byte.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
case.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
dns.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
fmt.h Lots of good clean-ups from Jukka Zitting! 23 years ago
iopause.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
iopause.h2 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
ip4.h renamed ip[46]_fmt to fmt_ip[46] 24 years ago
ip6.h Lots of good clean-ups from Jukka Zitting! 23 years ago
mmap.h bsd and macosx compatibility 23 years ago
ndelay.h Initial revision 24 years ago
open.h remove __THROW 23 years ago
openreadclose.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
readclose.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
scan.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
select.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
select.h2 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
socket.h more man pages, rename socket_mcttl6 to socket_mchopcount6 24 years ago
str.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
stralloc.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
t.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
tai.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
taia.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
textcode.h new hexdump fmt and scan routines for textcode 23 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
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
trysl.c test for ipv6 and if_name2index and socklen_t. 23 years ago
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
uint16.h Lots of good clean-ups from Jukka Zitting! 23 years ago
uint32.h oooops, forgot brackets 23 years ago
uint64.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 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.