Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/pam-x2go.c: Mark unused function arguments as such. | Mike Gabriel | 2021-06-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves: pam-x2go.c:228:46: error: unused parameter 'flags' [-Werror,-Wunused-parameter] pam_sm_authenticate (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:228:57: error: unused parameter 'argc' [-Werror,-Wunused-parameter] pam_sm_authenticate (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:228:76: error: unused parameter 'argv' [-Werror,-Wunused-parameter] pam_sm_authenticate (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:293:46: error: unused parameter 'flags' [-Werror,-Wunused-parameter] pam_sm_open_session (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:293:57: error: unused parameter 'argc' [-Werror,-Wunused-parameter] pam_sm_open_session (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:293:77: error: unused parameter 'argv' [-Werror,-Wunused-parameter] pam_sm_open_session (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:360:47: error: unused parameter 'flags' [-Werror,-Wunused-parameter] pam_sm_close_session (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:360:58: error: unused parameter 'argc' [-Werror,-Wunused-parameter] pam_sm_close_session (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:360:77: error: unused parameter 'argv' [-Werror,-Wunused-parameter] pam_sm_close_session (pam_handle_t *pamh, int flags, int argc, const char **argv) ^ pam-x2go.c:440:31: error: unused parameter 'pamh' [-Werror,-Wunused-parameter] pam_sm_setcred (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:440:41: error: unused parameter 'flags' [-Werror,-Wunused-parameter] pam_sm_setcred (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:440:52: error: unused parameter 'argc' [-Werror,-Wunused-parameter] pam_sm_setcred (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ pam-x2go.c:440:72: error: unused parameter 'argv' [-Werror,-Wunused-parameter] pam_sm_setcred (pam_handle_t *pamh, int flags, int argc, const char ** argv) ^ 13 errors generated. | ||||
* | src/pam-x2go.c: Update some comments. | Mike Gabriel | 2018-05-06 | 1 | -3/+4 |
| | |||||
* | White-space clean-up. Remove whitespaces at EOL. | Mike Gabriel | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | unit tests: Fix them and reenable them. | Mike Gabriel | 2018-05-05 | 1 | -0/+32 |
| | |||||
* | Re-layout Makefile.am files. | Mike Gabriel | 2018-05-04 | 1 | -38/+50 |
| | |||||
* | include/pam-x2go.h: Move login prompt strings into public include file, so ↵ | Mike Gabriel | 2018-05-04 | 2 | -5/+18 |
| | | | | it can be used by e.g. Arctica Greeter. | ||||
* | src/pam-x2go-children.h: Fix not-yet-renamed rsession -> rcommand in ↵ | Mike Gabriel | 2018-05-04 | 1 | -2/+2 |
| | | | | pam-x2go-children prototypes. | ||||
* | PAM prompt: rename from "x2gosession" to "remote command". | Mike Gabriel | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | src/pam-x2go.c: Adapt some comments. | Mike Gabriel | 2018-05-03 | 1 | -3/+3 |
| | |||||
* | Don't use PAM_RUSER and PAM_RHOST. Not made for this. Introduce our own PAM ↵ | Mike Gabriel | 2018-05-03 | 3 | -55/+79 |
| | | | | types (PAM_TYPE_X2GO_USER, _X2GO_SERVER, _X2GO_COMMAND). | ||||
* | correct spelling mistake | Edward Betts | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | switch over to »x2gosession« as identifier used by pam_x2go and rls | Mike Gabriel | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | white space fixes | Mike Gabriel | 2013-04-26 | 1 | -2/+2 |
| | |||||
* | Adapt to changes in lightdm-remote-login-x2go (0.0.1.0). Expect a UCCS ↵ | Mike Gabriel | 2013-04-24 | 4 | -16/+17 |
| | | | | service that supports session type »x2go». | ||||
* | Revert "Send EOL+EOF at end of socket transmission." | Mike Gabriel | 2012-11-11 | 1 | -3/+2 |
| | | | | This reverts commit c4dbf5d89df4828137aeb5fc3bc8d9d0bf28a471. | ||||
* | Revert "replace EOL by \n" | Mike Gabriel | 2012-11-11 | 1 | -1/+1 |
| | | | | This reverts commit 9edb1437e2a19dd966696c36518503a9e1c21e2f. | ||||
* | replace EOL by \n | Mike Gabriel | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Send EOL+EOF at end of socket transmission. | Mike Gabriel | 2012-11-11 | 1 | -2/+3 |
| | |||||
* | fixing copyright headers | Mike Gabriel | 2012-11-10 | 3 | -0/+6 |
| | |||||
* | whitespace fix | Mike Gabriel | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | renaming rdomain to rsession, put password as last string into the socket buffer | Mike Gabriel | 2012-11-10 | 3 | -23/+23 |
| | |||||
* | Revert "let the buffer end with a space character" | Mike Gabriel | 2012-11-10 | 1 | -3/+1 |
| | | | | This reverts commit 179e19ef771d0c6d12020b89587ef754f7e725ae. | ||||
* | let the buffer end with a space character | Mike Gabriel | 2012-11-10 | 1 | -1/+3 |
| | |||||
* | merge rules for pam_x2go and libx2gocore | Mike Gabriel | 2012-11-10 | 1 | -12/+3 |
| | |||||
* | copy+paste fix | Mike Gabriel | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | add missing pam_x2go_la_LIBADD stanza | Mike Gabriel | 2012-11-10 | 1 | -0/+3 |
| | |||||
* | fix missing compilation of pam-x2go.c and pam-x2go-children.c | Mike Gabriel | 2012-11-10 | 1 | -0/+11 |
| | |||||
* | Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h. | Mike Gabriel | 2012-11-10 | 1 | -0/+2 |
| | |||||
* | fix AUTH_CHECK | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | install x2go-auth-check not libexecdir, not pkglibexecdir | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | change order of rhost and rdomain, we will use rdomain as placeholder for ↵ | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | | | | the X2Go desktop shell (session type) | ||||
* | change upstream authorname | Mike Gabriel | 2012-11-09 | 4 | -4/+4 |
| | |||||
* | fixed x2go-auth-check.c (at least for IPv4 and DNS type hostnames) | Mike Gabriel | 2012-11-09 | 1 | -29/+10 |
| | |||||
* | split up hostname and port properly | Mike Gabriel | 2012-11-09 | 1 | -2/+11 |
| | |||||
* | report the type of error during SSH connection | Mike Gabriel | 2012-11-09 | 1 | -1/+3 |
| | |||||
* | add log verbosity | Mike Gabriel | 2012-11-09 | 1 | -0/+4 |
| | |||||
* | add debug marker | Mike Gabriel | 2012-11-09 | 1 | -1/+3 |
| | |||||
* | sedate type mismatch warning | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | missing ; (2) | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | missing ; | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | slightly different logic for finding a proper return value | Mike Gabriel | 2012-11-09 | 1 | -11/+12 |
| | |||||
* | add some debug code | Mike Gabriel | 2012-11-09 | 1 | -3/+22 |
| | |||||
* | remove duplicat ssh_connect call | Mike Gabriel | 2012-11-09 | 1 | -2/+0 |
| | |||||
* | drop pam-x2go.h again, fix linking against libssh | Mike Gabriel | 2012-11-09 | 2 | -61/+2 |
| | |||||
* | add pam-x2go.h to avoid multiple definitions | Mike Gabriel | 2012-11-09 | 2 | -3/+44 |
| | |||||
* | fixing up x2go-auth-check.c | Mike Gabriel | 2012-11-09 | 1 | -5/+7 |
| | |||||
* | fixing syntax errors | Mike Gabriel | 2012-11-09 | 1 | -3/+3 |
| | |||||
* | fix missing type | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | remove remnants of libpam-freerdp | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | Adaptations of the forked original to work with X2Go: Check the ↵ | Mike Gabriel | 2012-11-09 | 4 | -68/+22 |
| | | | | authentication token via libssh (ssh login to the remote server). |