summaryrefslogtreecommitdiffstats
path: root/usr.bin/enigma/enigma.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly crypt_set_format("des") and bail out if wedelphij2015-02-251-0/+5
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-1/+7
* Mark global functions and/or variables in enigma(1) static where possible.ed2011-11-061-9/+9
* Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) insteadjkim2006-07-251-10/+3
* Call crypt() directly instead of taking a detour through makekey.tjr2003-10-091-34/+4
* ANSIify function definitions.dwmalone2002-09-041-8/+4
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Fix the type of the NULL arg to execl()brian2001-07-091-5/+5
* Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.dd2001-06-251-13/+15
* Remove unwanted CFLAGS, and add a CVS id.eric2001-06-151-0/+5
* Fix some of the more blatant bugs in the original code, provide ajoerg1998-10-301-26/+36
* This is enigma, aka. crypt(1). It has suppsedly been taken fromjoerg1998-10-301-0/+173
OpenPOWER on IntegriCloud