summaryrefslogtreecommitdiffstats
path: root/src/external/platform.m4
Commit message (Collapse)AuthorAgeFilesLines
* Set _GNU_SOURCE globallySumit Bose2011-05-231-2/+1
|
* Add gentoo distrubutionsMaxim2010-09-021-1/+5
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Remove bash-isms from configure macrosPetter Reinholdtsen2010-05-211-8/+8
|
* Allow Debian/Ubuntu build to pass --install-layout=deb to setup.pyPetter Reinholdtsen2010-05-161-2/+6
|
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-161-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
* Revert "Add better checks on PAM socket"Sumit Bose2010-04-161-12/+0
| | | | This reverts commit 5a88e963744e5da453e88b5c36499f04712df097.
* Add better checks on PAM socketSumit Bose2010-03-111-0/+12
| | | | | - check if the public socket belongs to root and has 0666 permissions - use a SCM_CREDENTIALS message if available
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+29
Also update BUILD.txt