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


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.23   2 years  jan   Constify function parameters. OK martijn@
[TXT] ftpcmd.y  1.75   2 weeks  florian   gmtime(3) / locatime(3) can fail when timestamps are way off. Add missing error...
[TXT] ftpd.8  1.77   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] ftpd.c  1.234   8 days  florian   ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error ...
[TXT] logutmp.c  1.14   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] logwtmp.c  1.14   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] monitor.c  1.31   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] popen.c  1.31   14 months  miod   Remove unused variables; ok millert@