summaryrefslogtreecommitdiffstats
path: root/loader2/ftp.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-53/+0
|
* Strip urlinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-1/+1
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* * loader2/ftp.c (ftpOpen, ftpGetFileDesc): Support IPv6 hosts, whichDavid Cantrell2006-07-271-1/+2
| | | | | | | | | | | | 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.
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-1/+4
| | | | | | | | | | | | | | | | | | 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.
* Fix traceback on accessing the cmdline dict.Chris Lumens2006-05-111-0/+2
|
* When unable to connect to an HTTP or FTP server for some reason, display anChris Lumens2005-01-121-1/+4
| | | | error message instead of flashing back to the input screen. (#144546).
* support for sending MAC address as an HTTP header, needed for RHN provisioningMike Fulbright2003-07-071-1/+1
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+25
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