Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/01/1999 02:00:46
Module Name:	src
Committed By:	lukem
Date:		Fri Jan  1 10:00:46 UTC 1999

Modified Files:
	src/usr.bin/ftp: fetch.c
Log Message:
* implement auth_url(); given a challenge, decode it, ask the user for
a response, and return the base64 encoded response. only the `Basic'
scheme is supported.
* implement base64_enc(), which base64 encodes the given buffer
* add support for http response codes 401 "authorization required" and 407
"proxy authorization required", using auth_url(). [requested by veego@]