OpenBSD CVS

src/usr.bin/ftp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / ftp

Current tag: OPENBSD_3_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   23 years  todd   bogus comment police
[TXT] cmds.c  1.38   22 years  millert   Typo, assign the new restart point to nrestart_point, not restart_point. Fixes a...
[TXT] cmdtab.c  1.15   22 years  pjanzen   More accurate help.
[TXT] complete.c  1.12   22 years  millert   Add back NUL termination of 'word' in complete() that was erroneously removed in...
[TXT] domacro.c  1.7   26 years  millert   Updates from NetBSD (lukem) include -Wall cleanup. More -W* cleanup and in_port_...
[TXT] extern.h  1.20   23 years  itojun   add epsv4 command, which turns off epsv on ipv4 (off by dfeault) automagicaslly ...
[TXT] fetch.c  1.35   22 years  heko   o Only send port number in the HTTP request 'Host: ' specification if it is no...
[TXT] ftp.1  1.34   22 years  beck   ftp-proxy
[TXT] ftp.c  1.41.2.1   22 years  miod   MFC, requested by millert, diff by itojun: avoid buffer overrun on PASV from mal...
[TXT] ftp_var.h  1.19   23 years  itojun   add epsv4 command, which turns off epsv on ipv4 (off by dfeault) automagicaslly ...
[TXT] main.c  1.48   22 years  millert   remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volatile...
[TXT] pathnames.h  1.6   27 years  millert   Sync with NetBSD (lukem) * support $ftp_proxy for ftp:// transfers [bin/3245...
[TXT] ruserpass.c  1.12   23 years  millert   If the HOME environment variable is not set, do not try to read .netrc from cwd....
[TXT] stringlist.c  1.2   26 years  millert   Updates from NetBSD (lukem) include -Wall cleanup. More -W* cleanup and in_port_...
[TXT] stringlist.h  1.1   27 years  millert   Add back ``-r'' option and fix strncpy() usage and other nits because I'm anal. ...
[TXT] util.c  1.26   22 years  deraadt   first pass at a -Wall cleanup