aboutsummaryrefslogtreecommitdiffstats
path: root/missing/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* des_tables.c: generation rulenobu2016-06-041-4/+12
* crypt.h: remove initializednobu2016-06-041-15/+18
* crypt.c: suppress warningsnobu2016-06-021-5/+5
* crypt.c: fix syntax error on mswinnobu2016-06-021-1/+1
* crypt.c: unused functionsnobu2016-06-011-1/+9
* use system cryptnobu2016-06-011-0/+948
* use crypt_rnobu2016-06-011-811/+0
* * missing/crypt.c (des_setkey): void function never returns any value.usa2016-06-011-1/+1
* separate crypt.hnobu2016-06-011-213/+1
* add crypt_rnobu2016-06-011-39/+94
* crypt.c: fix size macrosnobu2016-05-311-4/+3
* crypt.c: protoizenobu2016-05-311-54/+30
* crypt.c: constifynobu2016-05-311-9/+9
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-301-39/+39
* * missing/*.c: include missing.hnobu2010-07-281-0/+1
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-7/+7
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-2/+2
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-6/+28
* * missing/crypt.c: modified to make it compilable on platformsmatz2005-07-011-0/+8
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-011-234/+920
* Initial revisionv1_0_r2matz1998-01-161-0/+276