Date: Fri, 30 Oct 1998 10:24:54 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/enigma enigma.1 Makefile enigma.c Message-ID: <199810301824.KAA25584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 1998/10/30 10:24:54 PST Modified files: usr.bin/enigma Makefile enigma.c Added files: usr.bin/enigma enigma.1 Log: Fix some of the more blatant bugs in the original code, provide a 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. Revision Changes Path 1.2 +5 -7 src/usr.bin/enigma/Makefile 1.2 +36 -26 src/usr.bin/enigma/enigma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810301824.KAA25584>