[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-91-g30ba707

X2go dev team git-admin at x2go.org
Mon Jul 18 18:02:47 CEST 2011


The branch, master has been updated
       via  30ba707a2402086c71eaf3061519a85662848aa1 (commit)
      from  e1c116e2ad6958f86573da9bea2b0428608726e9 (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 30ba707a2402086c71eaf3061519a85662848aa1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jul 18 18:02:13 2011 +0200

    Revert "disabled perlsuid check..."
    
    This reverts commit 82c6545adef362a9d759b5ddf41473af052156c7.

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/lib/x2gosqlitewrapper.pl |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index a566fc1..9cbf663 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -25,15 +25,10 @@ use strict;
 use DBI;
 use POSIX;
 
-###
-### We are not using perlsuid anymore as it is deprecated as of Perl 5.12.
-### Instead we ship our own setuidwrapper...
-###
-
-#if ($< eq $>)
-#{
-#	die "Please install this program as SUID x2gouser!\n";
-#}
+if ($< eq $>)
+{
+	die "Please install this program as SUID x2gouser!\n";
+}
 
 my $realuser=$<;
 my ($uname, $pass, $uid, $pgid, $quota, $comment, $gcos, $homedir, $shell, $expire) = getpwuid($>);


hooks/post-receive
-- 
x2goserver.git (X2go Server)

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 "x2goserver.git" (X2go Server).




More information about the x2go-commits mailing list