[pkg-remote-commits] [x2goserver] 01/15: Imported Upstream version 4.0.1.20

Mike Gabriel sunweaver at debian.org
Tue Dec 27 19:59:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository x2goserver.

commit 3ba2e39330f1a386d9d8aaa8a05a9c46329ca555
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 26 22:13:49 2016 +0100

    Imported Upstream version 4.0.1.20
---
 COPYING                                            |  339 ++++
 ChangeLog                                          | 1633 ++++++++++++++++++++
 INSTALL                                            |   96 ++
 Makefile                                           |   73 +
 Makefile.docupload                                 |   34 +
 README.i18n                                        |  104 ++
 UNINSTALL                                          |   26 +
 rpm/x2goserver-rpmlintrc                           |   13 +
 rpm/x2goserver.init                                |  107 ++
 x2goserver-compat/Makefile                         |  104 ++
 x2goserver-compat/VERSION.x2goserver-compat        |    1 +
 x2goserver-compat/bin/x2gosuspend                  |   24 +
 x2goserver-compat/bin/x2gosuspend-agent            |   30 +
 x2goserver-compat/bin/x2goterminate                |   32 +
 x2goserver-compat/man/man8/x2gosuspend-agent.8     |   23 +
 x2goserver-compat/man/man8/x2gosuspend.8           |   23 +
 x2goserver-compat/man/man8/x2goterminate.8         |   23 +
 .../share/x2gofeature.d/x2goserver-compat.features |   36 +
 x2goserver-extensions/Makefile                     |  150 ++
 .../VERSION.x2goserver-extensions                  |    1 +
 .../bin/x2goserver-run-extensions                  |   45 +
 .../lib/extensions/fail-resume.d/.placeholder      |    0
 .../lib/extensions/fail-runcommand.d/.placeholder  |    0
 .../lib/extensions/fail-start.d/.placeholder       |    0
 .../lib/extensions/fail-suspend.d/.placeholder     |    0
 .../lib/extensions/fail-terminate.d/.placeholder   |    0
 .../lib/extensions/post-resume.d/.placeholder      |    0
 .../lib/extensions/post-runcommand.d/.placeholder  |    0
 .../lib/extensions/post-start.d/.placeholder       |    0
 .../lib/extensions/post-suspend.d/.placeholder     |    0
 .../lib/extensions/post-terminate.d/.placeholder   |    0
 .../lib/extensions/pre-resume.d/.placeholder       |    0
 .../lib/extensions/pre-runcommand.d/.placeholder   |    0
 .../lib/extensions/pre-start.d/.placeholder        |    0
 .../lib/extensions/pre-suspend.d/.placeholder      |    0
 .../lib/extensions/pre-terminate.d/.placeholder    |    0
 .../man/man8/x2goserver-run-extensions.8           |   87 ++
 .../x2gofeature.d/x2goserver-extensions.features   |   36 +
 x2goserver-fmbindings/Makefile                     |   90 ++
 .../VERSION.x2goserver-fmbindings                  |    1 +
 x2goserver-fmbindings/bin/x2gofm                   |   29 +
 x2goserver-fmbindings/man/man8/x2gofm.8            |   26 +
 .../share/applications/x2gofm.desktop              |    8 +
 .../share/mime/packages/sshfs-x2go.xml             |   21 +
 .../x2gofeature.d/x2goserver-fmbindings.features   |   36 +
 x2goserver-printing/Makefile                       |   87 ++
 x2goserver-printing/VERSION.x2goserver-printing    |    1 +
 x2goserver-printing/bin/x2goprint                  |  143 ++
 x2goserver-printing/man/man8/x2goprint.8           |   64 +
 .../x2gofeature.d/x2goserver-printing.features     |   35 +
 x2goserver-pyhoca/Makefile                         |  102 ++
 x2goserver-pyhoca/VERSION.x2goserver-pyhoca        |    1 +
 x2goserver-pyhoca/bin/.placeholder                 |    0
 x2goserver-pyhoca/man/man8/.placeholder            |    0
 .../share/x2gofeature.d/x2goserver-pyhoca.features |   35 +
 x2goserver-xsession/Makefile                       |   84 +
 x2goserver-xsession/VERSION.x2goserver-xsession    |    1 +
 x2goserver-xsession/doc/README.Xsession-X2Go       |   15 +
 x2goserver-xsession/etc/Xsession                   |  238 +++
 .../x2gofeature.d/x2goserver-xsession.features     |   36 +
 x2goserver.service                                 |   11 +
 x2goserver/Makefile                                |  139 ++
 x2goserver/VERSION.x2goserver                      |    1 +
 x2goserver/bin/x2gobasepath                        |    3 +
 x2goserver/bin/x2gocmdexitmessage                  |   34 +
 x2goserver/bin/x2gofeature                         |   40 +
 x2goserver/bin/x2gofeaturelist                     |   33 +
 x2goserver/bin/x2gogetapps                         |  231 +++
 x2goserver/bin/x2gogetservers                      |   37 +
 x2goserver/bin/x2golistdesktops                    |  119 ++
 x2goserver/bin/x2golistmounts                      |   40 +
 x2goserver/bin/x2golistsessions                    |  154 ++
 x2goserver/bin/x2gomountdirs                       |  415 +++++
 x2goserver/bin/x2gopath                            |   46 +
 x2goserver/bin/x2goresume-session                  |  292 ++++
 x2goserver/bin/x2goruncommand                      |  372 +++++
 x2goserver/bin/x2gosessionlimit                    |  113 ++
 x2goserver/bin/x2gosetkeyboard                     |   92 ++
 x2goserver/bin/x2gostartagent                      |  479 ++++++
 x2goserver/bin/x2gosuspend-session                 |   82 +
 x2goserver/bin/x2goterminate-session               |   68 +
 x2goserver/bin/x2goumount-session                  |  272 ++++
 x2goserver/bin/x2goversion                         |   52 +
 x2goserver/doc/README.sudoers                      |   22 +
 x2goserver/doc/README.upgrade-pgsql-database       |   42 +
 x2goserver/etc/logcheck/ignore.d.server/x2goserver |    4 +
 x2goserver/etc/sudoers.d/x2goserver                |    1 +
 x2goserver/etc/x2go_logout                         |   12 +
 x2goserver/etc/x2go_logout.d/010_userscripts.sh    |    3 +
 x2goserver/etc/x2goagent.options                   |   36 +
 x2goserver/etc/x2goserver.conf                     |   13 +
 x2goserver/etc/x2gosql/sql                         |   14 +
 x2goserver/lib/x2gochangestatus                    |   40 +
 x2goserver/lib/x2gocreatesession                   |   45 +
 x2goserver/lib/x2godbwrapper.pm                    |  676 ++++++++
 x2goserver/lib/x2gogetagent                        |   38 +
 x2goserver/lib/x2gogetagentstate                   |   61 +
 x2goserver/lib/x2gogetdisplays                     |   39 +
 x2goserver/lib/x2gogetports                        |   40 +
 x2goserver/lib/x2gogetstatus                       |   40 +
 x2goserver/lib/x2goinsertport                      |   42 +
 x2goserver/lib/x2goinsertsession                   |   42 +
 x2goserver/lib/x2golistsessions_sql                |   72 +
 x2goserver/lib/x2gologlevel                        |   28 +
 x2goserver/lib/x2gologlevel.pm                     |   50 +
 x2goserver/lib/x2goresume                          |   43 +
 x2goserver/lib/x2gormforward                       |   60 +
 x2goserver/lib/x2gormport                          |   41 +
 x2goserver/lib/x2gosqlitewrapper.pl                |  558 +++++++
 x2goserver/lib/x2gosuspend-agent                   |   43 +
 x2goserver/lib/x2gosyslog                          |   38 +
 x2goserver/lib/x2goutils.pm                        |   65 +
 x2goserver/man/man5/x2goserver.conf.5              |   73 +
 x2goserver/man/man8/x2gobasepath.8                 |   23 +
 x2goserver/man/man8/x2gocmdexitmessage.8           |   28 +
 x2goserver/man/man8/x2godbadmin.8                  |   24 +
 x2goserver/man/man8/x2gofeature.8                  |   30 +
 x2goserver/man/man8/x2gofeaturelist.8              |   30 +
 x2goserver/man/man8/x2gogetapps.8                  |   58 +
 x2goserver/man/man8/x2gogetservers.8               |   25 +
 x2goserver/man/man8/x2golistdesktops.8             |   36 +
 x2goserver/man/man8/x2golistmounts.8               |   37 +
 x2goserver/man/man8/x2golistsessions.8             |   54 +
 x2goserver/man/man8/x2golistsessions_root.8        |   29 +
 x2goserver/man/man8/x2gomountdirs.8                |   68 +
 x2goserver/man/man8/x2gopath.8                     |   28 +
 x2goserver/man/man8/x2goresume-session.8           |   32 +
 x2goserver/man/man8/x2goruncommand.8               |   50 +
 x2goserver/man/man8/x2gosessionlimit.8             |   21 +
 x2goserver/man/man8/x2gosetkeyboard.8              |   34 +
 x2goserver/man/man8/x2goshowblocks.8               |   26 +
 x2goserver/man/man8/x2gostartagent.8               |   85 +
 x2goserver/man/man8/x2gosuspend-session.8          |   31 +
 x2goserver/man/man8/x2goterminate-session.8        |   29 +
 x2goserver/man/man8/x2goumount-session.8           |   42 +
 x2goserver/man/man8/x2goversion.8                  |   38 +
 x2goserver/sbin/x2gocleansessions                  |  383 +++++
 x2goserver/sbin/x2godbadmin                        |  589 +++++++
 x2goserver/sbin/x2golistsessions_root              |  133 ++
 x2goserver/sbin/x2goshowblocks                     |   48 +
 x2goserver/share/x2gofeature.d/x2goserver.features |   44 +
 x2goserver/x2gosqlitewrapper.c                     |   32 +
 142 files changed, 11586 insertions(+)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..73a2999
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,1633 @@
+x2goserver (4.0.1.20-0x2go1) unstable; urgency=low
+
+  [ Mike DePaulo ]
+  * New upstream version (4.0.1.20):
+    - TERMINAL Session: Add support for qterminal
+      (Lightweight terminal emulator written in Qt)
+    - TRINITY: Add support for Q4OS
+
+  [ Mihai Moldovan ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't
+      parse the full desktop file if there are non-Desktop Entries groups.
+      Based on a patch submitted by Jason Alavaliant. Fixes: #812.
+    - x2goserver/bin/x2gogetapps: do not print spurious newlines.
+    - Change string "X2go" to "X2Go" where appropriate.
+    - Add runcommand.d hooks to x2goserver-extensions Makefile.
+    - x2goserver/bin/x2gosessionlimit: don't iterate over the whole groups
+      file. Only check the primary and secondary groups as returned by
+      getgid()/getgroups(). Fixes long delays in session startup on machines
+      with a gazillion of groups.
+    - x2goserver/sbin/x2gocleansessions: re-fetch the current sessions' status
+      before handling it. Using the "cached" value from the initial
+      x2golistsessions run may be desynchronized with the actual current
+      value. Avoids a race condition logging users out after they attached to a
+      session.
+    - x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_since to
+      %remembered_sessions_status_since. That's what it really is. Add
+      comments to further clarify what it's actually doing. Change it to
+      include a timestamp instead of the "iteration count multiplied by two"
+      value. Compare timestamps to see if killing hanging nxagent processes is
+      necessary.
+    - x2goserver/sbin/x2gocleansessions: rename
+      %remembered_sessions_status_since to
+      %remembered_sessions_status_since_time. Add
+      %remembered_sessions_status_since_iterations that will come in handy for
+      the next change.
+    - x2goserver/sbin/x2gocleansessions: give suspended-but-running sessions a
+      grace period of one iteration. Fixes: #888.
+    - x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace.
+    - x2goserver/sbin/x2gocleansessions: move up session status sync a bit,
+      don't update session state when session has been removed from the
+      database.
+    - x2goserver/sbin/x2gocleansessions: unify log messages. Move dangling
+      line around.
+    - x2goserver/sbin/x2gocleansessions: whitespace only.
+    - x2goserver/sbin/x2gocleansessions: also delete entries in the other,
+      overlooked hashes.
+    - x2goserver/sbin/x2gocleansessions: move socket and lock file cleanup
+      into time-based block for finished/failed sessions.
+    - x2goserver/sbin/x2gocleansessions: add @remembered_finished_sessions
+      array. Merge with session list as queried from the database (won't
+      include finished/failed sessions) and remember F-state sessions via this
+      array. Only delete elements once work on these has been finished.
+    - x2goserver/sbin/x2gocleansessions: don't add failed/finished sessions to
+      remembered list if that list already includes them.
+    - x2goserver/sbin/x2gocleansessions: don't use gmtime (time ()) but merely
+      time (). The former one returns a formatted date-time string, which
+      can't be checked by forming a difference. The latter one returns an UNIX
+      timestamp, which is what we really want... minus leap seconds. Let's
+      hope this doesn't bite back some time or later...
+    - x2goserver/sbin/x2gocleansessions: add debugging output to show the
+      state change when updating the cached state result.
+    - x2goserver/sbin/x2gocleansessions: only output status refreshing debug
+      message if the old and new states actually differ. Prevents log spam.
+    - x2goserver/bin/x2gostartagent: changes to Robert Nowotny's SSH_PORT
+      patch. Fixes: #922. Use default outgoing interface to determine IP
+      address. Use the whole range of ${RANDOM}'s pool. Seed it for good
+      measure. Change the default method to randomization instead of IP-based
+      initialization. If IP-based initialization was requested but the default
+      outgoing IP address unavailable, fall back to randomization.
+    - x2goserver/bin/x2goruncommand: whitespace and comment changes only.
+    - x2goserver/bin/x2gocleansessions: replace system_capture_stdout_output()
+      with actual implementation. We don't have that function on the release
+      branch.
+    - x2goserver-xsession/etc/Xsession: use /bin/bash explicitly on RedHat-,
+      Gentoo- and SuSE-based systems. Users might change /bin/sh to point to a
+      shell like mksh or dash, which do not support the -l or -c flags to
+      exec. C.f., BGO #575022 (Gentoo.)
+    - x2goserver/bin/x2gomountdirs: remove blowfish Cipher spec hardcoded for
+      sshfs mounts. The speed improvement is probably mostly an illusion
+      (unless talking about high-bandwidth links) and more importantly recent
+      OpenSSH server versions seem to disable the Blowfish cipher by default,
+      leading to errors like "Connection reset by peer."
+    - x2goserver/bin/x2goruncommand: whitespace only.
+    - x2goserver/sbin/x2gocleansessions: add Perl documentation and --help,
+      -h, -? and --man options. Fixes: #1065. Also print a usage message on
+      unknown options.
+    - x2goserver/man/man8/x2gocleansessions.8: drop obsolete man page.
+    - x2goserver-xsession/etc/Xsession: fix uname calls when (potentially)
+      creating session log/error file and add uname call where necessary.
+    - x2goserver-xsession/etc/Xsession: include hostname in
+      xsession-x2go-errors file name. Part of #923.
+    - x2goserver-xsession/etc/Xsession: rotate old log/error file before
+      appending new data. Fixes: #923.
+    - x2goserver-xsession/etc/Xsession: fix wrong variable usage.
+      Fixes: #1073.
+    - x2goserver/sbin/x2gocleansessions: move in-file POD to end of file,
+      rather than "commenting" out all the remaining code. Fixes: #1068.
+    - x2goserver/sbin/x2godbadmin: exit earlier when not finding the required
+      "x2gouser" user.
+  * x2goserver.spec:
+    - Add sudo and logcheck as BuildRequires and Requires. Don't own
+      directories that are owned by sudo and logcheck. Logcheck is not
+      available on *SUSE, FC < 20 and RHEL, so for those distros still own the
+      directories.
+    - Typo fix in comment: Recommands -> Recommends.
+    - Fix installation on OpenSUSE 12.3 and higher: has replaced pwdutils with
+      shadow. Also affects SLE{S,D} 12.
+    - Add workaround documentation for sudoers on *SUSE 11.
+    - Add shadow/shadow-utils/pwdutils Requires to x2goserver-printing
+      sub package.
+    - Add new dependency on bash.
+    - Add new dependency on xkeyboard-config to x2goserver. Fixes: #903.
+    - Add new dependency on perl and the Cwd module to x2goserver-xsession.
+      Part of #923.
+  * debian/control:
+    - Add new dependency on bash.
+    - Add new dependency on xkb-data to x2goserver.
+    - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
+    - Uploaders: add myself. Also, force a rebuild due to the changed
+      versioning.
+    - Add new dependency on perl-modules for Cwd. Part of #923.
+
+  [ Henning Heinold ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/sbin/x2godbadmin: remove trailing whitespace.
+    - x2goserver/sbin/x2godbadmin: revoke all PRIVILEGES before trying to
+      delete a user on postgres. Fixes: #889.
+
+  [ Mike Gabriel ]
+  * debian/x2goserver.preinst:
+    + Use proper comment header explaining about preinst script argument
+      calls (not postinst).
+
+  [ Robert Nowotny ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/bin/x2gostartagent: original patch for SSH_PORT
+      randomization/IP-based initialization. Submitted as #922.
+
+  [ Stefan Baur ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/bin/x2goruncommand: add the other trinity launcher scripts in
+      order from newest to oldest. Fixes: #985.
+
+  [ Tor Perkins ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/bin/x2goruncommand: capture x2goruncommand debug output for
+      x2gofeature X2GO_XSESSION.
+
+  [ Orion Poplawski ]
+  * New upstream version (4.0.1.20):
+    - x2goserver/bin/x2golistdesktops: drop -u parameter to ss. Fixes: #799.
+      We would filter out UDP sockets later anyway and the combination -lxu is
+      known to be broken with some versions of iproute2.
+
+ -- X2Go Release Manager <git-admin at x2go.org>  Sun, 20 Nov 2016 12:39:36 +0100
+
+x2goserver (4.0.1.19-0x2go2) UNRELEASED; urgency=low
+
+  [ Mihai Moldovan ]
+  * New upstream version (4.0.1.19):
+  * x2goserver.spec:
+    - Do not search for unavailable file in x2goserver's post
+      install script.  Fixes installation bugs reported by Michael DePaulo.
+    - Add support for %{_datadir}/applications symlink in %{_sysconfdir}/x2go.
+      + Add creation and deletion bits to %post and %preun scriptlets.
+      + Refactor %post, %pre, %postun and %preun scriptlets to accommodate for
+        last change.
+      + Don't use %{_sbindir} for chkconfig and service on SLE{S,D}.
+        %{_sbindir} is a macro for /usr/sbin/, whereas chkconfig and service
+        reside in /sbin/.
+    - Change deprecated and removed PreReq to Requires(pre) header.
+    - Only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL.
+    - Fix RPM build failure due to misplaced fi in %pre scriptlet.
+    - %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds.
+
+ -- X2Go Release Manager <git-admin at x2go.org>  Fri, 06 Mar 2015 05:37:18 +0100
+
+x2goserver (4.0.1.19-0x2go1) unstable; urgency=medium
+
+  [ Mike Gabriel ]
+  * New upstream version (4.0.1.19):
+    - Use File::Which to detect if sshfs command is available
+      before trying to mount a client-side folder.
+    - Be a bit more tolerant when trying to detect if a
+      desktop icon is to be removed (using regexp, not
+      eq).
+    - Xsession script: Prevent bash failures when sourcing external bash
+      scripts beyond our scope. (Fixes: #632, #675).
+    - x2gogetapps: Support scanning of sub-directories when searching for
+      .desktop files. We allow to dive down one level into subdirs, we on
+      purpose do not recursively dive into the complete subtree. (Fixes: #633).
+    - Make man2html an optional tool. Don't fail if it is missing on the
+      build system (required for openSUSE/SLES builds).
+    - Fix x2goserver-xsession/Makefile on SUSE. Detect SUSE distro and create
+      Xsession related directory symlinks (xinitrc.d and Xclients.d).
+    - Hack for x2goserver-xsession/Makefile during SUSE builds. If
+      directoy /usr/share/doc/packages/brp-check-suse is present, the build env
+      is also considered to be a SUSE system.
+    - Trigger Xsession code for SUSE systems (look for /etc/SUSE-brand or
+      /etc/SuSE-release for SUSE system recognition). (Fixes: #671).
+    - x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function.
+      Return the exitcode of execve().
+    - Fix gramma in error message (in x2goresume-session).
+    - x2gocleansessions: Call x2gormforward also on terminated sessions. This
+      will make sure that re-assigned ports are really available on new session
+      startup.
+    - x2golistsessions(_root): Only update session state in session DB if
+      x2goagent's state file really exists. This addresses a problem that occurs
+      when x2golistsessions gets called via an x2gobroker-agent. The
+      x2golistsessions script may show session states (--all-servers) of
+      sessions on other servers that have session states files on their remote
+      /tmp dirs. These files are not accessible for that x2golistsessions script
+      and should simply be ignored. (Fixes: #638).
+    - Provide pam_namespace support for has_agent_state_file() function.
+    - Fix missing session list output if state file does not exist on the
+      machine that runs x2golistsessions(_root).
+    - Accept more verbose "DENY" output from x2godesktopsharing.
+    - Make sure that all "su"-to-user-contexts use /bin/sh for wrapping around
+      the executed command (in x2gocleansessions and x2golistsessions_root).
+    - Also enforce /bin/sh as shell in su command in x2goprint.
+    - README.i18n: Add file that explains the translation workflow for
+      this package. Thanks to Mark Pedersen-Cook for drafting this file.
+    - Make SSH agent forwarding work after having reconnected via SSH and
+      having resumed a session. (Fixes: #672). Thanks to Robert Siemer for
+      coming up with that idea.
+    - Fix cross-user X2Go Desktop Sharing after being broken by implementing
+      clipboard mode feature (and probably other code changes).
+    - Document session startup / resumption failures (and their reasons) in
+      server-side log output.
+    - Handle AD domain users gracefully when X2Go is used with SQLite DB
+      backend. (Fixes: #664).
+    - Improve sanitizer, use 'x2gosid' sanitizer for session IDs everywhere.
+      Drop unused 'pnixusername' sanitizer in 4.0.1.x release of X2Go Server.
+    - Allow usernames in session IDs of length 48 chars.
+    - Start sshfs with a timeout of 30 seconds (because it never finishes if
+      something is wrong with the client-side TCP socket). Also remove/unmount
+      mountpoints erroneously registered sshfs mountpoints if sshfs command
+      times out. Furthermore, print errors to STDERR (not STDOUT). (Fixes:
+      #405).
+    - Handle execution of ss command from Perl script x2golistdesktops in a way
+      that not only works on Debian, but also on Fedora et al. (Fixes: #727).
+    - Provide legacy support for old File::Path packages in x2godbadmin.
+      (Fixes: #715).
+    - Fix wrong evocation of x2gosyslog ("error" -> "err").
+    - Use "undef $dbh" instead of "$dbh->disconnect()". Fixes SQLite3 issues on
+      SLE 11.x.
+    - Only call $dbh->sqlite_busy_timeout() if the $dbh object is capable of
+      that. Works around a too-old DBD::SQLite package on SLE 11.x.
+    - Legacy for applications (and X2Go scripts) that expect $SSH_CLIENT to be
+      set in the X2Go session's environment. (Fixes: #644).
+    - Add man page for x2gogetapps. Weave into that a security / disclaimer
+      message as proposed by Stefan Baur. (Fixes: #728).
+  * debian/control:
+    + Add D (x2goserver): libfile-which-perl.
+    + Add C (x2goserver: x2godesktopsharing (<< 3.1.1.2-0~). (Fixes: #700).
+    + Bump Standards: to 3.9.6. No changes needed.
+    + Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to
+      Heinrich Schuchardt for providing information on this.
+    + Upgrade to D again (bin:package x2goserver): xfonts-base (Fixes: #770).
+  * debian/x2goserver.docs:
+    + Install README.i18n file into bin:package x2goserver.
+  * x2goserver.spec:
+    + Add to R: perl(File::Which).
+    + Additionally adapt to building on openSUSE/SLES.
+    + No shell expansion possible in obs-build, detect perl version only for
+      non-SUSE builds.
+    + Add to R: x2goserver-xsession.
+    + Don't mention /etc/x2go/x2gosql/sql twice (directly and with wildcard).
+    + No %{_sysconfdir}/x2go/Xclients.d on SUSE systems.
+    + Use %{_localstatedir} instead of %{_sharedstatedir}.
+    + Use proper if... then... clauses.
+    + For SUSE builds: Add to R: shadow (useradd, groupadd).
+    + Replace historical "egrep" with "grep -E".
+    + Systemd support for SUSE >= 12.10.
+    + Set %defattr macro for every bin:package.
+    + SUSE and Fedora/RHEL have different package group names.
+    + Add x2goserver-rpmlintrc file to handle some rpmlint errors and warnings.
+    + SUSE has openssh, but no openssh-server.
+    + Add to R (x2goserver): perl-X2Go-Server.
+    + Add to R (diverse): perl(Config::Simple), perl(Switch) and
+      perl(Capture::Tiny).
+    + Add to R (x2goserver): perl(File::BaseDir).
+    + Don't hard-code /var/lib/ in $HOME path of to-be-created user
+      "x2gouser".
+    + Add to BR: findutils.
+    + For Fedora-like systems, don't make x2goserver bin:package authoritative
+      for non-X2Go directories. (Fixes: #676).
+    + Remove macro call %systemd_pre for Fedora/EPEL-7 builds. No such macro in
+      Fedora/RHEL7. (Fixes: 698).
+    + Create system user x2gouser with $HOME in /var/lib/x2go. (Fixes: #697).
+    + Always set BuildRoot: parameter.
+    + BuildRequires: SUSE <= 11.3 has xorg-x11, not xinit.
+    + Requires (x2goserver-xsession): SUSE <= 11.3 has xorg-x11, not xinit.
+    + No Bashisms in scriptlets.
+    + rpmlint requires shared-mime-info at build time on SLE <= 11.3.
+    + "%set_permissions" / "%verify_permissions" macros are not know in SLE <=
+      11.3. Using "%run permissions" and "%verify permissions" instead.
+    + On SUSE, add permissions.d/x2goserver.
+    + Fix SQLite wrapper permissions (02775 -> 02755)
+    + Use if then clauses for creating user/group x2goprint.
+
+  [ Matthew L. Dailey ]
+  * New upstream version (4.0.1.19):
+    - x2gocleansessions: Redirect stdin, stdout and stderr to /dev/null, test
+      for the existence of the file descriptor before issuing the close,
+      only capture the file descriptor backreference in the regex and
+      send any close failures to syslog. (Fixes: #678).
+
+  [ Lars Wendler ]
+  * New upstream version (4.0.1.19):
+    - Use "printf" instead of "echo -n". (Fixes: #668).
+
+ -- X2Go Release Manager <git-admin at x2go.org>  Tue, 24 Feb 2015 21:49:22 +0100
+
+x2goserver (4.0.1.18-0x2go1) unstable; urgency=medium
+
+  [ Horst Schirmeier ]
+  * New upstream release (4.0.1.18):
+    - Remove stale X11 lock files in cases where x2goagent mysteriously
+      disappeared (e.g., due to kill -9 or a crash). (Fixes: #630).
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 06 Oct 2014 22:27:42 +0200
+
+x2goserver (4.0.1.17-0x2go1) unstable; urgency=medium
+
+  * New upstream release (4.0.1.17):
+    - Fix breakage of X2Go Server when upgrading from 4.0.1.15 while
+      sessions are still in running / suspended state. (Fixes: #623).
+    - Handle stale X11 socket files in cases where x2goagent has
+      mysteriously disappeared (e.g. kill -9). (Fixes: #626).
+    - Make sure that incompletely started up sessions get wiped from the
+      session DB after 10 seconds.
+    - Fix unreliable removal of client-side folder sharing desktop
+      icons.
+    - Update date in several man pages.
+  * debian/control:
+    + Upgrade x2goserver-xsession from Suggests: to Recommends:.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 03 Oct 2014 17:09:23 +0200
+
+x2goserver (4.0.1.16-0x2go1) unstable; urgency=low
+
+  [ Mike DePaulo ]
+  * New upstream release (4.0.1.16):
+    - Make X2Go Server aware of the Openbox desktop environment
+      (Command: OPENBOX) (Fixes: #605)
+    - Make X2Go Server aware of the IceWM desktop environment
+      (Command: ICEWM) (Fixes: #606)
+    - Support GNOME Flashback session (GNOME 3.8+) on distro releases such as
+      Ubuntu 13.10+ and debian Jessie
+      (NOTE: For most users, GNOME Flashback currently will not work.
+       This requires that gnome-flashback.session actually be installed. Not
+       every Linux distro has it available.
+       It also requires that the gnome-session binary not require
+       hardware 3D acceleration for said session. Currently, upstream GNOME
+       and GNOME 3.8+ in all Linux distros do require this, only 3rd party
+       builds do not. See X2Go bug #599 for example.)
+      (Thanks Eugene San (eugenesan at gmail.com))
+    - Fix launching GNOME 3 Fallback session (GNOME 3.4 & 3.6) on distros other
+      than Ubuntu and Debian (Fixes: #599)
+    - Fix support for Cinnamon 1.4 (Linux Mint 13) (Fixes: #569)
+    - Fix the logic for launching Cinnamon 2.0 and 2.2 (Linux Mint 17).
+      (Fixes: #572)
+      NOTE: Fixing this bug in x2goserver is not sufficient to make Cinnamon 2.0
+      & 2.2 to work properly with X2Go. Bug #150 in nx-libs is still a problem.
+      Fixing this bug enables Cinnamon 2.0 and 2.2 to launch to their
+      "fallback mode", which has many bugs and missing features when compared to
+      "software rendering" mode (cinnamon2d), but is still better than nothing.
+  * debian/rules:
+    + Improve dh_auto_clean override.
+
+  [ Mike Gabriel ]
+  * New upstream version (4.0.1.16):
+    - Let x2goversion exit with an error if the X2Go component cannot be
+      found.
+    - Detect terminated sessions from NX log file. Also interpret a session as
+      terminated if terminating just has started.
+    - Detect started/starting/resumed/resuming sessions by explicitly scanning
+      the NX session log file for those keywords.
+    - Interpret NX sessions marked as "aborting session" as (not yet) terminated
+      sessions.
+    - Provide config option for server-side/global clipboard behaviour in
+      x2goagent.options. (Fixes: #506).
+    - Be aware of poly-instantiated /tmp directories bind-mounted under
+      /tmp-inst. (Fixes: #406).
+    - On suspend: Call x2goumount-session before sending SIGHUP to x2goagent.
+    - Refuse client communcation if server-side hostname is not set up
+      correctly (Fixes: #468).
+    - Fix string comparison in x2goumount-session.
+    - Fix problems with unmounting shared folders on session suspension/
+      termination. Remove extra parentheses from the fusermount execution
+      call. (Fixes: #407).
+    - Use type -p instead of which in x2goumount-session. Suppress output
+      to stdout properly.
+    - Use if--then--else--fi during x2goagent resuming in x2goresume-session
+      script.
+    - More reliably sync the NX session state with the status information in
+      the X2Go session DB.
+    - x2golistdesktops: Also detect sharable desktop sessions behind abstract
+      kernel namespace sockets.
+    - Add logcheck rules for X2Go Server. Thanks to Frank Werner for sending
+      them in.
+    - Correctly use diversions from stderr to stdout in shell commands.
+      (Fixes: #520).
+    - Don't die if no session state file is found, as it will break X2Go
+      completely after upgrading from versions << 4.0.1.16 if sessions
+      are still running/suspended during package upgrade.
+    - Provide support for client-side choice of clipboard security. (Fixes:
+      #524).
+    - Use more quotes in x2goruncommand.
+    - Detect the exit of rootless applications that forked to background on
+      application execution. (Fixes: #122).
+    - Make x2goruncommand more robust.
+    - Don't fail Xsession startup if any of the profile scripts returns
+      with an error.
+    - Silently timeout in x2golistdesktops if calls to x2golistsessions and/or
+      xwininfo don't produce output within one second. (Fixes: #543).
+    - Allow email addresses as login usernames. (Fixes: #573).
+    - Abort session startup if env var $USER or $SSH_CLIENT are not set.
+      (Fixes: #558).
+    - Allow length of username up to 48 characters (was: 32 characters). (Fixes:
+      #574).
+    - Abort session if env var $HOME is not set or if $HOME contains non-ASCII
+      characters. (Fixes: #397).
+    - Export XAUTHORITY env var in x2goruncommand to enable privilege upgrade
+      for applications started via pkexec. (Fixes: #458).
+    - x2gocleansessions: Don't print to stderr if the session state file cannot
+      be found. This can happen during session startups. Report to system log
+      instead.
+    - Don't use Perl package File::ReadBackwards anymore.
+    - Fix x2gormforward for 4.0.1.x release series (the X2Go::Log Perl module
+      only exists in X2Go Server >= 4.1.0.0, the 4.0.1.x release series has to
+      use x2gologlevel.pm in `x2gopath lib`. (Fixes: #617).
+    - Pick x2gogetagentstate from 4.1.0.0 release series and adapt to usage
+      with X2Go Server 4.0.1.x. (Fixes: #619).
+  * debian/control, x2goserver.spec:
+    + Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
+      works with poly-instantiated /tmp directories.
+    + Make sure x2gogetagentstate gets packaged in bin:package x2goserver.
+    + Bump Standards: to 3.9.5. No changes needed.
+    + Mark x2goserver-pyhoca bin:package as deprecated.
+    + Drop D (x2goserver): libfile-readbackwards-perl.
+  * x2goserver.spec:
+    + Install {libdir}/x2go/x2gormforward into bin:package x2goserver.
+    + Drop R (x2goserver): perl(File::ReadBackwards).
+
+  [ Oleksandr Shneyder ]
+  * New upstream version (4.0.1.16):
+    - x2gostartagent, x2golistsession, x2gosuspend-session and
+      x2goresume-session getting agent state from ~/.x2go/C-$SID/state. This
+      should help to avoid session damage. Remove nxcleanup. (Fixes: #302,
+      #511).
+    - Move session file to /tmp/.x2go-$USER. (Fixes: #523).
+    - Fix x2gostartagent failures if kbd is not "auto". Remove comma at end of
+      options file.
+    - Set default value for clipboard to "both" in x2gostartagent and
+      x2goresume-session.
+    - Clean user SSHD process if connection between server and client lost.
+      This should fix error "Global request tcpip-forward failed". (Fixes:
+      #495, #547).
+
+  [ Orion Paplowski ]
+  * x2goserver.spec:
+    + Sync Fedora .spec file with our upstream-provided x2goserver.spec.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 26 Sep 2014 00:36:32 +0200
+
+x2goserver (4.0.1.15-0x2go1) unstable; urgency=low
+
+  * New upstream release (4.0.1.15):
+    + Fix hanging of x2goserver init script. Cherry-pick a322d8c from master
+      branch. (Fixes: #471).
+    + Add COPYING (GPL-2) file to base project folder.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 03 Apr 2014 11:35:50 +0200
+
+x2goserver (4.0.1.14-0x2go1) unstable; urgency=low
+
+  [ Mike Gabriel ]
+  * New upstream release (4.0.1.14):
+    - Log SSHFS output and errors to ~/.x2go/C-<session>/sshfs-mounts.log.
+      (Fixes: #415).
+    - If x2golistmounts is used without cmd option <session_id>, then
+      the env var $X2GO_SESSION (current session) will be attempted to use.
+    - If x2goumount-session is used without cmd option <session_id>, then
+      the env var $X2GO_SESSION (current session) will be attempted to use.
+    - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
+      via x2goagent.options. (Fixes: #424).
+    - Safely remove desktop files for client-side shared folders. Remove
+      the correct desktop file, even if the shared folder has already
+      been (forcefully) umounted. Such situations occur in cases where
+      the connection gets interrupted. SSHFS will then get removed by the
+      Linux kernel and we have to "guess" what desktop icons is actually
+      to be removed.
+    - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
+      #441).
+    - Provide proper Gentoo support in x2goserver-xsession portion of
+      X2Go Server. (Fixes: #445).
... 11547 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goserver.git



More information about the pkg-remote-commits mailing list