* Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/confi...
authorGeoff Keating <geoffk@cygnus.com>
Tue, 29 Feb 2000 05:21:42 +0000 (05:21 +0000)
committerGeoff Keating <geoffk@cygnus.com>
Tue, 29 Feb 2000 05:21:42 +0000 (05:21 +0000)
commit63f791d30309ea038012a135de693721f57edd0f
tree6c3caf17500aaf82d4d4b61dae45a6cd4918592b
parent178f833f307e19a72a14be5c7b2e4b964169e1dd
* Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't complain if there is no crypt add-on. * crypt/configure: Removed.

* crypt/crypt.texi: Update documentation of US export restrictions
to match the 14 Jan 2000 regulations.
2000-02-28  Geoff Keating  <geoffk@cygnus.com>

* Makeconfig (all-subdirs): Add 'crypt' subdirectory.
* sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
complain if there is no crypt add-on.
* crypt/configure: Removed.

* crypt/crypt.texi: Update documentation of US export restrictions
to match the 14 Jan 2000 regulations.

2000-02-28  Geoff Keating  <geoffk@cygnus.com>

* crypt: New subdirectory, merged in from the crypt add-on.
31 files changed:
ChangeLog
Makeconfig
crypt/Banner [new file with mode: 0644]
crypt/COPYING.LIB [new file with mode: 0644]
crypt/ChangeLog.old [new file with mode: 0644]
crypt/Makefile [new file with mode: 0644]
crypt/README [new file with mode: 0644]
crypt/README.ufc-crypt [new file with mode: 0644]
crypt/cert.c [new file with mode: 0644]
crypt/cert.input [new file with mode: 0644]
crypt/crypt.texi [new file with mode: 0644]
crypt/examples/genpass.c [new file with mode: 0644]
crypt/examples/mygetpass.c [new file with mode: 0644]
crypt/examples/testpass.c [new file with mode: 0644]
crypt/genpass.c.texi [new file with mode: 0644]
crypt/mygetpass.c.texi [new file with mode: 0644]
crypt/speeds.c [new file with mode: 0644]
crypt/sysdeps/mach/hurd/Implies [new file with mode: 0644]
crypt/sysdeps/unix/Makefile [new file with mode: 0644]
crypt/sysdeps/unix/crypt-entry.c [new file with mode: 0644]
crypt/sysdeps/unix/crypt-private.h [new file with mode: 0644]
crypt/sysdeps/unix/crypt.c [new file with mode: 0644]
crypt/sysdeps/unix/crypt.h [new file with mode: 0644]
crypt/sysdeps/unix/crypt_util.c [new file with mode: 0644]
crypt/sysdeps/unix/des_impl.c [new file with mode: 0644]
crypt/sysdeps/unix/patchlevel.h [new file with mode: 0644]
crypt/sysdeps/unix/ufc-crypt.h [new file with mode: 0644]
crypt/testpass.c.texi [new file with mode: 0644]
crypt/ufc.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.in