From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:41 +0000 (+0000) Subject: cscvs to tla changeset 77 X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/0f4971d043c38bae1bfb95201622a1405110f899 cscvs to tla changeset 77 Author: noodles Date: 2003/06/04 20:57:06 Add CVS Id tags to lots of files. --- diff --git a/Makefile b/Makefile index 5d19995..d803766 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ +# # Makefile for onak. +# +# $Id: Makefile,v 1.15 2003/06/04 20:57:06 noodles Exp $ +# CC = gcc LINK = gcc diff --git a/README b/README index c8ed1e9..e82da12 100644 --- a/README +++ b/README @@ -129,3 +129,5 @@ License: onak is distributed under the GNU Public License, a copy of which should have been provided with this archive as LICENSE. + +$Id: README,v 1.4 2003/06/04 20:57:06 noodles Exp $ diff --git a/add-imp.pl b/add-imp.pl index 09470c3..dcd598a 100755 --- a/add-imp.pl +++ b/add-imp.pl @@ -1,4 +1,7 @@ #!/usr/bin/perl +# +# $Id: add-imp.pl,v 1.2 2003/06/04 20:57:06 noodles Exp $ +# while (<>) { /(........)$/; diff --git a/add.c b/add.c index 2a99036..2c6abb9 100644 --- a/add.c +++ b/add.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: add.c,v 1.10 2003/06/04 20:57:06 noodles Exp $ */ #include diff --git a/armor.c b/armor.c index 343f9d6..d584deb 100644 --- a/armor.c +++ b/armor.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: armor.c,v 1.5 2003/06/04 20:57:06 noodles Exp $ */ #include diff --git a/armor.h b/armor.h index 85ac6a6..7b8cd34 100644 --- a/armor.h +++ b/armor.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: armor.h,v 1.4 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __ARMOR_H__ diff --git a/bithelp.h b/bithelp.h index 56a1c07..200b036 100644 --- a/bithelp.h +++ b/bithelp.h @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id: bithelp.h,v 1.3 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __BITHELP_H__ diff --git a/charfuncs.c b/charfuncs.c index de68b66..3bfc3cc 100644 --- a/charfuncs.c +++ b/charfuncs.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: charfuncs.c,v 1.2 2003/06/04 20:57:07 noodles Exp $ */ #include diff --git a/charfuncs.h b/charfuncs.h index f394e15..e350143 100644 --- a/charfuncs.h +++ b/charfuncs.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: charfuncs.h,v 1.2 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __CHARFUNCS_H__ diff --git a/decodekey.c b/decodekey.c index 6a16604..9ae614d 100644 --- a/decodekey.c +++ b/decodekey.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: decodekey.c,v 1.2 2003/06/04 20:57:07 noodles Exp $ */ #include diff --git a/decodekey.h b/decodekey.h index f7df5ef..91929d3 100644 --- a/decodekey.h +++ b/decodekey.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: decodekey.h,v 1.2 2003/06/04 20:57:07 noodles Exp $ */ #ifndef __DECODEKEY_H__ diff --git a/getcgi.c b/getcgi.c index 0080cb3..ac37cff 100644 --- a/getcgi.c +++ b/getcgi.c @@ -5,6 +5,8 @@ * * The x2c() and unescape_url() routines were lifted directly * from NCSA's sample program util.c, packaged with their HTTPD. + * + * $Id: getcgi.c,v 1.5 2003/06/04 20:57:07 noodles Exp $ */ #include diff --git a/gpgwww.c b/gpgwww.c index cd1c100..ad864f1 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: gpgwww.c,v 1.10 2003/06/04 20:57:08 noodles Exp $ */ // #include diff --git a/hash.c b/hash.c index 4caa709..9ee8b9b 100644 --- a/hash.c +++ b/hash.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple + * + * $Id: hash.c,v 1.8 2003/06/04 20:57:08 noodles Exp $ */ #include diff --git a/hash.h b/hash.h index 6cb0216..3044c61 100644 --- a/hash.h +++ b/hash.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple + * + * $Id: hash.h,v 1.4 2003/06/04 20:57:08 noodles Exp $ */ #ifndef __HASH_H__ diff --git a/keydb.c b/keydb.c index 7cfb6a1..347b406 100644 --- a/keydb.c +++ b/keydb.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb.c,v 1.9 2003/06/04 20:57:08 noodles Exp $ */ /** diff --git a/keydb.h b/keydb.h index 7deb95a..cbdf63d 100644 --- a/keydb.h +++ b/keydb.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb.h,v 1.7 2003/06/04 20:57:08 noodles Exp $ */ #ifndef __KEYDB_H__ diff --git a/keydb_db2.c b/keydb_db2.c index 80a4661..0ff31cb 100644 --- a/keydb_db2.c +++ b/keydb_db2.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb_db2.c,v 1.9 2003/06/04 20:57:08 noodles Exp $ */ #include diff --git a/keydb_db3.c b/keydb_db3.c index 7ca5312..1aba919 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb_db3.c,v 1.16 2003/06/04 20:57:08 noodles Exp $ */ #include diff --git a/keydb_file.c b/keydb_file.c index a132ea7..65e6b5f 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb_file.c,v 1.8 2003/06/04 20:57:09 noodles Exp $ */ #include diff --git a/keydb_pg.c b/keydb_pg.c index 3b12791..ade6bfd 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keydb_pg.c,v 1.10 2003/06/04 20:57:09 noodles Exp $ */ #include diff --git a/keyid.c b/keyid.c index 0a61c1f..8cf32ba 100644 --- a/keyid.c +++ b/keyid.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keyid.c,v 1.7 2003/06/04 20:57:09 noodles Exp $ */ #include diff --git a/keyid.h b/keyid.h index c308209..8a36056 100644 --- a/keyid.h +++ b/keyid.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keyid.h,v 1.4 2003/06/04 20:57:09 noodles Exp $ */ #ifndef __KEYID_H__ diff --git a/keyindex.c b/keyindex.c index 8277866..219f3a1 100644 --- a/keyindex.c +++ b/keyindex.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keyindex.c,v 1.9 2003/06/04 20:57:09 noodles Exp $ */ #include diff --git a/keyindex.h b/keyindex.h index a9f7976..8120224 100644 --- a/keyindex.h +++ b/keyindex.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keyindex.h,v 1.5 2003/06/04 20:57:09 noodles Exp $ */ #ifndef __KEYINDEX_H__ diff --git a/keystructs.h b/keystructs.h index 3b46680..42f0971 100644 --- a/keystructs.h +++ b/keystructs.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: keystructs.h,v 1.6 2003/06/04 20:57:09 noodles Exp $ */ #ifndef __KEYSTRUCTS_H__ diff --git a/ll.c b/ll.c index 5936bf6..debf52b 100644 --- a/ll.c +++ b/ll.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple + * + * $Id: ll.c,v 1.4 2003/06/04 20:57:10 noodles Exp $ */ #include diff --git a/ll.h b/ll.h index 15bc64d..43a5bd3 100644 --- a/ll.h +++ b/ll.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: ll.h,v 1.3 2003/06/04 20:57:10 noodles Exp $ */ #ifndef __LL_H__ diff --git a/log.c b/log.c index 1c9f139..dc8c2e8 100644 --- a/log.c +++ b/log.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2003 Project Purple + * + * $Id: log.c,v 1.4 2003/06/04 20:57:10 noodles Exp $ */ #include diff --git a/log.h b/log.h index ed2818f..6cd16fc 100644 --- a/log.h +++ b/log.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2003 Project Purple + * + * $Id: log.h,v 1.2 2003/06/04 20:57:10 noodles Exp $ */ #ifndef __LOG_H__ diff --git a/lookup.c b/lookup.c index d6017d2..33fc9ab 100644 --- a/lookup.c +++ b/lookup.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: lookup.c,v 1.8 2003/06/04 20:57:10 noodles Exp $ */ //#include diff --git a/maxpath.c b/maxpath.c index 2f813de..171d6b1 100644 --- a/maxpath.c +++ b/maxpath.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: maxpath.c,v 1.9 2003/06/04 20:57:10 noodles Exp $ */ #include diff --git a/md5.c b/md5.c index 4707d63..2cde87d 100644 --- a/md5.c +++ b/md5.c @@ -17,6 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id: md5.c,v 1.2 2003/06/04 20:57:10 noodles Exp $ */ /* Written by Ulrich Drepper , 1995. */ /* heavily modified for GnuPG by */ diff --git a/mem.c b/mem.c index 325b07a..9bee71d 100644 --- a/mem.c +++ b/mem.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: mem.c,v 1.5 2003/06/04 20:57:10 noodles Exp $ */ #include diff --git a/mem.h b/mem.h index 875bb4c..0412e4b 100644 --- a/mem.h +++ b/mem.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: mem.h,v 1.4 2003/06/04 20:57:11 noodles Exp $ */ #ifndef __MEM_H_ diff --git a/merge.c b/merge.c index 33924f0..6ed0a2d 100644 --- a/merge.c +++ b/merge.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: merge.c,v 1.10 2003/06/04 20:57:11 noodles Exp $ */ #include diff --git a/merge.h b/merge.h index 208c39b..3ec64f3 100644 --- a/merge.h +++ b/merge.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: merge.h,v 1.5 2003/06/04 20:57:11 noodles Exp $ */ #ifndef __MERGE_H__ diff --git a/onak-conf.c b/onak-conf.c index f215b31..bbe26a1 100644 --- a/onak-conf.c +++ b/onak-conf.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: onak-conf.c,v 1.7 2003/06/04 20:57:11 noodles Exp $ */ #include diff --git a/onak-conf.h b/onak-conf.h index 4c82bf7..6afb43a 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: onak-conf.h,v 1.9 2003/06/04 20:57:11 noodles Exp $ */ #ifndef __ONAK_CONF_H_ diff --git a/onak-mail.pl b/onak-mail.pl index 3076a7e..0c75db6 100755 --- a/onak-mail.pl +++ b/onak-mail.pl @@ -7,6 +7,8 @@ # Copyright 2002 Project Purple # Released under the GPL. # +# $Id: onak-mail.pl,v 1.6 2003/06/04 20:57:11 noodles Exp $ +# use strict; use IPC::Open3; diff --git a/onak.c b/onak.c index 870e1bd..e2622e4 100644 --- a/onak.c +++ b/onak.c @@ -6,6 +6,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: onak.c,v 1.13 2003/06/04 20:57:12 noodles Exp $ */ #include diff --git a/parsekey.c b/parsekey.c index 4109bb8..88a4594 100644 --- a/parsekey.c +++ b/parsekey.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: parsekey.c,v 1.7 2003/06/04 20:57:12 noodles Exp $ */ #include diff --git a/parsekey.h b/parsekey.h index 8b6f1cd..682629c 100644 --- a/parsekey.h +++ b/parsekey.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: parsekey.h,v 1.4 2003/06/04 20:57:12 noodles Exp $ */ #ifndef __PARSEKEY_H__ diff --git a/sendsync.c b/sendsync.c index 6afec8b..435344d 100644 --- a/sendsync.c +++ b/sendsync.c @@ -4,7 +4,9 @@ * Jonathan McDowell * * Copyright 1999, 2002 Project Purple -*/ + * + * $Id: sendsync.c,v 1.2 2003/06/04 20:57:12 noodles Exp $ + */ #include #include diff --git a/sendsync.h b/sendsync.h index dca5f9b..8df3c2c 100644 --- a/sendsync.h +++ b/sendsync.h @@ -4,7 +4,9 @@ * Jonathan McDowell * * Copyright 1999, 2002 Project Purple -*/ + * + * $Id: sendsync.h,v 1.2 2003/06/04 20:57:12 noodles Exp $ + */ #ifndef __SENDSYNC_H_ #define __SENDSYNC_H_ diff --git a/sha.c b/sha.c index cee12ab..90f22e8 100644 --- a/sha.c +++ b/sha.c @@ -18,6 +18,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id: sha.c,v 1.2 2003/06/04 20:57:12 noodles Exp $ */ /* This file was copied from GnuPG */ diff --git a/sixdegrees.c b/sixdegrees.c index d647f5e..9b13cfb 100644 --- a/sixdegrees.c +++ b/sixdegrees.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: sixdegrees.c,v 1.4 2003/06/04 20:57:12 noodles Exp $ */ #include diff --git a/stats.c b/stats.c index a295a1e..7f241ee 100644 --- a/stats.c +++ b/stats.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2000-2002 Project Purple + * + * $Id: stats.c,v 1.10 2003/06/04 20:57:13 noodles Exp $ */ #include diff --git a/stats.h b/stats.h index 3696e08..bad00fe 100644 --- a/stats.h +++ b/stats.h @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2002 Project Purple + * + * $Id: stats.h,v 1.5 2003/06/04 20:57:13 noodles Exp $ */ /* MOSTSIGNED