NetBSD/usr.bin/ftp
lukem 1f3ec47c0f * 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@]
1999-01-01 10:00:46 +00:00
..
cmds.c * hash & progress are mutually exclusive. [noted by mrg@netbsd.org] 1998-10-08 14:45:26 +00:00
cmdtab.c * spell `retrieved' correctly! 1998-07-26 12:58:16 +00:00
complete.c minor workaround for borken compilers 1998-08-08 07:51:30 +00:00
domacro.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h Temporary fix of UTC -> time_t conversion: 1998-11-18 07:24:25 +00:00
fetch.c * implement auth_url(); given a challenge, decode it, ask the user for 1999-01-01 10:00:46 +00:00
ftp_var.h be saner about the method to determine which $proxy to use 1998-12-27 05:49:53 +00:00
ftp.1 * hash & progress are mutually exclusive. [noted by mrg@netbsd.org] 1998-10-08 14:45:26 +00:00
ftp.c * implement xsignal(); same semantics as signal() but uses sigaction 1998-08-08 06:46:01 +00:00
main.c be saner about the method to determine which $proxy to use 1998-12-27 05:49:53 +00:00
Makefile Temporary fix of UTC -> time_t conversion: 1998-11-18 07:24:25 +00:00
pathnames.h
ruserpass.c include <netbsd.h> for MAXHOSTNAMELEN on borken systems 1998-08-08 03:17:40 +00:00
util.c improve previous, so that display rounding is done to binary boundaries 1999-01-01 03:55:26 +00:00