/[pkg-mixmaster]/trunk/Mix/HISTORY
ViewVC logotype

Diff of /trunk/Mix/HISTORY

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 594 by weaselp, Sun Oct 12 05:10:53 2003 UTC revision 686 by rabbi, Sun Dec 21 04:39:09 2003 UTC
# Line 283  Line 283 
283                             Minor code formating cleanup and Install script                             Minor code formating cleanup and Install script
284                               fixes.                               fixes.
285    
286  2002-xx-xx      STABLE     The Mixmaster protocol version is now prepended  2002-12-15      2.9b41     The Mixmaster protocol version is now prepended
287                               to the software version in the Mixmaster cap-                               to the software version in the Mixmaster cap-
288                               string.                               string.
289                             Minor configuration default changes and Install                             Minor configuration default changes and Install
# Line 303  Line 303 
303                               submitted by Trek. Vulnerability originally                               submitted by Trek. Vulnerability originally
304                               discovered by noise and rabbi.)                               discovered by noise and rabbi.)
305                             Minor documentation fixes.                             Minor documentation fixes.
306    
307    2002-12-16      2.9b42     Minor documentation fixes.
308                             Append another newline character to mbox folders                             Append another newline character to mbox folders
309                               when storing a mail so that the mandatory empty                               when storing a mail so that the mandatory empty
310                               line is there.                               line is there.
311    
312  2002-10-18      3.0a1      Applied Maildir feature patch by drt@un.bewaff.net,  2002-12-16      2.9.0rc1   Release candidate. Packaging changes only.
313                               with some changes by PP:  
314                               MAILBOX can now be a Maildir (closes: #586223).  2002-12-25      2.9.0      Release version. Minor documentation changes
315                             Mixmaster in daemon mode reloads configuration on                               and version number change only.
316                               SIGHUP.  
317    2003-11-08      2.9.1      Several changes for the Windows build.
318                               Some Install script fixes.
319                               Fixed a problem in blockrequest() where a buffer
320                                 could have been used after it was free()'d which
321                                 resulted in segfaults.
322                               Check that feedback buffer is not null before
323                                 operating on it in chain_select().
324                                 Closes #631353, thanks Sami Farin.
325                               Make sure DH/DSA param file is actually opened
326                                 before writing to it. Fixes a segfault in
327                                 case it is not.
328                               Handle a pool we cannot read correctly: don't close
329                                 the NULL dir handle (segfaults on *BSD). We also
330                                 print a warning in that case now.
331                               Minor stats fix (gmtime vs localtime).
332                               Fix pool stats bug.
333    
334    2003-12-xx      3.0b1      FEATURE ENHANCEMENTS:
335    
336                             The secret pgp keyring is now stored ASCII armored                             The secret pgp keyring is now stored ASCII armored
337                               with one key per ascii armor.                               with one key per ascii armor.
338                             NB: Due to the bug with reading armored keyrings and                             NB: Due to the bug with reading armored keyrings and
# Line 331  Line 352 
352                             Mixmaster keys now have creation and expiration date.                             Mixmaster keys now have creation and expiration date.
353                               It is not secured by any crypto voodoo, it's only                               It is not secured by any crypto voodoo, it's only
354                               informational for clients to decide which keys to                               informational for clients to decide which keys to
355                               use should they have more.                               use should they have more than one per remailer.
356                               - on the client side we do not show remailers (and                               - on the client side we do not show remailers (and
357                                 therefore not use them) if their key is expired.                                 therefore not use them) if their key is expired.
358                               - the remailer refuses to decrypt messages to keys                               - the remailer refuses to decrypt messages to keys
# Line 345  Line 366 
366                                 seemed sensible.                                 seemed sensible.
367                             Mixmaster now generates dummy messages automatically                             Mixmaster now generates dummy messages automatically
368                               as mail enters and exits the pool.                               as mail enters and exits the pool.
369                               Applied Maildir feature patch by drt@un.bewaff.net,
370  2002-xx-xx      3.0a2      New Star-Exclude feature by Colin Tuckley:                               with some changes by PP:
371                                 MAILBOX can now be a Maildir (closes: #586223).
372                               New Star-Exclude feature by Colin Tuckley:
373                               User-selected remailers can be excluded from                               User-selected remailers can be excluded from
374                               being chosen as random hops.                               being chosen as random hops.
375                             Have stats on intermediate vs. final hop count                             Have stats on intermediate vs. final hop count
376                               (closes: #649900).                               (closes: #649900).
   
 2003-05-03      3.0a4      Handle a pool we cannot read correctly: don't close  
                              the NULL dir handle (segfaults on *bsd). We also  
                              print a warning in that case now.  
377                             Add max capability for Type I.                             Add max capability for Type I.
378                             Make sure DH/DSA param file is actually opened before                             Config option EXTFLAGS allows appending additional
379                               writing to it.  Fixes a segfault in case it is not.                               flags to the capabilities string.  (Hauke Lampe)
380                             Fix a problem in blockrequest() where a buffer                             Config option PRECEDENCE allows setting the
381                               could have been used after it was free()d which                               Precedence: header on all outgoing mail.
382                               resulted in segfaults.                               (Hauke Lampe)
                            Install script tweaks  
                            Check that feedback buffer is not null before  
                              operating on it in chain_select().  
                              Closes #631353, thanks Sami Farin.  
383                             In order to serve help files in different languages                             In order to serve help files in different languages
384                               we need a way to reply to requests like                               we need a way to reply to requests like
385                               remailer-help-it.  In order to not have to modify                               remailer-help-it.  In order to not have to modify
# Line 374  Line 389 
389                               remailer-<something> requests.                               remailer-<something> requests.
390                               remailer-{help,key, stats,conf,adminkey} still are                               remailer-{help,key, stats,conf,adminkey} still are
391                               special cases tho.                               special cases tho.
392                               Drop messages without timestamps and messages with
393                                future timestamps.  This abandons backwards
394                                compatibility with Mixmaster 2.0.3 and earlier.
395    
396                               BUG FIXES:
397    
398                               Mixmaster in daemon mode reloads configuration on
399                                 SIGHUP.
400                             In the curses interface chain selection it was not                             In the curses interface chain selection it was not
401                               possible to select a random last hop with a usenet                               possible to select a random last hop with a usenet
402                               post message.  Fixed (closes: #719165).                               post message.  Fixed (closes: #719165).
# Line 393  Line 416 
416                               broken-chain info from stats. I hope this doesn't                               broken-chain info from stats. I hope this doesn't
417                               break any Nym functionality.                               break any Nym functionality.
418                             Warn if remailer stats are older than a day.                             Warn if remailer stats are older than a day.
419                               Don't send messages to ourselves via the mailsystem
 2003-05-08      3.0a5      Experimental feature:  --redirect -l <chain>.  
                              If you have a mixmaster message with a  
                              chain starting with hop1 (you cannot know any  
                              more because it already is encrypted) then  
                              mix --redirect -l foo,bar < file  
                              redirect the message so the chain is actually  
                              foo,bar,hop1,... and places it in your pool.  
                              If the total number of hops (which cannot be  
                              known) exceeds 20 the message is damanged  
                              and will fail at the 20th node.  
   
   
 2003-06-27      3.0a6     Don't send messages to ourselves via the mailsystem  
420                              but instead place them in the pool as incoming                              but instead place them in the pool as incoming
421                              messages so that they will get processed with the                              messages so that they will get processed with the
422                              next pool run.                              next pool run.
423                            Hopefully fix a bug with pool stats.                            No longer try to send a message if there are no
   
 2003-06-29      3.0a7     Two minor fixes for bugs introduced in 3.0a6 and  
                             3.0a4.  
   
 2003-06-30      3.0a8     Minor stats fix.  The date in remailer-stats was  
                             sometimes wrong.  
   
 2003-10-12      3.0a9     Don't try to send a message if there are no  
424                              recipients left.                              recipients left.
425                            Set default max-randhops from 20 to 4.                            Set default max-randhops from 20 to 4.
426                            Remix-To chain is limited by max-randhops limit as                            Remix-To chain is limited by max-randhops limit as
427                              well.                              well.
428                            Messages to more than one remailer are dropped.                            Messages to more than one remailer are dropped.
                           Config option EXTFLAGS allows appending additional  
                             flags to the capabilities string.  (Hauke Lampe)  
                           Config option PRECEDENCE allows setting the  
                             Precedence: header on all outgoing mail.  
                             (Hauke Lampe)  
429                            Nym support is not compiled in by default anymore.                            Nym support is not compiled in by default anymore.
430                            Ignore 'No reliable remailers' problems when                            Ignore 'No reliable remailers' problems when
431                              randhopping messages in middleman mode.                              randhopping messages in middleman mode.
432                              That is better than dropping them.                              That is better than dropping them.
433                              Experimental feature:  --redirect -l <chain>.
434                                 If you have a mixmaster message with a
435                                 chain starting with hop1 (you cannot know any
436                                 more because it already is encrypted) then
437                                 mix --redirect -l foo,bar < file
438                                 redirect the message so the chain is actually
439                                 foo,bar,hop1,... and places it in your pool.
440                                 If the total number of hops (which cannot be
441                                 known) exceeds 20 the message is damanged
442                                 and will fail at the 20th node.
443    

Legend:
Removed from v.594  
changed lines
  Added in v.686

  ViewVC Help
Powered by ViewVC 1.1.5