[Bug 2408] Expose authentication information to PAM

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Feb 24 02:47:21 AEDT 2016


https://bugzilla.mindrot.org/show_bug.cgi?id=2408

Vincent Brillault <git at lerya.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2754|0                           |1
        is obsolete|                            |

--- Comment #3 from Vincent Brillault <git at lerya.net> ---
Created attachment 2791
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2791&action=edit
Expose successful auth methods via environments (pam and shell)

New version of my patch:
- Rebased on latest openssh sources
- Fix a memory leak in pubkey_auth_info
- Rename/move the newly created function pubkey_format at auth.h to
sshkey_format_oneline at sshkey.h as it does not depend on auth.h at all
but is simply a sshkey function (added an argument for the fingerprint
hash)
- When using PrivSep, expose details from key authentication (by
extracting it from mm_answer_keyverify and using
sshkey_format_oneline at sshkey.h)

This new version makes the patch behave similarly with and without
privilege separation.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list