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_3_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.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.65   16 years  jmc   convert to new .Dd format;
[TXT] ftpd.c  1.181   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] logutmp.c  1.10   18 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.17   17 years  moritz   Remove lint comment, which does not apply anymore.
[TXT] monitor.h  1.5   17 years  otto   - use proper log facility and priority in the slave sig handlers - if the monito...
[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   20 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...