mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Put @item contents on a separate line.
This commit is contained in:
parent
5114df6b33
commit
a4b95084e8
@ -1,3 +1,9 @@
|
|||||||
|
2004-02-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi (Security Considerations): Put @item contents on a
|
||||||
|
separate line.
|
||||||
|
Reported by Ted Rodriguez-Bell.
|
||||||
|
|
||||||
2004-02-06 Hrvoje Niksic <hniksic@xemacs.org>
|
2004-02-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Wgetrc Commands): Document --no-http-keep-alive and
|
* wget.texi (Wgetrc Commands): Document --no-http-keep-alive and
|
||||||
|
@ -3085,12 +3085,12 @@ through the network, which may present a security problem. Here are the
|
|||||||
main issues, and some solutions.
|
main issues, and some solutions.
|
||||||
|
|
||||||
@enumerate
|
@enumerate
|
||||||
@item The passwords on the command line are visible using @code{ps}.
|
@item
|
||||||
The best way around it is to use @code{wget -i -} and feed the @sc{url}s
|
The passwords on the command line are visible using @code{ps}. The best
|
||||||
to Wget's standard input, each on a separate line, terminated by
|
way around it is to use @code{wget -i -} and feed the @sc{url}s to
|
||||||
@kbd{C-d}. Another workaround is to use @file{.netrc} to store
|
Wget's standard input, each on a separate line, terminated by @kbd{C-d}.
|
||||||
passwords; however, storing unencrypted passwords is also considered a
|
Another workaround is to use @file{.netrc} to store passwords; however,
|
||||||
security risk.
|
storing unencrypted passwords is also considered a security risk.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Using the insecure @dfn{basic} authentication scheme, unencrypted
|
Using the insecure @dfn{basic} authentication scheme, unencrypted
|
||||||
|
Loading…
Reference in New Issue
Block a user