Title:          combina.uci
Description:   	Permutations and password generator
Version:	0.4.1
Author:         Danilo Cicerone, hashing software by Eric S Young
Original-site:	http://linux.softpedia.com/get/Security/combina-11530.shtml
Copying-policy:	GPL2, OpenSSL, SSLeay
-----==[  Color = red     Filesize:   216K  ]==-----
Extension by:	wdef
Comments:	See /opt/combina/share/doc/README_COMBINA
		Freshmeat sources did not(?) contain readme or license.
		Sources from Softpedia did, used those.
		Compiled against:
		-		
		argtable-2.9 http://argtable.sourceforge.net
		openssl-0.9.8g http://www.openssl.org
		-	
		SEE /opt/combina/share/doc/OPENSSL_LICENSE
		/opt/combina/share/doc/OPENSSL_README
		-		
		Makefle broken.  I temporarily installed dependencies in 
		/opt/combina, altered combina.h to point directly at openssl
		headers in /opt/combina and did:
		-		
		$ gcc -O2 -Wall -ansi -static -L/opt/combina/lib \
		-I/home/dsl/combina/include -I/opt/combina/include \
		-I/opt/combina/include/openssl -o combina combina.c \
		-largtable2 -lcrypto
Change-log:     
Current:	2008/04/28 - First version