]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Tue, 2 Dec 2008 11:15:13 +0000 (11:15 +0000)
committerTomas Mraz <tm@t8m.info>
Tue, 2 Dec 2008 11:15:13 +0000 (11:15 +0000)
commit7630ed2ce08055607206d25ba078cc081f1b12b7
tree9cac0e90fe7a6863e90e585c8eb18d587aee7dee
parentf9cde35ec82267c2fa3012276a35a6f1b2cf131f
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2008-12-02  Olivier Fourdan <ofourdan@redhat.com>

        * modules/pam_filter/pam_filter.c (master): Use /dev/ptmx
        instead of the old BSD pseudoterminal API.
        (set_filter): Call grantpt(), unlockpt() and ptsname(). Do not
        close pseudoterminal handle in filter child.
        * modules/pam_filter/upperLOWER/upperLOWER.c (main): Use
        regular read() instead of pam_modutil_read() to allow for
        short reads.
ChangeLog
modules/pam_filter/pam_filter.c
modules/pam_filter/upperLOWER/upperLOWER.c