index
:
libpam-freerdp2
master
pr/travis-ci
release-builds
Remote RDP Logon for Arctica Greeter (PAM Module)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
freerdp2-auth-check: Improve error message for incorrect number of parameter.
Mike Gabriel
2018-05-05
1
-1
/
+1
*
freerdp2-auth-check: Fix usage message and show it if argc is not 4.
Mike Gabriel
2018-05-05
1
-2
/
+2
*
src/Makefile.am: Use libexec, not pkglibexec for freerdp2-auth-check.
Mike Gabriel
2018-05-05
1
-2
/
+2
*
src/pam-freerdp2.c: Use PAM_FREERDP2_PROMPT_* macros for pam prompt messages.
Mike Gabriel
2018-05-05
1
-5
/
+5
*
src/Makefile.am: Simplify slightly and tab'ify.
Mike Gabriel
2018-05-05
1
-41
/
+40
*
unit tests: Fix build and re-enable them.
Mike Gabriel
2018-05-05
1
-0
/
+32
*
src/: Rename files *freerdp* -> *freerdp2*.
Mike Gabriel
2018-05-05
5
-5
/
+5
*
include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be use...
Mike Gabriel
2018-05-04
2
-0
/
+14
*
missing parenthesis open...
Mike Gabriel
2018-05-02
1
-1
/
+1
*
Fix for PAM_TYPE_* name changes.
Mike Gabriel
2018-05-02
1
-1
/
+1
*
Fix nasty typo flaw...
Mike Gabriel
2018-05-02
1
-1
/
+1
*
Don't use PAM_RHOSTS. Its purpose has been something completely unrelated to ...
Mike Gabriel
2018-05-02
2
-12
/
+25
*
src/pam-freerdp.c: Typo fix in comment.
Mike Gabriel
2018-05-02
1
-1
/
+1
*
Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h.
Mike Gabriel
2018-05-02
1
-0
/
+2
*
src/freerdp-auth-check.c: The tool expects 4 arguments (plus command name) ->...
Mike Gabriel
2018-05-02
1
-1
/
+1
*
src/freerdp-auth-check.c: Typo fix in error message.
Mike Gabriel
2018-05-02
1
-1
/
+1
*
src/freerdp-auth-check.c: Add a little usage print out on faulty cmdline usage.
Mike Gabriel
2018-05-02
1
-1
/
+2
*
Update to use the freerdp2 API
Bernhard Miklautz
2017-12-18
2
-18
/
+40
*
White-space clean-up.
Mike Gabriel
2017-12-07
1
-3
/
+3
*
Continue development of libpam-freerdp under the name libpam-freerdp2 (with s...
Mike Gabriel
2017-12-07
3
-22
/
+22
*
Port to new freerdp API
Iain Lane
2014-11-10
1
-12
/
+12
*
Empty password is not supported by xfreerdp, stop the authentication as soon ...
iahmad
2013-03-19
1
-0
/
+5
*
adding the files missed in last push
Iftikhar Ahmad
2012-10-16
2
-0
/
+261
*
Improving the test coverage for libpam-freerdp
Iftikhar Ahmad
2012-10-16
2
-192
/
+7
*
Adding the core library to the module.
Ted Gould
2012-09-25
1
-0
/
+3
*
Adding a testing framework. Approved by Albert Astals Cid, jenkins.
Ted Gould
2012-09-20
4
-8
/
+29
|
\
|
*
Set everything up so that the auth check binary can be different in the tests
Ted Gould
2012-09-19
4
-5
/
+21
|
*
Adding in coverage build flags
Ted Gould
2012-09-19
1
-3
/
+8
*
|
Check for spaces in the username, block them
Ted Gould
2012-09-19
1
-0
/
+12
|
/
*
Make sure there's a character even if we don't have a domain
Ted Gould
2012-09-07
1
-0
/
+4
*
Using the new function in the open_session function instead of killing directly.
Ted Gould
2012-09-04
1
-5
/
+4
*
Moving the kill code into a function
Ted Gould
2012-09-04
1
-1
/
+16
*
Clearing the groups, but handling the EPERM issue with not being root
Ted Gould
2012-08-30
1
-0
/
+19
*
Removing setgroups as it doesn't seem to be working
Ted Gould
2012-08-30
1
-13
/
+0
*
Clear the session_pid after trying to kill it.
Ted Gould
2012-08-30
1
-0
/
+4
*
Making sure to kill as the user so that if there is PID wrap or something els...
Ted Gould
2012-08-30
1
-3
/
+51
*
Make sure to change the working directory for the subprocesses to the guest u...
Ted Gould
2012-08-30
1
-0
/
+9
*
Dropping the ignoring of the cert
Ted Gould
2012-08-30
1
-1
/
+0
*
Make sure to lock the password buffer
Ted Gould
2012-08-30
1
-3
/
+11
*
Clear the groups when dropping privs
Ted Gould
2012-08-30
1
-0
/
+10
*
Make sure to clear the environments
Ted Gould
2012-08-30
1
-0
/
+9
*
Locking memory if we expect the prompt to be returning a password
Ted Gould
2012-08-30
1
-2
/
+19
*
Checking the return value of the mlock
Ted Gould
2012-08-30
1
-2
/
+7
*
Use the pipe to signal when the subprocess has gotten to a point where it can...
Ted Gould
2012-08-30
1
-1
/
+20
*
Setting up a pipe to communicate with the sub process
Ted Gould
2012-08-30
1
-2
/
+13
*
Checking the return for mlock and snprintf
Ted Gould
2012-08-30
1
-2
/
+13
*
Restructure so that clean up is all at the end of the function
Ted Gould
2012-08-30
1
-21
/
+50
*
Moving buffer allocation into the function
Ted Gould
2012-08-30
1
-27
/
+16
*
Move the socket creation into the fork'd function
Ted Gould
2012-08-30
1
-40
/
+40
*
Refactor to pull the long running stuff out of the if statement and into a fu...
Ted Gould
2012-08-30
1
-29
/
+40
[next]