Commit Graph

1730 Commits

Author SHA1 Message Date
LittleJawa 37b35b3558 First round of comments while reading the code. 2012-02-23 16:22:05 +01:00
Marc-André Moreau 39acaa2792 libfreerdp-locale: fix non-XKB compilation 2012-02-19 22:06:55 -05:00
Marc-André Moreau 2152db9eb4 libfreerdp-locale: move time zone detection code 2012-02-19 21:08:12 -05:00
Marc-André Moreau ed93d939f0 libfreerdp-locale: improved locale detection API 2012-02-19 20:48:04 -05:00
Marc-André Moreau e85bfb4fd4 libfreerdp-locale: refactoring of XKB-based detection 2012-02-19 20:24:06 -05:00
Marc-André Moreau 46e3343232 libfreerdp-locale: refactoring of XKB dynamic mapping 2012-02-19 17:36:39 -05:00
Marc-André Moreau 9566d7bbd0 libfreerdp-locale: fix build without XKB 2012-02-19 12:54:27 -05:00
Marc-André Moreau a932835f44 libfreerdp-auth: resolve cyclic dependency with libfreerdp-core 2012-02-19 12:50:30 -05:00
Marc-André Moreau 0e861b1bcb libfreerdp-locale: refactoring of locale detection code 2012-02-18 23:36:48 -05:00
Marc-André Moreau 94900c7836 libfreerdp-locale: merging keyboard headers 2012-02-18 23:08:17 -05:00
Marc-André Moreau bd79959687 libfreerdp-locale: separate Solaris code 2012-02-18 22:54:44 -05:00
Marc-André Moreau c7a524aa5a Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-02-18 22:04:42 -05:00
Marc-André Moreau 4af3ecd4cd libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
Marc-André Moreau 4e6a2e3226 Merge pull request #441 from louyihua/master
Fix a compilation error under WIN32
2012-02-18 13:03:51 -08:00
louyihua 0684df1ae4 Fix a compilation error under WIN32. 2012-02-19 02:00:34 +08:00
Anthony Tong 542a472b2e libfreerdp-core: disable fp input if FIPS is negotiated 2012-02-18 08:49:20 -06:00
Marc-André Moreau 8189702ef3 channels/tsmf: disable deprecation warning 2012-02-17 17:45:58 -05:00
Marc-André Moreau 61da01973d libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
Marc-André Moreau 1b2db232af Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-02-17 17:12:37 -05:00
Marc-André Moreau 8cab067498 libfreerdp-auth: move authentication code out of libfreerdp-core 2012-02-17 17:12:21 -05:00
Marc-André Moreau 8293c5b4cb Merge pull request #439 from pjd/fixes
Fix crash when HOME is not defined and remove redundant code.
2012-02-17 08:43:45 -08:00
Pawel Jakub Dawidek 036c8ce47d If HOME environment variable is not configured, use / as home. Having NULL home_path will crash freerdp. 2012-02-17 17:40:17 +01:00
Pawel Jakub Dawidek e03734be30 Remove some redundant code. 2012-02-17 17:40:10 +01:00
Marc-André Moreau b8882a8ad2 libfreerdp-crypto: taking crypto code out of libfreerdp-core 2012-02-17 00:58:30 -05:00
Marc-André Moreau d29e37c20f libfreerdp-core: started parsing NTLM authenticate message 2012-02-17 00:07:16 -05:00
Marc-André Moreau fee9ef06e0 libfreerdp-core: added server-side NTLMSSP negotiate and challenge messages 2012-02-16 23:11:59 -05:00
Marc-André Moreau 37e4729a9e libfreerdp-core: cleanup time zones 2012-02-16 21:38:32 -05:00
Marc-André Moreau e1ef70ab5f libfreerdp-core: add full timezone redirection support 2012-02-16 20:50:14 -05:00
Marc-André Moreau e08da86efd libfreerdp-core: add unix timezone identifier detection 2012-02-16 17:09:14 -05:00
Marc-André Moreau 15c17e04cf libfreerdp-core: added generated Time Zone Redirection table 2012-02-16 02:08:39 -05:00
Marc-André Moreau 6cca235ae6 libfreerdp-core: move timezone code from info.c to timezone.c 2012-02-16 01:53:58 -05:00
Marc-André Moreau d33ecbdb9c scripts: added Time Zone Redirection table generator 2012-02-16 01:48:10 -05:00
Marc-André Moreau 67dbf71fc4 scripts: move keymaps/xkb.pl to scripts directory 2012-02-15 23:52:56 -05:00
Marc-André Moreau aa7b83ff1e libfreerdp-core: fix issue #436 2012-02-15 16:33:51 -05:00
Marc-André Moreau 5d7e55fe9d libfreerdp-core: fix timezone redirection 2012-02-15 16:28:47 -05:00
Marc-André Moreau b369a92639 Merge pull request #435 from lordcrc/master
Fixed deadlock issue in event queue and SHM usage.
2012-02-15 08:17:54 -08:00
Asbjørn Heid 774dac17df xfreerdp-server: Fixed screen capture using SHM extension. 2012-02-15 08:48:37 +01:00
Asbjørn Heid 151182cbc8 xfreerdp-server: Fixed deadlock issue in event queue.
Writing to the pipe may block if the pipe is full. Holding the mutex while writing prevents listeners from
aquiring the mutex and unblocking the write. This leads to a deadlock situation.
2012-02-15 08:22:12 +01:00
Marc-André Moreau 2719580501 Merge pull request #432 from dubrsl/master
Fix not linked with libpulse https://github.com/FreeRDP/FreeRDP/issues/418
2012-02-14 10:51:45 -08:00
Slava Dubrovskiy c10866db66 Fix not linked with libpulse (issue 418)
Signed-off-by: Slava Dubrovskiy <dubrsl@altlinux.org>
2012-02-14 13:46:26 -05:00
Marc-André Moreau baf7a3b611 Merge pull request #431 from bmiklautz/sspserverfix
core: Fixed segfault when connecting with nla
2012-02-14 07:05:53 -08:00
Bernhard Miklautz ab057141b0 core: Fixed segfault when connecting with nla 2012-02-14 16:00:13 +01:00
Marc-André Moreau 4fe4cd35e3 libfreerdp-server: added server-side CredSSP stubs 2012-02-13 22:27:59 -05:00
Marc-André Moreau 1d3e3a466d libfreerdp-core: started server-side NLA 2012-02-13 21:49:41 -05:00
Marc-André Moreau 9d0e92ef75 cunit: re-introduce NTLMSSP unit tests 2012-02-13 21:16:50 -05:00
Marc-André Moreau 8a57edb111 cunit: cleanup 2012-02-13 21:02:09 -05:00
Marc-André Moreau 06330a7cb3 Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-02-13 17:51:56 -05:00
Marc-André Moreau 708ba9bd03 libfreerdp-core: expanded input API 2012-02-13 17:51:42 -05:00
Marc-André Moreau 23ce291570 Merge pull request #429 from NiKiZe/master
Fix swaped R<>B fields in colors.
2012-02-13 13:47:42 -08:00
Christian Nilsson 38c85de539 fix known swaped b<>r colors in polygon drawings. 2012-02-13 22:07:20 +01:00