[X2Go-Commits] [x2gobroker] 01/01: Continue development

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/0.0.4.x
in repository x2gobroker.

commit 2cf5746737806dbc394c6aab672a0f9cecc60ebf
Author: X2Go Release Manager 
Date:   Sun Feb 3 04:00:39 2019 +0100

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ead4ceb..6e399d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sun, 03 Feb 2019 03:57:46 +0100
+
 x2gobroker (0.0.4.0-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index ff5c8c8..2916880 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.4.0'
+__VERSION__ = '0.0.4.1'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 9942cfc..648cca0 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.4.0
+Version:0.0.4.1
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 7d4cbc5..1d14d38 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -18,5 +18,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.4.0'
+__VERSION__ = '0.0.4.1'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] branch release/0.0.4.x created (now 2cf5746)

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch release/0.0.4.x
in repository x2gobroker.

at  2cf5746   Continue development

This branch includes the following new commits:

   new  2cf5746   Continue development

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed 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/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] branch master updated (2a7fe0b -> 2cf5746)

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

  from  2a7fe0b   Merge branch 'master' into build-main
  adds  2cf5746   Continue development

No new revisions were added by this update.

Summary of changes:
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] branch build-main updated (c5f0813 -> 2a7fe0b)

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main
in repository x2gobroker.

  from  c5f0813   release 0.0.3.4
  adds  0f2181f   bump upstream version to 0.0.4.0
  adds  2c770de   src/*.c: Fix implicit declaration of execv().
  adds  cdf0033   debian/{control,compat}: Bump to DH version level 9.
  adds  acdfbb2   Port to Python3
  adds  7b145dd   Drop left-over debug print() call.
  adds  90ce1dd   debian/control: Drop from D (several bin:pkgs): 
python3-argparse, argparse is shipped with Python3 core.
  adds  d7a6b7d   Makefile: Assure that setup.py is run under Python3.
  adds  4556d11   Makefile: Add check target (drop empty test target).
  adds  d023095   debian/rules: Enable unit tests at every package build.
  adds  3cdd51c   x2gobroker.spec: Adapt to Python3 port.
  adds  6efbbc4   debian/{control,x2gobroker-common.install}: Split out 
common files into non-Pythonian bin:pkg.
  adds  2e79591   debian/*.install: Add EOLs at EOF.
  adds  e672497   debian/control: Switch from libapache2-mod-wsgi to 
libapache2-mod-wsgi-py3.
  adds  a241fdb   Makefile: Clean-up x2gobroker-ssh executable in 
clean-arch target.
  adds  2a477a0   Improve debugging messages during authentication phase.
  adds  f553365   Make hostname detection work for the default 
configuration (that defines localhost session profiles).
  adds  f168c54   x2gobroker.spec: Bump package version.
  adds  e39626d   debian/changelog: update from Git history
  adds  c1abfe2   debian/changelog: update from Git history (for upcoming 
0.0.4.0 release)
  adds  378adb4   debian/changelog: merge in changes from release/0.0.3.x 
branch.
  adds  ca8e8bd   debian/changelog: merge in changes from release/0.0.3.x 
branch.
  adds  0f1e50d   debian/x2gobroker-ssh.prerm: Replace header (was: postrm 
API, now: prerm API).
  adds  358ba52   x2gobroker/basicauth.py: Fix call of base64.decodestring 
on Python3.
  adds  134ecd6   unit tests: Fix deep misunderstanding in the way 
allow-deny vs. deny-allow should actually work.
  adds  75bc19e   x2gobroker/brokers/base_broker.py: Entire rewrite of 
check_profile_acls() method. (Fixes: #1234).
  adds  8ed1989   x2gobroker/tests/test_web_plain_base.py: Add test case 
for passwords with accentuated characters (using the testsuite_authmech for 
now).
  adds  52b542f   debian/changelog: add closure for #1240
  adds  ba235d2   x2gobroker.spec: CentOS 6 + 7 have python34-devel, not 
python3-devel.
  adds  99069e9   Enable debug_packages for openSUSE Tumbleweed 
(suse_version > 1500).
  adds  9e1b614   debian/changelog: fix author
  adds  32a4fdc   x2gobroker.spec: CentOS 6 + 7 have python34-setuptools, 
not python3-setuptools.
  adds  ad6237f   etc/x2gobroker.conf: Mention the per-profile option for 
enabling/disabling load checker support.
  adds  e470714   sbin/{x2gobroker-pubkeyauthorizer,x2gobroker-keygen}: Use 
proper octal numbers for file permissions.
  adds  d1defd1   x2gobroker/agent (check_load()): Bail out if no remote 
agent is given.
  adds  941e464   sbin/x2gobroker-pubkeyauthorizer: Fix key lookup in 
os.environ for Python3.
  adds  bce0174   sbin/x2gobroker-pubkeyauthorizer: Some string/bytecode 
fixes for Python3. Plus urllib -> urllib.request.
  adds  a861019   sbin/x2gobroker-pubkeyauthorizer: Improve key integrity 
checker and move it further up. Plus one more Python2 -> Python3 issue fixed.
  adds  9887ae4   load checker integration: Make the 
default-use-load-checker option work like all other default-* options.
  adds  e214001   uccs frontend: Convert datetime.datetime object to string 
before answering the http request with it.
  adds  d784516   x2gobroker-testagent: Convert to Python3 (using 2to3 
tool).
  adds  dfb81e4   x2gobroker-loadchecker: Python3'ify iteration over dict 
keys.
  adds  1c870b3   x2gobroker-pubkeyauthorizer: Tiny Python2to3 fix.
  adds  1ff72dd   x2gobroker/utils.py: Provide helper functions for 
pretty-formatting key fingerprints.
  adds  79bacef   x2gobroker-keygen: Use new fingerprint formatting 
functions.
  adds  29e2699   sbin/x2gobroker-pubkeyauthorizer: Drop unused binascii 
import.
  adds  6959174   x2gobroker/agent.py: Bail out if no hostaddr contained in 
remote_agent.
  adds  02ce95a   x2gobroker/agent.py: No load-checking when remote_agent 
is set to 'LOCAL'.
  adds  33788c6   x2gobroker/loadchecker.py: Report properly to the logger 
if we fail to obtain a load factor.
  adds  6d6b34e   x2gobroker/agent.py: Better sanity checks for 
remote_agent and its dict keys hostname and hostaddr.
  adds  00b89c5   x2gobroker-loadchecker.service: loadchecker service needs 
to chuid to system user x2gobroker.
  adds  9382d0e   x2gobroker-loadchecker.service: File ownership should be 
x2gobroker:x2gobroker, too.
   

[X2Go-Commits] [x2gobroker] branch master updated (5e07e8d -> 2a7fe0b)

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

  from  5e07e8d   release 0.0.4.0
  adds  f61909a   src/*.c: Fix implicit declaration of execv().
  adds  096439c   Makefile: Add check target (drop empty test target).
  adds  03e0650   debian/rules: Enable unit tests at every package build.
  adds  3d3a02c   Makefile: Clean-up x2gobroker-ssh executable in 
clean-arch target.
  adds  16c5590   Make hostname detection work for the default 
configuration (that defines localhost session profiles).
  adds  feada26   debian/changelog: update from Git history
  adds  3d223fd   release 0.0.3.3
  adds  ca77f75   Continue development
  adds  03dab51   Makefile: use "python" command instead of "python3" to 
run tests.
  adds  c5f0813   release 0.0.3.4
   new  2a7fe0b   Merge branch 'master' into build-main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 01/01: Merge branch 'master' into build-main

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch build-main
in repository x2gobroker.

commit 2a7fe0b9d4090a24965af9f9ea4450c95ce6e9d3
Merge: c5f0813 5e07e8d
Author: X2Go Release Manager 
Date:   Sun Feb 3 00:53:38 2019 +0100

Merge branch 'master' into build-main

 COPYING|   6 +-
 Makefile   |  62 +-
 Makefile.docupload |  27 +-
 bin/x2gobroker |  78 ++-
 bin/x2gobroker-testauth|  34 +-
 debian/changelog   | 170 +
 debian/control | 154 +++--
 debian/copyright   |  14 +-
 debian/python-x2gobroker-doc.doc-base  |  10 +
 debian/python-x2gobroker-doc.docs  |   1 +
 debian/python-x2gobroker-doc.links |   3 +
 debian/python-x2gobroker.docs  |   4 -
 debian/python-x2gobroker.install   |   6 -
 ...gobroker.default => python3-x2gobroker.default} |   0
 ...hon-x2gobroker.dirs => python3-x2gobroker.dirs} |   0
 debian/python3-x2gobroker.docs |   3 +
 debian/python3-x2gobroker.install  |   2 +
 ...broker.postinst => python3-x2gobroker.postinst} |   2 +-
 ...x2gobroker.postrm => python3-x2gobroker.postrm} |   0
 ...gobroker.preinst => python3-x2gobroker.preinst} |   2 +-
 debian/rules   |  19 +-
 debian/x2gobroker-agent.install|   5 +-
 debian/x2gobroker-agent.manpages   |   1 -
 debian/x2gobroker-agent.postinst   |   2 +-
 debian/x2gobroker-authservice.install  |   8 +-
 debian/x2gobroker-authservice.manpages |   1 -
 debian/x2gobroker-authservice.postinst |   2 +-
 debian/x2gobroker-common.install   |   5 +
 debian/x2gobroker-daemon.install   |   7 +-
 debian/x2gobroker-daemon.manpages  |   2 -
 debian/x2gobroker-daemon.postinst  |   2 +-
 debian/x2gobroker-loadchecker.install  |   8 +-
 debian/x2gobroker-loadchecker.manpages |   1 -
 debian/x2gobroker-loadchecker.postinst |   4 +-
 debian/x2gobroker-ssh.install  |   5 +-
 debian/x2gobroker-ssh.manpages |   1 -
 debian/x2gobroker-ssh.postinst |   2 +-
 debian/x2gobroker-ssh.prerm|  19 +-
 debian/x2gobroker-wsgi.install |   6 +-
 debian/x2gobroker-wsgi.postinst|   2 +-
 debian/x2gobroker.docs |   1 +
 debian/x2gobroker.install  |  12 +-
 debian/x2gobroker.manpages |   4 -
 docs/Makefile  | 228 +++
 .../README.x2goclient+broker.getting-started.md|  39 +-
 .../source/_static/.placeholder|   0
 .../source/_templates/.placeholder |   0
 docs/source/conf.py| 442 
 docs/source/index.rst  | 109 +++
 docs/source/modules.rst|   7 +
 docs/source/x2gobroker.agent.rst   |   7 +
 docs/source/x2gobroker.authmechs.base_authmech.rst |   7 +
 .../x2gobroker.authmechs.https_get_authmech.rst|   7 +
 docs/source/x2gobroker.authmechs.none_authmech.rst |   7 +
 docs/source/x2gobroker.authmechs.pam_authmech.rst  |   7 +
 docs/source/x2gobroker.authmechs.rst   |  21 +
 .../x2gobroker.authmechs.testsuite_authmech.rst|   7 +
 docs/source/x2gobroker.authservice.rst |   7 +
 docs/source/x2gobroker.basicauth.rst   |   7 +
 docs/source/x2gobroker.brokers.base_broker.rst |   7 +
 docs/source/x2gobroker.brokers.inifile_broker.rst  |   7 +
 docs/source/x2gobroker.brokers.rst |  19 +
 docs/source/x2gobroker.brokers.zeroconf_broker.rst |   7 +
 docs/source/x2gobroker.client.plain.rst|   7 +
 docs/source/x2gobroker.client.rst  |  17 +
 docs/source/x2gobroker.config.rst  |   7 +
 docs/source/x2gobroker.defaults.rst|   7 +
 docs/source/x2gobroker.loadchecker.rst |   7 +
 docs/source/x2gobroker.loggers.rst |   7 +
 .../x2gobroker.nameservices.base_nameservice.rst   |   7 +
 .../x2gobroker.nameservices.libnss_nameservice.rst |   7 +
 docs/source/x2gobroker.nameservices.rst|  19 +
 ...gobroker.nameservices.testsuite_nameservice.rst |   7 +
 .../x2gobroker.optional_scripts.base_script.rst|   7 +
 docs/source/x2gobroker.optional_scripts.rst|  17 +
 docs/source/x2gobroker.rst |  38 ++
 docs/source/x2gobroker.uccsjson.rst|   7 +
 

[X2Go-Commits] [x2gobroker] branch master updated (79ac8d0 -> 5e07e8d)

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

  from  79ac8d0   misc: add vim file encoding modelines.
   new  5e07e8d   release 0.0.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 01/01: release 0.0.4.0

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 5e07e8d31384d26b72ea7a1d45ee30ced56b718a
Author: X2Go Release Manager 
Date:   Sat Feb 2 21:51:25 2019 +0100

release 0.0.4.0
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07db9a2..ead4ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
+x2gobroker (0.0.4.0-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
   * New upstream version (0.0.4.0):
@@ -166,7 +166,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
 - Commands don't seem to work when wrapped in curly braces (at least on
   *SuSE), so revert.
 
- -- X2Go Release Manager   Wed, 05 Apr 2017 20:01:48 +
+ -- X2Go Release Manager   Sat, 02 Feb 2019 21:50:29 +0100
 
 x2gobroker (0.0.3.4-0x2go1) unstable; urgency=medium
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 05/05: misc: add vim file encoding modelines.

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 79ac8d0a6ad0847304f4108a5da71d250a3ec279
Author: Mihai Moldovan 
Date:   Sat Feb 2 09:29:06 2019 +0100

misc: add vim file encoding modelines.
---
 bin/x2gobroker   | 1 +
 bin/x2gobroker-testauth  | 1 +
 docs/source/conf.py  | 1 +
 man/man1/x2gobroker-testauth.1   | 1 +
 man/man1/x2gobroker.1| 1 +
 man/man8/x2gobroker-authservice.8| 1 +
 man/man8/x2gobroker-daemon-debug.8   | 1 +
 man/man8/x2gobroker-keygen.8 | 1 +
 man/man8/x2gobroker-loadchecker.8| 1 +
 man/man8/x2gobroker-pubkeyauthorizer.8   | 1 +
 man/man8/x2gobroker-testagent.8  | 1 +
 sbin/x2gobroker-authservice  | 1 +
 sbin/x2gobroker-daemon-debug | 1 +
 sbin/x2gobroker-keygen   | 1 +
 sbin/x2gobroker-loadchecker  | 1 +
 sbin/x2gobroker-pubkeyauthorizer | 1 +
 sbin/x2gobroker-testagent| 1 +
 setup.py | 1 +
 test.py  | 1 +
 x2gobroker/__init__.py   | 1 +
 x2gobroker/_paramiko.py  | 1 +
 x2gobroker/agent.py  | 1 +
 x2gobroker/authmechs/__init__.py | 1 +
 x2gobroker/authmechs/base_authmech.py| 1 +
 x2gobroker/authmechs/https_get_authmech.py   | 1 +
 x2gobroker/authmechs/none_authmech.py| 1 +
 x2gobroker/authmechs/pam_authmech.py | 1 +
 x2gobroker/authmechs/testsuite_authmech.py   | 1 +
 x2gobroker/authservice.py| 1 +
 x2gobroker/basicauth.py  | 1 +
 x2gobroker/brokers/__init__.py   | 1 +
 x2gobroker/brokers/base_broker.py| 1 +
 x2gobroker/brokers/inifile_broker.py | 1 +
 x2gobroker/brokers/zeroconf_broker.py| 1 +
 x2gobroker/client/__init__.py| 1 +
 x2gobroker/client/plain.py   | 1 +
 x2gobroker/config.py | 1 +
 x2gobroker/defaults.py   | 1 +
 x2gobroker/loadchecker.py| 1 +
 x2gobroker/loggers.py| 1 +
 x2gobroker/nameservices/__init__.py  | 1 +
 x2gobroker/nameservices/base_nameservice.py  | 1 +
 x2gobroker/nameservices/libnss_nameservice.py| 1 +
 x2gobroker/nameservices/testsuite_nameservice.py | 1 +
 x2gobroker/optional_scripts/__init__.py  | 1 +
 x2gobroker/optional_scripts/base_script.py   | 1 +
 x2gobroker/tests/__init__.py | 1 +
 x2gobroker/tests/runalltests.py  | 1 +
 x2gobroker/tests/test_broker_agent.py| 1 +
 x2gobroker/tests/test_broker_base.py | 1 +
 x2gobroker/tests/test_broker_inifile.py  | 1 +
 x2gobroker/tests/test_broker_zeroconf.py | 1 +
 x2gobroker/tests/test_client_plain_base.py   | 1 +
 x2gobroker/tests/test_uccsjson.py| 1 +
 x2gobroker/tests/test_utils.py   | 1 +
 x2gobroker/tests/test_web_plain_base.py  | 1 +
 x2gobroker/tests/test_web_plain_inifile.py   | 1 +
 x2gobroker/tests/test_web_plain_zeroconf.py  | 1 +
 x2gobroker/tests/test_web_uccs_zeroconf.py   | 1 +
 x2gobroker/uccsjson.py   | 1 +
 x2gobroker/utils.py  | 1 +
 x2gobroker/web/__init__.py   | 1 +
 x2gobroker/web/extras.py | 1 +
 x2gobroker/web/json.py   | 1 +
 x2gobroker/web/plain.py  | 1 +
 x2gobroker/web/uccs.py   | 1 +
 x2gobroker/x2gobroker_exceptions.py  | 1 +
 67 files changed, 67 insertions(+)

diff --git a/bin/x2gobroker b/bin/x2gobroker
index 9574ed4..d5e8bdb 100755
--- a/bin/x2gobroker
+++ b/bin/x2gobroker
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
+# vim:fenc=utf-8
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth
index 5f52b9d..107ff70 100755
--- a/bin/x2gobroker-testauth
+++ b/bin/x2gobroker-testauth
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
+# vim:fenc=utf-8
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
diff --git a/docs/source/conf.py b/docs/source/conf.py
index b896e24..bdf0f97 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
+# vim:fenc=utf-8
 #
 # X2Go Session Broker documentation 

[X2Go-Commits] [x2gobroker] 03/05: man/*: update date and version stamps pre-release.

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit d31ded15dc3b08007adf21ceadce8d871476014a
Author: Mihai Moldovan 
Date:   Sat Feb 2 08:37:13 2019 +0100

man/*: update date and version stamps pre-release.
---
 debian/changelog   | 1 +
 man/man1/x2gobroker-testauth.1 | 2 +-
 man/man1/x2gobroker.1  | 2 +-
 man/man8/x2gobroker-authservice.8  | 2 +-
 man/man8/x2gobroker-daemon-debug.8 | 2 +-
 man/man8/x2gobroker-keygen.8   | 2 +-
 man/man8/x2gobroker-loadchecker.8  | 2 +-
 man/man8/x2gobroker-pubkeyauthorizer.8 | 2 +-
 man/man8/x2gobroker-testagent.8| 2 +-
 9 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb71ae8..36fd256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -147,6 +147,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
 - src/x2gobroker-{agent,ssh}.c: fix more compile errors.
 - misc: copyright update.
 - misc: switch to HTTPS-based URLs where appropriate.
+- man/*: update date and version stamps pre-release.
   * x2gobroker.spec:
 - Add %debug_package macro when debugging is to be enabled, hoping that it
   will actually generate proper debuginfo (and -source) sub packages
diff --git a/man/man1/x2gobroker-testauth.1 b/man/man1/x2gobroker-testauth.1
index 6e7dda4..a3f2d6a 100644
--- a/man/man1/x2gobroker-testauth.1
+++ b/man/man1/x2gobroker-testauth.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-testauth 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-testauth 1 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-testauth \- Session Broker for X2Go (Authentication Test Utility)
 .SH SYNOPSIS
diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1
index 823e3cf..f15ecda 100644
--- a/man/man1/x2gobroker.1
+++ b/man/man1/x2gobroker.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker 1 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker{,-daemon,-ssh} \- Session Broker for X2Go
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-authservice.8 
b/man/man8/x2gobroker-authservice.8
index d9cf937..171c3c9 100644
--- a/man/man8/x2gobroker-authservice.8
+++ b/man/man8/x2gobroker-authservice.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-authservice 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-authservice 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-authservice \- PAM authentication service for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-daemon-debug.8 
b/man/man8/x2gobroker-daemon-debug.8
index d6c2955..6a69dd8 100644
--- a/man/man8/x2gobroker-daemon-debug.8
+++ b/man/man8/x2gobroker-daemon-debug.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-daemon-debug 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
+.TH x2gobroker-daemon-debug 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session 
Broker"
 .SH NAME
 x2gobroker-daemon-debug \- Debug X2Go Session Broker's Standalone Daemon
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-keygen.8 b/man/man8/x2gobroker-keygen.8
index ad69d3a..18dc78c 100644
--- a/man/man8/x2gobroker-keygen.8
+++ b/man/man8/x2gobroker-keygen.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-keygen 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-keygen 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-keygen \- Generate SSH keys for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-loadchecker.8 
b/man/man8/x2gobroker-loadchecker.8
index 3db5c27..de8ef81 100644
--- a/man/man8/x2gobroker-loadchecker.8
+++ b/man/man8/x2gobroker-loadchecker.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-loadchecker 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-loadchecker 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-loadchecker \- Load checker service for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-pubkeyauthorizer.8 
b/man/man8/x2gobroker-pubkeyauthorizer.8
index d161356..f7d1e9a 100644
--- a/man/man8/x2gobroker-pubkeyauthorizer.8
+++ b/man/man8/x2gobroker-pubkeyauthorizer.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-pubkeyauthorizer 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
+.TH x2gobroker-pubkeyauthorizer 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session 
Broker"
 .SH NAME
 x2gobroker-pubkeyauthorizer \- Retrieve public SSH keys from an X2Go Session 
Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-testagent.8 

[X2Go-Commits] [x2gobroker] 02/05: misc: switch to HTTPS-based URLs where appropriate.

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 00a218878adba55e5cb9749a76ef289085f27d8a
Author: Mihai Moldovan 
Date:   Sat Feb 2 08:30:55 2019 +0100

misc: switch to HTTPS-based URLs where appropriate.
---
 COPYING   | 6 +++---
 Makefile  | 2 +-
 bin/x2gobroker| 2 +-
 bin/x2gobroker-testauth   | 2 +-
 debian/changelog  | 1 +
 debian/copyright  | 6 +++---
 debian/python3-x2gobroker.postinst| 2 +-
 debian/python3-x2gobroker.preinst | 2 +-
 debian/x2gobroker-agent.postinst  | 2 +-
 debian/x2gobroker-authservice.postinst| 2 +-
 debian/x2gobroker-daemon.postinst | 2 +-
 debian/x2gobroker-loadchecker.postinst| 2 +-
 debian/x2gobroker-ssh.postinst| 2 +-
 debian/x2gobroker-ssh.prerm   | 2 +-
 debian/x2gobroker-wsgi.postinst   | 2 +-
 etc/broker/x2gobroker-authservice-logger.conf | 2 +-
 etc/broker/x2gobroker-loadchecker-logger.conf | 2 +-
 etc/broker/x2gobroker-loggers.conf| 2 +-
 etc/x2gobroker.conf   | 2 +-
 lib/x2gobroker-agent.pl   | 2 +-
 sbin/x2gobroker-authservice   | 2 +-
 sbin/x2gobroker-daemon-debug  | 2 +-
 sbin/x2gobroker-keygen| 2 +-
 sbin/x2gobroker-loadchecker   | 2 +-
 sbin/x2gobroker-pubkeyauthorizer  | 2 +-
 sbin/x2gobroker-testagent | 2 +-
 setup.py  | 2 +-
 src/x2gobroker-agent.c| 2 +-
 src/x2gobroker-ssh.c  | 2 +-
 x2gobroker/authservice.py | 2 +-
 x2gobroker/basicauth.py   | 2 +-
 x2gobroker/client/plain.py| 2 +-
 x2gobroker/loadchecker.py | 2 +-
 x2gobroker/web/extras.py  | 2 +-
 x2gobroker/web/json.py| 4 ++--
 x2gobroker/web/plain.py   | 4 ++--
 x2gobroker/web/uccs.py| 2 +-
 37 files changed, 43 insertions(+), 42 deletions(-)

diff --git a/COPYING b/COPYING
index dba13ed..be3f7b2 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. 
+ Copyright (C) 2007 Free Software Foundation, Inc. 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
 GNU Affero General Public License for more details.
 
 You should have received a copy of the GNU Affero General Public License
-along with this program.  If not, see .
+along with this program.  If not, see .
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -658,4 +658,4 @@ specific requirements.
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU AGPL, see
-.
+.
diff --git a/Makefile b/Makefile
index 07186f3..ca1c85f 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/bin/x2gobroker b/bin/x2gobroker
index 317fcf5..9574ed4 100755
--- a/bin/x2gobroker
+++ b/bin/x2gobroker
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth
index 3d33f81..198a586 100755
--- a/bin/x2gobroker-testauth
+++ b/bin/x2gobroker-testauth
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/debian/changelog b/debian/changelog
index 477b82c..eb71ae8 100644

[X2Go-Commits] [x2gobroker] 01/05: misc: copyright update.

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 2d5bd763c25219c0768ec60c0b2a64a3ab2d9695
Author: Mihai Moldovan 
Date:   Sat Feb 2 07:21:40 2019 +0100

misc: copyright update.
---
 Makefile | 2 +-
 Makefile.docupload   | 2 +-
 bin/x2gobroker   | 2 +-
 bin/x2gobroker-testauth  | 2 +-
 debian/changelog | 1 +
 debian/copyright | 8 
 debian/rules | 2 +-
 etc/broker/x2gobroker-authservice-logger.conf| 2 +-
 etc/broker/x2gobroker-loadchecker-logger.conf| 2 +-
 etc/broker/x2gobroker-loggers.conf   | 2 +-
 etc/x2gobroker.conf  | 2 +-
 init/x2gobroker-authservice.init | 2 +-
 init/x2gobroker-daemon.init  | 2 +-
 init/x2gobroker-loadchecker.init | 2 +-
 lib/x2gobroker-agent.pl  | 2 +-
 sbin/x2gobroker-authservice  | 2 +-
 sbin/x2gobroker-daemon-debug | 2 +-
 sbin/x2gobroker-keygen   | 2 +-
 sbin/x2gobroker-loadchecker  | 2 +-
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 sbin/x2gobroker-testagent| 2 +-
 setup.py | 2 +-
 src/x2gobroker-agent.c   | 2 +-
 src/x2gobroker-ssh.c | 2 +-
 test.py  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 x2gobroker/_paramiko.py  | 2 +-
 x2gobroker/agent.py  | 2 +-
 x2gobroker/authmechs/__init__.py | 2 +-
 x2gobroker/authmechs/base_authmech.py| 2 +-
 x2gobroker/authmechs/https_get_authmech.py   | 4 ++--
 x2gobroker/authmechs/none_authmech.py| 2 +-
 x2gobroker/authmechs/pam_authmech.py | 2 +-
 x2gobroker/authmechs/testsuite_authmech.py   | 2 +-
 x2gobroker/authservice.py| 2 +-
 x2gobroker/basicauth.py  | 2 +-
 x2gobroker/brokers/__init__.py   | 2 +-
 x2gobroker/brokers/base_broker.py| 4 ++--
 x2gobroker/brokers/inifile_broker.py | 2 +-
 x2gobroker/brokers/zeroconf_broker.py| 2 +-
 x2gobroker/client/__init__.py| 2 +-
 x2gobroker/client/plain.py   | 2 +-
 x2gobroker/config.py | 2 +-
 x2gobroker/defaults.py   | 2 +-
 x2gobroker/loadchecker.py| 2 +-
 x2gobroker/loggers.py| 2 +-
 x2gobroker/nameservices/__init__.py  | 2 +-
 x2gobroker/nameservices/base_nameservice.py  | 2 +-
 x2gobroker/nameservices/libnss_nameservice.py| 2 +-
 x2gobroker/nameservices/testsuite_nameservice.py | 2 +-
 x2gobroker/optional_scripts/__init__.py  | 2 +-
 x2gobroker/optional_scripts/base_script.py   | 2 +-
 x2gobroker/tests/__init__.py | 2 +-
 x2gobroker/tests/runalltests.py  | 2 +-
 x2gobroker/tests/test_broker_agent.py| 2 +-
 x2gobroker/tests/test_broker_base.py | 2 +-
 x2gobroker/tests/test_broker_inifile.py  | 2 +-
 x2gobroker/tests/test_broker_zeroconf.py | 2 +-
 x2gobroker/tests/test_client_plain_base.py   | 2 +-
 x2gobroker/tests/test_utils.py   | 2 +-
 x2gobroker/tests/test_web_plain_base.py  | 2 +-
 x2gobroker/tests/test_web_plain_inifile.py   | 2 +-
 x2gobroker/tests/test_web_plain_zeroconf.py  | 2 +-
 x2gobroker/tests/test_web_uccs_zeroconf.py   | 2 +-
 x2gobroker/uccsjson.py   | 2 +-
 x2gobroker/utils.py  | 2 +-
 x2gobroker/web/__init__.py   | 2 +-
 x2gobroker/web/extras.py | 2 +-
 x2gobroker/web/json.py   | 2 +-
 x2gobroker/web/plain.py  | 2 +-
 x2gobroker/web/uccs.py   | 2 +-
 x2gobroker/x2gobroker_exceptions.py  | 2 +-
 72 files changed, 77 insertions(+), 76 deletions(-)

diff --git a/Makefile b/Makefile
index 23e50b8..07186f3 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # This file is part of the  X2Go Project - http://www.x2go.org
-# Copyright (C) 2012-2018 by Mike Gabriel 
+# Copyright (C) 2012-2019 by Mike Gabriel 
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
diff --git a/Makefile.docupload b/Makefile.docupload
index 96ea17b..976ca16 100644
--- a/Makefile.docupload
+++ 

[X2Go-Commits] [x2gobroker] 04/05: misc: add missing coding modelines.

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 63e603e99955e71fe4b0d3508599c21f46ec14a6
Author: Mihai Moldovan 
Date:   Sat Feb 2 08:44:11 2019 +0100

misc: add missing coding modelines.
---
 bin/x2gobroker-testauth  | 1 +
 debian/changelog | 1 +
 sbin/x2gobroker-testagent| 1 +
 x2gobroker/basicauth.py  | 2 ++
 x2gobroker/tests/test_broker_base.py | 1 +
 x2gobroker/tests/test_uccsjson.py| 1 +
 x2gobroker/web/extras.py | 2 ++
 x2gobroker/web/json.py   | 2 ++
 x2gobroker/web/plain.py  | 2 ++
 x2gobroker/web/uccs.py   | 2 ++
 10 files changed, 15 insertions(+)

diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth
index 198a586..5f52b9d 100755
--- a/bin/x2gobroker-testauth
+++ b/bin/x2gobroker-testauth
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
diff --git a/debian/changelog b/debian/changelog
index 36fd256..07db9a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -148,6 +148,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
 - misc: copyright update.
 - misc: switch to HTTPS-based URLs where appropriate.
 - man/*: update date and version stamps pre-release.
+- misc: add missing coding modelines.
   * x2gobroker.spec:
 - Add %debug_package macro when debugging is to be enabled, hoping that it
   will actually generate proper debuginfo (and -source) sub packages
diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent
index 7297436..a436e94 100755
--- a/sbin/x2gobroker-testagent
+++ b/sbin/x2gobroker-testagent
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py
index c8a390d..e8272e4 100644
--- a/x2gobroker/basicauth.py
+++ b/x2gobroker/basicauth.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
diff --git a/x2gobroker/tests/test_broker_base.py 
b/x2gobroker/tests/test_broker_base.py
index 2038495..ed2f136 100644
--- a/x2gobroker/tests/test_broker_base.py
+++ b/x2gobroker/tests/test_broker_base.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
diff --git a/x2gobroker/tests/test_uccsjson.py 
b/x2gobroker/tests/test_uccsjson.py
index e69de29..40a96af 100644
--- a/x2gobroker/tests/test_uccsjson.py
+++ b/x2gobroker/tests/test_uccsjson.py
@@ -0,0 +1 @@
+# -*- coding: utf-8 -*-
diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py
index 526ce2f..7ead981 100644
--- a/x2gobroker/web/extras.py
+++ b/x2gobroker/web/extras.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py
index 0edb99c..cf138a2 100644
--- a/x2gobroker/web/json.py
+++ b/x2gobroker/web/json.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 2757653..5eca650 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #
diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py
index 7a89fd7..cbaaf0f 100644
--- a/x2gobroker/web/uccs.py
+++ b/x2gobroker/web/uccs.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel 
 #

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 18:58
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:52.9) Gecko/20100101 
Goanna/3.4 Firefox/52.9 PaleMoon/27.9.4
IP-Address  : 109.193.81.67
Hostname: HSI-KBW-109-193-081-067.hsi7.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1548883990
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Prerequisites] added note regarding problematic tftp server
User: stefanbaur

@@ -258,9 +258,9 @@
   * You need an existing DHCP/PXE/TFTP setup with the usual 
pxelinux.0/pxelinux.cfg boot and configuration files, and a directory where 
kernel and initrd can be stored.  This is not covered here, though we might add 
a separate howto for that some time later on.
 * Note that whoever manages to spoof this server name can deploy rogue 
images to your ThinClients.  If this is a serious issue for you, consider using 
local storage
media and the autoupdater instead.
 * It **might** be possible to already use HTTPS in this early stage when 
using iPXE.  This is untested and requires building your own iPXE image. see 
http://ipxe.org/crypto for details. Alternatively, use ipxe.lkrn (from 
[[http://boot.ipxe.org/ipxe.lkrn]]) and pxelinux.0 in combination with scripted 
ipxe commands in the pxelinux.cfg.
   * You will also need an HTTP/HTTPS/FTP server with a dedicated IP (no 
name-based virtual hosts) for the squashfs image. - **Note:** set 
LBX2GO_NOSQUASHFS=true and use iPXE (e.g. with ipxe.lkrn + pxelinux.0) if you 
cannot use an IP for your host. Another option (untested) is explained 
[[https://blog.jacekk.info/2016/01/debian-live-webboot-dns/|here]]
- * This image cannot be deployed via TFTP as it is too large - some TFTP 
servers refuse to serve files lager than 32MB, and some TFTP clients have 
problems with that as well.
+ * This image cannot be deployed via TFTP as it is too large - some TFTP 
servers
(atftpd in particular) refuse to serve files lager than 32MB, and some TFTP 
clients have problems with that as well.
 * Also, even if you have a TFTP server/client combination that handles 
files larger than 32 MB, it will still be wy slower than the HTTP/FTP 
transfer.
 * Note that whoever manages to spoof this server name can deploy rogue 
images to your ThinClients.  If this is a serious issue for you, consider using 
local storage media and the autoupdater instead.
 * It **might** be possible to use HTTPS with the ''fetch='' command.  This 
is untested.
   * Once your setup fulfills all the requirements listed above, go ahead and 
build the image using the scripts listed in 
[[doc:howto:tce#configuring_the_build|Configuring the Build]] - make sure to 
choose ''export LBX2GO_IMAGETYPE='netboot''' (this should be the default)


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:planning:schedule

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 10:55
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 
Firefox/65.0
IP-Address  : 87.186.36.18
Hostname: p57BA2412.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:planning:schedule?rev=1549104541
New Revision: https://wiki.x2go.org/doku.php/wiki:development:planning:schedule
Edit Summary: 
User: h1


@@ -2,13 +2,13 @@
 
 Dear Developers!

 It would be a great Honor for me to host the next Developer Meeting. My 
employer continues to use my lunch break for the project on Thursdays. This 
would be one hour beginning at 12pm UTC. This February I could host the meeting 
on 2019-02-14, 2019-02-21 and 2019-02-28. Please have a look on Stefans offered 
days and daytimes if you can't take part on my offered times:
 
- 

+ 
 ^ 2019-02-14 ^ 2019-02-21 ^ 2019-02-28 ^
 
 
- 

+ 
 ^ FIXME ^ FIXME ^ FIXME ^
 
 
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:planning:schedule

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 10:49
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 
Firefox/65.0
IP-Address  : 87.186.36.18
Hostname: p57BA2412.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:planning:schedule?rev=1423149199
New Revision: https://wiki.x2go.org/doku.php/wiki:development:planning:schedule
Edit Summary: 
User: h1


@@ -1,4 +1,21 @@
+ == 11th ΞX2Go Development Meeting appointment Scheduling ==
+ 
+ Dear Developers!

+ It would be a great Honor for me to host the next Developer Meeting. My 
employer continues to use my lunch break for the project on Thursdays. This 
would be one hour beginning at 12pm UTC. This February I could host the meeting 
on 2019-02-14, 2019-02-21 and 2019-02-28. Please have a look on Stefans offered 
days and daytimes if you can't take part on my offered times:
+ 
+ 
the 11th-meeting (12pm UTC)>
+ ^ 2019-02-14 ^ 2019-02-21 ^ 2019-02-28 ^
+ 
+ 
+ 

+ ^ FIXME ^ FIXME ^ FIXME ^
+ 
+ 
+ 
+ 
+ 
+ 
 == Find a day for the initial Online Meeting ==
 
 Help us to find out, which weekday is suitable for an Online Meeting (about one hour). 
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:planning:start

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 10:30
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 
Firefox/65.0
IP-Address  : 87.186.36.18
Hostname: p57BA2412.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:planning:start?rev=1549103359
New Revision: https://wiki.x2go.org/doku.php/wiki:development:planning:start
Edit Summary: 
User: h1


@@ -1,11 +1,13 @@
 == ΞX2Go Development Meetings ==
 = Upcoming ΞX2Go Development Meeting =
- [[2018-03:day-2018-03-07|10th ΞX2Go Development Meeting]]
+ [[2018-03:day-2018-03-07|11th ΞX2Go Development Meeting]]
 
 [[:wiki:development::lxc-host]]
 
 = Calendar =

+  2019 
+ 
 {{yearbox>year=2012;months=2,4,5,6,7,8,9;weekdays=4}}
 
  Procedure 

 We are working on a skeleton for our ΞX2Go Development Meetings. Those 
meetings should be used to improve communication, information about
the project, and classifying feature requests and serve bugs. 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:planning:start

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 10:29
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 
Firefox/65.0
IP-Address  : 87.186.36.18
Hostname: p57BA2412.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:planning:start?rev=1549103341
New Revision: https://wiki.x2go.org/doku.php/wiki:development:planning:start
Edit Summary: 
User: h1


@@ -4,9 +4,9 @@
 
 [[:wiki:development::lxc-host]]
 
 = Calendar =

- {{yearbox>year=2012;months=2,4,5,6,7,8,9;weekdays=3,4}}
+ {{yearbox>year=2012;months=2,4,5,6,7,8,9;weekdays=4}}
 
  Procedure 
 We are working on a skeleton for our ΞX2Go Development Meetings. Those meetings should be used to improve communication, information about the project, and classifying feature requests and serve bugs. 
 The speakers should make up their mind that there is an audience during the meetings. Everything they are talking

about should be possible to understand by the audience. Every item/issue will 
need a speaker. Please feel free to place an item you want to work on on the 
page of the next meeting. If the amount of items/issues/topics will be to much 
to be finished in one meeting, please let all participants rate your topic.


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:planning:start

2019-02-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2019/02/02 10:29
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 
Firefox/65.0
IP-Address  : 87.186.36.18
Hostname: p57BA2412.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:planning:start?rev=1520074503
New Revision: https://wiki.x2go.org/doku.php/wiki:development:planning:start
Edit Summary: 
User: h1


@@ -4,9 +4,9 @@
 
 [[:wiki:development::lxc-host]]
 
 = Calendar =

- {{yearbox>year=2018;months=3,4,5,6,7,8,9;weekdays=3,4}}
+ {{yearbox>year=2012;months=2,4,5,6,7,8,9;weekdays=3,4}}
 
  Procedure 
 We are working on a skeleton for our ΞX2Go Development Meetings. Those meetings should be used to improve communication, information about the project, and classifying feature requests and serve bugs. 
 The speakers should make up their mind that there is an audience during the meetings. Everything they are talking

about should be possible to understand by the audience. Every item/issue will 
need a speaker. Please feel free to place an item you want to work on on the 
page of the next meeting. If the amount of items/issues/topics will be to much 
to be finished in one meeting, please let all participants rate your topic.


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits