Switch from FTP to HTTP for downloads

This commit is contained in:
Eric Andersen 2001-12-20 08:04:56 +00:00
parent fb74a45088
commit 5a841adf5d
4 changed files with 30 additions and 49 deletions

View File

@ -40,8 +40,8 @@ need to run for anonymous CVS access is:
<pre> <pre>
cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre> cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre>
<p> <p>
CVS will prompt you for a password. Enter the password <b>anonymous</b> CVS will prompt you for a password. Just press the Enter key (there is no
and press the Enter key. This step only needs to be done once, the first password for anonymous access). This step only needs to be done once, the first
time you attempt to access CVS. time you attempt to access CVS.
<p> <p>
Once the login is complete, you can then check which modules Once the login is complete, you can then check which modules

View File

@ -51,32 +51,13 @@ username...
To obtain commit access, you will need to demonstrate you are To obtain commit access, you will need to demonstrate you are
serious by submitting a few good patches first. Then, you will need to serious by submitting a few good patches first. Then, you will need to
select a user-name to use when committing stuff, and finally, you will select a user-name to use when committing stuff, and finally, you will
need to either send me a crypted password, which you will use to connect need to send me the username you have selected, an ssh key, and the email
to the system, or send me an ssh key. address where you prefer email to be sent (I will forward any email sent
To create a crypted password, you can do something like the following (and to you, but not store it).
please remember to change your password to something other then<em>foo</em>!):
<pre>
$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \
print crypt($ENV{PASSWORD}, $salt[rand(62)].$salt[rand(62)]), "\n";'
<b>o0naQJuvFx4UA</b>
</pre>
If you'd like to use MD5 passwords instead, try something like the following:
<pre>
$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \
print crypt($ENV{PASSWORD}, "\$1\$".$salt[rand(62)].$salt[rand(62)]), "\n";'
<b>$1$Kp$rBBvl5cuAeJjJ6U1hCqpU1</b>
</pre>
Then I take your crypted password as is (i.e., the output of either of
these commands), drop it into the cvs password file, and you are set to
go.
<p> <p>
Note that if your are really worried that others might see your crypted Note that if your are worried that others might see your ssh key, you can
password, or your ssh key, you can encrypt the email containing your encrypt the email containing your crypted password using my
crypted password using my <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>.
<!-- End of Table --> <!-- End of Table -->

View File

@ -94,12 +94,12 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
I've personally tested this release out I've personally tested this release out
on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so
it should work with just about any Linux system you throw it at. it should work with just about any Linux system you throw it at.
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> See the <a href="http://busybox.net/downloads/Changelog">changelog</a>
for <small>most of</small> the details. The last release was for <small>most of</small> the details. The last release was
<em>very</em> solid for people, and this one should be even better. <em>very</em> solid for people, and this one should be even better.
<p> <p>
As usual BusyBox 0.60.2 can be downloaded from As usual BusyBox 0.60.2 can be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<p> <p>
And please read the news item for the 18th as well. Have Fun.<br> -Erik And please read the news item for the 18th as well. Have Fun.<br> -Erik
<p> <p>
@ -164,9 +164,9 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
here it is. Come and get it. here it is. Come and get it.
<p> <p>
The The
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all <a href="http://busybox.net/downloads/Changelog">changelog</a> has all
the details. As usual BusyBox 0.60.1 can be downloaded from the details. As usual BusyBox 0.60.1 can be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<p>Have Fun! <p>Have Fun!
<p> <p>
@ -192,7 +192,7 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
You don't have to be root or reboot your machine to run test this way. You don't have to be root or reboot your machine to run test this way.
Preconfigured User-Mode Linux kernel source is also on busybox.net. Preconfigured User-Mode Linux kernel source is also on busybox.net.
<p> <p>
Another cool thing is the nifty <a href="ftp://busybox.net/busybox/tutorial/index.html"> Another cool thing is the nifty <a href="http://busybox.net/downloads/tutorial/index.html">
BusyBox Tutorial</a> contributed by K Computing. This requires BusyBox Tutorial</a> contributed by K Computing. This requires
a ShockWave plugin (or standalone viewer), so you may want to grab the a ShockWave plugin (or standalone viewer), so you may want to grab the
the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a> the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a>
@ -217,9 +217,9 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
<p> <p>
The The
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all <a href="http://busybox.net/downloads/Changelog">changelog</a> has all
the details. As usual BusyBox 0.60.0 can be downloaded from the details. As usual BusyBox 0.60.0 can be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<p>Have Fun! <p>Have Fun!
<p> <p>
@ -236,11 +236,11 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
<p> <p>
The The
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> covers <a href="http://busybox.net/downloads/Changelog">changelog</a> covers
some of the more obvious details, but there are many many things that some of the more obvious details, but there are many many things that
are not mentioned, but have been improved in subtle ways. As usual, are not mentioned, but have been improved in subtle ways. As usual,
BusyBox 0.52 can be downloaded from BusyBox 0.52 can be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<p>Have Fun! <p>Have Fun!
<p> <p>
@ -275,7 +275,7 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
<ul> <ul>
<li> Source for the latest release can always be downloaded from <li> Source for the latest release can always be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<li> A new snapshot of the source is made daily and is available as a GNU <li> A new snapshot of the source is made daily and is available as a GNU
gzipped tarball <a href="busybox.tar.gz"> right here</a>. gzipped tarball <a href="busybox.tar.gz"> right here</a>.
@ -300,13 +300,13 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox"
<TR><TD BGCOLOR="#eeeee0"> <TR><TD BGCOLOR="#eeeee0">
Current documentation for BusyBox includes: Current documentation for BusyBox includes:
<ul> <ul>
<li> <a href="ftp://busybox.net/busybox/BusyBox.html">BusyBox.html</a>. <li> <a href="http://busybox.net/downloads/BusyBox.html">BusyBox.html</a>.
This is a list of the all the available commands in BusyBox with This is a list of the all the available commands in BusyBox with
complete usage information and examples of how to use each app. I complete usage information and examples of how to use each app. I
have spent a <em>lot</em> of time updating these docs and trying to have spent a <em>lot</em> of time updating these docs and trying to
make them fairly comprehensive. If you find any errors (factual, make them fairly comprehensive. If you find any errors (factual,
grammatical, whatever) please let me know. grammatical, whatever) please let me know.
<li> <a href="ftp://busybox.net/busybox/README">README</a>. <li> <a href="http://busybox.net/downloads/README">README</a>.
This is the README file included in the busybox source release. This is the README file included in the busybox source release.
<li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>. <li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>.
Need to report a bug? Need to check if a bug has been filed? Need to report a bug? Need to check if a bug has been filed?

View File

@ -65,21 +65,21 @@
for letting me use their system!). for letting me use their system!).
<p> <p>
You can read the You can read the
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> for <a href="http://busybox.net/downloads/Changelog">changelog</a> for
complete details. BusyBox 0.51 can be downloaded from complete details. BusyBox 0.51 can be downloaded from
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>.
<p>Have Fun! <p>Have Fun!
<p> <p>
<li> <b>Busybox Boot-Floppy Image</b> <li> <b>Busybox Boot-Floppy Image</b>
<p>Because you asked for it, we have made available a <a href= <p>Because you asked for it, we have made available a <a href=
"ftp://busybox.net/busybox/busybox.floppy.img"> Busybox boot floppy "http://busybox.net/downloads/busybox.floppy.img"> Busybox boot floppy
image</a>. Here's how you use it: image</a>. Here's how you use it:
<ol> <ol>
<li> <a href= "ftp://busybox.net/busybox/busybox.floppy.img"> <li> <a href= "http://busybox.net/downloads/busybox.floppy.img">
Download the image</a> Download the image</a>
<li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
@ -108,7 +108,7 @@
shell is now working very well, and the shell's environment variable shell is now working very well, and the shell's environment variable
expansion was fixed. Tons of other things were fixed or made expansion was fixed. Tons of other things were fixed or made
smaller. For a fairly complete overview, see the smaller. For a fairly complete overview, see the
<a href="ftp://busybox.net/busybox/Changelog">changelog</a>. <a href="http://busybox.net/downloads/Changelog">changelog</a>.
<p> <p>
lash (the busybox shell) is still with us, fixed up a bit so it lash (the busybox shell) is still with us, fixed up a bit so it
now behaves itself quite nicely. It really is quite usable as now behaves itself quite nicely. It really is quite usable as
@ -129,7 +129,7 @@
Several new applets, lots of bug fixes, cleanups, and many smaller Several new applets, lots of bug fixes, cleanups, and many smaller
things made nicer. Several cleanups and improvements to the shell. things made nicer. Several cleanups and improvements to the shell.
For a list of the most interesting changes For a list of the most interesting changes
you might want to look at the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>. you might want to look at the <a href="http://busybox.net/downloads/Changelog">changelog</a>.
<p> <p>
Special thanks go out to Matt Kraai and Larry Doolittle for all their Special thanks go out to Matt Kraai and Larry Doolittle for all their
work on this release, and for keeping on top of things while I've been work on this release, and for keeping on top of things while I've been
@ -161,7 +161,7 @@
woody) a .udeb can now be generated. woody) a .udeb can now be generated.
<p> <p>
The curious can get a list of some of the more interesting changes by reading The curious can get a list of some of the more interesting changes by reading
the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>. the <a href="http://busybox.net/downloads/Changelog">changelog</a>.
<p> <p>
Many thanks go out to the many many people that have contributed to Many thanks go out to the many many people that have contributed to
this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
@ -175,7 +175,7 @@
renice, xargs, and expr. syslogd now supports network logging. renice, xargs, and expr. syslogd now supports network logging.
There are the usual tar updates. Most apps now use getopt for There are the usual tar updates. Most apps now use getopt for
more correct option parsing. more correct option parsing.
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> See the <a href="http://busybox.net/downloads/Changelog">changelog</a>
for complete details. for complete details.
@ -187,7 +187,7 @@
people to dump a binary keymaps for use with 'loadkmap', and a people to dump a binary keymaps for use with 'loadkmap', and a
completely reworked 'grep' and 'sed' which should behave better. completely reworked 'grep' and 'sed' which should behave better.
BusyBox shell can now also be used as a login shell. BusyBox shell can now also be used as a login shell.
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> See the <a href="http://busybox.net/downloads/Changelog">changelog</a>
for complete details. for complete details.
@ -199,7 +199,7 @@
release provides the following new apps: cut, tr, insmod, ar, release provides the following new apps: cut, tr, insmod, ar,
mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and
telnet. There are bug fixes for just about every app as well (see telnet. There are bug fixes for just about every app as well (see
the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for the <a href="http://busybox.net/downloads/Changelog">changelog</a> for
details). details).
<p> <p>
Also, some exciting infrastructure news! Busybox now has its own Also, some exciting infrastructure news! Busybox now has its own