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_3_8_BASE


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.15   19 years  david   some -Wimplicit-function-declaration cleaning; ok millert@
[TXT] ftpcmd.y  1.48   19 years  moritz   make syscalls in the monitor restartable when signals occur, as was the case bef...
[TXT] ftpd.8  1.63   19 years  henning   remove no longer appropriate bugs section
[TXT] ftpd.c  1.168   18 years  mickey   EOF in ascii mode may also mean EOF so avoid printing a bogus error and behave s...
[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.11   18 years  moritz   let root create the data socket. fixes PR 4287. ok millert@ henning@
[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.20   20 years  deraadt   spacing