summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
diff options
context:
space:
mode:
authorBruce Momjian2006-03-11 04:38:42 +0000
committerBruce Momjian2006-03-11 04:38:42 +0000
commitf3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch)
tree2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/pgcrypto
parent7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff)
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'contrib/pgcrypto')
-rw-r--r--contrib/pgcrypto/crypt-blowfish.c2
-rw-r--r--contrib/pgcrypto/crypt-des.c2
-rw-r--r--contrib/pgcrypto/crypt-gensalt.c2
-rw-r--r--contrib/pgcrypto/misc.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/contrib/pgcrypto/crypt-blowfish.c b/contrib/pgcrypto/crypt-blowfish.c
index 42a694b62f..f8bd00e2da 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 6ed7188f4a..e5cdc370e9 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 01775ee7b7..c7d8511061 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 5c803c0d5b..b53a70a509 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: