Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libpam/modules/pam_ssh



Module Name:    src
Committed By:   christos
Date:           Sun Feb 27 01:16:27 UTC 2005

Modified Files:
        src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
NetBSD does not allow setuid(user) when euid=user, and ruid=0. Change
the logic for setting the uid/gid/groups for the agent around and also
add error checking. I.e. Don't exec the agent, if we could not set
the proper environment for it. Add a few more debugging lines. Now ssh
authentication works through xdm.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index