Changeset fc2b7ae


Ignore:
Timestamp:
May 25, 2013, 3:46:09 PM (11 years ago)
Author:
Geoffrey Thomas <geofft@ldpreload.com>
Branches:
release-1.9
Children:
1e2fab5
Parents:
489df88
git-author:
Geoffrey Thomas <geofft@mit.edu> (10/18/12 18:19:45)
git-committer:
Geoffrey Thomas <geofft@ldpreload.com> (05/25/13 15:46:09)
Message:
zephyr: Replace outgoing default format with a small URL

We need the bytes, no modern client uses it, and it's inherently a
security vulnerability. For those clients that do use it, provide a link
to a page on the zephyr wiki that explains the issue.
(cherry picked from commit 9b3167b9c2d41734807e20045328812b089538e5)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r80bea5b rfc2b7ae  
    728728  if (!owl_zwrite_recip_is_personal(recipient) && *owl_global_get_zsender(&g))
    729729    notice.z_sender = zsender = long_zuser(owl_global_get_zsender(&g));
    730   notice.z_default_format=zstr("Class $class, Instance $instance:\nTo: @bold($recipient) at $time $date\nFrom: @bold{$1 <$sender>}\n\n$2");
     730  notice.z_default_format=zstr("http://zephyr.1ts.org/wiki/df");
    731731  if (opcode) notice.z_opcode=zstr(opcode);
    732732
Note: See TracChangeset for help on using the changeset viewer.