aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--src/pam-x2go-children.c2
-rw-r--r--src/pam-x2go-children.h2
-rw-r--r--src/pam-x2go.c2
-rw-r--r--src/x2go-auth-check.c2
-rw-r--r--tests/test-freerdp-auth.c2
6 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index fd415c7..d52b6c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low
- * Initial upstream release. Forked from libpam-freerdp.
+ * Initial upstream release. Forked from libpam-freerdp (by Ted Gould
+ <ted@canonical.com>).
* Adaptations of the forked original to work with X2Go:
- Check the authentication token via libssh (ssh login to the remote
server).
diff --git a/src/pam-x2go-children.c b/src/pam-x2go-children.c
index 75ec1d3..5a63d48 100644
--- a/src/pam-x2go-children.c
+++ b/src/pam-x2go-children.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Author: Ted Gould <ted@canonical.com>
+ * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#include <stdlib.h>
diff --git a/src/pam-x2go-children.h b/src/pam-x2go-children.h
index d300d46..012120e 100644
--- a/src/pam-x2go-children.h
+++ b/src/pam-x2go-children.h
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Author: Ted Gould <ted@canonical.com>
+ * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#ifndef _PAM_X2GO_CHILDREN_H_
diff --git a/src/pam-x2go.c b/src/pam-x2go.c
index 8ca5147..6110da2 100644
--- a/src/pam-x2go.c
+++ b/src/pam-x2go.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Author: Ted Gould <ted@canonical.com>
+ * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#include <stdlib.h>
diff --git a/src/x2go-auth-check.c b/src/x2go-auth-check.c
index 54ad333..7370dec 100644
--- a/src/x2go-auth-check.c
+++ b/src/x2go-auth-check.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Author: Ted Gould <ted@canonical.com>
+ * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#include <libssh/libssh.h>
diff --git a/tests/test-freerdp-auth.c b/tests/test-freerdp-auth.c
index a83885e..cdb8a31 100644
--- a/tests/test-freerdp-auth.c
+++ b/tests/test-freerdp-auth.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Author: Ted Gould <ted@canonical.com>
+ * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#include <stdlib.h>