CVS commit: src/doc

2024-11-29 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 09:02:04 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: doc/3RDPARTY: groff 1.23.0 To generate a diff of this commit: cvs rdiff -u -r1.2063 -r1.2064 src/doc/3RDPARTY Please note that diffs are not public doma

CVS commit: src/doc

2024-11-29 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 09:02:04 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: doc/3RDPARTY: groff 1.23.0 To generate a diff of this commit: cvs rdiff -u -r1.2063 -r1.2064 src/doc/3RDPARTY Please note that diffs are not public doma

CVS commit: src/usr.bin/man

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 07:55:10 UTC 2024 Modified Files: src/usr.bin/man: man.1 Log Message: man(1): document arguments in the list For options that have an argument, add that argument to the entry in the list. To generate a diff of this co

CVS commit: src/usr.bin/man

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 07:55:10 UTC 2024 Modified Files: src/usr.bin/man: man.1 Log Message: man(1): document arguments in the list For options that have an argument, add that argument to the entry in the list. To generate a diff of this co

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 07:24:04 UTC 2024 Modified Files: src/usr.bin/ftp: main.c Log Message: ftp: order getopt Upper before lower Consistently order options in getopt and the switch with the upper case option before the lower case option. Th

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 07:24:04 UTC 2024 Modified Files: src/usr.bin/ftp: main.c Log Message: ftp: order getopt Upper before lower Consistently order options in getopt and the switch with the upper case option before the lower case option. Th

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 05:40:14 UTC 2024 Modified Files: src/usr.bin/ftp: ftp.1 main.c Log Message: ftp: help improvements Document -? as a separate mode. Document -H HEADER in the usage. Clarify units for -b and -x. Consistent argument names

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 05:40:14 UTC 2024 Modified Files: src/usr.bin/ftp: ftp.1 main.c Log Message: ftp: help improvements Document -? as a separate mode. Document -H HEADER in the usage. Clarify units for -b and -x. Consistent argument names

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 04:31:57 UTC 2024 Modified Files: src/usr.bin/ftp: fetch.c version.h Log Message: ftp: exit non-zero if short http transfer when filesize is known If a http file size is known and the fetch finishes with less bytes tran

CVS commit: src/usr.bin/ftp

2024-11-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 29 04:31:57 UTC 2024 Modified Files: src/usr.bin/ftp: fetch.c version.h Log Message: ftp: exit non-zero if short http transfer when filesize is known If a http file size is known and the fetch finishes with less bytes tran

CVS commit: src/crypto/external/bsd/heimdal

2024-11-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Nov 23 07:39:05 UTC 2024 Modified Files: src/crypto/external/bsd/heimdal: Makefile.rules.inc Log Message: heimdal: fix parallel make includes Split out the rules that generate SRC_asn1.h and SRC_asn1-priv.h from SRC.asn1 into

CVS commit: src/crypto/external/bsd/heimdal

2024-11-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Nov 23 07:39:05 UTC 2024 Modified Files: src/crypto/external/bsd/heimdal: Makefile.rules.inc Log Message: heimdal: fix parallel make includes Split out the rules that generate SRC_asn1.h and SRC_asn1-priv.h from SRC.asn1 into

CVS commit: src/libexec/httpd

2024-11-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 22 22:21:51 UTC 2024 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: bozohttpd(8): clarifications and editorial fixes Clarify that -b also listens on an address and port (overridden by -i address and/or -I port

CVS commit: src/libexec/httpd

2024-11-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Nov 22 22:21:51 UTC 2024 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: bozohttpd(8): clarifications and editorial fixes Clarify that -b also listens on an address and port (overridden by -i address and/or -I port

CVS commit: src/usr.bin/ftp

2024-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 19 03:53:13 UTC 2024 Modified Files: src/usr.bin/ftp: cmds.c progressbar.c ruserpass.c Log Message: ftp: improve units used in comments and errors Use "KiB" instead of "K" in errors. Clarify related comments. To generate

CVS commit: src/usr.bin/ftp

2024-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 19 03:53:13 UTC 2024 Modified Files: src/usr.bin/ftp: cmds.c progressbar.c ruserpass.c Log Message: ftp: improve units used in comments and errors Use "KiB" instead of "K" in errors. Clarify related comments. To generate

CVS commit: src/usr.bin/ftp

2024-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 19 03:51:21 UTC 2024 Modified Files: src/usr.bin/ftp: ftp.1 ssl.c Log Message: ftp: improve -b documentation Order -b bufsize in the synopsis. Document the actual default value. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/ftp

2024-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 19 03:51:21 UTC 2024 Modified Files: src/usr.bin/ftp: ftp.1 ssl.c Log Message: ftp: improve -b documentation Order -b bufsize in the synopsis. Document the actual default value. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/ftp

2023-12-08 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Dec 9 02:15:11 UTC 2023 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): wording and formatting improvements Fix grammar issue with "Support values" reported in private mail. Document all file transfer types in "ty

CVS commit: src/usr.bin/ftp

2023-12-08 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Dec 9 02:15:11 UTC 2023 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: ftp(1): wording and formatting improvements Fix grammar issue with "Support values" reported in private mail. Document all file transfer types in "ty

CVS commit: othersrc/libexec/tnftpd/ls

2023-11-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Thu Nov 30 09:42:36 UTC 2023 Modified Files: othersrc/libexec/tnftpd/ls: ls.c Log Message: workaround FreeBSD changing fts_open()'s compar signature FreeBSD 5.2 changed fts_open()'s compar function signature by adding extra

CVS commit: othersrc/libexec/tnftpd/ls

2023-11-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Thu Nov 30 09:42:36 UTC 2023 Modified Files: othersrc/libexec/tnftpd/ls: ls.c Log Message: workaround FreeBSD changing fts_open()'s compar signature FreeBSD 5.2 changed fts_open()'s compar function signature by adding extra

CVS commit: othersrc/libexec/tnftpd

2023-11-24 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Nov 25 01:22:53 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS Log Message: Add history of various security advisories to ChangeLog and NEWS. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.6

CVS commit: othersrc/libexec/tnftpd

2023-11-24 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Nov 25 01:22:53 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS Log Message: Add history of various security advisories to ChangeLog and NEWS. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.6

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 06:15:30 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS configure configure.ac Log Message: tnftpd 20231001 release Changes since tnftpd 20200704 * Security fixes to improve error handling when sw

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 06:15:30 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS configure configure.ac Log Message: tnftpd 20231001 release Changes since tnftpd 20200704 * Security fixes to improve error handling when sw

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 05:56:23 UTC 2023 Modified Files: othersrc/libexec/tnftpd: todo Log Message: todo: portability issues, libnetbsd updates To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 othersrc/libexec/tnftpd/todo

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 05:56:23 UTC 2023 Modified Files: othersrc/libexec/tnftpd: todo Log Message: todo: portability issues, libnetbsd updates To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 othersrc/libexec/tnftpd/todo

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 03:11:30 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure othersrc/libexec/tnftpd/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 othersrc/libex

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 03:11:30 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure othersrc/libexec/tnftpd/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 othersrc/libex

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 03:10:51 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog configure.ac othersrc/libexec/tnftpd/src: Makefile.am Log Message: always use $YACC even without --enable-maintainer-mode Provide custom

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 03:10:51 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog configure.ac othersrc/libexec/tnftpd/src: Makefile.am Log Message: always use $YACC even without --enable-maintainer-mode Provide custom

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
+9,7 @@ Johnny Billquist Jun-ichiro itojun Hagino Luke Mewburn Maksymilian Arciemowicz +Mateusz Kocielski Matthew R. Green Moritz Jodeit Paul Janzen

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 02:09:12 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS THANKS Log Message: docs for NetBSD-20230930 import To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 othersrc/libexec/tnftpd/C

CVS commit: othersrc/libexec/tnftpd/src

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 01:48:50 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: conf.c ftpd.c version.h Log Message: merge conflicts between NetBSD-20230922 and NetBSD-20230930 To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: othersrc/libexec/tnftpd/src

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 01:48:50 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: conf.c ftpd.c version.h Log Message: merge conflicts between NetBSD-20230922 and NetBSD-20230930 To generate a diff of this commit: cvs rdiff -u -r1.1

CVS import: othersrc/libexec/tnftpd/src

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 01:45:03 UTC 2023 Update of /cvsroot/othersrc/libexec/tnftpd/src In directory ivanova.netbsd.org:/tmp/cvs-serv7335 Log Message: Import NetBSD-ftpd 20230930 Notable changes since import tag NetBSD-20230922 - Fix uninitializ

CVS import: othersrc/libexec/tnftpd/src

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Oct 1 01:45:03 UTC 2023 Update of /cvsroot/othersrc/libexec/tnftpd/src In directory ivanova.netbsd.org:/tmp/cvs-serv7335 Log Message: Import NetBSD-ftpd 20230930 Notable changes since import tag NetBSD-20230922 - Fix uninitializ

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 30 08:29:13 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure tnftpd_config.h.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 othersrc/libexec/tnftpd/configure cvs rdiff

CVS commit: othersrc/libexec/tnftpd

2023-09-30 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 30 08:29:13 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure tnftpd_config.h.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 othersrc/libexec/tnftpd/configure cvs rdiff

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 04:54:13 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: remove obsolete macros Remove macros marked obsolescent in autoconf 2.69 and warned as obsolete in autoconf 2

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 04:54:13 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: remove obsolete macros Remove macros marked obsolescent in autoconf 2.69 and warned as obsolete in autoconf 2

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 02:07:12 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: improve check for inet_net_pton() Look for inet_net_pton() in -lresolv (for glibc). Move library checks after header c

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 02:07:12 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: improve check for inet_net_pton() Look for inet_net_pton() in -lresolv (for glibc). Move library checks after header c

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 01:23:17 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS Log Message: update ChangeLog for yesterday's improvements To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 othersrc/libexec/t

CVS commit: othersrc/libexec/tnftpd

2023-09-23 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Sep 24 01:23:17 UTC 2023 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS Log Message: update ChangeLog for yesterday's improvements To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 othersrc/libexec/t

CVS commit: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:40:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: ftpd.conf.manin ftpusers.manin tnftpd.manin Log Message: sync .manin pages with upstream To generate a diff of this commit: cvs rdiff -u -

CVS commit: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:40:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: ftpd.conf.manin ftpusers.manin tnftpd.manin Log Message: sync .manin pages with upstream To generate a diff of this commit: cvs rdiff -u -

CVS commit: othersrc/libexec/tnftpd/buildaux

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:39:48 UTC 2023 Modified Files: othersrc/libexec/tnftpd/buildaux: netbsd2tnftpd Log Message: improve netbsd2tnftpd conversion replace ftpd with tnftpd in more macros To generate a diff of this commit: cvs rdiff

CVS commit: othersrc/libexec/tnftpd/buildaux

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:39:48 UTC 2023 Modified Files: othersrc/libexec/tnftpd/buildaux: netbsd2tnftpd Log Message: improve netbsd2tnftpd conversion replace ftpd with tnftpd in more macros To generate a diff of this commit: cvs rdiff

CVS commit: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:30:36 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: extern.h ftpcmd.y ftpd.c pfilter.c version.h Log Message: merge conflicts between NetBSD-20200615 and NetBSD-20230922 To generate a diff o

CVS commit: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:30:36 UTC 2023 Modified Files: othersrc/libexec/tnftpd/src: extern.h ftpcmd.y ftpd.c pfilter.c version.h Log Message: merge conflicts between NetBSD-20200615 and NetBSD-20230922 To generate a diff o

CVS import: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:26:58 UTC 2023 Update of /cvsroot/othersrc/libexec/tnftpd/src In directory ivanova.netbsd.org:/tmp/cvs-serv5248 Log Message: Import NetBSD-ftpd 20230922 Notable changes since import tag NetBSD-20200615: - Treat failed c

CVS import: othersrc/libexec/tnftpd/src

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 05:26:58 UTC 2023 Update of /cvsroot/othersrc/libexec/tnftpd/src In directory ivanova.netbsd.org:/tmp/cvs-serv5248 Log Message: Import NetBSD-ftpd 20230922 Notable changes since import tag NetBSD-20200615: - Treat failed c

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:50:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd: Makefile.in configure tnftpd_config.h.in othersrc/libexec/tnftpd/libnetbsd: Makefile.in Log Message: regen To generate a diff of this commit: cvs

CVS commit: othersrc/usr.bin/tnftp

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:50:32 UTC 2023 Modified Files: othersrc/usr.bin/tnftp: configure.ac tnftp.h Log Message: editorial fixes To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 othersrc/usr.bin/tnftp/configure.ac cvs rdi

CVS commit: othersrc/usr.bin/tnftp

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:50:32 UTC 2023 Modified Files: othersrc/usr.bin/tnftp: configure.ac tnftp.h Log Message: editorial fixes To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 othersrc/usr.bin/tnftp/configure.ac cvs rdi

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:47:47 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: Makefile.am Added Files: othersrc/libexec/tnftpd/libnetbsd: libnetbsd.c Log Message: libnetbsd: add placeholder source to avoid an empty l

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:47:47 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: Makefile.am Added Files: othersrc/libexec/tnftpd/libnetbsd: libnetbsd.c Log Message: libnetbsd: add placeholder source to avoid an empty l

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:45:03 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: only replace fts_open if required FTS_ flags aren't available Use system fts_open() if it provides the flags

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:45:03 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: only replace fts_open if required FTS_ flags aren't available Use system fts_open() if it provides the flags

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
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

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
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

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:28:10 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: only replace glob if required GLOB_ flags aren't available Use system glob() if it provides the flags we use:

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:28:10 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h Log Message: configure: only replace glob if required GLOB_ flags aren't available Use system glob() if it provides the flags we use:

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:12:32 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: enable AC_USE_SYSTEM_EXTENSIONS() We use various POSIX extensions, so enable them. To generate a diff of this commit

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:12:32 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: enable AC_USE_SYSTEM_EXTENSIONS() We use various POSIX extensions, so enable them. To generate a diff of this commit

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:05:57 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: use --option-name in feature display Use the appropriate option name in the feature display. Sort the options. To ge

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:05:57 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure: use --option-name in feature display Use the appropriate option name in the feature display. Sort the options. To ge

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
$ */ +/* $NetBSD: err.c,v 1.6 2023/09/23 04:00:21 lukem Exp $ */ + +/* from: NetBSD: err.c,v 1.6 2020/07/05 09:54:26 lukem Exp */ +/* upstream: othersrc/usr.bin/tnftp/libnetbsd/err.c */ /* - * Copyright 1997-2002 Luke Mewburn . + * Copyright 1997-2000,2020 Luke Mewburn . * All rights reserved

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 04:00:21 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac tnftpd.h othersrc/libexec/tnftpd/libnetbsd: err.c othersrc/libexec/tnftpd/src: ftpd.c Added Files: othersrc/libexec/tnft

CVS commit: othersrc/libexec/tnftpd/buildaux

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:33:32 UTC 2023 Added Files: othersrc/libexec/tnftpd/buildaux: compile Log Message: regen with automake 1.16.1, libtool 2.4.6 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/libexec/tnftpd/bui

CVS commit: othersrc/libexec/tnftpd/buildaux

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:33:32 UTC 2023 Added Files: othersrc/libexec/tnftpd/buildaux: compile Log Message: regen with automake 1.16.1, libtool 2.4.6 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/libexec/tnftpd/bui

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:32:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd: Makefile.in aclocal.m4 configure tnftpd_config.h.in othersrc/libexec/tnftpd/buildaux: ar-lib config.guess config.sub depcomp

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:32:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd: Makefile.in aclocal.m4 configure tnftpd_config.h.in othersrc/libexec/tnftpd/buildaux: ar-lib config.guess config.sub depcomp

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:26:02 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure.ac: deprecate AC_REVISION Allows regen as part of the release commit / tag To generate a diff of this commit: cvs rdi

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 03:26:02 UTC 2023 Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: configure.ac: deprecate AC_REVISION Allows regen as part of the release commit / tag To generate a diff of this commit: cvs rdi

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:56:09 UTC 2023 Modified Files: othersrc/libexec/tnftpd: tnftpd.h othersrc/libexec/tnftpd/libnetbsd: sl_init.c Log Message: sync lib/libc/gen/stringlist.c 1.13 Functional changes since upstream 1.8: - 1.1

CVS commit: othersrc/libexec/tnftpd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:56:09 UTC 2023 Modified Files: othersrc/libexec/tnftpd: tnftpd.h othersrc/libexec/tnftpd/libnetbsd: sl_init.c Log Message: sync lib/libc/gen/stringlist.c 1.13 Functional changes since upstream 1.8: - 1.1

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:30:54 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_pton.c Log Message: sync lib/libc/inet/inet_pton.c 1.8 Functional changes since upstream 1.3: - 1.8: fix lint issues - 1.4: hex formatting c

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:30:54 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_pton.c Log Message: sync lib/libc/inet/inet_pton.c 1.8 Functional changes since upstream 1.3: - 1.8: fix lint issues - 1.4: hex formatting c

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:20:39 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_ntop.c Log Message: sync lib/libc/inet/inet_ntop.c 1.12 Functional changes since upstream 1.3: - 1.10, 1.12: always set errno when returning

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 02:20:39 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_ntop.c Log Message: sync lib/libc/inet/inet_ntop.c 1.12 Functional changes since upstream 1.3: - 1.10, 1.12: always set errno when returning

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 00:02:05 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_net_pton.c Log Message: sync lib/libc/inet/inet_net_pton.c 1.5 Functional changes since upstream 1.1: - 1.3: fix lint issues - 1.2: Check bi

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sat Sep 23 00:02:05 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: inet_net_pton.c Log Message: sync lib/libc/inet/inet_net_pton.c 1.5 Functional changes since upstream 1.1: - 1.3: fix lint issues - 1.2: Check bi

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:48:31 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: fgetln.c Log Message: sync tools/compat/fgetln.c 1.12 Switch to a version that does not suffer from reporting the wrong length if the file contai

CVS commit: othersrc/libexec/tnftpd/libnetbsd

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:48:31 UTC 2023 Modified Files: othersrc/libexec/tnftpd/libnetbsd: fgetln.c Log Message: sync tools/compat/fgetln.c 1.12 Switch to a version that does not suffer from reporting the wrong length if the file contai

CVS commit: othersrc/libexec/tnftpd/examples

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:31:34 UTC 2023 Modified Files: othersrc/libexec/tnftpd/examples: ftpd.conf ftpusers Log Message: examples: add in upstream RCSIDs To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/libexec

CVS commit: othersrc/libexec/tnftpd/examples

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:31:34 UTC 2023 Modified Files: othersrc/libexec/tnftpd/examples: ftpd.conf ftpusers Log Message: examples: add in upstream RCSIDs To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/libexec

CVS commit: othersrc/libexec/tnftpd/examples

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:23:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd/examples: ftpusers Log Message: sync share/examples/ftpd/ftpusers 1.4 ftpusers(5) example: use IP & DNS examples Use .example TLD, per IETF RFC 2606. Use 1

CVS commit: othersrc/libexec/tnftpd/examples

2023-09-22 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Fri Sep 22 22:23:42 UTC 2023 Modified Files: othersrc/libexec/tnftpd/examples: ftpusers Log Message: sync share/examples/ftpd/ftpusers 1.4 ftpusers(5) example: use IP & DNS examples Use .example TLD, per IETF RFC 2606. Use 1

CVS commit: src/share/examples/ftpd

2023-09-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Sep 22 22:15:47 UTC 2023 Modified Files: src/share/examples/ftpd: ftpusers Log Message: ftpusers(5) example: use IP & DNS examples Use .example TLD, per IETF RFC 2606. Use 192.0.2.0/24, per IETF RFC 5737. Use 127.0.0.1/24 for

CVS commit: src/share/examples/ftpd

2023-09-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Sep 22 22:15:47 UTC 2023 Modified Files: src/share/examples/ftpd: ftpusers Log Message: ftpusers(5) example: use IP & DNS examples Use .example TLD, per IETF RFC 2606. Use 192.0.2.0/24, per IETF RFC 5737. Use 127.0.0.1/24 for

CVS commit: src/libexec/ftpd

2023-09-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Sep 22 21:57:55 UTC 2023 Modified Files: src/libexec/ftpd: version.h Log Message: version NetBSD-ftpd 20230922 for MLSD/MLST fix To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/libexec/ftpd/version.h Please

CVS commit: src/libexec/ftpd

2023-09-22 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Sep 22 21:57:55 UTC 2023 Modified Files: src/libexec/ftpd: version.h Log Message: version NetBSD-ftpd 20230922 for MLSD/MLST fix To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/libexec/ftpd/version.h Please

CVS commit: src/libexec/ftpd

2023-09-02 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Sep 2 12:16:29 UTC 2023 Modified Files: src/libexec/ftpd: ftpd.c version.h Log Message: ftpd: improve seteuid error handling Handle seteuid() failures. Per suggestion by Simon Josefsson. Consistent logging and fatal exit if u

CVS commit: src/libexec/ftpd

2023-09-02 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Sep 2 12:16:29 UTC 2023 Modified Files: src/libexec/ftpd: ftpd.c version.h Log Message: ftpd: improve seteuid error handling Handle seteuid() failures. Per suggestion by Simon Josefsson. Consistent logging and fatal exit if u

CVS commit: src/share/mk

2023-09-02 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Sep 2 12:09:10 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: sort the CC_WNO variables To generate a diff of this commit: cvs rdiff -u -r1.1359 -r1.1360 src/share/mk/bsd.own.mk Please note that

CVS commit: src/share/mk

2023-09-02 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Sep 2 12:09:10 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: sort the CC_WNO variables To generate a diff of this commit: cvs rdiff -u -r1.1359 -r1.1360 src/share/mk/bsd.own.mk Please note that

CVS commit: src

2023-07-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jul 23 16:52:38 UTC 2023 Modified Files: src/doc: CHANGES src/share/man/man5: mk.conf.5 src/share/mk: bsd.own.mk Log Message: bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes Local symbols are desirable with MKDE

  1   2   3   4   5   6   >