Commit graph

3 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
taca
ed6000428d Update up-imapproxy pacakge to 1.2.5.
pkgsrc changes: set INSTALLATION_DIRS.


2007-01-30  Dave McMurtrie  <davemcmurtrie@gmail.com>

	* Version 1.2.5 released.

2007-01-30  Dave McMurtrie  <davemcmurtrie@gmail.com>

	* common.h: Updated version string to 1.2.5.

2006-10-03  Dave McMurtrie  <davemcmurtrie@gmail.com>

	* common.h: Updated version string to 1.2.5rc2.

	* main.c: Patch by Matt Selsky to log ssl peer verify at Debug
	  level instead of err level.

	* Makefile.in: Patch by Matt Selsky to set the permissions on
	  the configuration files to 755 instead of 644.

2006-08-15  Dave McMurtrie  <davemcmurtrie@gmail.com>

	* imapcommon.c: No longer exit() from IMAP_Line_Read() on
	  failed sanity check.

2006-02-16  Dave McMurtrie  <davemcmurtrie@gmail.com>

	* pimpstat.c: Patch by Matt Selsky to fix spelling error.

	* main.c: Fixed string format bug (Debian DSA 852-1) found by
	  Steve Kemp.  Added version string to startup log message.

	* common.h: Patch by Matt Selsky to add a version string.

	* request.c: Patch by Matt Selsky to add cmd_version function.

	* README: Patch by Matt Selsky to add info about p_version command.
          Updated the imapproxy-info mailing list URL.
2007-06-07 15:12:01 +00:00
adrianp
5605e23cc4 Proxies IMAP transactions between an IMAP client and an IMAP server. The
general idea is that the client should never know that it's not talking to
the real IMAP server. The only thing that makes this a slightly unique Imap
Proxy server is that it caches server connections.
2006-05-08 21:58:31 +00:00