summaryrefslogtreecommitdiffstats
path: root/usr.bin/enigma/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Call crypt() directly instead of taking a detour through makekey.tjr2003-10-091-0/+3
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.dd2001-06-251-0/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Remove unwanted CFLAGS, and add a CVS id.eric2001-06-151-1/+0
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-0/+1
|
* Fix some of the more blatant bugs in the original code, provide ajoerg1998-10-301-7/+5
| | | | | | | | | | | BSD-able Makefile, add a man page (that also puts a bold warning about the weakness of the encryption), and implement the -k option for compatibility with other vendor's implementations. (Unlike those other vendors, we actually also document this option and its problems.) There are more violations of style(9) in it, like the not-use of getopt(3), but it's not worth the while fixing all of this.
* This is enigma, aka. crypt(1). It has suppsedly been taken fromjoerg1998-10-301-0/+9
Cryptbreakers Workbench. While arguably a rather weak encryption, it's in some use in the Internet still, and provided by a bunch of other Unix systesms, so we include it here for compatibility. Silently agreed by: core
OpenPOWER on IntegriCloud