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_9_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.64   18 years  jmc   uppercase `FTP' when talking about the protocol rather than the ftp(1) binary......
[TXT] ftpd.c  1.170   18 years  deraadt   remove shadowing variables; ok pval
[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.12   18 years  moritz   branches: 1.12.2; fix integer overflows. ok millert@
[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