OpenBSD CVS

src/libexec/ftpd/


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 / libexec / ftpd

Current tag: OPENBSD_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   18 years  mickey   remove y.tab.c on make clean too
[TXT] extern.h  1.16   18 years  deraadt   lint cleanup; ok ray moritz dhill
[TXT] ftpcmd.y  1.49   18 years  deraadt   lint cleanup; ok ray moritz dhill
[TXT] ftpd.8  1.64   18 years  jmc   uppercase `FTP' when talking about the protocol rather than the ftp(1) binary......
[TXT] ftpd.c  1.171   18 years  deraadt   lint cleanup; ok ray moritz dhill
[TXT] logutmp.c  1.10   19 years  millert   include sys/time.h to get struct timeval
[TXT] logwtmp.c  1.9   19 years  deraadt   use gettimeofday() instead of time() in functions called from signal handlers; h...
[TXT] monitor.c  1.14   18 years  deraadt   lint cleanup; ok ray moritz dhill
[TXT] monitor.h  1.4   18 years  moritz   let root create the data socket. fixes PR 4287. ok millert@ henning@
[TXT] monitor_fdpass.c  1.1   19 years  henning   privilege seperate ftpd handle the pre-authentication phase (minus a tiny tiny t...
[TXT] pathnames.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] popen.c  1.21   18 years  djm   malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks suggested...