[X2Go-Commits] [x2goclient] 32/94: Python X2go

2023-12-15 Thread git-admin
=liblogger) +x2go.X2goClient.__init__(self, logger=liblogger) _profiles = self._X2goClient__get_profiles() if self.args.session_profile and _profiles.has_profile(self.args.session_profile): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv

[X2Go-Commits] [x2goclient] 25/94: * disabled password on the command line (as it can be a security issue, the command line can be seen in the process view) * tasbar icon is not a sub-object of choose

2023-12-15 Thread git-admin
store_true', 'help': 'add RSA host key fingerprint to ~/.ssh/known_hosts if authenticity of server can\'t be established (default: not set)', }, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 31/94: * modified version string

2023-12-15 Thread git-admin
from frontend import * \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 20/94: * added support for retrieving current local user from x2go module

2023-12-15 Thread git-admin
touch_file(ssh_config_filename) +_touch_file(ssh_config_filename) def _touch_file(filename): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2

[X2Go-Commits] [x2goclient] 21/94: * move _touch_file further up in the code

2023-12-15 Thread git-admin
xitcode=-1): """\ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 22/94: * creating .ssh directory if not present

2023-12-15 Thread git-admin
e(filename)): +os.makedirs(os.path.dirname(filename), mode='0755') +f = open(filename, 'w') +f.close() # define and create known_hosts file (if not there) ssh_known_hosts_filename = os.path.join(current_home, '.ssh', 'known_hosts') -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/po

[X2Go-Commits] [x2goclient] 23/94: * added SSH rootdir variable to Python X2go

2023-12-15 Thread git-admin
g_filename): _touch_file(ssh_config_filename) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/lis

[X2Go-Commits] [x2goclient] 24/94: * fix for .ssh path creation

2023-12-15 Thread git-admin
ath.isfile(ssh_config_filename): _touch_file(ssh_config_filename) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go

[X2Go-Commits] [x2goclient] 18/94: * wrong copyright header * removed Replaces:-line in control file

2023-12-15 Thread git-admin
(C) 2010 by Mike Gabriel # # PyHoca CLI is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.

[X2Go-Commits] [x2goclient] 16/94: * fixing name tag whe logging (to distinguish X2goClient instance logging and PyHocaCLI class logging)

2023-12-15 Thread git-admin
context and start the connection to the X2go server -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org

[X2Go-Commits] [x2goclient] 12/94: * added --list-profiles option to PyHoca CLI

2023-12-15 Thread git-admin
ist_profiles: +# print a beautified profile list for the user +self.list_profiles() +sys.exit(0) + if self.args.resume: self.resume_session(self.x2go_session_hash) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/g

[X2Go-Commits] [x2goclient] 19/94: * pyhoca-cli build script

2023-12-15 Thread git-admin
--to nwt-ubuntu $PACKAGE_*.changes +rm -f $PACKAGE_*.upload +dupload --to nwt-debian $PACKAGE_*.changes -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list

[X2Go-Commits] [x2goclient] 08/94: * re-added pyhoca-cli symlinks to Python X2go working copy

2023-12-15 Thread git-admin
of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 13/94: * adapted pyhoca-cli to changes in X2goClient API (strict separation of session profile based methods and session oriented methods)

2023-12-15 Thread git-admin
ing nxproxy's SSH tunnel some time to settle time.sleep(2) -self.logger("X2go session %s has been suspended." % session_name, x2go.loglevel_NOTICE, ) +self.logger("X2go session %s has been suspended" %

[X2Go-Commits] [x2goclient] 15/94: * improved error handling for crash X2go session (integration in to PyHoca-CLI)

2023-12-15 Thread git-admin
level_ERROR, ) +self.logger("-> %s" % str(e), x2go.loglevel_ERROR, ) except KeyboardInterrupt: self.logger("Suspending X2go session %s" % session_name, x2go.loglevel_INFO, ) -- Alioth'

[X2Go-Commits] [x2goclient] 11/94: * added --session-profile option (run a session profile as configured in ~/.x2goclient/sessions)

2023-12-15 Thread git-admin
s.new or self.args.resume): +if not (self.args.new or self.args.resume or self.args.session_profile): sys.exit(0) # give the session some time to come up... -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/cod

[X2Go-Commits] [x2goclient] 17/94: * PyHocaCLI class and its X2goClient parent class now have separate loggers * X2goSessionExceptions are now caught more globally * allowing session profile option ov

2023-12-15 Thread git-admin
, ) + +except x2go.X2goSessionException, e: +self._pyhoca_logger("X2goSessionException occured:", x2go.loglevel_ERROR, ) +self._pyhoca_logger("-> %s" % str(e), x2go.loglevel_ERROR, ) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 14/94: * PyHoca-CLI adaptations to changes in Python X2go API

2023-12-15 Thread git-admin
ession_running(self.x2go_session_hash): self.logger("X2go session %s has been moved to a different screen" % session_name, x2go.loglevel_NOTICE, ) except KeyboardInterrupt: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 09/94: * using double underscore method names for core methods in X2goClient

2023-12-15 Thread git-admin
# giving nxproxy's SSH tunnel some time to settle time.sleep(2) self.logger("X2go session %s has been suspended." % session_name, x2go.loglevel_NOTICE, ) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/cod

[X2Go-Commits] [x2goclient] 10/94: * intermediate check-in on the way of proper session profile handling

2023-12-15 Thread git-admin
ore telling the user what had happened time.sleep(2) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 03/94: * an example skeleton (not functional yet) for a common file hierarchy for PyHoca CLI+GUI

2023-12-15 Thread git-admin
://www.x2go.org', +packages = find_packages('.'), +package_dir = {'': '.'}, +install_requires = ['setuptools', ] +) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 04/94: * completely egg'ified / class'ified PyHocaCLI -> PyHocaCLI(args, logger, liblogger) can now be called from within your programmes

2023-12-15 Thread git-admin
e43 100755 --- a/setup.py +++ b/setup.py @@ -22,13 +22,14 @@ from setuptools import setup, find_packages import pyhoca.cli setup( -name = "pyhoca-cli", +name = "PyHoca CLI", version = pyhoca.cli.__VERSION__, description = "PyHoca CLI is a cross-platfo

[X2Go-Commits] [x2goclient] 05/94: * remove ppring import * added __doc__ strings that allude that documentation work is still missing

2023-12-15 Thread git-admin
def authenticate(self): - +"""\ +STILL UNDOCUMENTED +""" connected = False force_password_auth = False while not connected: @@ -189,7 +210,9 @@ class PyHocaCLI(x2go.X2goClient): def MainLoop(self): - +

[X2Go-Commits] [x2goclient] 07/94: * fixed pyhoca-cli

2023-12-15 Thread git-admin
e_session(self.x2go_session_hash) + +elif self.args.new: +self.new_session(self.x2go_session_hash) + +# finally call the MainLoop of PyHocaCLI +if not (self.args.new or self.args.resume): + sys.exit(0) + # give the session some time to come up...

[X2Go-Commits] [x2goclient] 01/94: * re-importing projects

2023-12-15 Thread git-admin
f x2goclient.is_running(x2go_session_hash): +logger("X2go session %s has been moved to a different screen." % session_name, x2go.loglevel_NOTICE, ) + +except KeyboardInterrupt: +logger("Suspending X2go session %s." % ses

[X2Go-Commits] [x2goclient] 06/94: * pyhoca-cli is currently broken... * temporarily removed symlinks to local Python X2go copy * initial bugfixing

2023-12-15 Thread git-admin
null @@ -1 +0,0 @@ -../../../../python/python-x2go/trunk/x2go/ \ No newline at end of file diff --git a/x2go b/x2go deleted file mode 12 index 74dfe276.. --- a/x2go +++ /dev/null @@ -1 +0,0 @@ -../../python/python-x2go/trunk/x2go/ \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancesc

[X2Go-Commits] [x2goclient] 02/94: * added folder for pyhoca-cli based GUI (name may still change)

2023-12-15 Thread git-admin
@@ -../../../python/python-x2go/trunk/x2go \ No newline at end of file +../../python/python-x2go/trunk/x2go \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go

[X2Go-tags] [x2goclient] annotated tag 0.1.4.0 created (now 6ca45380)

2023-12-15 Thread git-admin
sted as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [python-x2go] 01/01: x2go/backends/terminal/plain.py: Typo fix in docstring.

2023-12-15 Thread git-admin
into something that gets understood by +Mechanism that rewrites X2Go server commands into something that gets understood by the server-side script ``x2goruncommand``. :param cmd: the current command for execution (as found in the session profile parameter ``cmd``) -- Alioth's /

[X2Go-Commits] [python-x2go] branch master updated (d5f230e -> 09d1a45)

2023-12-15 Thread git-admin
n.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lis

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2023-12-14 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-14 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-14 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-14 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: start

2023-12-14 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2023-12-13 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: start

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 109.43.176.130 Hostname: ip-109-43-176-130.web.vodafone.de Old

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 109.43.176.130 Hostname: ip-109-43-176-130.web.vodafone.de Old

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 109.43.176.130 Hostname: ip-109-43-176-130.web.vodafone.de Old

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 109.43.176.130 Hostname: ip-109-43-176-130.web.vodafone.de Old

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2023-12-12 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-12 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

New Defects reported by Coverity Scan for LibreOffice

2023-12-12 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 2 new defect(s) introduced to LibreOffice found with Coverity Scan. 70 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2023-12-11 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-11 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

Coverity Scan: Analysis completed for varnish

2023-12-11 Thread scan-admin
Your request for analysis of varnish has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2023-12-10 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-10 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-10 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-10 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-10 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

<    7   8   9   10   11   12   13   14   15   16   >