Marc-André Moreau
521f956c00
libfreerdp-core: merging certificate.c with certstore.c
2012-02-02 18:20:17 -05:00
Marc-André Moreau
bae5de89e1
libfreerdp-utils: refactoring of certificate store
2012-02-02 17:36:07 -05:00
Marc-André Moreau
603e600bdb
xfreerdp-server: add better path detection support for finding server keys
2012-01-30 20:35:33 -05:00
Marc-André Moreau
e33f21b958
libfreerdp-utils: extend file utils to do path detection
2012-01-30 17:47:55 -05:00
Dorian Johnson
8edb7d3efa
Change freerdp_parse_args to return different values for error vs --help/--version, and change xfreerdp to only report real errors
2012-01-14 15:30:48 -06:00
Vic Lee
f3c06defb1
libfreerdp-utils/wait_obj: add attached wait_obj type.
2011-12-12 22:36:11 +08:00
Marc-André Moreau
0e95675da3
libfreerdp-core: add support for Refresh Rect and Suppress Output PDUs
2011-11-11 14:02:59 -05:00
Norbert Federa
ff3fef9490
pcap: fix timstamps to use gettimeofday
...
pcap used utils/stopwatch to save a record's timestamp which is not suitable because stopwatch measures cpu time and not the wall-clock time
also fixed the sleep calculation in the tfreerdp test server
2011-10-18 18:36:34 +02:00
Eduardo Beloni
a512574314
list: add list_next() operation
2011-10-14 11:44:13 -03:00
Eduardo Beloni
1a302821ec
list: add list_size() operation
2011-10-14 11:44:13 -03:00
qubit
2be57ad628
nscodec in hw and sw gdi
2011-10-03 00:46:22 +05:30
Shea Levy
704d290df5
signal.h: We still need api.h on WIN32
2011-09-28 03:11:15 -04:00
Shea Levy
aed1a8f129
Make freerdp_handle_signals return an int, return -1 and set errno to ENOSYS on Windows for now
2011-09-28 02:48:18 -04:00
Shea Levy
48f474316d
Missing includes in signal.h
2011-09-27 23:35:12 -04:00
Shea Levy
3c4cd4afe9
Add a header for signal handling
2011-09-27 21:59:42 -04:00
Marc-André Moreau
9b9e952501
libfreerdp-utils: avoid relying on HOME environment variable, provide method for hard-coding home path
2011-09-26 22:58:49 -04:00
Shea Levy
7039602861
Remove the flags argument to passphrase_read
...
We don't need the full functionality of the BSD readpassphrase, the default
flags are enough. We can always add them back in later
2011-09-23 19:14:37 -04:00
Shea Levy
6ae00b9040
Include stdlib.h in passphrase for size_t and NULL
2011-09-23 18:26:58 -04:00
Shea Levy
d57310477a
Follow apparent asterisk placement convention
2011-09-23 18:14:10 -04:00
Shea Levy
aa210b3f7c
Add header for forthcoming passphrase utility
2011-09-23 16:35:46 -04:00
Vic Lee
8682228ec4
libfreerdp-utils/thread: separate freerdp_thread_free() call.
2011-09-19 22:52:16 +08:00
Vic Lee
6757c6ea59
libfreerdp-utils/list: add list_peek().
2011-09-19 22:00:56 +08:00
Marc-André Moreau
ac128313a9
libfreerdp-core: further improvements to server redirection code
2011-09-03 16:36:27 -04:00
Marc-André Moreau
19c60c04ae
libfreerdp-utils: added util to dump images to bitmap files
2011-09-01 23:00:07 -04:00
Marc-André Moreau
0c7abe3e57
server: replay RemoteFX session in original time
2011-08-31 20:56:17 -04:00
Marc-André Moreau
e49a690d46
windows: fix compilation and linking of all libraries
2011-08-31 04:35:50 -04:00
qubit
5ecc560369
more fixes
2011-08-29 03:46:33 +05:30
qubit
51b24c3628
fixes
2011-08-29 03:24:53 +05:30
qubit
66d1ceff03
certificate verification (not tested)
2011-08-29 02:16:36 +05:30
qubit
c9c80f2ec9
parse certstore file and print
2011-08-28 17:54:31 +05:30
qubit
fe2e8f5132
some basic functions
2011-08-28 03:55:26 +05:30
qubit
e698c91ef1
Merge remote-tracking branch 'upstream/master'
2011-08-28 02:40:34 +05:30
Marc-André Moreau
25e761e58b
libfreerdp-core: got the server to send some dumped RemoteFX frames
2011-08-26 21:44:37 -04:00
Marc-André Moreau
9f256c8374
libfreerdp-core: add option to dump remotefx to pcap
2011-08-26 20:26:40 -04:00
Marc-André Moreau
a863c107ab
libfreerdp-utils: added pcap serializer/deserializer
2011-08-26 18:36:35 -04:00
cool
fa13467ed4
temporary commit
2011-08-25 17:20:56 -11:00
roman-b
7744e17ec2
channels/rail: fixed multithread side effect by creating full orders copy for events.
2011-08-22 02:04:21 +03:00
Marc-André Moreau
09980c8a7c
include: refactor FRDP_ types to RDP_
2011-08-17 17:28:26 -04:00
Marc-André Moreau
6215417b29
windows: export all exported api functions
2011-08-16 23:54:42 -04:00
Marc-André Moreau
ed31248952
libfreerdp-utils: moved registry out of the core to the utils
2011-08-16 19:40:55 -04:00
Marc-André Moreau
23794b38c3
libfreerdp-utils: started sleep utils
2011-08-16 16:04:28 -04:00
Marc-André Moreau
8292fc08f4
libfreerdp-rfx: fix windows build
2011-08-16 15:35:29 -04:00
Marc-André Moreau
4f6f990806
libfreerdp-utils: added snprintf wrapper for windows portability
2011-08-16 15:00:25 -04:00
Marc-André Moreau
0efc0c5a44
windows: start fixing windows compilation
2011-08-15 17:05:48 -04:00
Vic Lee
c3d75fd5b4
libfreerdp-utils/svc_plugin: add interval feature.
2011-08-14 22:32:12 +08:00
Vic Lee
3da340492a
libfreerdp-utils: migrate dsp module.
2011-08-14 21:46:02 +08:00
Vic Lee
7da790a1fa
libfreerdp-utils/stream: minimize the times of memory reallocation.
2011-08-12 17:12:57 +08:00
Vic Lee
d7e502dbe1
Add event_class in event object.
2011-08-11 11:14:07 +08:00
Vic Lee
00b2b135a8
Merge branch 'master' into remotefx
...
Conflicts:
libfreerdp-utils/CMakeLists.txt
2011-08-11 00:21:37 +08:00
Vic Lee
e414a7d9cc
libfreerdp-rfx: initial migration.
2011-08-10 17:09:11 +08:00