pgsql: Replace 4-clause licensed blf.[ch] with blowfish implementation

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace 4-clause licensed blf.[ch] with blowfish implementation
Date: 2007-03-28 22:48:58
Message-ID: 20070328224858.B434A9FB755@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Replace 4-clause licensed blf.[ch] with blowfish implementation
from PuTTY with is under minimal BSD/MIT license. Marko Kreen.

Modified Files:
--------------
pgsql/contrib/pgcrypto:
README.pgcrypto (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/README.pgcrypto.diff?r1=1.18&r2=1.19)
blf.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/blf.c.diff?r1=1.7&r2=1.8)
blf.h (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/blf.h.diff?r1=1.5&r2=1.6)
internal.c (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/internal.c.diff?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-03-28 22:59:37 pgsql: Code cleanup for the new regexp UDFs: we can hardcode the OID and
Previous Message Alvaro Herrera 2007-03-28 22:17:13 pgsql: Add the "recheck" logic to autovacuum worker code.