From owner-cvs-all@FreeBSD.ORG Tue Jul 29 09:19:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DEF37B401; Tue, 29 Jul 2003 09:19:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF11C43F3F; Tue, 29 Jul 2003 09:19:04 -0700 (PDT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6TGJ40U042220; Tue, 29 Jul 2003 09:19:04 -0700 (PDT) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TGJ4fB042219; Tue, 29 Jul 2003 09:19:04 -0700 (PDT) Message-Id: <200307291619.h6TGJ4fB042219@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Tue, 29 Jul 2003 09:19:04 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/imapproxy Makefile distinfo pkg-descr pkg-plist ports/net/imapproxy/files patch-aa patch-ab patch-ac patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 16:19:06 -0000 mich 2003/07/29 09:19:04 PDT FreeBSD ports repository Modified files: net Makefile Added files: net/imapproxy Makefile distinfo pkg-descr pkg-plist net/imapproxy/files patch-aa patch-ab patch-ac patch-ad Log: The program forwards all IMAP traffic between the client and the server, but keeps the connection to the server alive after the client logs out. When the same user attempts to log in again, the proxy will use the cached username/password pair to authenticate the client, and tie the new client to the old server connection (which was kept alive) PR: 54977 Submitted by: Lasse L. Johnsen Approved by: roberto (mentor) Revision Changes Path 1.1041 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/imapproxy/Makefile (new) 1.1 +1 -0 ports/net/imapproxy/distinfo (new) 1.1 +10 -0 ports/net/imapproxy/files/patch-aa (new) 1.1 +10 -0 ports/net/imapproxy/files/patch-ab (new) 1.1 +13 -0 ports/net/imapproxy/files/patch-ac (new) 1.1 +11 -0 ports/net/imapproxy/files/patch-ad (new) 1.1 +10 -0 ports/net/imapproxy/pkg-descr (new) 1.1 +2 -0 ports/net/imapproxy/pkg-plist (new)