You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2021/07/09 12:34:42 UTC

svn commit: r1891404 - in /httpd/httpd/trunk: .travis.yml docs/man/htdbm.1 docs/man/htpasswd.1

Author: rbowen
Date: Fri Jul  9 12:34:42 2021
New Revision: 1891404

URL: http://svn.apache.org/viewvc?rev=1891404&view=rev
Log:
s/freenode/libera/

Modified:
    httpd/httpd/trunk/.travis.yml
    httpd/httpd/trunk/docs/man/htdbm.1
    httpd/httpd/trunk/docs/man/htpasswd.1

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1891404&r1=1891403&r2=1891404&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Jul  9 12:34:42 2021
@@ -364,7 +364,7 @@ notifications:
   irc:
     if: fork = false
     channels:
-      - "chat.freenode.net#httpd-dev"
+      - "irc.libera.chat#httpd-dev"
   email:
     if: fork = false
     recipients:

Modified: httpd/httpd/trunk/docs/man/htdbm.1
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/man/htdbm.1?rev=1891404&r1=1891403&r2=1891404&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/man/htdbm.1 (original)
+++ httpd/httpd/trunk/docs/man/htdbm.1 Fri Jul  9 12:34:42 2021
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTDBM" 1 "2020-10-09" "Apache HTTP Server" "htdbm"
+.TH "HTDBM" 1 "2021-07-09" "Apache HTTP Server" "htdbm"
 
 .SH NAME
 htdbm \- Manipulate DBM password databases
@@ -183,7 +183,7 @@ The use of the \fB-b\fR option is discou
 When using the \fBcrypt()\fR algorithm, note that only the first 8 characters of the password are used to form the password\&. If the supplied password is longer, the extra characters will be silently discarded\&.
  
 .PP
-The SHA hashing format does not use salting: for a given password, there is only one hashed representation\&. The \fBcrypt()\fR and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
+The SHA hashing option does not use salting: for a given password, there is only one hashed representation\&. The \fBcrypt()\fR and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
  
 .PP
 The SHA and \fBcrypt()\fR formats are insecure by today's standards\&.

Modified: httpd/httpd/trunk/docs/man/htpasswd.1
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/man/htpasswd.1?rev=1891404&r1=1891403&r2=1891404&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/man/htpasswd.1 (original)
+++ httpd/httpd/trunk/docs/man/htpasswd.1 Fri Jul  9 12:34:42 2021
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTPASSWD" 1 "2019-07-05" "Apache HTTP Server" "htpasswd"
+.TH "HTPASSWD" 1 "2021-07-09" "Apache HTTP Server" "htpasswd"
 
 .SH NAME
 htpasswd \- Manage user files for basic authentication
@@ -161,7 +161,7 @@ The use of the \fB-b\fR option is discou
 When using the \fBcrypt()\fR algorithm, note that only the first 8 characters of the password are used to form the password\&. If the supplied password is longer, the extra characters will be silently discarded\&.
  
 .PP
-The SHA-1 hashing option does not use salting: for a given password, there is only one hashed representation\&. The \fBcrypt()\fR and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
+The SHA-1 hashing format does not use salting: for a given password, there is only one hashed representation\&. The \fBcrypt()\fR and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
  
 .PP
 The SHA-1 and \fBcrypt()\fR formats are insecure by today's standards\&.