aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix /debian/watch fileMike Gabriel2012-11-091-1/+1
* /debian/control: Depend on dh-autoreconf.Mike Gabriel2012-11-093-0/+4
* check for libssh .pc (pkg-config) fileMike Gabriel2012-11-091-1/+1
* depende on cdbsMike Gabriel2012-11-091-3/+1
* change-over to CDBSMike Gabriel2012-11-092-12/+3
* replace dh-autoreconf dependency by autotools-dev, automake and libtoolMike Gabriel2012-11-091-1/+3
* Override auto_build with our own automake mechanism.Mike Gabriel2012-11-092-2/+6
* wrap too-long-changelog-lineMike Gabriel2012-11-091-1/+2
* /debian/rules: Use dh-autoreconf with debhelper.Mike Gabriel2012-11-093-1/+4
* Adaptations of the forked original to work with X2Go: Check the authenticatio...Mike Gabriel2012-11-096-68/+25
* fork libpam-x2go from libpam-freerdpMike Gabriel2012-11-0918-48/+127
* Improving the test coverage.. Approved by David Barth.Iftikhar Ahmad2012-10-167-192/+343
|\
| * adding the files missed in last pushIftikhar Ahmad2012-10-162-0/+261
| * Improving the test coverage for libpam-freerdpIftikhar Ahmad2012-10-165-192/+82
|/
* 1.0.1Ted Gould2012-09-251-1/+1
* Adding the compiled lib to the link.Ted Gould2012-09-251-0/+3
|\
| * Adding the core library to the module.Ted Gould2012-09-251-0/+3
|/
* 1.0.0Ted Gould2012-09-201-1/+1
* Adding a testing framework. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-2016-9/+664
|\
| * Add a set cred call like LightDM does itTed Gould2012-09-191-0/+2
| * Adding an authenticateTed Gould2012-09-191-0/+2
| * Make sure we have the full path to execute the auth checkTed Gould2012-09-191-1/+1
| * Make the auth use the auth check utilityTed Gould2012-09-192-1/+2
| * Adding a small auth check utilityTed Gould2012-09-192-2/+70
| * Set everything up so that the auth check binary can be different in the testsTed Gould2012-09-196-6/+25
| * Make sure to close so we don't leave processes aroundTed Gould2012-09-191-0/+2
| * Adding in coverage make rulesTed Gould2012-09-192-0/+49
| * Make sure to distribute the header filesTed Gould2012-09-191-2/+2
| * Clean up Makefile and add proper filesTed Gould2012-09-191-26/+16
| * Adding in coverage build flagsTed Gould2012-09-191-3/+8
| * Adding in Google test and Coverage build stuffTed Gould2012-09-193-0/+175
| * Steal a bunch of test infrastructure from libpam-icaclientTed Gould2012-09-198-1/+343
* | Block usernames with spaces. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-201-0/+12
|\ \ | |/ |/|
| * Check for spaces in the username, block themTed Gould2012-09-191-0/+12
|/
* Add a '.' for a blank domain. Approved by Albert Astals Cid, jenkins.Ted Gould2012-09-101-0/+4
|\
| * Make sure there's a character even if we don't have a domainTed Gould2012-09-071-0/+4
|/
* 0.4.0Ted Gould2012-09-051-1/+1
* Making the open_session kill also unpriv. Approved by Albert Astals Cid, jenk...Ted Gould2012-09-041-6/+20
|\
| * 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
|/
* Resolving concerns of the security team. Fixes: https://bugs.launchpad.net/bu...Ted Gould2012-08-312-82/+267
|\
| * Clearing the groups, but handling the EPERM issue with not being rootTed Gould2012-08-301-0/+19
| * Attaching bugTed Gould2012-08-300-0/+0
| * 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