From ed72feddcb3cc58c18aff36f4227af3fb11facad Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 20 Jan 2005 09:17:07 +0000 Subject: Sort sections. --- lib/libcrypt/crypt.3 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index 1f97dae..354f1ca 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. -- cgit v1.1