[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
auth-source.el request: NS port needs Mac OS X keychain functions
From: |
Ted Zlatanov |
Subject: |
auth-source.el request: NS port needs Mac OS X keychain functions |
Date: |
Fri, 11 Mar 2011 18:06:26 -0600 |
User-agent: |
Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) |
I'd like to add an auth-source.el backend that supports the Mac OS X
keychain. The NS port needs the Mac OS X keychain functions:
http://developer.apple.com/library/mac/#documentation/Security/Conceptual/keychainServConcepts/03tasks/tasks.html
in order to be better integrated with the OS-level security in Mac OS X,
especially for users that want to share passwords between other Mac OS X
applications and Emacs.
Can we please get SecKeychainItemModifyAttributesAndData(),
SecKeychainAddInternetPassword(), SecKeychainFindInternetPassword(),
SecKeychainAddGenericPassword(), and SecKeychainFindGenericPassword()
added? I don't know that platform well so it would take me a while; it
seems like a fairly simple task for someone more expert (and there's
full source code on that page).
Thanks
Ted
- auth-source.el request: NS port needs Mac OS X keychain functions,
Ted Zlatanov <=