pgcrypto 0.2

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgcrypto 0.2
Date: 2000-10-26 21:07:21
Message-ID: 20001026230721.A23803@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


http://www.l-t.ee/marko/pgsql/pgcrypto-0.2c.diff (context diff)
http://www.l-t.ee/marko/pgsql/pgcrypto-0.2u.diff (unidiff)

http://www.l-t.ee/marko/pgsql/pgcrypto-0.2.tar.gz

diffs are for currect CVS - contrib/pgcrypto, tarball is
standalone variant with autoconf and 7.0.x compat hacks.

Whats new:

. new function for freeing digest, that avoids a memcpy
in case of mhash.

. some header shuffling.

in tarball:

. autoconf PG_INIT has a support for pg_config.

The tarball is basically for testing general PostgreSQL
autoconf macros. I should do crypto library detection
macros too, but have not had time for that :(

On Fri, Oct 20, 2000 at 12:27:11AM +0200, Marko Kreen wrote:
> as usual...
>
> On Thu, Oct 19, 2000 at 11:09:44PM +0200, Marko Kreen wrote:
> > So, here it is. Changes:
> >
> > . Fixed a bug in mhash.c :)
> > . uses regular contrib makefile, no autoconf
> > . license boilerplate. lifted it from
> > .../freebsd/src/share/examples/etc/bsd-style-copyright
> > . dropped 7.0.x support macros
>
> . #include <sys/types> in pgcrypto.h
> (I thought that postgres.h cares for that)
> now compiles on FreeBSD
>
> . defaults to 'builtin'
>
> --
> marko
>

--
marko

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-10-26 21:17:49 Re: --enable-multibyte dies (UnixWare 7.1.1)/Current Sources
Previous Message Bruce Momjian 2000-10-26 19:50:32 Re: Idea: cross-check versions during initdb