Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.12.9) with ESMTP id l7E2UZHW027730; Mon, 13 Aug 2007 22:30:35 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l7E2UT3B020945; Mon, 13 Aug 2007 22:30:29 -0400 (EDT) Received: from [18.18.1.160] (NOME-KING.MIT.EDU [18.18.1.160]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l7E2USaJ019046 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 13 Aug 2007 22:30:29 -0400 (EDT) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <79042770-25D3-44A4-AC88-ABB8AF7E8420@mit.edu> Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #5645] SVN Commit Date: Mon, 13 Aug 2007 22:30:27 -0400 To: rt@krbdev.mit.edu X-Mailer: Apple Mail (2.752.2) X-Scanned-BY: MIMEDefang 2.42 X-Spam-Flag: NO X-Spam-Score: 0.00 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 741 On Aug 11, 2007, at 11:15, Jeffrey Altman via RT wrote: > Export krb5_get_profile. Remove comment saying it should be > added and just do it. Your change also added several other symbols to the export list, including some not conforming to the krb5* and profile* naming scheme, and not listed in krb5.h. If they are in fact needed, we should define new names for them, and consider making them public. Several of the symbols newly exported also don't have calling conventions specified, which stops the Linux build (and perhaps we should add that check to the Windows build process as well). If you don't need them in the next 1.6.x and KfW releases, please revert that part of the change. If you do, I'd like to hear why.