]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/freenode/libera/
authorRich Bowen <rbowen@apache.org>
Fri, 9 Jul 2021 12:34:42 +0000 (12:34 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 9 Jul 2021 12:34:42 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891404 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml
docs/man/htdbm.1
docs/man/htpasswd.1

index 455e1d861849aa4fddbd9885780c6897bc47a265..5b61438e3a9ad6e4a7434ce9361e90db07d97bd0 100644 (file)
@@ -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:
index f0fb710a41ce585824e62e83044e0271ab894e22..c9187c4da4b38b8bf3e36885c382abfc738d04b6 100644 (file)
@@ -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 discouraged, since when it is used the plainte
 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\&.
index 4e73cda0b268c6ac27c2f2b67b90bb75710c232b..1d66ebab911bfd36b063f1553f3b733eaa42a664 100644 (file)
@@ -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 discouraged, since when it is used the plainte
 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\&.