[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-70-g9587079

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:03:59 CET 2014


The branch, build-baikal has been updated
       via  95870794b654231f85a0191b68df382109a53436 (commit)
      from  e19e9eb4a23f9c74a4213a07057faf559bf8c99e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/lib/a.out           |  Bin 6867 -> 0 bytes
 x2goserver/lib/setuidwrapper.c |   12 ------------
 x2goserver/lib/test.py         |    9 ---------
 3 files changed, 21 deletions(-)
 delete mode 100755 x2goserver/lib/a.out
 delete mode 100644 x2goserver/lib/setuidwrapper.c
 delete mode 100755 x2goserver/lib/test.py

The diff of changes is:
diff --git a/x2goserver/lib/a.out b/x2goserver/lib/a.out
deleted file mode 100755
index af8f40e..0000000
Binary files a/x2goserver/lib/a.out and /dev/null differ
diff --git a/x2goserver/lib/setuidwrapper.c b/x2goserver/lib/setuidwrapper.c
deleted file mode 100644
index 9280cdc..0000000
--- a/x2goserver/lib/setuidwrapper.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <unistd.h>
-#include <stdio.h>
-
-#define myfile "test.py"
-
-main(argc, argv)
-char **argv;
-{
-    setuid(0);
-    seteuid(0);
-    execv(myfile, argv);
-}
diff --git a/x2goserver/lib/test.py b/x2goserver/lib/test.py
deleted file mode 100755
index 7eea6e3..0000000
--- a/x2goserver/lib/test.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-import os
-import time
-
-print os.geteuid()
-print os.getegid()
-
-time.sleep(1000)


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