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_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.28   8 years  jca   Kill #ifdef INET6 occurrences in userland. Prompted by and ok millert@ (tcpdum...
[TXT] extern.h  1.19   8 years  tedu   fix custom popen to return pid to caller instead of tracking in a giant array. t...
[TXT] ftpcmd.y  1.66   7 years  mikeb   Don't send multiple error messages in response to a single command While a few ...
[TXT] ftpd.8  1.75   8 years  millert   No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@
[TXT] ftpd.c  1.225   5 years  bluhm   Flip snprintf(3) error check to align it with the man page example. No functiona...
[TXT] logutmp.c  1.13   7 years  guenther   When upcasting to off_t for multiplication, the cast needs to be *before* the mu...
[TXT] logwtmp.c  1.11   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] monitor.c  1.25   7 years  deraadt   freezero() can be used here
[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.7   8 years  jca   Print ssize_t with %zd; ok deraadt@ mmcc@
[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.26   8 years  jca   Kill unused variable.