CVS commit: src/usr.bin/ftp
"Michael van Elst" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: mlelstv Date: Mon Jul 6 07:07:00 UTC 2026 Modified Files: src/usr.bin/ftp: Makefile fetch.c Added Files: src/usr.bin/ftp: uri.c uri.h Log Message: Evaluate relative URLs in a HTTP redirect. Fixes PR 60346 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.246 -r1.247 src/usr.bin/ftp/fetch.c cvs rdiff -u -r0 -r1.1 src/usr.bin/ftp/uri.c src/usr.bin/ftp/uri.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.