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_7_1


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   3 years  jan   Constify function parameters. OK martijn@
[TXT] ftpcmd.y  1.73   3 years  jan   Convert K&R function definitions to modern C. OK naddy@, millert@
[TXT] ftpd.8  1.77   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] ftpd.c  1.232   3 years  jan   Constify function parameters. OK martijn@
[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.30   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[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.30   3 years  florian   We know about optreset from unistd.h. From Jan Stary, thanks. OK martijn