aboutsummaryrefslogtreecommitdiff
path: root/tests/mock_guest.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/mock_*.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-9/+15
| | | | | | | | | | | | | 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 Gabriel2018-05-061-1/+1
|
* tests/mock_guest.c: Remove comment that is no longer true.Mike Gabriel2018-05-061-1/+0
|
* Adapt to changes in lightdm-remote-login-x2go (0.0.1.0). Expect a UCCS ↵Mike Gabriel2013-04-241-1/+1
| | | | service that supports session type »x2go».
* fixing copyright headersMike Gabriel2012-11-101-1/+3
|
* fork libpam-x2go from libpam-freerdpMike Gabriel2012-11-091-2/+2
|
* Improving the test coverage for libpam-freerdpIftikhar Ahmad2012-10-161-0/+71
|
* Steal a bunch of test infrastructure from libpam-icaclientTed Gould2012-09-191-0/+51