aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/freerdp2-auth-check.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-5/+5
* src/pam-freerdp2.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-4/+4
* src/Makefile.am: Turn all warnings into errors when building freerdp2-auth-ch...Mike Gabriel2021-06-081-0/+1
* src/pam-x2go.c: Update some comments (2).Mike Gabriel2018-05-061-4/+5
* src/pam-freerdp.c: Update some comments.Mike Gabriel2018-05-061-5/+4
* src/pam-freerdp.c: Fix indentation level.Mike Gabriel2018-05-061-21/+21
* src/pam-freerdp2-children.h: Rename header guard macro.Mike Gabriel2018-05-061-3/+3
* src/pam-freerdp2.c: Typo fix.Mike Gabriel2018-05-061-1/+1
* src/pam-freerdp2.c: Comment improvements.Mike Gabriel2018-05-061-4/+4
* src/pam-freerdp2.c: global_user -> global_rdp_user.Mike Gabriel2018-05-061-2/+2
* src/pam-freerdp2-children.h: Adapt to new PAM_TYPE_RDP_* macros.Mike Gabriel2018-05-061-2/+3
* src/pam-freerdp2-children.c: White-space fix.Mike Gabriel2018-05-061-1/+0
* src/pam-freerdp2.c: Fix PAM_TYPE_RDP_* internal item types and global_rdp_* v...Mike Gabriel2018-05-061-29/+41
* freerdp2-auth-check: Improve error message for incorrect number of parameter.Mike Gabriel2018-05-051-1/+1
* freerdp2-auth-check: Fix usage message and show it if argc is not 4.Mike Gabriel2018-05-051-2/+2
* src/Makefile.am: Use libexec, not pkglibexec for freerdp2-auth-check.Mike Gabriel2018-05-051-2/+2
* src/pam-freerdp2.c: Use PAM_FREERDP2_PROMPT_* macros for pam prompt messages.Mike Gabriel2018-05-051-5/+5
* src/Makefile.am: Simplify slightly and tab'ify.Mike Gabriel2018-05-051-41/+40
* unit tests: Fix build and re-enable them.Mike Gabriel2018-05-051-0/+32
* src/: Rename files *freerdp* -> *freerdp2*.Mike Gabriel2018-05-055-5/+5
* include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be use...Mike Gabriel2018-05-042-0/+14
* missing parenthesis open...Mike Gabriel2018-05-021-1/+1
* Fix for PAM_TYPE_* name changes.Mike Gabriel2018-05-021-1/+1
* Fix nasty typo flaw...Mike Gabriel2018-05-021-1/+1
* Don't use PAM_RHOSTS. Its purpose has been something completely unrelated to ...Mike Gabriel2018-05-022-12/+25
* src/pam-freerdp.c: Typo fix in comment.Mike Gabriel2018-05-021-1/+1
* Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h.Mike Gabriel2018-05-021-0/+2
* src/freerdp-auth-check.c: The tool expects 4 arguments (plus command name) ->...Mike Gabriel2018-05-021-1/+1
* src/freerdp-auth-check.c: Typo fix in error message.Mike Gabriel2018-05-021-1/+1
* src/freerdp-auth-check.c: Add a little usage print out on faulty cmdline usage.Mike Gabriel2018-05-021-1/+2
* Update to use the freerdp2 APIBernhard Miklautz2017-12-182-18/+40
* White-space clean-up.Mike Gabriel2017-12-071-3/+3
* Continue development of libpam-freerdp under the name libpam-freerdp2 (with s...Mike Gabriel2017-12-073-22/+22
* Port to new freerdp APIIain Lane2014-11-101-12/+12
* Empty password is not supported by xfreerdp, stop the authentication as soon ...iahmad2013-03-191-0/+5
* adding the files missed in last pushIftikhar Ahmad2012-10-162-0/+261
* Improving the test coverage for libpam-freerdpIftikhar Ahmad2012-10-162-192/+7
* Adding the core library to the module.Ted Gould2012-09-251-0/+3
* Adding a testing framework. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-204-8/+29
|\
| * Set everything up so that the auth check binary can be different in the testsTed Gould2012-09-194-5/+21
| * Adding in coverage build flagsTed Gould2012-09-191-3/+8
* | Check for spaces in the username, block themTed Gould2012-09-191-0/+12
|/
* Make sure there's a character even if we don't have a domainTed Gould2012-09-071-0/+4
* Using the new function in the open_session function instead of killing directly.Ted Gould2012-09-041-5/+4
* Moving the kill code into a functionTed Gould2012-09-041-1/+16
* Clearing the groups, but handling the EPERM issue with not being rootTed Gould2012-08-301-0/+19
* Removing setgroups as it doesn't seem to be workingTed Gould2012-08-301-13/+0
* Clear the session_pid after trying to kill it.Ted Gould2012-08-301-0/+4
* Making sure to kill as the user so that if there is PID wrap or something els...Ted Gould2012-08-301-3/+51
* Make sure to change the working directory for the subprocesses to the guest u...Ted Gould2012-08-301-0/+9