Project

General

Profile

Download (9.01 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ebccdcc4 2009-03-07 23:04 Marc Dequènes

[fix] corrected mistakes introduced in the 4 previous blind commits

7cae0102 2009-03-07 21:58 Marc Dequènes

[evol] added gettext support using user prefered langage

5425b3f0 2009-03-07 18:45 Marc Dequènes

[evol] separate signed mail processing from commands extracting, and improved order

4311d63d 2009-03-07 16:44 Marc Dequènes

[evol] new Mail facility create_simple_reject_reply(msg)

d32ee48a 2009-02-23 23:51 Marc Dequènes

[evol] add missing licensing terms

861ef12d 2009-02-23 21:39 Marc Dequènes

[evol] check content-type protocol parameter when validating pgp mail content, and renamed tmail_extra library into tmail_gpg (as it is dedicated to gpg mails only)

c7904e2c 2009-02-23 15:41 Marc Dequènes

[evol] replay protection #2 (should be done), and moved 'run' directory in the new workdir (temporary code until real path configuration)

3d444084 2009-02-23 09:30 Marc Dequènes

[evol] check if signature timestamp is not too old or reject it (first part of the replay protection)

c0979b3e 2009-02-22 22:20 Marc Dequènes

[evol] moved signed/encrypted mail creation from original mail to TMail class, and removed mail object duplication in the process (references to inners objects caused original mail to be altered, copying original headers instead)

0a2010c8 2009-02-22 21:21 Marc Dequènes

[evol] set the 'micalg' parameter in signed mails

09b32d70 2009-02-22 18:39 Marc Dequènes

[evol] sign outgoing mails, and lot's of fixes and code improvement in mail handling (related to signing, crypting, and preparing/chaining the two)

960c259e 2009-02-22 15:21 Marc Dequènes

[evol] handle incoming encrypted messages

8ac6d200 2009-02-22 12:43 Marc Dequènes

[evol] activate outgoing mails

a051c3cd 2009-02-21 21:57 Marc Dequènes

[evol] ensure DEB_RAILS_PATH is not set twice (but activeldap should do the same)

7193ea94 2009-02-21 18:33 Marc Dequènes

[evol] send reply for properly signed message with bad content + ensure setting custom headers in all cases

30406d66 2009-02-21 15:36 Marc Dequènes

[evol] ensure sent mail is correctly formated (using Rails ActionMailer utility methods)

8551c132 2009-02-21 14:45 Marc Dequènes

[evol] finished work on crypting mail response

56793619 2009-02-20 13:34 Marc Dequènes

[evol] preliminary work on crypting mail response

4153cce4 2009-02-20 02:38 Marc Dequènes

[evol] new DNS class to manage zone files (only read zone file at the moment) + generate proper mail reply

275e20ec 2009-02-19 18:23 Marc Dequènes

[evol] create basic mail reply and send it using SMTP

bc4894ce 2009-02-19 02:36 Marc Dequènes

[evol] reorganized dependencies

c427bfc7 2009-02-19 01:04 Marc Dequènes

[evol] moved the mail processing into a new class returning proper orders