Anthony Tong
6f59d691a2
certstore: update verified certificates, be graceful on filesystem errors
2011-10-28 11:38:45 -04:00
Marc-André Moreau
82ea77158c
wfreerdp: fix compilation on windows
2011-10-21 16:45:35 -04:00
Norbert Federa
12245abfc8
pcap: fix several segfaults with NULL pcap file handle
...
- pcap_open did not return NULL if fopen failed
- libfreerdp-core, tfreerdp-serer and xfreerdp-server did not check the pcap_open result
- also fixed the sleep calculation in the xfreerdp-server
2011-10-20 14:25:25 +02:00
Vic Lee
f14145eadc
libfreerdp-utils/thread: fix incorrect waiting time in freerdp_thread_stop.
2011-10-19 22:10:45 +08:00
Marc-André Moreau
505426e31f
Merge pull request #161 from mfleisz/certcallback
...
settings: Added --ignore-certificates command line
2011-10-19 04:32:43 -07:00
Martin Fleisz
9356337474
Added --ignore-certificates command line
2011-10-19 00:42:53 -07: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
Marc-André Moreau
1e4d6df998
xfreerdp: added support for bitmap cache
2011-10-09 21:23:18 -04:00
Marc-André Moreau
07077e2d3d
xfreerdp: apply patch from zstegi (would grab window manager key combinations)
2011-10-04 18:46:49 -04:00
Marc-André Moreau
a758908c63
wfreerdp: start GDI implementation
2011-10-04 16:05:09 -04:00
qubit
c8a8d54304
NSCODEC library
2011-10-03 00:41:08 +05:30
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
71da4593c2
Don't block SIGCONT
2011-09-28 02:40:35 -04:00
Shea Levy
4dc28ae04a
Handle the stopping signals, explicitly unblock the signal before re-raising it in the handler
2011-09-28 02:09:52 -04:00
Shea Levy
79551abb1b
passphrase: Use the global values the signal handler needs
2011-09-28 01:37:43 -04:00
Shea Levy
5c20c22547
freerdp_handle_signals: Handle all POSIX-specified fatal signals
2011-09-28 01:21:49 -04:00
Shea Levy
77bffc4afb
freerdp_handle_signals: Reset the terminal for a fatal signal
2011-09-28 01:15:42 -04:00
Shea Levy
cebf376b62
Merge remote-tracking branch 'upstream/master' into signal-handling
2011-09-27 23:21:49 -04:00
Shea Levy
ae2018fef8
Compile signal.c
2011-09-27 22:33:55 -04:00
Shea Levy
3d1041e8ee
Add a stub for freerdp_handle_signals
2011-09-27 22:32:19 -04:00
Marc-André Moreau
c2f0538af2
libfreerdp-utils: fix home path detection for certstore utils
2011-09-27 13:40:29 -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
Marc-André Moreau
3894983766
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-09-26 21:48:24 -04:00
Marc-André Moreau
e5215158d2
wfreerdp: start Win32 GDI implementation, fix certstore
2011-09-25 16:30:20 -04:00
Marc-André Moreau
5de4cdbedc
wfreerdp: fix mutex handling
2011-09-25 03:12:29 -04:00
Otavio Salvador
dc224b14fd
Merge pull request #122 from shlevy/readpassphrase
...
Readpassphrase utility
2011-09-24 23:55:52 -07:00
Vic Lee
7b2f737cee
libfreerdp-utils/memory: add a pointer check in xstrdup.
2011-09-25 11:49:09 +08:00
Shea Levy
fce487b876
passphrase_read: Set errno to ENOSYS and return on Windows for now
2011-09-24 19:18:25 -04:00
Shea Levy
90f00a99d3
Merge remote-tracking branch 'upstream/master' into readpassphrase
2011-09-24 19:08:41 -04:00
Shea Levy
9d59747dc9
passphrase_read: Don't include a null terminator in the prompt
2011-09-24 19:01:06 -04:00
Shea Levy
5153943796
passphrase_read: Read from stdin if tty can't be opened
2011-09-24 17:30:56 -04:00
Shea Levy
a50695cdb8
passphrase_read: Write to stderr if tty can't be opened
2011-09-24 17:05:35 -04:00
Shea Levy
3abc1c0fe5
passphrase_read: Echo newlines during read
2011-09-24 15:21:51 -04:00
Shea Levy
505b464e68
passphrase_read: Factor out error handling
2011-09-24 15:13:23 -04:00
Shea Levy
f5c618a3fe
passphrase_read: Reset terminal to original attributes if ECHO was turned off
2011-09-24 15:03:24 -04:00
Shea Levy
fc68f8e908
passphrase_read: Turn off ECHO on the terminal
2011-09-24 14:15:36 -04:00
Shea Levy
ba33f0eed7
passphrase_read: Overwrite possible references to passphrase data in local stack frame before any potential return
...
Also, accidentally included termios.h here, should have been at next commit
2011-09-24 13:32:40 -04:00
Shea Levy
bde5a8e076
Remove chance of undefined behavior corner case
2011-09-24 13:23:52 -04:00
Shea Levy
9b93d57d9c
passphrase_read: set errno and return NULL when possibly-failing functions fail
2011-09-24 13:21:00 -04:00
Shea Levy
4351ffcbfe
passphrase_read: Set buf_iter to NULL so nothing passphrase_read puts on the stack will point to the password for long
2011-09-24 02:25:55 -04:00
Shea Levy
ade70ee606
passphrase_read: Read from the controlling tty
2011-09-24 02:11:32 -04:00
Shea Levy
34a9a50704
passphrase_read: Wrie the prompt to the controlling tty
2011-09-24 00:45: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
1fc6851a97
Build passphrase.c as part of libfreerdp-utils
2011-09-23 18:20:25 -04:00
Shea Levy
b1081b4b82
Add stub for the passphrase utility
2011-09-23 17:02:06 -04:00
Marc-André Moreau
17ed282656
wfreerdp: fix compilation on windows
2011-09-23 14:25:38 -04:00
Marc-André Moreau
d60adb8325
Merge pull request #120 from llyzs/cliprdr
...
Integrate cliprdr with xfreerdp
2011-09-23 07:07:43 -07:00
Vic Lee
783681664a
cliprdr: integrate with xfreerdp.
2011-09-23 13:41:26 +08:00