]> granicus.if.org Git - curl/commitdiff
haxx.nu => haxx.se
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Jun 2000 15:31:26 +0000 (15:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Jun 2000 15:31:26 +0000 (15:31 +0000)
66 files changed:
Makefile.dist
curl-ssl.spec.in
curl.spec.in
docs/README.curl
docs/curl.1
docs/curl_easy_cleanup.3
docs/curl_easy_init.3
docs/curl_easy_perform.3
docs/curl_easy_setopt.3
docs/curl_formparse.3
docs/curl_getdate.3
docs/curl_getenv.3
docs/curl_slist_append.3
docs/curl_slist_free_all.3
docs/curl_version.3
lib/base64.c
lib/base64.h
lib/dict.c
lib/dict.h
lib/download.c
lib/download.h
lib/easy.c
lib/escape.c
lib/escape.h
lib/file.c
lib/file.h
lib/formdata.c
lib/formdata.h
lib/ftp.c
lib/ftp.h
lib/getenv.c
lib/getenv.h
lib/getpass.c
lib/highlevel.c
lib/highlevel.h
lib/hostip.c
lib/hostip.h
lib/http.c
lib/http.h
lib/if2ip.c
lib/if2ip.h
lib/ldap.c
lib/ldap.h
lib/netrc.c
lib/netrc.h
lib/progress.c
lib/progress.h
lib/sendf.c
lib/sendf.h
lib/setup.h
lib/speedcheck.c
lib/speedcheck.h
lib/ssluse.c
lib/ssluse.h
lib/strequal.c
lib/strequal.h
lib/telnet.c
lib/telnet.h
lib/timeval.c
lib/timeval.h
lib/url.c
lib/url.h
lib/urldata.h
lib/version.c
lib/writeout.c
lib/writeout.h

index 843091df028d0e44e3de9b828a0af3982fdb6e17..c8d75ff40f9a6e36bf8f0ae1e45d4b3505075d17 100644 (file)
@@ -24,9 +24,9 @@
 #
 # ------------------------------------------------------------
 # Main author:
-# - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+# - Daniel Stenberg <daniel@haxx.se>
 #
-#      http://curl.haxx.nu
+#      http://curl.haxx.se
 #
 # $Source$
 # $Revision$
index beac7576d1b115bffcd0c7ec3d6dc1ca7be74a5e..fe0518b65540f61140fd9ff035fc812b61fa2437 100644 (file)
@@ -9,7 +9,7 @@ Release:        %rel
 Copyright:     MPL
 Group:         Utilities/Console
 Source:                @PACKAGE@-%{version}.tar.gz
-URL:           http://@PACKAGE@.haxx.nu
+URL:           http://@PACKAGE@.haxx.se
 BuildPrereq:   openssl
 BuildRoot:     /tmp/%{name}-%{version}-%{rel}-root
 Packager:      Fill In As You Wish
@@ -27,7 +27,7 @@ resume and more.
 Note: this version is compiled with SSL (https:) support.
 
 Authors:
-       Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+       Daniel Stenberg <daniel@haxx.se>
 
 
 %prep
index e1a3df2f57a0c41dca07619c9d7b8c583fc8cd25..c8bb1ab864c6b2e68e2bbe1cfaf6fd20024fd8aa 100644 (file)
@@ -9,7 +9,7 @@ Release:        %rel
 Copyright:     MPL
 Group:         Utilities/Console
 Source:                %{name}-%{version}.tar.gz
-URL:           http://@PACKAGE@.haxx.nu
+URL:           http://@PACKAGE@.haxx.se
 BuildRoot:     /tmp/%{name}-%{version}-%{rel}-root
 Packager:      Fill In As You Wish
 Docdir:                %{prefix}/doc
@@ -26,7 +26,7 @@ resume and more.
 Note: this version is compiled without SSL (https:) support.
 
 Authors:
-       Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+       Daniel Stenberg <daniel@haxx.se>
 
 
 %prep
index 805c88d6979b8e304c84e66781288c527f062a31..c18131b9e9ea6dda3d1a40504c207559a97470d5 100644 (file)
@@ -3,7 +3,7 @@ LATEST VERSION
   You always find news about what's going on as well as the latest versions
   from the curl web pages, located at:
 
-        http://curl.haxx.nu
+        http://curl.haxx.se
 
 SIMPLE USAGE
 
@@ -178,7 +178,7 @@ DETAILED INFORMATION
 
   Store the HTTP headers in a separate file:
 
-        curl --dump-header headers.txt curl.haxx.nu
+        curl --dump-header headers.txt curl.haxx.se
 
   Note that headers stored in a separate file can be very useful at a later
   time if you want curl to use cookies sent by the server. More about that in
@@ -676,7 +676,7 @@ NETRC
 
   A very simple .netrc file could look something like:
 
-        machine curl.haxx.nu login iamdaniel password mysecret
+        machine curl.haxx.se login iamdaniel password mysecret
 
 CUSTOM OUTPUT
 
index e2fe88a47b4da8a473a5eb85dbec9890a13c64bf..a81bfaa8d2b9f913daa00b9e0a382fd378559269 100644 (file)
@@ -554,7 +554,7 @@ If you do find any (or have other suggestions), mail Daniel Stenberg
  - Linas Vepstas <linas@linas.org>
  - Bjorn Reese <breese@mail1.stofanet.dk>
  - Johan Anderson <johan@homemail.com>
- - Kjell Ericson <Kjell.Ericson@haxx,nu>
+ - Kjell Ericson <Kjell.Ericson@haxx.se>
  - Troy Engel <tengel@sonic.net>
  - Ryan Nelson <ryan@inch.com>
  - Björn Stenberg <Bjorn.Stenberg@haxx.se>
index c0e95013911862b1dbd61d6147d8054768673952..3e021f329ab442a251fd3077bf2f93db6305e196 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_easy_cleanup 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 5f7bc00bd3daf0724d239b9849581988e2de119e..daea907bd5c47dbc8e9c601a1853c5c5c7569764 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_easy_init 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 959340c1513708d41ddb6e07746a76e57df9497c..f9d7e7d50c39dd712e0dea91cf7587792d1754a6 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_easy_perform 3 "26 May 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index a63fb780630f2a06c3a47a7771f99fa96d9b5dd3..af6688a48d37bff40be9349b201e7b5850b81527 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_easy_setopt 3 "16 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index ebb6afc02f5d5385fdb8cbb77994637229f06032..09a1afc71acfe8dc9435e82ccd263b0ff5473a27 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_formparse 3 "6 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 3d3daef28b03d633a6d4390e767f3bf771e7ab5c..5562a6aca9a9f0ff81f5b4d9e7d60536d9ea8cd2 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_getdate 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index f1d57664df02078be2c9cdcf0819085c2a41d8bd..594203b46c244587de687ad37b67ceaaeee4d1ba 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_getenv 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 03651ac260b8973fd8139a521a28c956773d3219..42dd27982d633ff0d9e8e9811ecca558b7339cc9 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_slist_append 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 8a1e781b8aec64733186de170d0095a13266ae22..67c824d363f3a23e38cfdcfbcb1064cb70d65c02 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_slist_free_all 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 99257327ee587f6558a452cd0e061427c22d0691..95f1dc19598021c1947b60fc904e93189bf88d2d 100644 (file)
@@ -1,6 +1,6 @@
 .\" You can view this file with:
 .\" nroff -man [file]
-.\" Written by Daniel.Stenberg@haxx.nu
+.\" Written by daniel@haxx.se
 .\"
 .TH curl_version 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
 .SH NAME
index 8758af1effed4496154ac666b592e0555b2890c3..c857fbce327e36ed8d5347114b9229ba4e0a76a1 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 46097433135ee753149f339112728d2641a1d521..d8770f32503130dd0d21b5d61dd7260cd5222c28 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index c9721bd859438144f2c7b2d3799cfd306d2e2ad9..c76553556b08d6a632968c370870663fb2df5036 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 85e6e3b099cf588eb69c2a23018f7315dbf2ae7c..57bae5f4591dc87cc8072f2170d2b0fa7074317a 100644 (file)
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index d7ba12b36d4d9a393a272d0db44777eed58acf30..b837638cc778ac95198ad9947717aab03c9aeb44 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 86ba034989f2707a3357ca2996769027ee0aa4d4..5b54714ea5d4fde48286d16bd6e6b3fa125a3ac8 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 95b4f86ff9e31a3657cff83b766c21872a49059f..b49345cbe31bb9b31a6f5ff272d63589074ed628 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 6ac8847a64d0cfbeaa5f575ffe8c8edb7bc9d310..0a8c5cf374996eed4f39c392bd33acae8b852de6 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 5c080c209e900e1a3127b7b6cd7fb6832eb6c176..74d7661a467155656f2c64ebddb58560ba491ad4 100644 (file)
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 532a65fb317575fa4ddd71d8ce3dfb767c9f9090..3b6aec63dcfe06e8af0b7559035718666bca1219 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index e6ad0e6ce327295af11dc859487c83e7a781b1bc..a1b19bda46e70dc988ce70e28ed3ed825c659450 100644 (file)
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 0cdf56889c49aa719e7ca19248445f4942eedc2d..bcdb71c11abd5a7d35c0dbb8ece5891ffc2bec0d 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 9dcde397edfefeb3798d8db30ebda62229e9ddb8..9c6c6186356c3050ed999949977a11316041bcf7 100644 (file)
  *   Linas Vepstas <linas@linas.org>
  *   Bjorn Reese <breese@imada.ou.dk>
  *   Johan Anderson <johan@homemail.com>
- *   Kjell Ericson <Kjell.Ericson@haxx.nu>
+ *   Kjell Ericson <Kjell.Ericson@haxx.se>
  *   Troy Engel <tengel@palladium.net>
  *   Ryan Nelson <ryan@inch.com>
- *   Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ *   Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
  *   Angus Mackay <amackay@gus.ml.org>
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
  *
  * ------------------------------------------------------------
  * $Log$
- * Revision 1.2  2000-01-10 23:36:14  bagder
+ * Revision 1.3  2000-06-20 15:31:26  bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2  2000/01/10 23:36:14  bagder
  * syncing with local edit
  *
  * Revision 1.4  1999/09/06 06:59:40  dast
index 1379a938038d2c5556039938b5a2ee4d9a38f614..c0d126c2b7aec8339672023ed9643d5ed9be01ab 100644 (file)
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 3eb73e15f343f93c793b0d2e3ca8733985569d33..22301c5d932480df06798c946d063faea8546159 100644 (file)
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 8ef827d2aa8826521dc7c67d54213b300ea92f7f..b4b2142c9220838b271f1ecf1ccc27df7b47bd95 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 78f9bc88291adcdf98d55eaad03b12b55e4b1b0a..4768120e9740c16b98b332db05b2f4e2040bc844 100644 (file)
  *   Linas Vepstas <linas@linas.org>
  *   Bjorn Reese <breese@imada.ou.dk>
  *   Johan Anderson <johan@homemail.com>
- *   Kjell Ericson <Kjell.Ericson@haxx.nu>
+ *   Kjell Ericson <Kjell.Ericson@haxx.se>
  *   Troy Engel <tengel@palladium.net>
  *   Ryan Nelson <ryan@inch.com>
- *   Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ *   Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
  *   Angus Mackay <amackay@gus.ml.org>
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
  *
  * ------------------------------------------------------------
  * $Log$
- * Revision 1.2  2000-01-10 23:36:14  bagder
+ * Revision 1.3  2000-06-20 15:31:26  bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2  2000/01/10 23:36:14  bagder
  * syncing with local edit
  *
  * Revision 1.3  1999/09/06 06:59:40  dast
index 59eedcb4cf0682fc34896c8b7e1450eb270030c0..162804362571e3ce63f028496166b613f424c51b 100644 (file)
@@ -31,7 +31,7 @@
  *   Angus Mackay <amackay@gus.ml.org>
  *
  * Contributor(s):
- *   Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ *   Daniel Stenberg <daniel@haxx.se>
  */
 
 #ifndef WIN32
index 39a69c47ed74715a4262bb1a22803a8cff51a113..02954c6b558ba9e465ca12e91c93fdea8241f2e2 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 5f95c7540a641ea411e1fe9ab27affb08451d1c7..52b6bab3f9bd148efacafd7ddc02b95154daf9d1 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index c1df3096b12c817968d6c7be841a25dc2df62684..9b402f1cb2f676b0d96de61f4de39e793a62d1ce 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 480a85ede144f444d127cb4c8056efa3a0027c9b..ccdb4cb0b8ca9455be12000a290bf9f9803f87e4 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 60869d6d870224825b56fc3efdb82d8f1fed544e..d83942d1d89fc38e274805bb375099bb6bdd9ea8 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 6a4d8c83535faf853baa1dd30d4a5a680ad9b911..372b670c5e9d944a6e65951be8f65a18d0049256 100644 (file)
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 557b6fb8c3aec9b1e80781aa259e10f7baf219db..065108efa33cd3f4e834812feaf9110159a98b87 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index e6f73a54af922f922ef3f79cac1ca6cac31acd32..6a7947c8e09483e32f0bf3ee67ed15ad3a69d30f 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index bd537fc77837a499c2104a99ddf600ac043e3b4d..af69b94e9602021b0504df7d52a6829c864ec2fd 100644 (file)
@@ -26,7 +26,7 @@
  * Contributor(s):
  *  Bjørn Reese <breese@mail1.stofanet.dk>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 0fcacc0b8b5624ba0b4b860f6eb0b3e43266e062..a0a1a65d5898547c40609815c5c5740cdf776343 100644 (file)
@@ -27,7 +27,7 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
  *     http://www.fts.frontec.se/~dast/curl/
  *
index bc1cc3b31facfe946a7510e4195b33f5c60f1671..80cb81ff5c16baed0af83ff072f9f2b266da2330 100644 (file)
  *   Linas Vepstas <linas@linas.org>
  *   Bjorn Reese <breese@imada.ou.dk>
  *   Johan Anderson <johan@homemail.com>
- *   Kjell Ericson <Kjell.Ericson@haxx.nu>
+ *   Kjell Ericson <Kjell.Ericson@haxx.se>
  *   Troy Engel <tengel@palladium.net>
  *   Ryan Nelson <ryan@inch.com>
- *   Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ *   Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
  *   Angus Mackay <amackay@gus.ml.org>
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index ffbd4794b34855baa35eaa1c1a93103b3f926af4..2ad9c200a69de8df1b5101d5ed279727b2845270 100644 (file)
  *   Linas Vepstas <linas@linas.org>
  *   Bjorn Reese <breese@imada.ou.dk>
  *   Johan Anderson <johan@homemail.com>
- *   Kjell Ericson <Kjell.Ericson@haxx.nu>
+ *   Kjell Ericson <Kjell.Ericson@haxx.se>
  *   Troy Engel <tengel@palladium.net>
  *   Ryan Nelson <ryan@inch.com>
- *   Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ *   Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
  *   Angus Mackay <amackay@gus.ml.org>
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
  *
  * ------------------------------------------------------------
  * $Log$
- * Revision 1.2  2000-01-10 23:36:15  bagder
+ * Revision 1.3  2000-06-20 15:31:26  bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2  2000/01/10 23:36:15  bagder
  * syncing with local edit
  *
  * Revision 1.3  1999/09/06 06:59:41  dast
index f34f9d087d908b9218e9c7d8712e0cf16639d571..d2c46cab8c7104037dc91a253a098955c2bd4e01 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index b015fb8d9d1861bb8b99a1de874ec52f89604b11..a85b46df5988272b11357bc32812fef4c914a314 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 42c344dcfd28b4ccc1a7170579e5afe3333b001a..87416775c90324d5b698a3d478287fb68c64f3e8 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index de65719306a8664757632377e8db3ea3e6d42fae..c6c7bdb9708be1a61f48490f173e0776d07716a0 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index c800fa8d362e371eac6e33a08d5272fa4d291828..a2765a371802656494517175bfbd03c53b72b771 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 48772b39cb86415214b931eb657688758343043c..36fb75c03d8ae79f7c36f9c4bf602b12fc5aa0cb 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index e07bdbcc6d8a4d411e6d27c54de4163b3829c827..eb037d508e8e37860097eca6cfce27ba297f2f7d 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 6eb9b77bb42c9cd3cb548b563e037f749583fce6..1130aad0ccc90213b5901e311ae5270d1e11b464 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index c1996b28e77900907fd44228060d4e71c97d9445..9912779cc5f9f6ca623acd61cb739a1715350643 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index cf3db959e2ec963f18bcf5262f31cd28766b67fb..d69e536bda0a6670f6b8494a1d6ebfae3125f3c9 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index ff245f0269eb35d5b60216feecf637650fea546e..425e2f1c334080095b640c7c4a6f98e5b9bd140f 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 68571829d8e089dcbe7c078da51e7aac644cf703..133a744f193c8d6681528dd165713358cb621d59 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
@@ -38,7 +38,7 @@
  * ------------------------------------------------------------
  *
  * This implementation of the TELNET protocol is written by
- * Linus Nielsen <Linus.Nielsen@haxx.nu>,
+ * Linus Nielsen <Linus.Nielsen@haxx.se>,
  * with some code snippets stolen from the BSD Telnet client.
  *
  * The negotiation is performed according to RFC 1143 (D. Bernstein,
index f9d55b78bcd013296e62f7acb6e1aa2b19a6a886..af6e05fb606a7c5bd74d731bc9cf242032bb7ada 100644 (file)
@@ -27,9 +27,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 8ad25325f87263a7056113588021e7d65a7f30cf..155aa79cb959a106fd0d27039f09afd5c6d1b05a 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index c5ff9a8cb45c702d3f6a5aec02ce98c454703ef7..4158423c6a21e38ed52ab36b89d142e77942e792 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 62e81d24321b5241e29b9ac5a6ec371a501ee98e..4af97468fa0999fafeea5569719bcc2736800e34 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
@@ -691,7 +691,7 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect)
   }
   else {
     /* Set default host and default path */
-    strcpy(conn->gname, "curl.haxx.nu");
+    strcpy(conn->gname, "curl.haxx.se");
     strcpy(conn->path, "/");
 
     if (2 > sscanf(data->url,
index 334fa9767cba375e0277de6d43b194a5f1a3c795..d0213100e906041876dc90ea2e1b4deb26c60785 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index 132b2e248423577139425847a3f7bc148aa724bc..31e70cfbeb6271465904f5694b56c3c4cc4a40f3 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
@@ -64,7 +64,7 @@
 #define DICT_DEFINE3 "/LOOKUP:"
 
 #define CURL_DEFAULT_USER "anonymous"
-#define CURL_DEFAULT_PASSWORD "curl_by_Daniel.Stenberg@haxx.nu"
+#define CURL_DEFAULT_PASSWORD "curl_by_daniel@haxx.se"
 
 #include "cookie.h"
 #include "formdata.h"
index ea54b2a49e29aa73a8bca292bc83e21bfc8c433b..be14e6551c20d15baaa570170e00347bd967ff5b 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index d863062867436fe0e1a00ff1e42fe7b56787eafe..80ee6f2e32636b0414b17164ce3baf10a6996906 100644 (file)
@@ -24,9 +24,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
index faf047709bf8135a818ae487977c5830c2ef85e1..d223a35b45bae1e0ab07a167c2b6ed182c5d2257 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$