[Mixmaster-devel] rev 647 - in trunk/Mix: . Src
Brought to you by:
weaselp
|
From: <we...@so...> - 2003-10-25 23:38:08
|
Author: weasel
Date: 2003-10-26 01:34:13 +0200 (Sun, 26 Oct 2003)
New Revision: 647
Modified:
trunk/Mix/Install
trunk/Mix/README
trunk/Mix/Src/Makefile-sh.in
trunk/Mix/Src/buffers.c
trunk/Mix/Src/chain.c
trunk/Mix/Src/chain1.c
trunk/Mix/Src/chain2.c
trunk/Mix/Src/compress.c
trunk/Mix/Src/config.h
trunk/Mix/Src/crypto.c
trunk/Mix/Src/crypto.h
trunk/Mix/Src/dllmain.c
trunk/Mix/Src/keymgt.c
trunk/Mix/Src/mail.c
trunk/Mix/Src/main.c
trunk/Mix/Src/menu.c
trunk/Mix/Src/menu.h
trunk/Mix/Src/menunym.c
trunk/Mix/Src/menusend.c
trunk/Mix/Src/menuutil.c
trunk/Mix/Src/mime.c
trunk/Mix/Src/mix.c
trunk/Mix/Src/mix3.h
trunk/Mix/Src/nym.c
trunk/Mix/Src/parsedate.y
trunk/Mix/Src/pgp.c
trunk/Mix/Src/pgp.h
trunk/Mix/Src/pgpcreat.c
trunk/Mix/Src/pgpdata.c
trunk/Mix/Src/pgpdb.c
trunk/Mix/Src/pgpget.c
trunk/Mix/Src/pool.c
trunk/Mix/Src/random.c
trunk/Mix/Src/rem.c
trunk/Mix/Src/rem1.c
trunk/Mix/Src/rem2.c
trunk/Mix/Src/remailer.c
trunk/Mix/Src/rfc822.c
trunk/Mix/Src/rndseed.c
trunk/Mix/Src/stats.c
trunk/Mix/Src/util.c
trunk/Mix/acinclude.m4
trunk/Mix/configure.ac
trunk/Mix/mixmaster.1
trunk/Mix/upgrade
Log:
Set keyword expansion for Id on all files that already have $Id$ tags.
Modified: trunk/Mix/Install
===================================================================
--- trunk/Mix/Install 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Install 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
# ANY KIND, either express or implied. See the file COPYRIGHT for
# details.
-# $Id: Install,v 1.28 2003/03/31 18:19:13 weaselp Exp $
+# $Id$
#whereis program default-path
whereis()
Property changes on: trunk/Mix/Install
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/README
===================================================================
--- trunk/Mix/README 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/README 2003-10-25 23:34:13 UTC (rev 647)
@@ -195,4 +195,4 @@
All trademarks are the property of their respective owners.
-$Id: README,v 1.7 2002/10/09 21:45:07 weaselp Exp $
+$Id$
Property changes on: trunk/Mix/README
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/Makefile-sh.in
===================================================================
--- trunk/Mix/Src/Makefile-sh.in 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/Makefile-sh.in 2003-10-25 23:34:13 UTC (rev 647)
@@ -5,7 +5,7 @@
# ANY KIND, either express or implied. See the file COPYRIGHT for
# details.
-# $Id: Makefile-sh.in,v 1.3 2003/03/31 17:16:13 weaselp Exp $
+# $Id$
# Edit according to the libraries you want to use:
INC = %INC
Property changes on: trunk/Mix/Src/Makefile-sh.in
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/buffers.c
===================================================================
--- trunk/Mix/Src/buffers.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/buffers.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Dynamically allocated buffers
- $Id: buffers.c,v 1.5 2002/09/29 10:09:05 ulfm Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/buffers.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/chain.c
===================================================================
--- trunk/Mix/Src/chain.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/chain.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Prepare messages for remailer chain
- $Id: chain.c,v 1.16 2003/09/29 01:06:54 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/chain.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/chain1.c
===================================================================
--- trunk/Mix/Src/chain1.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/chain1.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Encrypt message for Cypherpunk remailer chain
- $Id: chain1.c,v 1.8 2003/09/29 01:06:54 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/chain1.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/chain2.c
===================================================================
--- trunk/Mix/Src/chain2.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/chain2.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Encrypt message for Mixmaster chain
- $Id: chain2.c,v 1.14 2003/09/29 01:06:54 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/chain2.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/compress.c
===================================================================
--- trunk/Mix/Src/compress.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/compress.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Buffer compression (interface to zlib)
- $Id: compress.c,v 1.4 2003/10/14 05:39:35 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/compress.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/config.h
===================================================================
--- trunk/Mix/Src/config.h 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/config.h 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Configuration
- $Id: config.h,v 1.39 2003/09/29 20:41:39 weaselp Exp $ */
+ $Id$ */
#ifndef _CONFIG_H
Property changes on: trunk/Mix/Src/config.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/crypto.c
===================================================================
--- trunk/Mix/Src/crypto.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/crypto.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Interface to cryptographic library
- $Id: crypto.c,v 1.8 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/crypto.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/crypto.h
===================================================================
--- trunk/Mix/Src/crypto.h 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/crypto.h 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Interface to cryptographic library
- $Id: crypto.h,v 1.5 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#ifndef _CRYPTO_H
Property changes on: trunk/Mix/Src/crypto.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/dllmain.c
===================================================================
--- trunk/Mix/Src/dllmain.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/dllmain.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Mixmaster DLL startup
- $Id: dllmain.c,v 1.5 2002/10/09 20:53:28 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/dllmain.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/keymgt.c
===================================================================
--- trunk/Mix/Src/keymgt.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/keymgt.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Key management
- $Id: keymgt.c,v 1.24 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/keymgt.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/mail.c
===================================================================
--- trunk/Mix/Src/mail.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/mail.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Socket-based mail transport services
- $Id: mail.c,v 1.21 2003/09/26 21:00:45 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/mail.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/main.c
===================================================================
--- trunk/Mix/Src/main.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/main.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Command-line based frontend
- $Id: main.c,v 1.35 2003/08/20 20:33:00 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/main.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/menu.c
===================================================================
--- trunk/Mix/Src/menu.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/menu.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Menu-based user interface
- $Id: menu.c,v 1.18 2003/10/15 14:06:04 weaselp Exp $ */
+ $Id$ */
#include "menu.h"
Property changes on: trunk/Mix/Src/menu.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/menu.h
===================================================================
--- trunk/Mix/Src/menu.h 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/menu.h 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Menu-based user interface
- $Id: menu.h,v 1.3 2002/09/18 23:26:16 rabbi Exp $ */
+ $Id$ */
#ifndef _MENU_H
Property changes on: trunk/Mix/Src/menu.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/menunym.c
===================================================================
--- trunk/Mix/Src/menunym.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/menunym.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Menu-based user interface - nym management
- $Id: menunym.c,v 1.3 2003/08/17 19:04:34 weaselp Exp $ */
+ $Id$ */
#ifdef NYMSUPPORT
Property changes on: trunk/Mix/Src/menunym.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/menusend.c
===================================================================
--- trunk/Mix/Src/menusend.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/menusend.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Menu-based user interface -- send message
- $Id: menusend.c,v 1.7 2003/08/17 19:04:34 weaselp Exp $ */
+ $Id$ */
#include "menu.h"
Property changes on: trunk/Mix/Src/menusend.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/menuutil.c
===================================================================
--- trunk/Mix/Src/menuutil.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/menuutil.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Menu-based user interface - utility functions
- $Id: menuutil.c,v 1.2 2002/09/18 23:26:16 rabbi Exp $ */
+ $Id$ */
#include "menu.h"
Property changes on: trunk/Mix/Src/menuutil.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/mime.c
===================================================================
--- trunk/Mix/Src/mime.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/mime.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
MIME functions
- $Id: mime.c,v 1.5 2003/08/20 20:33:00 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/mime.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/mix.c
===================================================================
--- trunk/Mix/Src/mix.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/mix.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Mixmaster initialization, configuration
- $Id: mix.c,v 1.47 2003/09/23 19:03:48 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/mix.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/mix3.h
===================================================================
--- trunk/Mix/Src/mix3.h 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/mix3.h 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Function prototypes
- $Id: mix3.h,v 1.25 2003/09/29 01:06:54 weaselp Exp $ */
+ $Id$ */
#ifndef _MIX3_H
Property changes on: trunk/Mix/Src/mix3.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/nym.c
===================================================================
--- trunk/Mix/Src/nym.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/nym.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Create nym server messages
- $Id: nym.c,v 1.11 2003/08/17 19:04:34 weaselp Exp $ */
+ $Id$ */
#ifdef NYMSUPPORT
Property changes on: trunk/Mix/Src/nym.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/parsedate.y
===================================================================
--- trunk/Mix/Src/parsedate.y 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/parsedate.y 2003-10-25 23:34:13 UTC (rev 647)
@@ -1,5 +1,5 @@
%{
-/* $Id: parsedate.y,v 1.1 2003/02/15 00:29:36 weaselp Exp $
+/* $Id$
**
** Originally written by Steven M. Bellovin <sm...@re...> while
** at the University of North Carolina at Chapel Hill. Later tweaked by
Property changes on: trunk/Mix/Src/parsedate.y
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgp.c
===================================================================
--- trunk/Mix/Src/pgp.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgp.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
OpenPGP messages
- $Id: pgp.c,v 1.17 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/pgp.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgp.h
===================================================================
--- trunk/Mix/Src/pgp.h 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgp.h 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
OpenPGP messages
- $Id: pgp.h,v 1.15 2002/10/09 20:53:30 weaselp Exp $ */
+ $Id$ */
#ifdef USE_PGP
Property changes on: trunk/Mix/Src/pgp.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgpcreat.c
===================================================================
--- trunk/Mix/Src/pgpcreat.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgpcreat.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Create OpenPGP packets
- $Id: pgpcreat.c,v 1.15 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/pgpcreat.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgpdata.c
===================================================================
--- trunk/Mix/Src/pgpdata.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgpdata.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
OpenPGP data
- $Id: pgpdata.c,v 1.30 2003/09/19 00:51:41 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/pgpdata.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgpdb.c
===================================================================
--- trunk/Mix/Src/pgpdb.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgpdb.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
OpenPGP key database
- $Id: pgpdb.c,v 1.22 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/pgpdb.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pgpget.c
===================================================================
--- trunk/Mix/Src/pgpget.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pgpget.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Read OpenPGP packets
- $Id: pgpget.c,v 1.13 2003/08/24 20:39:26 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/pgpget.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/pool.c
===================================================================
--- trunk/Mix/Src/pool.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/pool.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Send messages from pool
- $Id: pool.c,v 1.23 2003/09/29 01:06:54 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
#include <stdlib.h>
Property changes on: trunk/Mix/Src/pool.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/random.c
===================================================================
--- trunk/Mix/Src/random.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/random.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Randomness
- $Id: random.c,v 1.3 2002/09/18 23:26:16 rabbi Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/random.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/rem.c
===================================================================
--- trunk/Mix/Src/rem.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/rem.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Process remailer messages
- $Id: rem.c,v 1.37 2003/06/29 19:13:15 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/rem.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/rem1.c
===================================================================
--- trunk/Mix/Src/rem1.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/rem1.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Process Cypherpunk remailer messages
- $Id: rem1.c,v 1.10 2003/07/07 11:18:20 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/rem1.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/rem2.c
===================================================================
--- trunk/Mix/Src/rem2.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/rem2.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Process Mixmaster remailer messages
- $Id: rem2.c,v 1.8 2003/10/13 11:29:48 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/rem2.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/remailer.c
===================================================================
--- trunk/Mix/Src/remailer.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/remailer.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Simple remailer frontend: Read mix packets from standard input.
- $Id: remailer.c,v 1.1 2001/10/31 08:19:53 rabbi Exp $ */
+ $Id$ */
#include "mix.h"
Property changes on: trunk/Mix/Src/remailer.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/rfc822.c
===================================================================
--- trunk/Mix/Src/rfc822.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/rfc822.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Parse RFC 822 headers
- $Id: rfc822.c,v 1.4 2002/10/09 20:53:31 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/rfc822.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/rndseed.c
===================================================================
--- trunk/Mix/Src/rndseed.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/rndseed.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Get randomness from device or user
- $Id: rndseed.c,v 1.4 2002/09/18 23:26:17 rabbi Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/rndseed.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/stats.c
===================================================================
--- trunk/Mix/Src/stats.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/stats.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Remailer statistics
- $Id: stats.c,v 1.25 2003/08/20 20:33:00 weaselp Exp $ */
+ $Id$ */
#include "mix3.h"
Property changes on: trunk/Mix/Src/stats.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/Src/util.c
===================================================================
--- trunk/Mix/Src/util.c 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/Src/util.c 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
details.
Utility functions
- $Id: util.c,v 1.16 2003/08/08 15:17:52 dybbuk Exp $ */
+ $Id$ */
#include "mix3.h"
#include <stdlib.h>
Property changes on: trunk/Mix/Src/util.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/acinclude.m4
===================================================================
--- trunk/Mix/acinclude.m4 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/acinclude.m4 2003-10-25 23:34:13 UTC (rev 647)
@@ -1,6 +1,6 @@
dnl Macros automatically included in aclocal.m4.
dnl
-dnl $Id: acinclude.m4,v 1.2 2003/10/14 15:10:45 dybbuk Exp $
+dnl $Id$
dnl Zlib versions before 1.1.4 had a nasty bug.
AC_DEFUN(AM_ZLIB_CHECK, [
Property changes on: trunk/Mix/acinclude.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/configure.ac
===================================================================
--- trunk/Mix/configure.ac 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/configure.ac 2003-10-25 23:34:13 UTC (rev 647)
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.3 2003/10/14 15:10:45 dybbuk Exp $
+# $Id$
AC_INIT(Src/version.h)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE(mixmaster, [3.08+cvs], mix...@li...)
Property changes on: trunk/Mix/configure.ac
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/mixmaster.1
===================================================================
--- trunk/Mix/mixmaster.1 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/mixmaster.1 2003-10-25 23:34:13 UTC (rev 647)
@@ -1,5 +1,5 @@
.TH MIX 1 "Mixmaster Version 3.0 beta"
-.\" $Id: mix.1,v 1.34 2003/10/15 05:06:09 rabbi Exp $
+.\" $Id$
.SH NAME
mix \- anonymous remailer software
.SH SYNOPSIS
Property changes on: trunk/Mix/mixmaster.1
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/Mix/upgrade
===================================================================
--- trunk/Mix/upgrade 2003-10-25 23:24:22 UTC (rev 646)
+++ trunk/Mix/upgrade 2003-10-25 23:34:13 UTC (rev 647)
@@ -6,7 +6,7 @@
# ANY KIND, either express or implied. See the file COPYRIGHT for
# details.
-# $Id: upgrade,v 1.3 2002/10/09 21:45:07 weaselp Exp $
+# $Id$
# readln text default
readln()
Property changes on: trunk/Mix/upgrade
___________________________________________________________________
Name: svn:keywords
+ Id
|