aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/enigma/enigma.c
Commit message (Expand)AuthorAgeFilesLines
* enigma(1) Remove reference to PGP; modernize a bitEitan Adler2018-05-091-1/+0
* Explicitly crypt_set_format("des") and bail out if weXin LI2015-02-251-0/+5
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+7
* Mark global functions and/or variables in enigma(1) static where possible.Ed Schouten2011-11-061-9/+9
* Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) insteadJung-uk Kim2006-07-251-10/+3
* Call crypt() directly instead of taking a detour through makekey.Tim J. Robbins2003-10-091-34/+4
* ANSIify function definitions.David Malone2002-09-041-8/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-5/+5
* Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.Dima Dorfman2001-06-251-13/+15
* Remove unwanted CFLAGS, and add a CVS id.Eric Melville2001-06-151-0/+5
* Fix some of the more blatant bugs in the original code, provide aJoerg Wunsch1998-10-301-26/+36
* This is enigma, aka. crypt(1). It has suppsedly been taken fromJoerg Wunsch1998-10-301-0/+173