aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commit24a0682c6465290759ed0b09ea16e40e7cd47053 (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libcrypt
parente1239d17fe51ff52f68635ebbb01e77d58371618 (diff)
downloadsrc-24a0682c6465290759ed0b09ea16e40e7cd47053.tar.gz
src-24a0682c6465290759ed0b09ea16e40e7cd47053.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140505
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/crypt.330
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index 1f97dae37b1f..354f1ca8586c 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -263,21 +263,6 @@ Otherwise, a value of 0 is returned.
.Xr getpass 3 ,
.Xr auth.conf 5 ,
.Xr passwd 5
-.Sh BUGS
-The
-.Fn crypt
-function returns a pointer to static data, and subsequent calls to
-.Fn crypt
-will modify the same data.
-Likewise,
-.Fn crypt_set_format
-modifies static data.
-.Pp
-The NT-hash scheme does not use a salt,
-and is not hard
-for a competent attacker
-to break.
-Its use is not recommended.
.Sh HISTORY
A rotor-based
.Fn crypt
@@ -307,3 +292,18 @@ later additions and changes by
.An Paul Herman
and
.An Niels Provos .
+.Sh BUGS
+The
+.Fn crypt
+function returns a pointer to static data, and subsequent calls to
+.Fn crypt
+will modify the same data.
+Likewise,
+.Fn crypt_set_format
+modifies static data.
+.Pp
+The NT-hash scheme does not use a salt,
+and is not hard
+for a competent attacker
+to break.
+Its use is not recommended.