~ubuntu-branches/ubuntu/wily/sup/wily

« back to all changes in this revision

Viewing changes to crypt.info

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2006-11-02 15:03:30 UTC
  • mfrom: (1.1.1 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061102150330-yt4yavw4rj1hz8yj
Tags: 20060803-2
Fix CFLAGS, so libwrap is built into sup again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
The sup programs can be built with or without crypting functionality.
2
 
If the file  netcryptvoid.c is used no crypting code will be used.
3
 
If the file netcrypt.c is used, an engima engine crypting scheme
4
 
taken from the BSD 4.3 (1/25/85) file /usr/bin/crypt.c will be used. Since,
5
 
this code is both licensed and under U.S. foreign trade restrictions,
6
 
we cannot make this code available for anonymous FTP. 
7
 
 
8
 
If you want to build a sup client which can encrypt data and you
9
 
are a domestic site who has a 4.3 BSD license, we can mail you
10
 
a copy of then netcrypt.c file. Just send mail to mach@cs.cmu.edu
11
 
requesting the file. 
12
 
 
13
 
If you have a crypt.c file available, copy it to the directory
14
 
./crypt and the makefile file apply the diff in crypt.diffs to
15
 
generate the netcrypt.c file.