freebsd-dev/secure
Peter Wemm 9886bcdf93 Merge into a single US-exportable libcrypt, which only provides
one-way hash functions for authentication purposes.  There is no more
"set the libcrypt->libXXXcrypt" nightmare.
- Undo the libmd.so hack, use -D to hide the md5c.c internals.
- Remove the symlink hacks in release/Makefile
- the algorthm is set by set_crypt_format() as before.  If this is
  not called, it tries to heuristically figure out the hash format, and
  if all else fails, it uses the optional auth.conf entry to chose the
  overall default hash.
- Since source has non-hidden crypto in it there may be some issues with
  having the source it in some countries, so preserve the "secure/*"
  division.  You can still build a des-free libcrypt library if you want
  to badly enough.  This should not be a problem in the US or exporting
  from the US as freebsd.org had notified BXA some time ago.  That makes
  this stuff re-exportable by anyone.
- For consistancy, the default in absence of any other clues is md5.  This
  is to try and minimize POLA across buildworld where folk may suddenly
  be activating des-crypt()-hash support.  Since the des hash may not
  always be present, it seemed sensible to make the stronger md5 algorithm
  the default.
All things being equal, no functionality is lost.

Reviewed-by: jkh

(flame-proof suit on)
2000-12-28 10:32:02 +00:00
..
lib Merge into a single US-exportable libcrypt, which only provides 2000-12-28 10:32:02 +00:00
libexec Only build sftp-server conditionally 2000-09-16 22:43:00 +00:00
usr.bin Disable /usr/bin/ssh being setuid root by default. Let the variable 2000-11-14 04:42:25 +00:00
usr.sbin Update for OpenSSH 2.3.0. 2000-12-05 03:01:33 +00:00
Makefile Build everything properly. This means: 2000-02-24 18:59:34 +00:00
Makefile.inc WITH_IDEA --> MAKE_IDEA fix. 2000-07-16 12:20:28 +00:00