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_0_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.62   8 years  tedu   don't need to ifdef setproctitle
[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.217   7 years  guenther   Use fstatat() instead of crafting a filename to use with stat() ok millert@
[TXT] logutmp.c  1.12   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] logwtmp.c  1.11   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] monitor.c  1.24   8 years  deraadt   prefer setres{u,g}id() rather than manipulating both real and effective ids, it ...
[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.