diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-07-09 16:52:44 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-07-09 16:52:44 +0000 |
| commit | 4ca1ab94348cfb9bf0b65b9f523e26c136a94210 (patch) | |
| tree | 23629842647475056c5319a9ef8c958531ce36e0 /lib/libfetch/README | |
| parent | 932634cdff8222a6d99cef4876ba71fe3dbae18e (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/README')
| -rw-r--r-- | lib/libfetch/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libfetch/README b/lib/libfetch/README new file mode 100644 index 000000000000..30ddeae6ffe8 --- /dev/null +++ b/lib/libfetch/README @@ -0,0 +1,23 @@ +This is the new fetch(3) library, which is to replace the ftpio(3) +library and provide a new, unified backend for all fetch(1), +pkg_add(1) and sysinstall(8). + +Note that this is very much work in progress. It compiles (with a few +warnings), but there is much left to be implemented. Amongst other +items: + + * The man page needs work. Really. I mean it. Now. + + * ftp.c is not even half-written. + + * HTTP authentication doesn't work. I'm not sure if I bungled http.c + or fubared base64.c (which was ripped from MIT fetch(1)). + + * The library needs a decent interface for reporting errors. I've + started on something (sending back an error code in the url_t that + was sent in) but we're Not There (tm) yet. + +Comments, patches etc. of all kinds are welcome, but please don't +commit anything without talking to me first. + + -- Dag-Erling C. Smørgrav (des@FreeBSD.org) |
