From 8406115834d38bb743e01f35bfd36e835532415e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 19 Apr 2010 20:16:01 +0100 Subject: [build] Rename gPXE to iPXE Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown --- src/net/tcp/ftp.c | 18 +++++++++--------- src/net/tcp/http.c | 26 +++++++++++++------------- src/net/tcp/https.c | 8 ++++---- src/net/tcp/iscsi.c | 22 +++++++++++----------- 4 files changed, 37 insertions(+), 37 deletions(-) (limited to 'src/net/tcp') diff --git a/src/net/tcp/ftp.c b/src/net/tcp/ftp.c index 920e537ab..3ef71b610 100644 --- a/src/net/tcp/ftp.c +++ b/src/net/tcp/ftp.c @@ -5,14 +5,14 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include /** @file * @@ -149,7 +149,7 @@ static const char * ftp_user ( struct ftp_request *ftp ) { * @ret password FTP password */ static const char * ftp_password ( struct ftp_request *ftp ) { - static char *ftp_default_password = "etherboot@etherboot.org"; + static char *ftp_default_password = "ipxe@ipxe.org"; return ftp->uri->password ? ftp->uri->password : ftp_default_password; } diff --git a/src/net/tcp/http.c b/src/net/tcp/http.c index a365b2a48..c7027d2d0 100644 --- a/src/net/tcp/http.c +++ b/src/net/tcp/http.c @@ -33,18 +33,18 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include FEATURE ( FEATURE_PROTOCOL, "HTTP", DHCP_EB_FEATURE_HTTP, 1 ); @@ -453,7 +453,7 @@ static void http_step ( struct process *process ) { /* Send GET request */ if ( ( rc = xfer_printf ( &http->socket, "GET %s%s HTTP/1.0\r\n" - "User-Agent: gPXE/" VERSION "\r\n" + "User-Agent: iPXE/" VERSION "\r\n" "%s%s%s" "Host: %s\r\n" "\r\n", diff --git a/src/net/tcp/https.c b/src/net/tcp/https.c index 7a2961f21..b738f4167 100644 --- a/src/net/tcp/https.c +++ b/src/net/tcp/https.c @@ -26,10 +26,10 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include -#include -#include -#include -#include +#include +#include +#include +#include FEATURE ( FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 ); diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c index b13a107c2..27e454e25 100644 --- a/src/net/tcp/iscsi.c +++ b/src/net/tcp/iscsi.c @@ -25,17 +25,17 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include /** @file * -- cgit v1.2.3-55-g7522