Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat https://www.fefe.de/libowfat/
Go to file
Felix von Leitner 3961f3e67e better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
buffer better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
byte comment typo in byte.h 2002-09-15 22:45:51 +00:00
case even more man pages 2002-09-16 23:49:15 +00:00
dns more man page typos 2003-01-27 02:16:43 +00:00
fmt add long long fmt routines 2003-05-01 20:40:41 +00:00
mmap document error signalling through (void*)0 return code. 2002-01-29 19:44:42 +00:00
open even more man pages 2002-09-16 23:49:15 +00:00
scan scan_uint and scan_ushort will now abort if the result does not fit in 2003-06-08 20:01:11 +00:00
socket extended socket API; you can now pass NULL to ignore results you don't 2003-05-27 19:00:44 +00:00
str shortcut str_len to strlen on dietlibc 2003-05-26 22:26:45 +00:00
stralloc add stralloc_diff and stralloc_diffs 2002-10-28 20:15:03 +00:00
tai even more man pages 2002-09-16 23:49:15 +00:00
taia man pages for the DNS routines, too 2002-09-17 01:24:08 +00:00
test better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
textcode add html encoders 2003-04-23 20:17:57 +00:00
uint more man page typos 2003-01-27 02:16:43 +00:00
unix man pages gave wrong include path (Hynek Schlawack) 2002-10-24 20:28:52 +00:00
.cvsignore cvsignore select.h and iopause.h 2002-09-18 22:08:58 +00:00
CHANGES better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
COPYING Initial revision 2001-02-02 17:54:47 +00:00
GNUmakefile rename Makefile to GNUmakefile; create Makefile target 2003-05-27 20:18:09 +00:00
README mention my email address 2002-10-21 22:35:17 +00:00
buffer.h better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
byte.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
case.h even more man pages 2002-09-16 23:49:15 +00:00
dns.h man pages for the DNS routines, too 2002-09-17 01:24:08 +00:00
fmt.h add long long fmt routines 2003-05-01 20:40:41 +00:00
iopause.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
iopause.h2 use sys/poll.h instead of poll.h for iopause 2002-12-07 14:54:43 +00:00
ip4.h renamed ip[46]_fmt to fmt_ip[46] 2001-02-05 22:03:11 +00:00
ip6.h Lots of good clean-ups from Jukka Zitting! 2002-06-02 00:40:43 +00:00
mmap.h wrong prototype 2002-11-12 20:15:11 +00:00
ndelay.h Initial revision 2001-02-02 17:54:47 +00:00
open.h remove __THROW 2001-10-15 12:17:50 +00:00
openreadclose.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
readclose.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
scan.h add beginnings of integer range checking 2003-05-01 21:25:04 +00:00
select.h1 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
select.h2 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
socket.h extended socket API; you can now pass NULL to ignore results you don't 2003-05-27 19:00:44 +00:00
str.h shortcut str_len to strlen on dietlibc 2003-05-26 22:26:45 +00:00
stralloc.h better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
t.c use sys/poll.h instead of poll.h for iopause 2002-12-07 14:54:43 +00:00
tai.h even more man pages 2002-09-16 23:49:15 +00:00
taia.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
textcode.h add html encoders 2003-04-23 20:17:57 +00:00
tryinline.c work around compilers that don't understand "static inline" 2001-11-24 20:09:31 +00:00
tryip6.c test for ipv6 and if_name2index and socklen_t. 2001-11-24 19:34:32 +00:00
tryn2i.c test for ipv6 and if_name2index and socklen_t. 2001-11-24 19:34:32 +00:00
trypoll.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
trysl.c test for ipv6 and if_name2index and socklen_t. 2001-11-24 19:34:32 +00:00
trysysel.c monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
uint16.h Lots of good clean-ups from Jukka Zitting! 2002-06-02 00:40:43 +00:00
uint32.h oooops, forgot brackets 2002-04-15 19:47:09 +00:00
uint64.h monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00

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