Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gebi/libowfat
[MIRROR] Reimplement libdjb under GPL
https://github.com/gebi/libowfat
Last synced: 16 days ago
JSON representation
[MIRROR] Reimplement libdjb under GPL
- Host: GitHub
- URL: https://github.com/gebi/libowfat
- Owner: gebi
- License: gpl-2.0
- Created: 2009-06-19T03:09:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T21:12:19.000Z (about 4 years ago)
- Last Synced: 2024-07-31T22:56:34.497Z (3 months ago)
- Language: C
- Homepage: http://www.fefe.de/libowfat/
- Size: 923 KB
- Stars: 41
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
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 [email protected]