Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/mock_pam.c: Don't leak memory pointed to by 'response'. | Mike Gabriel | 2021-06-08 | 1 | -0/+3 |
| | |||||
* | tests/mock_guest.c: Use same integer type (long unsigned int) for comparing ↵ | Mike Gabriel | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | string length returned by snprintf() and a sizeof() return value. This resolves: mock_guest.c: In function 'socket_sucker': mock_guest.c:95:16: error: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Werror=sign-compare] 95 | if (printsize > sizeof(serv_addr.sun_path) - 1 || printsize < 0) { | ^ | ||||
* | tests/mock_*.c: Mark unused function arguments as such. | Mike Gabriel | 2021-06-08 | 2 | -11/+19 |
| | | | | | | | | | | | | | This resolves: mock_pam.c: In function 'fake_conv': mock_pam.c:24:20: error: unused parameter 'num_msg' [-Werror=unused-parameter] 24 | int fake_conv (int num_msg, const struct pam_message **msg, | ~~~~^~~~~~~ mock_pam.c:25:39: error: unused parameter 'appdata_ptr' [-Werror=unused-parameter] 25 | struct pam_response **resp, void *appdata_ptr) | ~~~~~~^~~~~~~~~~~ cc1: all warnings being treated as errors | ||||
* | White-space clean-up. Remove whitespaces at EOL. | Mike Gabriel | 2018-05-06 | 3 | -8/+8 |
| | |||||
* | tests/mock_guest.c: Remove comment that is no longer true. | Mike Gabriel | 2018-05-06 | 1 | -1/+0 |
| | |||||
* | tests/Makefile.am: white-space fixes. | Mike Gabriel | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | unit tests: Fix them and reenable them. | Mike Gabriel | 2018-05-05 | 4 | -17/+60 |
| | |||||
* | Re-layout Makefile.am files. | Mike Gabriel | 2018-05-04 | 1 | -36/+52 |
| | |||||
* | PAM prompt: rename from "x2gosession" to "remote command". | Mike Gabriel | 2018-05-03 | 2 | -3/+3 |
| | |||||
* | Adapt to changes in lightdm-remote-login-x2go (0.0.1.0). Expect a UCCS ↵ | Mike Gabriel | 2013-04-24 | 7 | -19/+19 |
| | | | | service that supports session type »x2go». | ||||
* | fixing copyright headers | Mike Gabriel | 2012-11-10 | 6 | -5/+17 |
| | |||||
* | try to make the tests look ok... | Mike Gabriel | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | fix tests | Mike Gabriel | 2012-11-09 | 2 | -0/+0 |
| | |||||
* | change upstream authorname | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | fork libpam-x2go from libpam-freerdp | Mike Gabriel | 2012-11-09 | 3 | -22/+22 |
| | |||||
* | Improving the test coverage for libpam-freerdp | Iftikhar Ahmad | 2012-10-16 | 3 | -0/+75 |
| | |||||
* | Add a set cred call like LightDM does it | Ted Gould | 2012-09-19 | 1 | -0/+2 |
| | |||||
* | Adding an authenticate | Ted Gould | 2012-09-19 | 1 | -0/+2 |
| | |||||
* | Make sure we have the full path to execute the auth check | Ted Gould | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Make the auth use the auth check utility | Ted Gould | 2012-09-19 | 2 | -1/+2 |
| | |||||
* | Adding a small auth check utility | Ted Gould | 2012-09-19 | 2 | -2/+70 |
| | |||||
* | Set everything up so that the auth check binary can be different in the tests | Ted Gould | 2012-09-19 | 2 | -1/+4 |
| | |||||
* | Make sure to close so we don't leave processes around | Ted Gould | 2012-09-19 | 1 | -0/+2 |
| | |||||
* | Make sure to distribute the header files | Ted Gould | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | Clean up Makefile and add proper files | Ted Gould | 2012-09-19 | 1 | -26/+16 |
| | |||||
* | Steal a bunch of test infrastructure from libpam-icaclient | Ted Gould | 2012-09-19 | 6 | -0/+340 |