Module Name: othersrc
Committed By: lukem
Date: Sat Sep 23 04:28:51 UTC 2023
Modified Files:
othersrc/libexec/tnftpd: todo
Log Message:
todo: DONE: fgetln and glob
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 othersrc/libexec/tnftpd/todo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/todo
diff -u othersrc/libexec/tnftpd/todo:1.22 othersrc/libexec/tnftpd/todo:1.23
--- othersrc/libexec/tnftpd/todo:1.22 Sat Jul 4 05:38:28 2020
+++ othersrc/libexec/tnftpd/todo Sat Sep 23 04:28:51 2023
@@ -1,4 +1,4 @@
-$NetBSD: todo,v 1.22 2020/07/04 05:38:28 lukem Exp $
+$NetBSD: todo,v 1.23 2023/09/23 04:28:51 lukem Exp $
check for pidfile returning void (old netbsd such as 1.6) ?
@@ -29,11 +29,7 @@ enable socks once functional autoconf te
add setenv(3) to replace putenv(3) cruft?
-convert to tools/compat/fgetln.c for inline NUL handling?
-
autoconf check for FNM_NORES for detection of recursion attack.
less like to be a problem since it's only parsed from ftpd.conf
tools/compat/configure.ac BROKEN_FPARSELN
-
-allow glob override to be optional?