[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Remove extraneous space



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv533

Modified Files:
	HACKING Makefile README TODO setup.py 
Log Message:
Remove extraneous space

Index: HACKING
===================================================================
RCS file: /home/minion/cvsroot/src/minion/HACKING,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- HACKING	28 May 2003 04:12:16 -0000	1.17
+++ HACKING	6 Jun 2003 06:08:39 -0000	1.18
@@ -1,5 +1,5 @@
 $Id$
-Hacking Mixminion 
+Hacking Mixminion
 
 Requirements:
         Python >= 2.0 (see PORTING NOTES below)

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile	30 May 2003 08:30:11 -0000	1.46
+++ Makefile	6 Jun 2003 06:08:39 -0000	1.47
@@ -235,7 +235,7 @@
 	( export PYTHONPATH=.; cd build/lib*; pychecker -F ../../pycheckrc \
 	  ./mixminion/*.py ./mixminion/*/*.py )
 
-lines: 
+lines:
 	@$(FINDPYTHON);                                                      \
 	$$PYTHON etc/countlines.py src/*.[ch] lib/mixminion/[A-Z_]*.py       \
 	         lib/mixminion/*/*.py --noncode lib/mixminion/[a-z]*.py

Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- README	2 Jun 2003 20:51:51 -0000	1.45
+++ README	6 Jun 2003 06:08:39 -0000	1.46
@@ -70,7 +70,7 @@
         space for the increased key length.
 
    MMTP improvements:
-      - The certificate regime has changed so that key rotation is now 
+      - The certificate regime has changed so that key rotation is now
         possible: instead of authenticating servers based on their TLS
         keys, we authenticate based on their identity keys, which never
         change.
@@ -81,7 +81,7 @@
         to refuse messages when under high load.
 
    Other server improvements:
-      - Servers can (optionally) track the number of packets received, 
+      - Servers can (optionally) track the number of packets received,
         relayed successfully, dropped, and so on.
       - Servers can recognize and advertise whether they are configured
         'securely.'
@@ -578,7 +578,7 @@
 
            "/home/mixminion/spool/keys/key_0001/ServerDesc".
 
-   This file is your current server descriptor. 
+   This file is your current server descriptor.
 
    Mixminion supports a global directory of server descriptors.  Until you
    are listed in that directory, clients can import your ServerDesc file

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- TODO	6 Jun 2003 06:04:57 -0000	1.119
+++ TODO	6 Jun 2003 06:08:39 -0000	1.120
@@ -49,7 +49,7 @@
                         o Document in --help and README
                 o Increase key length to 2048 bits
                         o Specify
-                        o Come up with an upgrade path? 
+                        o Come up with an upgrade path?
                           (Result: drop backward compatibility.)
                         o Bump up logs
                         o Implement: Packet
@@ -90,7 +90,7 @@
                 X Test backend
                 o Test frontend
         o Bugfixes
-                o "Unexpectedly closed connection" sometimes means 
+                o "Unexpectedly closed connection" sometimes means
                   "server not there." Log accordingly.
                 o The retry scheduling logic is bogus.
                 o Attach debugging log calls to DeliveryQueue.
@@ -132,7 +132,7 @@
                         o Publish as needed
                 o Rudimentary directory automation (with trivial pinging)
                         o CGI to receive server descriptors:
-                                o replace old ones if superceded, 
+                                o replace old ones if superceded,
                                   reject them if invalid,
                                   and queue them if unrecognized.
                                 o The actual CGI
@@ -154,7 +154,7 @@
         o Add an 'upgrade to new server format' command.
         o Try out all functionality by hand
                 o Start a server
-                o Get stats 
+                o Get stats
                 o generate directory w/ blacklisted server
                 o Rotate stats
                 o Failed delivery w/ retry
@@ -299,7 +299,7 @@
                 - What else?
         - Disable heinously insecure operating modes.
 
-Other features for "1.0" (no research required): 
+Other features for "1.0" (no research required):
         - Better CLIs
                 - Add a --status-fd option similar to GPG's so that
                   we can be more easily embedded.
@@ -383,7 +383,7 @@
         - Consider dropping support for older Python versions?
 
 NEED TO BE TESTED
-- Signals      
+- Signals
 
 NEED TO BE DOCUMENTED
 

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- setup.py	30 May 2003 07:36:28 -0000	1.57
+++ setup.py	6 Jun 2003 06:08:39 -0000	1.58
@@ -14,7 +14,7 @@
 if sys.version_info[:3] == (2,1,0):
     print "Python 2.1.0 has known bugs that keep Mixminion from working."
     print "Maybe you should upgrade to 2.1.3 or some more recent version."
-    sys.exit(1)    
+    sys.exit(1)
 if sys.version_info[:3] == (2,1,1):
     print "Python 2.1.1 has known bugs that keep Mixminion from working."
     print "Maybe you should upgrade to 2.1.3 or some more recent version."