| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
means using the EPSV command instead of PASV. We don't get the IP
address of the server in the response, so ftpGetFileDesc needs to
bring in the in6_addr we already made for the server so we can then
make the socket connection.
* loader2/ftp.h: Prototype updates.
* loader2/urls.c: Pass the in6_addr for the FTP server to the
ftpGetFileDesc() function.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and pass that to the ftpOpen() call.
* urlinstall.py (UrlInstallMethod.__init__): Use urlparse.
* isys/dns.c, isys/dns.h: Updated for IPv6 support.
* loader2/Makefile: Cleanups.
* loader2/ftp.c, loader2/ftp.h: Updated for IPv6 support.
* loader2/loader.c: Whitespace consistency.
* loader2/method.c: Whitespace consistency.
* loader2/urls.c: Updated for IPv6 support.
|
| | |
|
| |
|
|
| |
error message instead of flashing back to the input screen. (#144546).
|
| | |
|
|
|
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting
from either the cd initrd or the pxe initrd
|