Marc-André Moreau
717b37fd48
channels/rdpdr: cleanup
2012-02-09 20:04:27 -05:00
Bernhard Miklautz
668c8c8cef
build: use WITH_XXX instead of XXX_FOUND
...
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.
If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
Anthony Tong
40cfa9bfc8
rdpdr/disk: fix file deletes
...
- FileDispositionInfo implies delete_pending, if buffer is empty
2011-12-31 13:03:00 -06:00
Aaron Small
7ec1b56e42
Fix crash when connecting using smartcard
2011-12-22 14:23:08 -05:00
Vic Lee
b7a46c4bf0
printer: support flexible document format ( #211 )
2011-12-17 17:28:48 +08:00
Anthony Tong
ac55807e1a
add additional debugging
2011-12-06 11:03:24 -05:00
Anthony Tong
9104cef59c
rdpdr: initial pattern matching for directory query
2011-12-05 21:04:27 -06:00
Marc-André Moreau
7371d203cb
rdpdr: fix warnings, directfb: fix warnings
2011-11-25 11:24:47 -05:00
Anthony Tong
11e75881da
rdpdr/disk: fix renames; target path was not contructed properly
2011-11-24 09:51:01 -06:00
Christer Palm
a6b491cb88
Add translation between Windows and local CTL_CODE values for SCardControl
2011-11-23 01:22:17 +01:00
Marc-André Moreau
5ad3089243
scard: cleanup of code style, fix initialization issue
2011-11-21 20:46:58 -05:00
Marc-André Moreau
a63a196f53
types: refactoring to make use of standard data types when available
2011-11-19 12:19:16 -05:00
Alan Pearson
ca7fdb870b
More compilation warning cleanup: header file reorganization, include <sys/select.h> or <unistd.h> to define select where it is used.
2011-10-27 10:41:39 -07:00
Alan Pearson
e82fc535d2
Cross-platform
2011-10-24 11:08:39 -07:00
Eduardo Beloni
d4b30e701a
rdpdr/parallel: fix and adjust parallel port redirection
2011-10-24 09:08:12 -02:00
Eduardo Beloni
0d421ac6f7
rdpdr/serial: [fix] ignore purge of port buffers
...
See http://msdn.microsoft.com/en-us/library/ms901431.aspx
2011-10-19 17:32:17 -02:00
Eduardo Beloni
b8c865fa9f
rdpdr/serial: [fix] write zero at the end of an aborted irp
2011-10-19 17:09:14 -02:00
Anthony Tong
5abdec9dec
rdpdr disk: map error codes, starting with create irp
2011-10-19 09:43:04 -04:00
Anthony Tong
00133a2090
build fixes
2011-10-17 09:39:21 -04:00
Anthony Tong
1277bc7f8a
initial scard support
2011-10-15 10:30:10 -05:00
Eduardo Beloni
5a57532ee0
rdpdr: migrating serial code
2011-10-14 17:41:28 -03:00
Eduardo Beloni
34f3cb90f8
rdpdr_types: [fix] add include svc_plugin
2011-10-14 11:44:13 -03:00
Marc-André Moreau
5cf5e2171a
channels/rdpdr/parallel: migrating parallel code
2011-10-11 11:43:54 -04:00
Marc-André Moreau
9ee04a3671
channels: remove serial skeleton code to avoid conflict with eduardo
2011-10-11 10:25:35 -04:00
Marc-André Moreau
56ae3272c5
channels: added serial and parallel port plugins skeleton code
2011-10-11 03:16:05 -04:00
Vic Lee
8682228ec4
libfreerdp-utils/thread: separate freerdp_thread_free() call.
2011-09-19 22:52:16 +08:00
Rex Tsai
ecbe24ca9a
cmake: make linking type as option.
2011-09-01 22:18:58 +08:00
Vic Lee
16a83b445a
rdpdr/printer: fix debug messages.
2011-08-18 10:22:28 +08:00
Marc-André Moreau
09980c8a7c
include: refactor FRDP_ types to RDP_
2011-08-17 17:28:26 -04:00
Marc-André Moreau
5f9d000227
libfreerdp-kbd: quick compilation fix
2011-08-17 14:18:19 -04:00
Marc-André Moreau
feb1470ba6
Merge pull request #48 from llyzs/printer
...
Migrate Print Virtual Channel
2011-08-17 08:38:24 -07:00
Vic Lee
fad4ea4343
rdpdr/printer: migrate/redesign printer virtual channel plugin.
2011-08-17 21:57:09 +08:00
Marc-André Moreau
6215417b29
windows: export all exported api functions
2011-08-16 23:54:42 -04:00
Vic Lee
046ff58d44
Fix compile warnings.
2011-08-13 16:52:05 +08:00
Vic Lee
ea54106dbd
rdpdr: fix compile warning.
2011-08-11 15:11:01 +08:00
Marc-André Moreau
b782189569
rail: started integrating Roman's RAIL virtual channel plugin
2011-08-09 17:42:10 -04:00
Vic Lee
e4585c801e
rdpdr/disk: fix rename.
2011-08-08 10:01:26 +08:00
Vic Lee
cc3160cb9d
rdpdr/disk: add set_information and device_control irp processing.
2011-08-08 00:23:36 +08:00
Vic Lee
f598bca687
rdpdr/disk: add query directory irp processing.
2011-08-07 19:24:29 +08:00
Vic Lee
12215d0e0a
rdpdr/disk: add query file/fs information irp processing.
2011-08-07 15:24:12 +08:00
Vic Lee
419a8163d6
rdpdr/disk: add read/write irp processing.
2011-08-07 13:11:52 +08:00
Vic Lee
49458e7363
rdpdr/disk: add create/close irp processing.
2011-08-07 11:21:42 +08:00
Vic Lee
5ce3e4deac
rdpdr: implement irp.
2011-08-06 01:54:40 +08:00
Vic Lee
4c5ad80033
rdpdr/disk: initial work on disk.
2011-08-06 00:12:16 +08:00
Vic Lee
ac5ef85809
rdpdr: trivial fixes.
2011-08-06 00:11:41 +08:00
Vic Lee
b399897627
rdpdr: fix missing return devman.
2011-08-05 23:19:43 +08:00
Vic Lee
125ce3d116
rdpdr: fix incorrect variable.
2011-08-05 23:07:09 +08:00
Vic Lee
9faf581341
rdpdr: add device list announce.
2011-08-05 22:44:06 +08:00
Vic Lee
667d78206d
rdpdr: add capability processing.
2011-08-05 15:43:48 +08:00
Vic Lee
e3eeb30e2d
rdpdr: implement server/client announce.
2011-08-05 10:24:46 +08:00