Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix missing compilation of pam-x2go.c and pam-x2go-children.c | Mike Gabriel | 2012-11-10 | 1 | -0/+11 | |
| | ||||||
* | Set PAM_SM_AUTH and PAM_SM_SESSION before including security/pam_modules.h. | Mike Gabriel | 2012-11-10 | 2 | -0/+4 | |
| | ||||||
* | fix AUTH_CHECK | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | try to make the tests look ok... | Mike Gabriel | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | fix tests | Mike Gabriel | 2012-11-09 | 2 | -0/+0 | |
| | ||||||
* | versioned dependency on cdbs | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | install x2go-auth-check not libexecdir, not pkglibexecdir | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | change order of rhost and rdomain, we will use rdomain as placeholder for ↵ | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | | | | the X2Go desktop shell (session type) | |||||
* | change upstream authorname | Mike Gabriel | 2012-11-09 | 6 | -6/+7 | |
| | ||||||
* | fixed x2go-auth-check.c (at least for IPv4 and DNS type hostnames) | Mike Gabriel | 2012-11-09 | 1 | -29/+10 | |
| | ||||||
* | split up hostname and port properly | Mike Gabriel | 2012-11-09 | 1 | -2/+11 | |
| | ||||||
* | report the type of error during SSH connection | Mike Gabriel | 2012-11-09 | 1 | -1/+3 | |
| | ||||||
* | add log verbosity | Mike Gabriel | 2012-11-09 | 1 | -0/+4 | |
| | ||||||
* | add debug marker | Mike Gabriel | 2012-11-09 | 1 | -1/+3 | |
| | ||||||
* | sedate type mismatch warning | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | missing ; (2) | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | missing ; | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | slightly different logic for finding a proper return value | Mike Gabriel | 2012-11-09 | 1 | -11/+12 | |
| | ||||||
* | add some debug code | Mike Gabriel | 2012-11-09 | 1 | -3/+22 | |
| | ||||||
* | remove duplicat ssh_connect call | Mike Gabriel | 2012-11-09 | 1 | -2/+0 | |
| | ||||||
* | drop pam-x2go.h again, fix linking against libssh | Mike Gabriel | 2012-11-09 | 2 | -61/+2 | |
| | ||||||
* | add pam-x2go.h to avoid multiple definitions | Mike Gabriel | 2012-11-09 | 2 | -3/+44 | |
| | ||||||
* | fixing up x2go-auth-check.c | Mike Gabriel | 2012-11-09 | 1 | -5/+7 | |
| | ||||||
* | fixing syntax errors | Mike Gabriel | 2012-11-09 | 1 | -3/+3 | |
| | ||||||
* | fix missing type | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | remove remnants of libpam-freerdp | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | fix /debian/watch file | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | /debian/control: Depend on dh-autoreconf. | Mike Gabriel | 2012-11-09 | 3 | -0/+4 | |
| | ||||||
* | check for libssh .pc (pkg-config) file | Mike Gabriel | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | depende on cdbs | Mike Gabriel | 2012-11-09 | 1 | -3/+1 | |
| | ||||||
* | change-over to CDBS | Mike Gabriel | 2012-11-09 | 2 | -12/+3 | |
| | ||||||
* | replace dh-autoreconf dependency by autotools-dev, automake and libtool | Mike Gabriel | 2012-11-09 | 1 | -1/+3 | |
| | ||||||
* | Override auto_build with our own automake mechanism. | Mike Gabriel | 2012-11-09 | 2 | -2/+6 | |
| | ||||||
* | wrap too-long-changelog-line | Mike Gabriel | 2012-11-09 | 1 | -1/+2 | |
| | ||||||
* | /debian/rules: Use dh-autoreconf with debhelper. | Mike Gabriel | 2012-11-09 | 3 | -1/+4 | |
| | ||||||
* | Adaptations of the forked original to work with X2Go: Check the ↵ | Mike Gabriel | 2012-11-09 | 6 | -68/+25 | |
| | | | | authentication token via libssh (ssh login to the remote server). | |||||
* | fork libpam-x2go from libpam-freerdp | Mike Gabriel | 2012-11-09 | 18 | -48/+127 | |
| | ||||||
* | Improving the test coverage.. Approved by David Barth. | Iftikhar Ahmad | 2012-10-16 | 7 | -192/+343 | |
|\ | ||||||
| * | 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 | 5 | -192/+82 | |
|/ | ||||||
* | 1.0.1 | Ted Gould | 2012-09-25 | 1 | -1/+1 | |
| | ||||||
* | Adding the compiled lib to the link. | Ted Gould | 2012-09-25 | 1 | -0/+3 | |
|\ | ||||||
| * | Adding the core library to the module. | Ted Gould | 2012-09-25 | 1 | -0/+3 | |
|/ | ||||||
* | 1.0.0 | Ted Gould | 2012-09-20 | 1 | -1/+1 | |
| | ||||||
* | Adding a testing framework. Approved by Albert Astals Cid, jenkins. | Ted Gould | 2012-09-20 | 16 | -9/+664 | |
|\ | ||||||
| * | Add a set cred call like LightDM does it | Ted Gould | 2012-09-19 | 1 | -0/+2 | |
| | | ||||||
| * | Adding an authenticate | Ted Gould | 2012-09-19 | 1 | -0/+2 | |
| | | ||||||
| * | Make sure we have the full path to execute the auth check | Ted Gould | 2012-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | Make the auth use the auth check utility | Ted Gould | 2012-09-19 | 2 | -1/+2 | |
| | | ||||||
| * | Adding a small auth check utility | Ted Gould | 2012-09-19 | 2 | -2/+70 | |
| | |