diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
commit | 29ba23c6c47d785eeca129a6150fdbe8a1092a76 (patch) | |
tree | ea3334bff3bb6b1c68bb6ee83a74da448f10aa68 /packages/nxcl/files/publicKey.patch | |
parent | e8e3c039fb38198bef8b09cdcf43b9334a2acbfa (diff) |
libnxcl: various updates from my work for the n810
* adding ssh proxy support
* delete the client logfiles option
* warnings about ssh errors
* better ssh-key handling
* bump PR
Diffstat (limited to 'packages/nxcl/files/publicKey.patch')
-rw-r--r-- | packages/nxcl/files/publicKey.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/nxcl/files/publicKey.patch b/packages/nxcl/files/publicKey.patch new file mode 100644 index 0000000000..bdb86f9e1a --- /dev/null +++ b/packages/nxcl/files/publicKey.patch @@ -0,0 +1,12 @@ +Index: nxcl-0.9/lib/nxdata.h +=================================================================== +--- nxcl-0.9.orig/lib/nxdata.h 2008-10-13 16:36:53.000000000 +0200 ++++ nxcl-0.9/lib/nxdata.h 2008-10-13 16:40:32.000000000 +0200 +@@ -66,6 +66,7 @@ + string agentPass; + int cups; + string key; ++ string publicKey; + bool encryption; + bool fullscreen; + bool virtualDesktop; |