aboutsummaryrefslogtreecommitdiff
path: root/tests/mock_pam.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/mock_pam.c: Use curly braces for all if-clauses.Mike Gabriel2021-06-081-15/+20
|
* tests/mock_pam.c: Don't leak memory pointed to by 'response'.Mike Gabriel2021-06-081-0/+3
|
* tests/mock_*.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-2/+4
| | | | | | | | | | | | | 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
|
* unit tests: Fix them and reenable them.Mike Gabriel2018-05-051-7/+8
|
* PAM prompt: rename from "x2gosession" to "remote command".Mike Gabriel2018-05-031-2/+2
|
* Adapt to changes in lightdm-remote-login-x2go (0.0.1.0). Expect a UCCS ↵Mike Gabriel2013-04-241-3/+3
| | | | service that supports session type »x2go».
* fixing copyright headersMike Gabriel2012-11-101-1/+3
|
* Steal a bunch of test infrastructure from libpam-icaclientTed Gould2012-09-191-0/+110