diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-20 08:04:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-20 08:04:56 +0000 |
commit | 5a841adf5d359679be47645e730e5333caf929b9 (patch) | |
tree | 1ec5ecbb936a3497faa6cbe00c0ecedb9552b072 | |
parent | fb74a4508876d4e11a5d3444fe74d083354d081a (diff) | |
download | busybox-w32-5a841adf5d359679be47645e730e5333caf929b9.tar.gz busybox-w32-5a841adf5d359679be47645e730e5333caf929b9.tar.bz2 busybox-w32-5a841adf5d359679be47645e730e5333caf929b9.zip |
Switch from FTP to HTTP for downloads
-rw-r--r-- | docs/busybox.net/cvs_anon.html | 4 | ||||
-rw-r--r-- | docs/busybox.net/cvs_write.html | 31 | ||||
-rw-r--r-- | docs/busybox.net/index.html | 24 | ||||
-rw-r--r-- | docs/busybox.net/oldnews.html | 20 |
4 files changed, 30 insertions, 49 deletions
diff --git a/docs/busybox.net/cvs_anon.html b/docs/busybox.net/cvs_anon.html index 33d27267e..282080645 100644 --- a/docs/busybox.net/cvs_anon.html +++ b/docs/busybox.net/cvs_anon.html | |||
@@ -40,8 +40,8 @@ need to run for anonymous CVS access is: | |||
40 | <pre> | 40 | <pre> |
41 | cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre> | 41 | cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre> |
42 | <p> | 42 | <p> |
43 | CVS will prompt you for a password. Enter the password <b>anonymous</b> | 43 | CVS will prompt you for a password. Just press the Enter key (there is no |
44 | and press the Enter key. This step only needs to be done once, the first | 44 | password for anonymous access). This step only needs to be done once, the first |
45 | time you attempt to access CVS. | 45 | time you attempt to access CVS. |
46 | <p> | 46 | <p> |
47 | Once the login is complete, you can then check which modules | 47 | Once the login is complete, you can then check which modules |
diff --git a/docs/busybox.net/cvs_write.html b/docs/busybox.net/cvs_write.html index b5df25f76..0c22ca8ae 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html | |||
@@ -51,32 +51,13 @@ username... | |||
51 | To obtain commit access, you will need to demonstrate you are | 51 | To obtain commit access, you will need to demonstrate you are |
52 | serious by submitting a few good patches first. Then, you will need to | 52 | serious by submitting a few good patches first. Then, you will need to |
53 | select a user-name to use when committing stuff, and finally, you will | 53 | select a user-name to use when committing stuff, and finally, you will |
54 | need to either send me a crypted password, which you will use to connect | 54 | need to send me the username you have selected, an ssh key, and the email |
55 | to the system, or send me an ssh key. | 55 | address where you prefer email to be sent (I will forward any email sent |
56 | To create a crypted password, you can do something like the following (and | 56 | to you, but not store it). |
57 | please remember to change your password to something other then<em>foo</em>!): | ||
58 | |||
59 | <pre> | ||
60 | $ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ | ||
61 | print crypt($ENV{PASSWORD}, $salt[rand(62)].$salt[rand(62)]), "\n";' | ||
62 | <b>o0naQJuvFx4UA</b> | ||
63 | </pre> | ||
64 | |||
65 | If you'd like to use MD5 passwords instead, try something like the following: | ||
66 | |||
67 | <pre> | ||
68 | $ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ | ||
69 | print crypt($ENV{PASSWORD}, "\$1\$".$salt[rand(62)].$salt[rand(62)]), "\n";' | ||
70 | <b>$1$Kp$rBBvl5cuAeJjJ6U1hCqpU1</b> | ||
71 | </pre> | ||
72 | |||
73 | Then I take your crypted password as is (i.e., the output of either of | ||
74 | these commands), drop it into the cvs password file, and you are set to | ||
75 | go. | ||
76 | <p> | 57 | <p> |
77 | Note that if your are really worried that others might see your crypted | 58 | Note that if your are worried that others might see your ssh key, you can |
78 | password, or your ssh key, you can encrypt the email containing your | 59 | encrypt the email containing your crypted password using my |
79 | crypted password using my <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. | 60 | <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. |
80 | 61 | ||
81 | 62 | ||
82 | <!-- End of Table --> | 63 | <!-- End of Table --> |
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 7a0dd8e9e..ed3cec984 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -94,12 +94,12 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox" | |||
94 | I've personally tested this release out | 94 | I've personally tested this release out |
95 | on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so | 95 | on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so |
96 | it should work with just about any Linux system you throw it at. | 96 | it should work with just about any Linux system you throw it at. |
97 | See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> | 97 | See the <a href="http://busybox.net/downloads/Changelog">changelog</a> |
98 | for <small>most of</small> the details. The last release was | 98 | for <small>most of</small> the details. The last release was |
99 | <em>very</em> solid for people, and this one should be even better. | 99 | <em>very</em> solid for people, and this one should be even better. |
100 | <p> | 100 | <p> |
101 | As usual BusyBox 0.60.2 can be downloaded from | 101 | As usual BusyBox 0.60.2 can be downloaded from |
102 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 102 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
103 | <p> | 103 | <p> |
104 | And please read the news item for the 18th as well. Have Fun.<br> -Erik | 104 | And please read the news item for the 18th as well. Have Fun.<br> -Erik |
105 | <p> | 105 | <p> |
@@ -164,9 +164,9 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox" | |||
164 | here it is. Come and get it. | 164 | here it is. Come and get it. |
165 | <p> | 165 | <p> |
166 | The | 166 | The |
167 | <a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all | 167 | <a href="http://busybox.net/downloads/Changelog">changelog</a> has all |
168 | the details. As usual BusyBox 0.60.1 can be downloaded from | 168 | the details. As usual BusyBox 0.60.1 can be downloaded from |
169 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 169 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
170 | <p>Have Fun! | 170 | <p>Have Fun! |
171 | <p> | 171 | <p> |
172 | 172 | ||
@@ -192,7 +192,7 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox" | |||
192 | You don't have to be root or reboot your machine to run test this way. | 192 | You don't have to be root or reboot your machine to run test this way. |
193 | Preconfigured User-Mode Linux kernel source is also on busybox.net. | 193 | Preconfigured User-Mode Linux kernel source is also on busybox.net. |
194 | <p> | 194 | <p> |
195 | Another cool thing is the nifty <a href="ftp://busybox.net/busybox/tutorial/index.html"> | 195 | Another cool thing is the nifty <a href="http://busybox.net/downloads/tutorial/index.html"> |
196 | BusyBox Tutorial</a> contributed by K Computing. This requires | 196 | BusyBox Tutorial</a> contributed by K Computing. This requires |
197 | a ShockWave plugin (or standalone viewer), so you may want to grab the | 197 | a ShockWave plugin (or standalone viewer), so you may want to grab the |
198 | the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a> | 198 | 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" | |||
217 | 217 | ||
218 | <p> | 218 | <p> |
219 | The | 219 | The |
220 | <a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all | 220 | <a href="http://busybox.net/downloads/Changelog">changelog</a> has all |
221 | the details. As usual BusyBox 0.60.0 can be downloaded from | 221 | the details. As usual BusyBox 0.60.0 can be downloaded from |
222 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 222 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
223 | <p>Have Fun! | 223 | <p>Have Fun! |
224 | <p> | 224 | <p> |
225 | 225 | ||
@@ -236,11 +236,11 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox" | |||
236 | 236 | ||
237 | <p> | 237 | <p> |
238 | The | 238 | The |
239 | <a href="ftp://busybox.net/busybox/Changelog">changelog</a> covers | 239 | <a href="http://busybox.net/downloads/Changelog">changelog</a> covers |
240 | some of the more obvious details, but there are many many things that | 240 | some of the more obvious details, but there are many many things that |
241 | are not mentioned, but have been improved in subtle ways. As usual, | 241 | are not mentioned, but have been improved in subtle ways. As usual, |
242 | BusyBox 0.52 can be downloaded from | 242 | BusyBox 0.52 can be downloaded from |
243 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 243 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
244 | <p>Have Fun! | 244 | <p>Have Fun! |
245 | <p> | 245 | <p> |
246 | 246 | ||
@@ -275,7 +275,7 @@ To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox" | |||
275 | <ul> | 275 | <ul> |
276 | 276 | ||
277 | <li> Source for the latest release can always be downloaded from | 277 | <li> Source for the latest release can always be downloaded from |
278 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 278 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
279 | 279 | ||
280 | <li> A new snapshot of the source is made daily and is available as a GNU | 280 | <li> A new snapshot of the source is made daily and is available as a GNU |
281 | gzipped tarball <a href="busybox.tar.gz"> right here</a>. | 281 | 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" | |||
300 | <TR><TD BGCOLOR="#eeeee0"> | 300 | <TR><TD BGCOLOR="#eeeee0"> |
301 | Current documentation for BusyBox includes: | 301 | Current documentation for BusyBox includes: |
302 | <ul> | 302 | <ul> |
303 | <li> <a href="ftp://busybox.net/busybox/BusyBox.html">BusyBox.html</a>. | 303 | <li> <a href="http://busybox.net/downloads/BusyBox.html">BusyBox.html</a>. |
304 | This is a list of the all the available commands in BusyBox with | 304 | This is a list of the all the available commands in BusyBox with |
305 | complete usage information and examples of how to use each app. I | 305 | complete usage information and examples of how to use each app. I |
306 | have spent a <em>lot</em> of time updating these docs and trying to | 306 | have spent a <em>lot</em> of time updating these docs and trying to |
307 | make them fairly comprehensive. If you find any errors (factual, | 307 | make them fairly comprehensive. If you find any errors (factual, |
308 | grammatical, whatever) please let me know. | 308 | grammatical, whatever) please let me know. |
309 | <li> <a href="ftp://busybox.net/busybox/README">README</a>. | 309 | <li> <a href="http://busybox.net/downloads/README">README</a>. |
310 | This is the README file included in the busybox source release. | 310 | This is the README file included in the busybox source release. |
311 | <li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>. | 311 | <li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>. |
312 | Need to report a bug? Need to check if a bug has been filed? | 312 | Need to report a bug? Need to check if a bug has been filed? |
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index ade65c6b0..eb150b153 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -65,21 +65,21 @@ | |||
65 | for letting me use their system!). | 65 | for letting me use their system!). |
66 | <p> | 66 | <p> |
67 | You can read the | 67 | You can read the |
68 | <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for | 68 | <a href="http://busybox.net/downloads/Changelog">changelog</a> for |
69 | complete details. BusyBox 0.51 can be downloaded from | 69 | complete details. BusyBox 0.51 can be downloaded from |
70 | <a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>. | 70 | <a href="http://busybox.net/downloads">http://busybox.net/downloads</a>. |
71 | <p>Have Fun! | 71 | <p>Have Fun! |
72 | <p> | 72 | <p> |
73 | 73 | ||
74 | <li> <b>Busybox Boot-Floppy Image</b> | 74 | <li> <b>Busybox Boot-Floppy Image</b> |
75 | 75 | ||
76 | <p>Because you asked for it, we have made available a <a href= | 76 | <p>Because you asked for it, we have made available a <a href= |
77 | "ftp://busybox.net/busybox/busybox.floppy.img"> Busybox boot floppy | 77 | "http://busybox.net/downloads/busybox.floppy.img"> Busybox boot floppy |
78 | image</a>. Here's how you use it: | 78 | image</a>. Here's how you use it: |
79 | 79 | ||
80 | <ol> | 80 | <ol> |
81 | 81 | ||
82 | <li> <a href= "ftp://busybox.net/busybox/busybox.floppy.img"> | 82 | <li> <a href= "http://busybox.net/downloads/busybox.floppy.img"> |
83 | Download the image</a> | 83 | Download the image</a> |
84 | 84 | ||
85 | <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img | 85 | <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img |
@@ -108,7 +108,7 @@ | |||
108 | shell is now working very well, and the shell's environment variable | 108 | shell is now working very well, and the shell's environment variable |
109 | expansion was fixed. Tons of other things were fixed or made | 109 | expansion was fixed. Tons of other things were fixed or made |
110 | smaller. For a fairly complete overview, see the | 110 | smaller. For a fairly complete overview, see the |
111 | <a href="ftp://busybox.net/busybox/Changelog">changelog</a>. | 111 | <a href="http://busybox.net/downloads/Changelog">changelog</a>. |
112 | <p> | 112 | <p> |
113 | lash (the busybox shell) is still with us, fixed up a bit so it | 113 | lash (the busybox shell) is still with us, fixed up a bit so it |
114 | now behaves itself quite nicely. It really is quite usable as | 114 | now behaves itself quite nicely. It really is quite usable as |
@@ -129,7 +129,7 @@ | |||
129 | Several new applets, lots of bug fixes, cleanups, and many smaller | 129 | Several new applets, lots of bug fixes, cleanups, and many smaller |
130 | things made nicer. Several cleanups and improvements to the shell. | 130 | things made nicer. Several cleanups and improvements to the shell. |
131 | For a list of the most interesting changes | 131 | For a list of the most interesting changes |
132 | you might want to look at the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>. | 132 | you might want to look at the <a href="http://busybox.net/downloads/Changelog">changelog</a>. |
133 | <p> | 133 | <p> |
134 | Special thanks go out to Matt Kraai and Larry Doolittle for all their | 134 | Special thanks go out to Matt Kraai and Larry Doolittle for all their |
135 | work on this release, and for keeping on top of things while I've been | 135 | work on this release, and for keeping on top of things while I've been |
@@ -161,7 +161,7 @@ | |||
161 | woody) a .udeb can now be generated. | 161 | woody) a .udeb can now be generated. |
162 | <p> | 162 | <p> |
163 | The curious can get a list of some of the more interesting changes by reading | 163 | The curious can get a list of some of the more interesting changes by reading |
164 | the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>. | 164 | the <a href="http://busybox.net/downloads/Changelog">changelog</a>. |
165 | <p> | 165 | <p> |
166 | Many thanks go out to the many many people that have contributed to | 166 | Many thanks go out to the many many people that have contributed to |
167 | this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. | 167 | this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. |
@@ -175,7 +175,7 @@ | |||
175 | renice, xargs, and expr. syslogd now supports network logging. | 175 | renice, xargs, and expr. syslogd now supports network logging. |
176 | There are the usual tar updates. Most apps now use getopt for | 176 | There are the usual tar updates. Most apps now use getopt for |
177 | more correct option parsing. | 177 | more correct option parsing. |
178 | See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> | 178 | See the <a href="http://busybox.net/downloads/Changelog">changelog</a> |
179 | for complete details. | 179 | for complete details. |
180 | 180 | ||
181 | 181 | ||
@@ -187,7 +187,7 @@ | |||
187 | people to dump a binary keymaps for use with 'loadkmap', and a | 187 | people to dump a binary keymaps for use with 'loadkmap', and a |
188 | completely reworked 'grep' and 'sed' which should behave better. | 188 | completely reworked 'grep' and 'sed' which should behave better. |
189 | BusyBox shell can now also be used as a login shell. | 189 | BusyBox shell can now also be used as a login shell. |
190 | See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> | 190 | See the <a href="http://busybox.net/downloads/Changelog">changelog</a> |
191 | for complete details. | 191 | for complete details. |
192 | 192 | ||
193 | 193 | ||
@@ -199,7 +199,7 @@ | |||
199 | release provides the following new apps: cut, tr, insmod, ar, | 199 | release provides the following new apps: cut, tr, insmod, ar, |
200 | mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and | 200 | mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and |
201 | telnet. There are bug fixes for just about every app as well (see | 201 | telnet. There are bug fixes for just about every app as well (see |
202 | the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for | 202 | the <a href="http://busybox.net/downloads/Changelog">changelog</a> for |
203 | details). | 203 | details). |
204 | <p> | 204 | <p> |
205 | Also, some exciting infrastructure news! Busybox now has its own | 205 | Also, some exciting infrastructure news! Busybox now has its own |