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_5_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.25   10 years  tedu   remove tcpwrappers support. ok deraadt
[TXT] extern.h  1.18   12 years  fgsch   In preparation for getline and getdelim additions to libc, rename getline() occu...
[TXT] ftpcmd.y  1.57   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] ftpd.8  1.73   9 years  schwarze   remove .Tn; from Jan Stary <hans at stare dot cz>
[TXT] ftpd.c  1.207   9 years  deraadt   CMASK went out of scope with the recent <sys/param.h> removal. But oh golly gee...
[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.22   9 years  millert   SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T...
[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.6   10 years  deraadt   repair the last prototype by bringing in monitor.h
[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.24   14 years  kettenis   Check that gl_pathc is bigger than zero before derefencing gl_pathv. While this...