Commit Graph

131 Commits

Author SHA1 Message Date
kflux e152beccb9 Update INSTALL.md 2014-02-26 12:14:58 +01:00
kflux 58c6dce937 Update README.md 2014-02-26 02:14:13 +01:00
kflux 8133a0c340 Update INSTALL.md 2014-02-26 02:02:45 +01:00
kflux 9ddddb5bbb Create passthrough_emails.cf 2014-02-26 02:01:14 +01:00
kflux 1055563d2d Create registrationSuccess.md 2014-02-26 01:59:57 +01:00
kflux 7d26fcfb77 Create registrationError.md 2014-02-26 01:59:09 +01:00
kflux 2a253597a9 Update INSTALL.md 2014-02-26 01:56:39 +01:00
kflux 155ac099bc added S/MIME configs 2014-02-26 01:54:24 +01:00
kflux 9dcaceb3bd Update README 2014-02-26 01:52:07 +01:00
kflux 803babc49d S/MIME Email registration 2014-02-26 01:50:18 +01:00
kflux fc4dcb55fe added additional/optional S/MIME encryption 2014-02-26 01:49:29 +01:00
kflux 73f22775a5 Update INSTALL.md 2014-02-26 01:48:27 +01:00
kflux f3928f591c changed user gpgmap to nobody 2014-02-26 01:43:41 +01:00
kflux 19aaa0bbc2 Update README 2014-02-24 21:26:31 +01:00
kflux 91aa772901 Update README.md 2014-02-24 21:23:45 +01:00
kflux 728dde6c90 Update README.md 2014-02-24 21:23:20 +01:00
kflux 51920451ed Update and rename README.MD to README 2014-02-24 21:22:17 +01:00
kflux cef4445b2d Update and rename README to README.MD 2014-02-24 21:21:57 +01:00
kflux a979c67f3b Update INSTALL.md 2014-02-24 21:20:54 +01:00
kflux c4daaaeb5d Update phphkp.php 2014-02-24 21:17:21 +01:00
kflux cbbe63d700 Update README 2014-02-24 21:16:05 +01:00
kflux 8a701f6f17 Update index.php 2014-02-24 21:13:45 +01:00
kflux 663f9f3191 Update README 2014-02-24 21:12:52 +01:00
kflux 3ddb512639 Update README
added HKP server functionality installation instructions
2014-02-24 21:11:07 +01:00
kflux 7f9baa4aa2 Create phphkp.php
initial commit
2014-02-24 20:54:44 +01:00
perennate 4c348f6457 Update author list. 2013-11-03 10:39:24 -05:00
perennate 9ac151f438 Merge https://github.com/ajgon/gpg-mailgate
Conflicts:
	INSTALL
	README.md
	gpg-mailgate.conf.sample
	gpg-mailgate.py
2013-11-03 10:38:04 -05:00
uakfdotb 2c60c53bc5 Merge pull request #6 from phunehehe/installation-instructions
Installation instructions
2013-11-03 07:00:29 -08:00
Igor Rzegocki da8559e31b Added authors info, and removed duplicated code 2013-11-03 15:31:28 +01:00
perennate 78c6ecf44e Add link to original gpg-mailgate googlecode. 2013-11-03 15:14:39 +01:00
perennate 44d94c85ad Enable encryption for signed messages. 2013-11-03 15:14:17 +01:00
perennate b6e4a321e6 Add keymap_only configuration, to ignore public_keys list.
This means the keymap will be exclusively used to determine which email addresses to sign with which keys.
2013-11-03 15:14:17 +01:00
perennate 119b611557 Remove the encrypted to addrs, since that was gpg-mailgate-specific and is no longer used. 2013-11-03 15:14:13 +01:00
perennate d42082b72f Update README file. 2013-11-03 15:14:13 +01:00
perennate 1f70a634b8 Add addendum detailing how to create a dedicated user for gpg-mailgate public keys. 2013-11-03 15:14:12 +01:00
perennate cfeaa79c2a Add description in configuration file of each setting. 2013-11-03 15:14:11 +01:00
perennate c1538cfff7 Use correct content transfer encoding (7bit). 2013-11-03 15:13:35 +01:00
perennate 52bdb31637 Don't encrypt if it's a signed message, since that would mess with the signature. 2013-11-03 15:13:35 +01:00
perennate f8711583a3 Remove useless domains configuration setting. 2013-11-03 15:13:34 +01:00
perennate 5d8e8202a6 Remove attachment content filter because it seems to make PGP-encrypted data invalid. 2013-11-03 15:13:05 +01:00
perennate 04afea12cf Use extend instead of append to fix list problem. 2013-11-03 15:13:05 +01:00
perennate e4b5a0e979 Use replace header instead of add header to avoid header duplication. 2013-11-03 15:13:05 +01:00
perennate 9bd941b752 Fix problem with previous commit. 2013-11-03 15:13:05 +01:00
perennate 4aa366dea5 Fix bug causing messages to have extra characters or failing to encode properly. 2013-11-03 15:13:03 +01:00
perennate 7110b9a303 Remove encryptod_to_addrs. 2013-11-03 15:11:22 +01:00
Colin Moller fbda6a6e72 Rudimentary support for not re-encrypting already encrypted messages 2013-11-03 15:11:22 +01:00
Colin Moller d468766f8a Patch GnuPG library to trust keys we've already got to avoid having to manually add them 2013-11-03 15:11:21 +01:00
perennate 6e92ded37c Greatly improve recipient selection mechanism.
This resolves many errors, such as forwarding loops arising from mailing lists.
2013-11-03 15:10:13 +01:00
perennate 9c6a1ecfc8 Update README. 2013-11-03 15:08:59 +01:00
Igor Rzegocki 0f5ee23046 Merge pull request #9 from uragit/master
Added syslog and verbose options for config file.
2013-11-03 05:34:11 -08:00