diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 12:04:48 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 12:04:48 +0100 |
commit | edd14a06a92de3b1275f4aeb377d8fa3852f823e (patch) | |
tree | 64f22a313e0694b6b5431169e4732c2fd707fb39 /debian | |
parent | 42b8b279e62e6e2f5a7455e30bb0a211763ee187 (diff) | |
download | libpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.tar.gz libpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.tar.bz2 libpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.zip |
Adaptations of the forked original to work with X2Go: Check the authentication token via libssh (ssh login to the remote server).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b9e0630..d11de31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low * Initial upstream release. Forked from libpam-freerdp. + * Adaptations of the forked original to work with X2Go: + - Check the authentication token via libssh (ssh login to the remote server). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Nov 2012 01:10:25 +0100 diff --git a/debian/control b/debian/control index d3fe23c..a66b106 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), libgtest-dev, libpam0g-dev, + libssh-dev, pkg-config, Standards-Version: 3.9.3 Homepage: http://wiki.x2go.org |