• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-829703

keymaps/H20-Sep-2019-4,9974,513

tests/H03-May-2022-2,9082,189

.gitignoreH A D20-Sep-2019101 109

.travis.ymlH A D20-Sep-2019934 3226

COPYINGH A D20-Sep-201934.2 KiB677553

Makefile.inH A D03-May-20223.9 KiB134105

README.mdH A D20-Sep-20191.4 KiB4528

asn.cH A D20-Sep-20198.8 KiB344250

asn.hH A D20-Sep-20191.4 KiB4619

bitmap.cH A D20-Sep-201917.8 KiB919856

bootstrapH A D20-Sep-201946 42

cache.cH A D20-Sep-201910.5 KiB478344

channels.cH A D20-Sep-20195.2 KiB232155

cliprdr.cH A D20-Sep-20195.3 KiB195137

config.guessH A D20-Sep-201941.1 KiB1,4121,215

config.subH A D20-Sep-201929.5 KiB1,5011,360

configure.acH A D20-Sep-201924.4 KiB918824

constants.hH A D20-Sep-201925.5 KiB826623

cssp.cH A D20-Sep-201920.8 KiB898664

ctrl.cH A D20-Sep-201910.9 KiB520373

disk.cH A D20-Sep-201935.8 KiB1,4451,029

disk.hH A D20-Sep-20194.5 KiB141110

dvc.cH A D20-Sep-20199 KiB470361

ewmhints.cH A D20-Sep-201915 KiB618455

genauthorsH A D20-Sep-20191.1 KiB5934

indent-all.shH A D20-Sep-2019141 62

install-shH A D20-Sep-20195.4 KiB252153

iso.cH A D20-Sep-20199.5 KiB419312

licence.cH A D20-Sep-201911.1 KiB403268

lspci.cH A D20-Sep-20194.4 KiB171123

mcs.cH A D20-Sep-20199.1 KiB428298

mppc.cH A D20-Sep-20198.5 KiB380268

orders.cH A D20-Sep-201932.7 KiB1,4651,095

orders.hH A D20-Sep-20195.6 KiB368297

parallel.cH A D20-Sep-20194.9 KiB202143

pkix.asnH A D20-Sep-201932.5 KiB1,000701

pkix_asn1_tab.cH A D20-Sep-201934.3 KiB921918

printer.cH A D20-Sep-20194.4 KiB170123

printercache.cH A D20-Sep-20197.9 KiB322225

proto.hH A D20-Sep-201917.1 KiB381317

pstcache.cH A D20-Sep-20195.4 KiB203137

rdesktop.cH A D20-Sep-201950.4 KiB2,1671,716

rdesktop.hH A D20-Sep-20195 KiB193153

rdesktop.specH A D20-Sep-2019894 3628

rdp.cH A D20-Sep-201953 KiB2,1651,585

rdp5.cH A D20-Sep-20194 KiB159113

rdpdr.cH A D20-Sep-201931.7 KiB1,3611,020

rdpedisp.cH A D20-Sep-20194.4 KiB15899

rdpsnd.cH A D20-Sep-201917.2 KiB775607

rdpsnd.hH A D20-Sep-20191.9 KiB6134

rdpsnd_alsa.cH A D20-Sep-201911.9 KiB539417

rdpsnd_dsp.cH A D20-Sep-201910.7 KiB435332

rdpsnd_dsp.hH A D20-Sep-20191.3 KiB337

rdpsnd_libao.cH A D20-Sep-20194.9 KiB237162

rdpsnd_oss.cH A D20-Sep-201910.8 KiB545417

rdpsnd_pulse.cH A D20-Sep-201934.4 KiB1,4761,233

rdpsnd_sgi.cH A D20-Sep-20197.1 KiB310221

rdpsnd_sun.cH A D20-Sep-201910.2 KiB550394

scancodes.hH A D20-Sep-20199.4 KiB377209

scard.cH A D20-Sep-201969.2 KiB2,7912,309

scard.hH A D20-Sep-20196 KiB176113

seamless.cH A D20-Sep-201910.2 KiB552409

seamless.hH A D20-Sep-2019795 190

secure.cH A D20-Sep-201928 KiB1,050781

serial.cH A D20-Sep-201927.6 KiB1,090934

ssl.cH A D20-Sep-20199.4 KiB365221

ssl.hH A D20-Sep-20192.6 KiB6436

stream.cH A D20-Sep-20194.2 KiB210136

stream.hH A D20-Sep-20198.2 KiB17698

tcp.cH A D20-Sep-201918.2 KiB772569

types.hH A D20-Sep-20196 KiB325248

utils.cH A D20-Sep-201923 KiB1,061821

utils.hH A D20-Sep-20192.1 KiB7142

xclip.cH A D20-Sep-201937.7 KiB1,255939

xkeymap.cH A D20-Sep-201926.9 KiB1,180881

xproto.hH A D20-Sep-2019928 1918

xwin.cH A D03-May-2022117.4 KiB5,0673,988

README.md

1# rdesktop - A Remote Desktop Protocol client
2
3rdesktop is an open source client for Microsoft's RDP protocol. It is
4known to work with Windows versions ranging from NT 4 Terminal Server
5to Windows 2012 R2 RDS. rdesktop currently has implemented the RDP version 4
6and 5 protocols.
7
8
9## Installation
10
11rdesktop uses a GNU-style build procedure.  Typically all that is necessary
12to install rdesktop is the following:
13
14	% ./configure
15	% make
16	% make install
17
18The default is to install under `/usr/local`.  This can be changed by adding
19`--prefix=<directory>` to the configure line.
20
21The smart-card support module uses PCSC-lite. You should use PCSC-lite 1.2.9 or
22later. To enable smart-card support in the rdesktop add `--enable-smartcard` to
23the configure line.
24
25
26## Note for users building from source
27
28If you have retrieved a snapshot of the rdesktop source, you will first
29need to run `./bootstrap` in order to generate the build infrastructure.
30This is not necessary for release versions of rdesktop.
31
32
33## Usage
34
35Connect to an RDP server with:
36
37	% rdesktop server
38
39where `server` is the name of the Terminal Services machine. If you receive
40"Connection refused", this probably means that the server does not have
41Terminal Services enabled, or there is a firewall blocking access.
42
43You can also specify a number of options on the command line.  These are listed
44in the rdesktop manual page (run `man rdesktop`).
45