From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Modifying Emacs to use the Mac OS X Keychain Services Date: Fri, 27 May 2011 21:56:04 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174befdc25281e04a44d33da X-Trace: dough.gmane.org 1306551395 21126 80.91.229.12 (28 May 2011 02:56:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 May 2011 02:56:35 +0000 (UTC) To: Emacs-devel@gnu.org, tzz@lifelogs.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 28 04:56:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QQ9hV-0006pn-6B for ged-emacs-devel@m.gmane.org; Sat, 28 May 2011 04:56:29 +0200 Original-Received: from localhost ([::1]:52760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ9hU-000279-JH for ged-emacs-devel@m.gmane.org; Fri, 27 May 2011 22:56:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ9hS-00026r-EB for Emacs-devel@gnu.org; Fri, 27 May 2011 22:56:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQ9hR-00040C-Ml for Emacs-devel@gnu.org; Fri, 27 May 2011 22:56:26 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:56971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ9hR-000407-Do for Emacs-devel@gnu.org; Fri, 27 May 2011 22:56:25 -0400 Original-Received: by bwz17 with SMTP id 17so2179886bwz.0 for ; Fri, 27 May 2011 19:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=o1wK/v3b+m5OalW7TooTNDkZcqueAoDij2mQJfZ3pPI=; b=qKPZFWj7s5PXpQ+SbdtXaux3qgz+ZHA/qUfNbSBgtQjuhMMM0p1fpdgCEHEnLObgIu Guy3Rg09hzYOmpLXH5oJvDTn1V4ELU70vFerRQv9SGlBcH2/PrQTp97AsetUof0KpriV fB3ncq5U/EtFo5Jt1iSl0XV/1TwxvOoal1X0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QcL+cgOGiIXKjkyoKBMxeiO+e2dP3Mb1jYxrGm4vllWLhe2H6mSDLoaQecbJJHa92r isho+7kUEMEUa54fHrjpJyEmwuuY06OHNLx7vm2MY4MTPaUi6Pyrod/M4ecGeqEjfUIY vQBPEDS0L8nn/E+ZpuUpj2CfVO73HBUdc7G6U= Original-Received: by 10.204.136.71 with SMTP id q7mr2374563bkt.182.1306551384352; Fri, 27 May 2011 19:56:24 -0700 (PDT) Original-Received: by 10.204.52.19 with HTTP; Fri, 27 May 2011 19:56:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139811 Archived-At: --0015174befdc25281e04a44d33da Content-Type: text/plain; charset=ISO-8859-1 Hello, I have been looking into what it will take to add support for the Mac OS X Keychain Services to Emacs. It looks like what I need to do is to make changes to lisp/net/secrets.el. Specifically I need to modify the functions secrets-create-item, secrets-delete-item, secrets-get-alias, secrets-get-attributes, secrets-get-secret, secrets-list-collections, and secrets-search-items so that on Mac OS X they call new built in functions that use the Mac OS X Keychain Services instead of using dbus-call-method to communicate with the "org.freedesktop.secrets" service. Is that an accurate assessment of what needs to be done? If it is, just let me know and I will begin working on it this weekend. --0015174befdc25281e04a44d33da Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I have been looking into what it will take t= o add support for the Mac OS X Keychain Services to Emacs.=A0 It looks like= what I need to do is to make changes to lisp/net/secrets.el.=A0 Specifical= ly I need to modify the functions secrets-create-item, secrets-delete-item,= secrets-get-alias, secrets-get-attributes, secrets-get-secret, secrets-lis= t-collections, and secrets-search-items so that on Mac OS X they call new b= uilt in functions that use the
Mac OS X Keychain Se= rvices instead of using dbus-call-method to communicate with the "org.= freedesktop.secrets" service.

Is that an accurate assessment of what needs to be done?=A0 If it is, j= ust let me know and I will begin working on it this weekend.

--0015174befdc25281e04a44d33da--