diff options
Diffstat (limited to 'contrib/pgcrypto')
-rw-r--r-- | contrib/pgcrypto/crypt-blowfish.c | 2 | ||||
-rw-r--r-- | contrib/pgcrypto/crypt-des.c | 2 | ||||
-rw-r--r-- | contrib/pgcrypto/crypt-gensalt.c | 2 | ||||
-rw-r--r-- | contrib/pgcrypto/misc.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/contrib/pgcrypto/crypt-blowfish.c b/contrib/pgcrypto/crypt-blowfish.c index 42a694b62f9..f8bd00e2da7 100644 --- a/contrib/pgcrypto/crypt-blowfish.c +++ b/contrib/pgcrypto/crypt-blowfish.c @@ -1,4 +1,6 @@ /* + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-blowfish.c,v 1.11 2006/03/11 04:38:30 momjian Exp $ + * * This code comes from John the Ripper password cracker, with reentrant * and crypt(3) interfaces added, but optimizations specific to password * cracking removed. diff --git a/contrib/pgcrypto/crypt-des.c b/contrib/pgcrypto/crypt-des.c index 6ed7188f4a0..e5cdc370e95 100644 --- a/contrib/pgcrypto/crypt-des.c +++ b/contrib/pgcrypto/crypt-des.c @@ -1,6 +1,8 @@ /* * FreeSec: libcrypt for NetBSD * + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-des.c,v 1.14 2006/03/11 04:38:30 momjian Exp $ + * * Copyright (c) 1994 David Burren * All rights reserved. * diff --git a/contrib/pgcrypto/crypt-gensalt.c b/contrib/pgcrypto/crypt-gensalt.c index 01775ee7b75..c7d85110618 100644 --- a/contrib/pgcrypto/crypt-gensalt.c +++ b/contrib/pgcrypto/crypt-gensalt.c @@ -2,6 +2,8 @@ * Written by Solar Designer and placed in the public domain. * See crypt_blowfish.c for more information. * + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-gensalt.c,v 1.8 2006/03/11 04:38:30 momjian Exp $ + * * This file contains salt generation functions for the traditional and * other common crypt(3) algorithms, except for bcrypt which is defined * entirely in crypt_blowfish.c. diff --git a/contrib/pgcrypto/misc.c b/contrib/pgcrypto/misc.c index 5c803c0d5b9..b53a70a5095 100644 --- a/contrib/pgcrypto/misc.c +++ b/contrib/pgcrypto/misc.c @@ -2,6 +2,8 @@ * Copyright (c) 1999 * University of California. All rights reserved. * + * $PostgreSQL: pgsql/contrib/pgcrypto/misc.c,v 1.3 2006/03/11 04:38:30 momjian Exp $ + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |