freebsd-dev/usr.bin/fetch
Garrett Wollman 76dafb8954 Some bug-fixes, clean-ups, and one new feature:
- Fix the bug with URIs of the form ftp://host/filename.
- Fix some more string-termination bugs in util.c.
- Use safe_malloc() rather than testing the return value of
  regular malloc() in 15 places.
- Implement HTTP authentication, for both servers and proxies.
  Currently only ``basic'' authentication is supported; This Is A Bug
  (but less of one tjhan nmot supporting any authentication).

I think there is only one more feature which is required for full
HTTP/1.1 support, which is Transfer-Encoding: chunked; this should
not be toohard, but it isn't very important, either.
1997-02-05 19:59:18 +00:00
..
fetch.1 Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00
fetch.h Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00
file.c Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
ftp.c Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00
http.c Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00
main.c Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00
Makefile Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
uri.c Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
util.c Some bug-fixes, clean-ups, and one new feature: 1997-02-05 19:59:18 +00:00