From owner-freebsd-hackers@FreeBSD.ORG Tue May 6 19:59:40 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1606D188; Tue, 6 May 2014 19:59:39 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A103CB7; Tue, 6 May 2014 19:59:38 +0000 (UTC) Received: from smarthost.fisglobal.com ([10.132.206.191]) by ltcfislmsgpa04.fnfis.com (8.14.5/8.14.5) with ESMTP id s46Jxa2H030244 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 6 May 2014 14:59:36 -0500 Received: from THEMADHATTER (10.242.181.54) by smarthost.fisglobal.com (10.132.206.191) with Microsoft SMTP Server id 14.3.174.1; Tue, 6 May 2014 14:59:35 -0500 From: Sender: Devin Teske To: "'Mark Felder'" , References: <034c01cf673e$1cc6af10$56540d30$@FreeBSD.org> <057b1202c2680be9ab91fe127bc8a2ad@mail.feld.me> In-Reply-To: <057b1202c2680be9ab91fe127bc8a2ad@mail.feld.me> Subject: RE: [OT] Mac OS X Notification Center and ssh-agent Date: Tue, 6 May 2014 12:59:22 -0700 Message-ID: <01c701cf6965$ade31eb0$09a95c10$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQGBiyjQ0qjwpkyVFRqCd0prE3R9LgEugKxNm8Y+UgA= Content-Language: en-us X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.96, 1.0.14, 0.0.0000 definitions=2014-05-06_06:2014-05-06,2014-05-06,1970-01-01 signatures=0 Cc: 'Devin Teske' X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 19:59:40 -0000 > -----Original Message----- > From: Mark Felder [mailto:feld@freebsd.org] > Sent: Tuesday, May 6, 2014 12:41 PM > To: freebsd-hackers@freebsd.org > Subject: Re: [OT] Mac OS X Notification Center and ssh-agent > > Is there any chance of this breaking OSX updates? There haven't been any updates since I've put my modified ssh-agent into place, so I can't yet say whether the OS X update utility would balk about a checksum difference or if it would just blindly replace the modified ssh-agent. My plan for handling this was two-fold: 1. If update balks about the checksum of in-place ssh-agent Move the ssh-agent.orig back into place to allow the update to proceed. 2. Go to opensource.apple.com to download the latest updated version of Apple's forked OpenSSH, re-apply my patches from here: https://github.com/devinteske/apple/commit/296d954851dbba2384797620c1b9a77e5 62917b8 Of course, I have to remember that to get an ssh-agent binary with "the right stuff" I have to compile with: ./configure --with-pam --with-audit=bsm make This was easy enough to learn by running "otool -L" on the old ssh-agent versus new (ssh-agent that ships with OS X has libbsm.0.dylib and libpam.2.dylib linked-in. -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.