Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   perry
Date:           Fri Mar 19 14:49:08 UTC 1999

Modified Files:
        src/distrib/utils/sysinst: net.c
Log Message:
URLs can't safely contain certain characters unless they are %XX hex
encoded. This means certain passwords, usernames, etc., will not work
with "ftp ftp://....";

This code, submitted by Alan Barrett <apb%iafrica.com@localhost>, fixes this by
hex encoding unsafe strings in a clean fashion. This should close a
couple of outstanding PRs. Thanks Alan!




Home | Main Index | Thread Index | Old Index