aboutsummaryrefslogtreecommitdiff
path: root/src/pam-x2go.c
Commit message (Collapse)AuthorAgeFilesLines
* src/pam-x2go.c: Update some comments.Mike Gabriel2018-05-061-3/+4
|
* White-space clean-up. Remove whitespaces at EOL.Mike Gabriel2018-05-061-3/+3
|
* include/pam-x2go.h: Move login prompt strings into public include file, so ↵Mike Gabriel2018-05-041-5/+7
| | | | it can be used by e.g. Arctica Greeter.
* PAM prompt: rename from "x2gosession" to "remote command".Mike Gabriel2018-05-031-1/+1
|
* src/pam-x2go.c: Adapt some comments.Mike Gabriel2018-05-031-3/+3
|
* Don't use PAM_RUSER and PAM_RHOST. Not made for this. Introduce our own PAM ↵Mike Gabriel2018-05-031-46/+69
| | | | types (PAM_TYPE_X2GO_USER, _X2GO_SERVER, _X2GO_COMMAND).
* correct spelling mistakeEdward Betts2017-09-011-1/+1
|
* switch over to »x2gosession« as identifier used by pam_x2go and rlsMike Gabriel2013-04-261-1/+1
|
* white space fixesMike Gabriel2013-04-261-2/+2
|
* Adapt to changes in lightdm-remote-login-x2go (0.0.1.0). Expect a UCCS ↵Mike Gabriel2013-04-241-13/+13
| | | | service that supports session type »x2go».
* fixing copyright headersMike Gabriel2012-11-101-0/+2
|
* renaming rdomain to rsession, put password as last string into the socket bufferMike Gabriel2012-11-101-14/+14
|
* Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h.Mike Gabriel2012-11-101-0/+2
|
* change upstream authornameMike Gabriel2012-11-091-1/+1
|
* Adaptations of the forked original to work with X2Go: Check the ↵Mike Gabriel2012-11-091-17/+5
| | | | authentication token via libssh (ssh login to the remote server).
* fork libpam-x2go from libpam-freerdpMike Gabriel2012-11-091-0/+439