freebsd-dev/usr.bin/fetch
Stefan Eßer cc522880b4 Fix proxy authorization code:
- failed to use authorization parameters passed in the environment, if
  /dev/tty could not be opened (i.e. if running from cron)
- mixed use of /dev/tty and stdin for prompt and reading of the result
1998-07-12 09:07:36 +00:00
..
fetch.1 Fix my last change: the .Fx macro doesn't do anything useful without an 1998-05-09 21:39:49 +00:00
fetch.h Add -t option which turns T/TCP off as workaround for some broken servers 1997-08-05 20:18:39 +00:00
file.c style-police got me. :-) 1997-11-12 04:39:33 +00:00
ftp.c Interpret multiple slashes as a single slash in ftp: URL's. This 1997-10-08 18:43:53 +00:00
http.c Fix proxy authorization code: 1998-07-12 09:07:36 +00:00
main.c Arrggghhhh... forgot to strip the / after outputting %2f 1998-05-09 08:56:07 +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 time() needs a pointer to a time_t, but tv_sec in a timeval is a 1998-02-20 05:08:53 +00:00