The branch, master has been updated via 486c6e8d4af82c1c8eb90d61da6e3acf9db4179e (commit) from 99d5510ecdedbf23aaefcf65dd7249a674463078 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 486c6e8d4af82c1c8eb90d61da6e3acf9db4179e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 15:49:53 2012 +0100 add debug marker ----------------------------------------------------------------------- Summary of changes: src/x2go-auth-check.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/src/x2go-auth-check.c b/src/x2go-auth-check.c index e7618a0..ac4ef2e 100644 --- a/src/x2go-auth-check.c +++ b/src/x2go-auth-check.c @@ -74,6 +74,8 @@ main (int argc, char * argv[]) return -1; } + printf ("5\n"); + rc = ssh_userauth_password ( auth_check_ssh_session, NULL, password ); if ( rc != SSH_AUTH_SUCCESS ) { ssh_disconnect(auth_check_ssh_session); @@ -81,7 +83,7 @@ main (int argc, char * argv[]) return -1; } - printf ("5\n"); + printf ("6\n"); memset(password, 0, sizeof(password)); munlock(password, sizeof(password)); hooks/post-receive -- libpam-x2go.git (Remote login session via X2Go (PAM module)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).