aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.0.26redist-server/3.5.0.26redist-client/3.5.0.26Mike Gabriel2014-06-301-2/+2
|
* Fix patch names...Mike Gabriel2014-06-304-3/+7
| | | | | | | | * Fix patch names: + 212_nxcomp_build-on-Android.patch -> 212_nxcomp_build-on-Android.full+lite.patch + 302_nx-X11_xkbbasedir-detection.patch -> 302_nx-X11_xkbbasedir-detection.full.patch
* Continue development...Mike Gabriel2014-06-303-2/+8
|
* release 3.5.0.25redist-server/3.5.0.25redist-client/3.5.0.25Mike Gabriel2014-06-301-2/+2
|
* changelog fixMike Gabriel2014-06-291-14/+14
|
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when ↵Mike Gabriel2014-06-294-1/+259
| | | | build against the Android system. (Fixes: #339).
* update patch name in changelogMike Gabriel2014-06-271-4/+5
|
* update changelog, update patchesMike Gabriel2014-06-276-13/+13
|
* Rename Patches 210 and 211. Update series file.Oleksandr Shneyder2014-06-274-2/+3
|
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard option ↵Mike Gabriel2014-06-274-1/+57
| | | | configurable in nxagent via NX options as addition to the command line parameter -clipboard. Note that the command line parameter overrides the clipboard NX option. Possible values are both or 1, client, server, none or 0.
* Add 211_nxcomp_set_default_options.patch. Set default arguments for options ↵Oleksandr Shneyder2014-06-253-0/+31
| | | | 'link' and 'pack' to avoid session damage by resuming with incorrect options file.
* Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path ↵Oleksandr Shneyder2014-06-253-0/+195
| | | | specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED.
* Revert "Add 210_nxagent_nxcomp_save_session_state.patch. Save session state ↵Oleksandr Shneyder2014-06-252-7/+0
| | | | | | in path specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED." This reverts commit fcd9b71bc912fa0d56b935fe0f3c06bec25d1124.
* Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path ↵Oleksandr Shneyder2014-06-252-0/+7
| | | | specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED.
* fix changelog entry for patch 057Mike Gabriel2014-06-221-1/+1
|
* fix Description: in patch 057Mike Gabriel2014-06-221-1/+1
|
* Rename patches to match our naming scheme:Mike Gabriel2014-06-228-6/+14
| | | | | | | | | + 008_nxcomp_sa-restorer.full+lite.patch + 009_nxagent_add-man-page.full.patch + 009_nxproxy_add-man-page.full+lite.patch + 056_nx-X11_Werror-format-security.full.patch + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch
* renmae patch 057Mike Gabriel2014-06-222-1/+1
|
* update description for patch ↵Mike Gabriel2014-06-211-2/+3
| | | | 057_nx-X11-bigendian-ppc64-no-session-window.full.patch as proposed by the patch author
* Update patches, to make them apply cleanly after above changes:Mike Gabriel2014-06-214-9/+13
| | | | | | + 056_nx-X11-Werror-format-security.full.patch + 108_nxagent_wine-close-delay.full.patch + 300_nxagent_set-wm-class.full.patch
* fix 057, rebaseMike Gabriel2014-06-211-0/+26
|
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g. when ↵Mihai Moldovan2014-06-213-0/+72
| | | | globally setting -DDEBUG and -DTEST at build time).
* Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more Big ↵Mihai Moldovan2014-06-212-16/+40
| | | | Endian robust by assigning correct types for socklen_t objects.
* Improve 105_nxagent_export-remote-keyboard-config.full.patch. Don't print ↵Mihai Moldovan2014-06-212-3/+23
| | | | out nonsensical information, if there really was no error when creating the keyboard file or the other way around. Also add the reason when failing to create the keyboard file. Only print an error message if SessionPath *really* is not defined.
* Add 057_nx-X11-bigendian-ppc64-no-session-window.patch. Fix failures in ↵Mihai Moldovan2014-06-213-4/+52
| | | | session windows coming up on Big Endian systems like PPC64. (Fixes: #516).
* update last committed patch, fix EOL styleMike Gabriel2014-06-151-16/+14
|
* giving credits to Mihai for digging out patch 029_nxcomp_ppc64.full+lite.patchMike Gabriel2014-06-151-0/+2
|
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on Big Endian ↵Mike Gabriel2014-06-153-0/+19
| | | | systems (like PPC64). (Fixes: #515).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir test for ↵Mike Gabriel2014-06-133-0/+88
| | | | xkb/rules/base instead of testing for deprecated file xkb/keymap.dir. (Fixes: #40).
* Make 016_nx-X11_install-location.debian.patch cleanly apply again.Mike Gabriel2014-06-112-1/+2
|
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local ↵Mike Gabriel2014-06-113-0/+303
| | | | socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7.
* Wrap too-long-line in changelog.Mike Gabriel2014-06-111-2/+2
|
* fix patch nameMike Gabriel2014-06-113-3/+3
|
* Make 220_nxproxy-bind-loopback-only.full+lite.patch cleanly apply after ↵Mike Gabriel2014-06-112-4/+6
| | | | having added 027_nxcomp_abstract-X11-socket.patch.
* Add 027_nxcomp_abstract-X11-socket.patch. In proxy mode server let NX proxy ↵Mike Gabriel2014-06-113-0/+61
| | | | attempt connecting to the abstract X11 socket first, and only fallback to the file system socket, if the abstract socket is not available. (Fixes: #505).
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64 architectures. ↵Mike Gabriel2014-05-093-1/+80
| | | | (Fixes: #490).
* Continue development...Mike Gabriel2014-05-073-2/+8
|
* release 3.5.0.24redist-server/3.5.0.24redist-client/3.5.0.24Mike Gabriel2014-05-071-4/+4
|
* Configurable keystrokes: Don't ignore first XML element in keystrokes.cfg ↵Mike Gabriel2014-05-072-2/+5
| | | | anymore. (Fixes: #488).
* Update 320_nxagent_configurable-keystrokes.full.patch: The keystrokes config ↵Mike Gabriel2014-05-072-9/+10
| | | | file's default name now is keystrokes.cfg (plural).
* Debian lintian: Fix: nx-libs source: not-binnmuable-all-depends-any ↵Mike Gabriel2014-05-072-1/+3
| | | | x2goagent -> nxagent.
* Make sure, patch 056_nx-X11-Werror-format-security.full.patch gets included ↵Mike Gabriel2014-05-073-1/+3
| | | | into rolled tarball (by renaming *.patch to *.full.patch).
* Clean debian/patches/series: Remove commented out patches.Mike Gabriel2014-05-072-2/+1
|
* Continue development...Mike Gabriel2014-05-063-2/+8
|
* release 3.5.0.23redist-server/3.5.0.23redist-client/3.5.0.23Mike Gabriel2014-05-061-2/+2
|
* fix changelogMike Gabriel2014-05-061-2/+2
|
* nxagent: add patch to fix refresh error on RDP connections to Windows 2012 ↵Oleksandr Shneyder2014-05-063-0/+19
| | | | if speed=ADSL.
* Add patch: 056_nx-X11-Werror-format-security.patch. Fix more ↵Mike Gabriel2014-03-293-0/+111
| | | | -Werror=format-security errors that only show up on ARM builds. (Fixes: #423).
* nx-libs.spec: Build our imake against xorg-x11-proto-devel.Mike Gabriel2014-01-282-0/+4
|
* debian/control: Build our imake against x11proto-core-dev headers.Mike Gabriel2014-01-282-1/+5
|