summaryrefslogtreecommitdiff
path: root/src/external/platform.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Set _GNU_SOURCE globallySumit Bose1-2/+1
2010-09-02Add gentoo distrubutionsMaxim1-1/+5
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2010-05-21Remove bash-isms from configure macrosPetter Reinholdtsen1-8/+8
2010-05-16Allow Debian/Ubuntu build to pass --install-layout=deb to setup.pyPetter Reinholdtsen1-2/+6
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose1-0/+12
This is the second attempt to let the PAM client and the PAM responder exchange their credentials, i.e. uid, gid and pid. Because this approach does not require any message interchange between the client and the server the protocol version number is not changed. On the client side the connection is terminated it the responder is not run by root. On the server side the effective uid and gid and the pid of the client are available for future use. The following additional changes are made by this patch: - the checks of the ownership and the permissions on the PAM sockets are enhanced - internal error codes are introduced on the client side to generate more specific log messages if an error occurs
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose1-12/+0
This reverts commit 5a88e963744e5da453e88b5c36499f04712df097.
2010-03-11Add better checks on PAM socketSumit Bose1-0/+12
- check if the public socket belongs to root and has 0666 permissions - use a SCM_CREDENTIALS message if available
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+29
Also update BUILD.txt