aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* install x2go-auth-check not libexecdir, not pkglibexecdirMike Gabriel2012-11-091-1/+1
* change order of rhost and rdomain, we will use rdomain as placeholder for the...Mike Gabriel2012-11-091-1/+1
* change upstream authornameMike Gabriel2012-11-094-4/+4
* fixed x2go-auth-check.c (at least for IPv4 and DNS type hostnames)Mike Gabriel2012-11-091-29/+10
* split up hostname and port properlyMike Gabriel2012-11-091-2/+11
* report the type of error during SSH connectionMike Gabriel2012-11-091-1/+3
* add log verbosityMike Gabriel2012-11-091-0/+4
* add debug markerMike Gabriel2012-11-091-1/+3
* sedate type mismatch warningMike Gabriel2012-11-091-1/+1
* missing ; (2)Mike Gabriel2012-11-091-1/+1
* missing ;Mike Gabriel2012-11-091-1/+1
* slightly different logic for finding a proper return valueMike Gabriel2012-11-091-11/+12
* add some debug codeMike Gabriel2012-11-091-3/+22
* remove duplicat ssh_connect callMike Gabriel2012-11-091-2/+0
* drop pam-x2go.h again, fix linking against libsshMike Gabriel2012-11-092-61/+2
* add pam-x2go.h to avoid multiple definitionsMike Gabriel2012-11-092-3/+44
* fixing up x2go-auth-check.cMike Gabriel2012-11-091-5/+7
* fixing syntax errorsMike Gabriel2012-11-091-3/+3
* fix missing typeMike Gabriel2012-11-091-1/+1
* remove remnants of libpam-freerdpMike Gabriel2012-11-091-1/+1
* Adaptations of the forked original to work with X2Go: Check the authenticatio...Mike Gabriel2012-11-094-68/+22
* fork libpam-x2go from libpam-freerdpMike Gabriel2012-11-096-23/+22
* 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
* Dropping the ignoring of the certTed Gould2012-08-301-1/+0
* Make sure to lock the password bufferTed Gould2012-08-301-3/+11
* Clear the groups when dropping privsTed Gould2012-08-301-0/+10
* Make sure to clear the environmentsTed Gould2012-08-301-0/+9
* Locking memory if we expect the prompt to be returning a passwordTed Gould2012-08-301-2/+19
* Checking the return value of the mlockTed Gould2012-08-301-2/+7
* Use the pipe to signal when the subprocess has gotten to a point where it can...Ted Gould2012-08-301-1/+20
* Setting up a pipe to communicate with the sub processTed Gould2012-08-301-2/+13
* Checking the return for mlock and snprintfTed Gould2012-08-301-2/+13
* Restructure so that clean up is all at the end of the functionTed Gould2012-08-301-21/+50
* Moving buffer allocation into the functionTed Gould2012-08-301-27/+16
* Move the socket creation into the fork'd functionTed Gould2012-08-301-40/+40
* Refactor to pull the long running stuff out of the if statement and into a fu...Ted Gould2012-08-301-29/+40