Commit Graph

32 Commits

Author SHA1 Message Date
Cendio
2f03f65efe Add Dynamic Virtual Channels and basic RDPEDISP support
Fix issue #192

Signed-off-by: Henrik Andersson <hean01@cendio.com>
Signed-off-by: Karl Mikaelsson <derfian@cendio.se>
2017-11-09 15:39:39 +01:00
Karl Mikaelsson
1f13c85583 Remove infrastructure to auto-generate proto.h
If proto.h is supposed to be auto-generated it should probably not be
present in the repo at all. Re-running cproto showed that proto.h has
been manually edited for quite some time, so this just makes this the
only workflow.

It also gets rid of a bit of #ifdefs, so that's nice.
2017-10-05 15:18:13 +02:00
Henrik Andersson
b8fe3e9315 Rename parse to stream 2017-09-29 11:13:02 +02:00
Henrik Andersson
4cbfda90fd Move static stream helper functions to parse.c 2017-09-28 19:12:11 +02:00
Henrik Andersson
8586cfc8cb Remove deprecated rdp2vnc
Fixes issue #95
2017-08-14 15:58:48 +02:00
Henrik Andersson
ba804fa723 Include keymaps based on a wider wildcard
Fixes issue #123 where fr-bepo was not included in the
tarball nor installed by installkeymaps target.
2017-06-12 14:15:59 +02:00
Henrik Andersson
2615f08203 Add keymap mask to handle en-us-intl
This kyemap was never included into the source tarball nor installation
due to the missing file mask match. With this commit it is included as
expected.

Fixes issue #112
2017-06-07 08:10:33 +02:00
Henrik Andersson
931fdd2398 Package of README.md file 2017-06-07 08:05:47 +02:00
Henrik Andersson
be93803129 Intitial implementation of seamless connection sharing:
- Implementation of ctrl functionality were slaves can call
  a method into existing master process, more information is
  found in doc/ctrl.txt

- Implementation of new seamless SPAWN functionality so which
  is used by the ctrl to spawn processes in a seamless rdp session
  out of process.



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1689 423420c4-83ab-492f-b58f-81f9feb106b5
2013-01-21 12:28:14 +00:00
Henrik Andersson
51014c91df Initial implementation of kerberos server autentication with CredSSP,
disabled by default and is enabled using argument --enable-credssp
to configure script.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1676 423420c4-83ab-492f-b58f-81f9feb106b5
2012-11-15 11:21:01 +00:00
Peter Åstrand
b55c32311f Remove tarball on distclean target.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1623 423420c4-83ab-492f-b58f-81f9feb106b5
2011-04-18 07:46:33 +00:00
Peter Åstrand
968f145c31 Correct .PHONY statement for AUTHORS target.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1618 423420c4-83ab-492f-b58f-81f9feb106b5
2011-04-13 11:45:30 +00:00
Peter Åstrand
3bff3477c8 Make it possible to automatically generate the AUTHORS file from the
source code. This adds a few new developers to AUTHORS. In some cases,
the email adress is also changed. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1617 423420c4-83ab-492f-b58f-81f9feb106b5
2011-04-13 11:33:22 +00:00
Jay Sorg
e486d11511 moved all openssl calls to one file
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1373 423420c4-83ab-492f-b58f-81f9feb106b5
2007-01-09 07:24:44 +00:00
Jay Sorg
797df4fa02 copyright year update
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1364 423420c4-83ab-492f-b58f-81f9feb106b5
2007-01-04 05:39:39 +00:00
Michael Gernoth
b3eadf86a3 fix for configure datarootdir-warning
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1309 423420c4-83ab-492f-b58f-81f9feb106b5
2006-11-01 20:53:40 +00:00
Michael Gernoth
f37c871e8b Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional
patches for smartcard-support by Jennings Jared <jared.jennings.ctr@eglin.af.mil>


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1308 423420c4-83ab-492f-b58f-81f9feb106b5
2006-11-01 20:52:01 +00:00
Michael Gernoth
5594a05572 let 'make proto' generate correct prototypes for rdpsnd
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1272 423420c4-83ab-492f-b58f-81f9feb106b5
2006-10-01 10:56:39 +00:00
Peter Åstrand
b06a70bf51 Initial support for SeamlessRDP
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1088 423420c4-83ab-492f-b58f-81f9feb106b5
2006-03-10 08:50:43 +00:00
Peter Åstrand
7b55ece8e4 Added support for a new virtual channel, lspci, which makes it
possible for the remote RDP server to enumerate the local PCI devices.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1052 423420c4-83ab-492f-b58f-81f9feb106b5
2006-03-02 15:22:25 +00:00
Peter Åstrand
098d205563 Applied patch #1381496: cross compile fix for strip
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1033 423420c4-83ab-492f-b58f-81f9feb106b5
2005-12-27 09:20:33 +00:00
Peter Åstrand
60d856ab09 proto.h is now generated from proto.head and proto.tail. Implements functionality requested by patch #660404.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@988 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-25 20:39:58 +00:00
Peter Åstrand
9ad6330c21 Removed last trace of -DWITH_OPENSSL.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@986 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-25 04:58:12 +00:00
Peter Åstrand
46f5d6f7fc Explicitly list the files to cproto, instead of using *.c. This avoids
troubles if you have some old files in the working directory
(foo.c). Also, the order will be more permanent, which avoids
unncessary changes to proto.h. The sound API is defined by
rdpsnd_oss.c; no need to include the others.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@945 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-02 09:42:26 +00:00
Michael Gernoth
ac4efb4645 fix double slash while make install
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@900 423420c4-83ab-492f-b58f-81f9feb106b5
2005-05-04 18:01:56 +00:00
Michael Gernoth
ec643e4718 bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@827 423420c4-83ab-492f-b58f-81f9feb106b5
2005-03-06 21:11:18 +00:00
Michael Gernoth
5309461bde add distclean target
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@804 423420c4-83ab-492f-b58f-81f9feb106b5
2004-12-22 23:01:07 +00:00
Peter Åstrand
f9c904a854 dist-noversion now produces a tgz which doesn't contain a subdir with version.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@767 423420c4-83ab-492f-b58f-81f9feb106b5
2004-09-08 11:32:38 +00:00
Peter Åstrand
1b38d3156e Added phony declarations.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@766 423420c4-83ab-492f-b58f-81f9feb106b5
2004-09-08 09:07:12 +00:00
Peter Åstrand
e3edb96c8c Better dist target.
Added dist-noversion target.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@765 423420c4-83ab-492f-b58f-81f9feb106b5
2004-09-08 08:47:48 +00:00
Peter Åstrand
b50f2e4cd3 Corrected KEYMAP_PATH.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@764 423420c4-83ab-492f-b58f-81f9feb106b5
2004-09-08 08:17:34 +00:00
Peter Åstrand
336cb6cc1f Now using Autoconf. Old OpenSSL files removed.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@739 423420c4-83ab-492f-b58f-81f9feb106b5
2004-07-31 13:07:41 +00:00