[pkg-remote-commits] [freerdp2] branch upstream updated (9aa47e3 -> 4e8ad76)

Mike Gabriel sunweaver at debian.org
Thu Dec 15 20:16:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a change to branch upstream
in repository freerdp2.

      from  9aa47e3   Imported Upstream version 2.0.0~git20160503.1.f828595+dfsg1
      adds  4e8ad76   New upstream version 2.0.0~gite60d0d5

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  160 +-
 ChangeLog                                          | 2438 ++++++++
 channels/CMakeLists.txt                            |   12 +-
 channels/audin/client/CMakeLists.txt               |    2 +-
 channels/audin/client/alsa/audin_alsa.c            |  283 +-
 channels/audin/client/audin_main.c                 |   34 +-
 channels/audin/client/audin_main.h                 |    4 +-
 channels/audin/client/mac/audin_mac.c              |   13 +-
 channels/audin/client/opensles/audin_opensl_es.c   |    8 +-
 channels/audin/client/opensles/opensl_io.c         |  417 +-
 channels/audin/client/opensles/opensl_io.h         |   76 +-
 channels/audin/client/oss/audin_oss.c              |  148 +-
 channels/audin/client/pulse/audin_pulse.c          |    6 +-
 channels/audin/client/winmm/CMakeLists.txt         |    4 +-
 channels/audin/client/winmm/audin_winmm.c          |    4 +-
 channels/audin/server/audin.c                      |  190 +-
 channels/client/CMakeLists.txt                     |    4 +-
 channels/client/addin.c                            |   24 +
 channels/cliprdr/client/CMakeLists.txt             |    2 +-
 channels/cliprdr/client/cliprdr_format.c           |    6 +-
 channels/cliprdr/client/cliprdr_main.c             |  582 +-
 channels/cliprdr/client/cliprdr_main.h             |    9 +-
 channels/cliprdr/server/cliprdr_main.c             |  512 +-
 channels/disp/client/CMakeLists.txt                |    2 +-
 channels/disp/client/disp_main.c                   |    6 +-
 channels/drdynvc/client/CMakeLists.txt             |    4 +-
 channels/drdynvc/client/drdynvc_main.c             |  549 +-
 channels/drdynvc/client/drdynvc_main.h             |    3 +-
 channels/drdynvc/server/drdynvc_main.c             |   37 +-
 channels/drive/client/CMakeLists.txt               |    2 +-
 channels/drive/client/dirent.h                     |    4 +-
 channels/drive/client/drive_file.c                 |    9 +-
 channels/drive/client/drive_main.c                 |  177 +-
 channels/echo/client/CMakeLists.txt                |    2 +-
 channels/echo/client/echo_main.c                   |    2 +-
 channels/echo/client/echo_main.h                   |    4 +-
 channels/echo/server/echo_main.c                   |  115 +-
 channels/encomsp/client/CMakeLists.txt             |    2 +-
 channels/encomsp/client/encomsp_main.c             |  477 +-
 channels/encomsp/client/encomsp_main.h             |    2 +-
 channels/encomsp/server/encomsp_main.c             |   99 +-
 channels/parallel/client/CMakeLists.txt            |    2 +-
 channels/parallel/client/parallel_main.c           |   73 +-
 channels/printer/client/CMakeLists.txt             |    4 +-
 channels/printer/client/printer_main.c             |  124 +-
 channels/printer/client/printer_win.h              |    4 +-
 channels/rail/client/CMakeLists.txt                |    2 +-
 channels/rail/client/rail_main.c                   |  387 +-
 channels/rail/client/rail_main.h                   |    2 +-
 channels/rail/client/rail_orders.c                 |   66 +-
 channels/rdpdr/client/CMakeLists.txt               |    2 +-
 channels/rdpdr/client/rdpdr_main.c                 |  802 ++-
 channels/rdpdr/client/rdpdr_main.h                 |    2 +-
 channels/rdpdr/server/rdpdr_main.c                 |  931 +--
 channels/rdpei/client/CMakeLists.txt               |    2 +-
 channels/rdpei/client/rdpei_main.c                 |  235 +-
 channels/rdpei/client/rdpei_main.h                 |    4 +-
 channels/rdpei/server/rdpei_main.c                 |   16 +-
 channels/rdpgfx/CMakeLists.txt                     |    3 +
 channels/rdpgfx/client/CMakeLists.txt              |    6 +-
 channels/rdpgfx/client/rdpgfx_codec.c              |   20 +-
 channels/rdpgfx/client/rdpgfx_codec.h              |    3 +-
 channels/rdpgfx/client/rdpgfx_main.c               |  521 +-
 channels/rdpgfx/{client => }/rdpgfx_common.c       |   21 +-
 channels/rdpgfx/{client => }/rdpgfx_common.h       |   21 +-
 channels/{echo => rdpgfx}/server/CMakeLists.txt    |   12 +-
 channels/rdpgfx/server/rdpgfx_main.c               | 1666 ++++++
 .../rdpgfx/server/rdpgfx_main.h                    |   33 +-
 channels/rdpsnd/client/CMakeLists.txt              |    2 +-
 channels/rdpsnd/client/alsa/rdpsnd_alsa.c          |    4 +-
 channels/rdpsnd/client/ios/rdpsnd_ios.c            |    2 +-
 channels/rdpsnd/client/mac/rdpsnd_mac.c            |    7 +-
 channels/rdpsnd/client/opensles/opensl_io.c        |  429 +-
 channels/rdpsnd/client/opensles/opensl_io.h        |  123 +-
 channels/rdpsnd/client/opensles/rdpsnd_opensles.c  |  147 +-
 channels/rdpsnd/client/oss/rdpsnd_oss.c            |    2 +-
 channels/rdpsnd/client/pulse/rdpsnd_pulse.c        |    4 +-
 channels/rdpsnd/client/rdpsnd_main.c               |  548 +-
 channels/rdpsnd/client/rdpsnd_main.h               |    4 +-
 channels/rdpsnd/client/winmm/CMakeLists.txt        |    2 +-
 channels/rdpsnd/client/winmm/rdpsnd_winmm.c        |    5 +-
 channels/rdpsnd/server/rdpsnd_main.c               |  346 +-
 channels/rdpsnd/server/rdpsnd_main.h               |    1 +
 channels/remdesk/client/CMakeLists.txt             |    2 +-
 channels/remdesk/client/remdesk_main.c             |  406 +-
 channels/remdesk/client/remdesk_main.h             |    2 +-
 channels/remdesk/server/remdesk_main.c             |  214 +-
 channels/serial/client/CMakeLists.txt              |    2 +-
 channels/serial/client/serial_main.c               |  339 +-
 channels/server/channels.c                         |    3 +
 channels/smartcard/client/smartcard_main.c         |  142 +-
 channels/smartcard/client/smartcard_operations.c   |  111 +-
 channels/smartcard/client/smartcard_pack.c         |  126 +-
 channels/tsmf/client/CMakeLists.txt                |    2 +-
 channels/tsmf/client/alsa/tsmf_alsa.c              |    2 +-
 channels/tsmf/client/ffmpeg/CMakeLists.txt         |    2 +-
 channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c          |    2 +-
 channels/tsmf/client/gstreamer/tsmf_gstreamer.c    |    2 +-
 channels/tsmf/client/oss/tsmf_oss.c                |    2 +-
 channels/tsmf/client/pulse/tsmf_pulse.c            |    2 +-
 channels/tsmf/client/tsmf_ifman.c                  |    4 +-
 channels/tsmf/client/tsmf_main.c                   |    2 +-
 channels/tsmf/client/tsmf_media.c                  |  338 +-
 channels/tsmf/client/tsmf_types.h                  |    6 +-
 channels/urbdrc/CMakeLists.txt                     |    5 +
 channels/urbdrc/client/CMakeLists.txt              |    2 +-
 channels/urbdrc/client/libusb/CMakeLists.txt       |    2 +-
 channels/urbdrc/client/libusb/libusb_udevman.c     |    2 +-
 channels/urbdrc/client/urbdrc_main.c               |   18 +-
 channels/urbdrc/client/urbdrc_types.h              |   50 +-
 ci/cmake-preloads/config-linux-all.txt             |    3 +-
 ci/cmake-preloads/config-windows.txt               |    2 +-
 client/CMakeLists.txt                              |    4 +-
 client/DirectFB/dfreerdp.c                         |  126 +-
 client/Sample/freerdp.c                            |   53 +-
 client/Wayland/CMakeLists.txt                      |    2 +
 .../{X11/xf_channels.c => Wayland/wlf_channels.c}  |   70 +-
 .../{X11/xf_channels.h => Wayland/wlf_channels.h}  |   16 +-
 client/Wayland/wlf_input.h                         |   15 +-
 client/Wayland/wlfreerdp.c                         |  373 +-
 client/Wayland/wlfreerdp.h                         |   13 +-
 client/X11/.gitignore                              |    2 +-
 client/X11/CMakeLists.txt                          |    9 +-
 client/X11/generate_argument_docbook.c             |   26 +-
 client/X11/xf_client.c                             |  742 +--
 client/X11/xf_cliprdr.c                            |  419 +-
 client/X11/xf_event.c                              |  283 +-
 client/X11/xf_gdi.c                                |  917 +--
 client/X11/xf_gdi.h                                |    4 +-
 client/X11/xf_gfx.c                                | 1176 +---
 client/X11/xf_gfx.h                                |   23 +-
 client/X11/xf_graphics.c                           |  380 +-
 client/X11/xf_graphics.h                           |    5 +
 client/X11/xf_input.c                              |  105 +-
 client/X11/xf_keyboard.c                           |   75 +-
 client/X11/xf_monitor.c                            |  101 +-
 client/X11/xf_rail.c                               |  228 +-
 client/X11/xf_window.c                             |  346 +-
 client/X11/xfreerdp-envvar.1.xml                   |   15 +
 client/X11/xfreerdp.1.xml.in                       |    3 +
 client/X11/xfreerdp.h                              |   19 +-
 client/common/CMakeLists.txt                       |    3 -
 client/common/client.c                             |  134 +-
 client/common/cmdline.c                            |  575 +-
 client/freerdp-client.pc.in                        |    2 +-
 cmake/AndroidToolchain.cmake                       |  849 ++-
 cmake/ConfigOptions.cmake                          |   16 +-
 cmake/ConfigOptionsiOS.cmake                       |    1 +
 cmake/FindOpenSLES.cmake                           |    4 -
 cmake/FindUUID.cmake                               |  182 +-
 config.h.in                                        |    3 +-
 docs/Doxyfile                                      |    2 +-
 docs/README.android                                |   10 +-
 include/freerdp/addin.h                            |   16 +-
 include/freerdp/altsec.h                           |   36 +-
 include/freerdp/api.h                              |   52 +-
 include/freerdp/build-config.h.in                  |    2 +-
 include/freerdp/cache/bitmap.h                     |    5 -
 include/freerdp/cache/brush.h                      |    6 +-
 include/freerdp/cache/cache.h                      |    4 -
 include/freerdp/cache/glyph.h                      |    6 -
 include/freerdp/cache/nine_grid.h                  |    3 -
 include/freerdp/cache/offscreen.h                  |    5 +-
 include/freerdp/cache/palette.h                    |    3 -
 include/freerdp/cache/pointer.h                    |    3 -
 include/freerdp/channels/channels.h                |   32 +-
 include/freerdp/channels/rdpdr.h                   |   14 +-
 include/freerdp/channels/rdpgfx.h                  |   43 +-
 include/freerdp/channels/wtsvc.h                   |    9 +
 include/freerdp/client/rdpgfx.h                    |   67 +-
 include/freerdp/codec/clear.h                      |   22 +-
 include/freerdp/codec/color.h                      | 1139 ++--
 include/freerdp/codec/interleaved.h                |   31 +-
 include/freerdp/codec/nsc.h                        |   52 +-
 include/freerdp/codec/planar.h                     |   47 +-
 include/freerdp/codec/progressive.h                |   48 +-
 include/freerdp/codec/region.h                     |   44 +-
 include/freerdp/codec/rfx.h                        |   51 +-
 include/freerdp/codec/zgfx.h                       |   13 +-
 include/freerdp/codecs.h                           |    3 +-
 include/freerdp/constants.h                        |   17 +-
 include/freerdp/crypto/crypto.h                    |    2 +-
 include/freerdp/freerdp.h                          |   81 +-
 include/freerdp/gdi/16bpp.h                        |   44 -
 include/freerdp/gdi/32bpp.h                        |   44 -
 include/freerdp/gdi/8bpp.h                         |   44 -
 include/freerdp/gdi/bitmap.h                       |   46 +-
 include/freerdp/gdi/dc.h                           |    4 +-
 include/freerdp/gdi/gdi.h                          |  428 +-
 include/freerdp/gdi/gfx.h                          |    6 +-
 include/freerdp/gdi/palette.h                      |   37 -
 include/freerdp/gdi/pen.h                          |    7 +-
 include/freerdp/gdi/region.h                       |   43 +-
 include/freerdp/gdi/shape.h                        |   20 +-
 include/freerdp/graphics.h                         |   67 +-
 include/freerdp/peer.h                             |   59 +-
 include/freerdp/pointer.h                          |   15 +-
 include/freerdp/primary.h                          |   54 +-
 include/freerdp/primitives.h                       |  229 +-
 include/freerdp/secondary.h                        |   21 +-
 include/freerdp/server/rdpgfx.h                    |  100 +
 include/freerdp/server/rdpsnd.h                    |    3 +
 include/freerdp/server/shadow.h                    |  112 +-
 include/freerdp/settings.h                         |   28 +-
 include/freerdp/svc.h                              |   22 +-
 include/freerdp/update.h                           |   22 +-
 include/freerdp/utils/signal.h                     |   10 +-
 libfreerdp/CMakeLists.txt                          |    2 -
 libfreerdp/cache/bitmap.c                          |  248 +-
 libfreerdp/cache/brush.c                           |   17 +-
 libfreerdp/cache/cache.c                           |   47 +-
 libfreerdp/cache/glyph.c                           |  662 ++-
 libfreerdp/cache/nine_grid.c                       |   10 +-
 libfreerdp/cache/offscreen.c                       |   52 +-
 libfreerdp/cache/palette.c                         |    6 +-
 libfreerdp/cache/pointer.c                         |  161 +-
 libfreerdp/codec/clear.c                           | 1302 +++--
 libfreerdp/codec/color.c                           | 4011 ++-----------
 libfreerdp/codec/h264.c                            |  745 +--
 libfreerdp/codec/include/bitmap.c                  |  132 +-
 libfreerdp/codec/interleaved.c                     |  233 +-
 libfreerdp/codec/nsc.c                             |  169 +-
 libfreerdp/codec/nsc_encode.c                      |  249 +-
 libfreerdp/codec/nsc_encode.h                      |    7 +-
 libfreerdp/codec/nsc_sse2.c                        |  298 +-
 libfreerdp/codec/nsc_sse2.h                        |    9 +-
 libfreerdp/codec/planar.c                          |  674 ++-
 libfreerdp/codec/progressive.c                     |  718 +--
 libfreerdp/codec/region.c                          |   42 +-
 libfreerdp/codec/rfx.c                             |  594 +-
 libfreerdp/codec/rfx_decode.c                      |  125 +-
 libfreerdp/codec/rfx_decode.h                      |    4 +-
 libfreerdp/codec/rfx_differential.h                |    5 +-
 libfreerdp/codec/rfx_dwt.h                         |    5 +-
 libfreerdp/codec/rfx_encode.c                      |  159 +-
 libfreerdp/codec/rfx_encode.h                      |    3 +-
 libfreerdp/codec/rfx_neon.h                        |    9 +-
 libfreerdp/codec/rfx_quantization.h                |   10 +-
 libfreerdp/codec/rfx_rlgr.c                        |   12 +-
 libfreerdp/codec/rfx_rlgr.h                        |    7 +-
 libfreerdp/codec/rfx_sse2.h                        |    9 +-
 libfreerdp/codec/rfx_types.h                       |    6 +-
 libfreerdp/codec/test/TestFreeRDPCodecClear.c      |  182 +-
 libfreerdp/codec/test/TestFreeRDPCodecPlanar.c     | 6163 ++++++++++----------
 .../codec/test/TestFreeRDPCodecProgressive.c       |  397 +-
 libfreerdp/codec/test/TestFreeRDPCodecZGfx.c       |  207 +
 libfreerdp/codec/test/TestFreeRDPRegion.c          |   90 +-
 libfreerdp/codec/xcrush.c                          |   28 +-
 libfreerdp/codec/zgfx.c                            |  120 +-
 libfreerdp/common/addin.c                          |  232 +-
 libfreerdp/common/assistance.c                     |   50 +-
 libfreerdp/common/settings.c                       |   21 +
 libfreerdp/core/activation.h                       |   45 +-
 libfreerdp/core/autodetect.c                       |    2 +-
 libfreerdp/core/autodetect.h                       |   28 +-
 libfreerdp/core/bulk.h                             |   17 +-
 libfreerdp/core/capabilities.c                     | 1265 ++--
 libfreerdp/core/capabilities.h                     |   16 +-
 libfreerdp/core/certificate.c                      |   25 +-
 libfreerdp/core/certificate.h                      |   36 +-
 libfreerdp/core/channels.c                         |   20 +-
 libfreerdp/core/channels.h                         |   10 +-
 libfreerdp/core/client.c                           |  593 +-
 libfreerdp/core/client.h                           |   21 +-
 libfreerdp/core/codecs.c                           |   17 +-
 libfreerdp/core/connection.c                       |   30 +-
 libfreerdp/core/connection.h                       |   44 +-
 libfreerdp/core/errinfo.h                          |    3 +-
 libfreerdp/core/fastpath.h                         |   44 +-
 libfreerdp/core/freerdp.c                          |  284 +-
 libfreerdp/core/gateway/http.c                     |   47 +-
 libfreerdp/core/gateway/http.h                     |   56 +-
 libfreerdp/core/gateway/ncacn_http.h               |   17 +-
 libfreerdp/core/gateway/ntlm.c                     |   12 +-
 libfreerdp/core/gateway/ntlm.h                     |   17 +-
 libfreerdp/core/gateway/rdg.c                      |   47 +-
 libfreerdp/core/gateway/rdg.h                      |   13 +-
 libfreerdp/core/gateway/rpc.h                      |   53 +-
 libfreerdp/core/gateway/rpc_bind.h                 |   14 +-
 libfreerdp/core/gateway/rpc_client.h               |   26 +-
 libfreerdp/core/gateway/rpc_fault.h                |    5 +-
 libfreerdp/core/gateway/rts.h                      |  159 +-
 libfreerdp/core/gateway/rts_signature.h            |  136 +-
 libfreerdp/core/gateway/tsg.c                      |   47 +-
 libfreerdp/core/gateway/tsg.h                      |   32 +-
 libfreerdp/core/gcc.c                              |  442 +-
 libfreerdp/core/gcc.h                              |   94 +-
 libfreerdp/core/graphics.c                         |  164 +-
 .../Mac/mfreerdp.h => libfreerdp/core/graphics.h   |   18 +-
 libfreerdp/core/heartbeat.h                        |    5 +-
 libfreerdp/core/info.c                             |   53 +-
 libfreerdp/core/info.h                             |   26 +-
 libfreerdp/core/input.c                            |  103 +-
 libfreerdp/core/input.h                            |   40 +-
 libfreerdp/core/license.c                          |    7 +-
 libfreerdp/core/license.h                          |   92 +-
 libfreerdp/core/listener.c                         |   30 -
 libfreerdp/core/mcs.h                              |   68 +-
 libfreerdp/core/message.c                          |  162 +-
 libfreerdp/core/message.h                          |   24 +-
 libfreerdp/core/multitransport.h                   |    7 +-
 libfreerdp/core/nego.c                             |   25 +-
 libfreerdp/core/nego.h                             |   89 +-
 libfreerdp/core/nla.c                              |   62 +-
 libfreerdp/core/nla.h                              |   17 +-
 libfreerdp/core/orders.c                           | 1576 +++--
 libfreerdp/core/orders.h                           |  273 +-
 libfreerdp/core/peer.c                             |  142 +-
 libfreerdp/core/rdp.c                              |   43 +-
 libfreerdp/core/rdp.h                              |   79 +-
 libfreerdp/core/redirection.c                      |    4 +-
 libfreerdp/core/redirection.h                      |   14 +-
 libfreerdp/core/security.c                         |  446 +-
 libfreerdp/core/security.h                         |   43 +-
 libfreerdp/core/server.c                           |  439 +-
 libfreerdp/core/server.h                           |  248 +-
 libfreerdp/core/settings.c                         |  685 ++-
 libfreerdp/core/surface.c                          |    8 +-
 libfreerdp/core/surface.h                          |   10 +-
 libfreerdp/core/tcp.c                              |  160 +-
 libfreerdp/core/tcp.h                              |   10 +-
 libfreerdp/core/test/TestConnect.c                 |   96 +-
 libfreerdp/core/timezone.h                         |   10 +-
 libfreerdp/core/tpdu.h                             |   19 +-
 libfreerdp/core/tpkt.h                             |    7 +-
 libfreerdp/core/transport.c                        |  208 +-
 libfreerdp/core/transport.h                        |   74 +-
 libfreerdp/core/update.c                           |  693 ++-
 libfreerdp/core/update.h                           |   57 +-
 libfreerdp/core/window.h                           |    8 +-
 libfreerdp/crypto/CMakeLists.txt                   |    3 +-
 libfreerdp/crypto/certificate.c                    |    4 +-
 libfreerdp/crypto/crypto.c                         |   49 +-
 libfreerdp/crypto/opensslcompat.c                  |   44 +
 libfreerdp/crypto/opensslcompat.h                  |   65 +
 libfreerdp/crypto/tls.c                            |  485 +-
 libfreerdp/gdi/16bpp.c                             | 1152 ----
 libfreerdp/gdi/32bpp.c                             | 1253 ----
 libfreerdp/gdi/8bpp.c                              | 1068 ----
 libfreerdp/gdi/CMakeLists.txt                      |    4 -
 libfreerdp/gdi/bitmap.c                            |  449 +-
 libfreerdp/gdi/brush.c                             |  849 ++-
 {include/freerdp => libfreerdp}/gdi/brush.h        |   25 +-
 libfreerdp/gdi/clipping.c                          |   36 +-
 {include/freerdp => libfreerdp}/gdi/clipping.h     |   16 +-
 libfreerdp/gdi/dc.c                                |   56 +-
 libfreerdp/gdi/drawing.c                           |   28 +-
 {include/freerdp => libfreerdp}/gdi/drawing.h      |   20 +-
 libfreerdp/gdi/gdi.c                               | 1133 ++--
 libfreerdp/gdi/gdi.h                               |   71 +-
 libfreerdp/gdi/gfx.c                               |  757 +--
 libfreerdp/gdi/graphics.c                          |  352 +-
 libfreerdp/gdi/graphics.h                          |   14 +-
 libfreerdp/gdi/include/line.c                      |  118 -
 libfreerdp/gdi/line.c                              |  199 +-
 {include/freerdp => libfreerdp}/gdi/line.h         |   20 +-
 libfreerdp/gdi/palette.c                           |  130 -
 libfreerdp/gdi/pen.c                               |   27 +-
 libfreerdp/gdi/region.c                            |  106 +-
 libfreerdp/gdi/shape.c                             |  248 +-
 libfreerdp/gdi/test/CMakeLists.txt                 |    7 +-
 libfreerdp/gdi/test/TestGdiBitBlt.c                | 1582 +----
 libfreerdp/gdi/test/TestGdiClip.c                  |   81 +-
 libfreerdp/gdi/test/TestGdiCreate.c                |  253 +-
 libfreerdp/gdi/test/TestGdiEllipse.c               |  168 +-
 libfreerdp/gdi/test/TestGdiLine.c                  |  765 +--
 libfreerdp/gdi/test/TestGdiRect.c                  |   62 +-
 libfreerdp/gdi/test/TestGdiRop3.c                  |   37 +-
 libfreerdp/gdi/test/helpers.c                      |  141 +
 libfreerdp/gdi/test/helpers.h                      |   39 +
 libfreerdp/locale/keyboard_sun.h                   |    4 +-
 libfreerdp/locale/keyboard_x11.h                   |    5 +-
 libfreerdp/locale/keyboard_xkbfile.h               |   10 +-
 libfreerdp/locale/liblocale.h                      |    8 +-
 libfreerdp/locale/locale.c                         |   18 +-
 libfreerdp/locale/xkb_layout_ids.h                 |    4 +-
 libfreerdp/primitives/prim_16to32bpp.c             |  137 -
 libfreerdp/primitives/prim_16to32bpp.h             |   36 -
 libfreerdp/primitives/prim_16to32bpp_opt.c         |  280 -
 libfreerdp/primitives/prim_YCoCg.c                 |  188 +-
 libfreerdp/primitives/prim_YCoCg.h                 |   31 -
 libfreerdp/primitives/prim_YCoCg_opt.c             |  305 +-
 libfreerdp/primitives/prim_YUV.c                   |  326 +-
 libfreerdp/primitives/prim_YUV.h                   |   28 -
 libfreerdp/primitives/prim_YUV_opt.c               |  442 +-
 libfreerdp/primitives/prim_add.c                   |   29 +-
 libfreerdp/primitives/prim_add.h                   |   30 -
 libfreerdp/primitives/prim_add_opt.c               |   16 +-
 libfreerdp/primitives/prim_alphaComp.c             |   48 +-
 libfreerdp/primitives/prim_alphaComp.h             |   30 -
 libfreerdp/primitives/prim_alphaComp_opt.c         |   84 +-
 libfreerdp/primitives/prim_andor.c                 |   33 +-
 libfreerdp/primitives/prim_andor.h                 |   31 -
 libfreerdp/primitives/prim_andor_opt.c             |   19 +-
 libfreerdp/primitives/prim_colors.c                |  230 +-
 libfreerdp/primitives/prim_colors.h                |   33 -
 libfreerdp/primitives/prim_colors_opt.c            |  329 +-
 libfreerdp/primitives/prim_copy.c                  |   92 +-
 libfreerdp/primitives/prim_internal.h              |   59 +-
 libfreerdp/primitives/prim_set.c                   |   66 +-
 libfreerdp/primitives/prim_set.h                   |   34 -
 libfreerdp/primitives/prim_set_opt.c               |  169 +-
 libfreerdp/primitives/prim_shift.c                 |   99 +-
 libfreerdp/primitives/prim_shift.h                 |   35 -
 libfreerdp/primitives/prim_shift_opt.c             |   26 +-
 libfreerdp/primitives/prim_sign.c                  |   21 +-
 libfreerdp/primitives/prim_sign.h                  |   30 -
 libfreerdp/primitives/prim_sign_opt.c              |   83 +-
 libfreerdp/primitives/prim_templates.h             |  720 +--
 libfreerdp/primitives/primitives.c                 |   81 +-
 libfreerdp/primitives/test/CMakeLists.txt          |    1 -
 .../primitives/test/TestPrimitives16to32bpp.c      |  211 -
 libfreerdp/primitives/test/TestPrimitivesAdd.c     |  135 +-
 .../primitives/test/TestPrimitivesAlphaComp.c      |  272 +-
 libfreerdp/primitives/test/TestPrimitivesAndOr.c   |  273 +-
 libfreerdp/primitives/test/TestPrimitivesColors.c  |  236 +-
 libfreerdp/primitives/test/TestPrimitivesCopy.c    |   89 +-
 libfreerdp/primitives/test/TestPrimitivesSet.c     |  446 +-
 libfreerdp/primitives/test/TestPrimitivesShift.c   |  478 +-
 libfreerdp/primitives/test/TestPrimitivesSign.c    |  134 +-
 libfreerdp/primitives/test/TestPrimitivesYCbCr.c   |   77 +-
 libfreerdp/primitives/test/TestPrimitivesYCoCg.c   |  141 +-
 libfreerdp/primitives/test/TestPrimitivesYUV.c     |  186 +-
 libfreerdp/primitives/test/measure.h               |  106 +-
 libfreerdp/primitives/test/prim_test.c             |  101 +-
 libfreerdp/primitives/test/prim_test.h             |  201 +-
 libfreerdp/utils/msusb.c                           |  171 +-
 libfreerdp/utils/ringbuffer.c                      |   52 +-
 libfreerdp/utils/signal.c                          |   21 +-
 .../deb/freerdp-nightly/freerdp-nightly.install    |    1 +
 packaging/deb/freerdp-nightly/rules                |    2 +-
 packaging/rpm/freerdp-nightly.spec                 |    3 +-
 rdtk/librdtk/rdtk_nine_patch.c                     |    2 +-
 rdtk/librdtk/test/TestRdTkNinePatch.c              |   48 +-
 scripts/0001-64bit-architecture-support.patch      |   26 +
 scripts/LECHash.c                                  |  140 +-
 scripts/LOMHash.c                                  |  102 +-
 scripts/android-build-common.sh                    |    5 +
 scripts/android-build-freerdp.sh                   |   10 +-
 scripts/android-build-openssl.sh                   |    7 +-
 scripts/android-build.conf                         |   19 +-
 scripts/autoformat.sh                              |    2 +-
 scripts/format_code.sh                             |   11 +-
 scripts/regenerate_jni_headers.sh.cmake            |    6 -
 server/Mac/mf_mountain_lion.c                      |    2 -
 server/Mac/mf_peer.c                               |  163 +-
 server/Sample/sfreerdp.c                           |  183 +-
 server/Windows/wf_update.c                         |   20 +-
 server/shadow/CMakeLists.txt                       |    2 +
 server/shadow/Mac/mac_shadow.c                     |  392 +-
 server/shadow/Win/win_dxgi.c                       |    5 +-
 server/shadow/Win/win_rdp.c                        |  108 +-
 server/shadow/Win/win_shadow.c                     |  129 +-
 server/shadow/X11/x11_shadow.c                     |  430 +-
 server/shadow/X11/x11_shadow.h                     |    1 +
 server/shadow/shadow.c                             |   10 +-
 server/shadow/shadow_channels.c                    |   10 +
 server/shadow/shadow_channels.h                    |    1 +
 server/shadow/shadow_client.c                      | 1327 +++--
 server/shadow/shadow_client.h                      |    2 +-
 server/shadow/shadow_encoder.c                     |  181 +-
 server/shadow/shadow_encoder.h                     |    1 +
 .../liblocale.h => server/shadow/shadow_rdpgfx.c   |   46 +-
 server/shadow/{shadow_audin.h => shadow_rdpgfx.h}  |   12 +-
 server/shadow/shadow_rdpsnd.c                      |    1 -
 server/shadow/shadow_server.c                      |   87 +
 server/shadow/shadow_subsystem.c                   |    5 -
 server/shadow/shadow_surface.c                     |   27 +-
 uwac/libuwac/uwac-display.c                        |  407 +-
 uwac/libuwac/uwac-input.c                          |   22 +-
 uwac/libuwac/uwac-window.c                         |  433 +-
 uwac/protocols/xdg-shell.xml                       |   12 +-
 winpr/CMakeLists.txt                               |   24 +-
 winpr/include/winpr/bitstream.h                    |   16 +-
 winpr/include/winpr/crypto.h                       |  267 +-
 winpr/include/winpr/debug.h                        |    1 +
 winpr/include/winpr/dsparse.h                      |    2 +-
 winpr/include/winpr/endian.h                       |   80 +-
 winpr/include/winpr/environment.h                  |   36 +-
 winpr/include/winpr/file.h                         |   56 +
 winpr/include/winpr/ini.h                          |    1 +
 winpr/include/winpr/interlocked.h                  |  112 +-
 winpr/include/winpr/io.h                           |   31 +
 winpr/include/winpr/library.h                      |   36 +-
 winpr/include/winpr/nt.h                           |   27 +-
 winpr/include/winpr/path.h                         |   18 +-
 winpr/include/winpr/platform.h                     |    1 -
 winpr/include/winpr/pool.h                         |  204 +-
 winpr/include/winpr/print.h                        |    4 +-
 winpr/include/winpr/registry.h                     |    6 +-
 winpr/include/winpr/rpc.h                          |  392 +-
 winpr/include/winpr/sam.h                          |    4 +-
 winpr/include/winpr/schannel.h                     |    2 +-
 winpr/include/winpr/security.h                     |   80 +-
 winpr/include/winpr/sspi.h                         |   25 +-
 winpr/include/winpr/string.h                       |   52 +-
 winpr/include/winpr/synch.h                        |   54 +-
 winpr/include/winpr/sysinfo.h                      |   81 +-
 winpr/include/winpr/thread.h                       |   14 +
 winpr/include/winpr/user.h                         |   61 +-
 winpr/include/winpr/winhttp.h                      |    2 +-
 winpr/include/winpr/winpr.h                        |   56 +-
 winpr/include/winpr/winsock.h                      |    7 +-
 winpr/include/winpr/wlog.h                         |   99 +-
 winpr/include/winpr/wtsapi.h                       |  639 +-
 winpr/include/winpr/wtypes.h.in                    |    6 +-
 winpr/libwinpr/CMakeLists.txt                      |    2 +
 winpr/libwinpr/bcrypt/CMakeLists.txt               |    1 -
 winpr/libwinpr/clipboard/clipboard.c               |   99 +-
 winpr/libwinpr/clipboard/clipboard.h               |    2 +-
 winpr/libwinpr/clipboard/synthetic.c               |    1 +
 .../libwinpr/clipboard/test/TestClipboardFormats.c |   23 +-
 winpr/libwinpr/comm/comm.c                         |  398 +-
 winpr/libwinpr/comm/comm.h                         |    5 +-
 winpr/libwinpr/comm/comm_io.c                      |  182 +-
 winpr/libwinpr/comm/comm_ioctl.c                   |    8 +-
 winpr/libwinpr/crt/string.c                        |   70 +-
 winpr/libwinpr/crt/test/TestString.c               |   18 +
 winpr/libwinpr/crt/test/TestUnicodeConversion.c    |   16 +-
 winpr/libwinpr/crt/unicode.c                       |    4 +-
 winpr/libwinpr/crt/utf.c                           |   38 +-
 winpr/libwinpr/crypto/CMakeLists.txt               |   10 +
 winpr/libwinpr/crypto/cipher.c                     |  133 +-
 winpr/libwinpr/crypto/crypto.c                     |    2 +-
 winpr/libwinpr/crypto/hash.c                       |  433 +-
 winpr/libwinpr/crypto/test/TestCryptoCipher.c      |  126 +-
 winpr/libwinpr/crypto/test/TestCryptoHash.c        |  174 +-
 winpr/libwinpr/dsparse/dsparse.c                   |    6 +-
 winpr/libwinpr/environment/environment.c           |   75 +-
 .../test/TestEnvironmentGetEnvironmentStrings.c    |    2 +-
 winpr/libwinpr/file/file.c                         |  313 +-
 winpr/libwinpr/file/generic.c                      |    2 +-
 winpr/libwinpr/file/namedPipeClient.c              |    7 +
 winpr/libwinpr/interlocked/interlocked.c           |  120 +-
 .../interlocked/test/TestInterlockedAccess.c       |   28 +-
 .../interlocked/test/TestInterlockedDList.c        |    8 +-
 .../interlocked/test/TestInterlockedSList.c        |   10 +-
 winpr/libwinpr/io/io.c                             |  104 +-
 winpr/libwinpr/library/library.c                   |   68 +-
 winpr/libwinpr/library/test/CMakeLists.txt         |    6 +-
 .../library/test/TestLibraryA/CMakeLists.txt       |    8 +-
 .../library/test/TestLibraryA/TestLibraryA.c       |   11 +-
 .../library/test/TestLibraryAddDllDirectory.c      |   12 -
 .../library/test/TestLibraryB/CMakeLists.txt       |    8 +-
 .../library/test/TestLibraryB/TestLibraryB.c       |   11 +-
 .../libwinpr/library/test/TestLibraryFreeLibrary.c |   66 -
 .../library/test/TestLibraryGetModuleFileName.c    |   39 +-
 .../library/test/TestLibraryGetProcAddress.c       |   68 +-
 .../libwinpr/library/test/TestLibraryLoadLibrary.c |   53 +-
 .../library/test/TestLibraryRemoveDllDirectory.c   |   12 -
 .../test/TestLibrarySetDefaultDllDirectories.c     |   12 -
 winpr/libwinpr/nt/nt.c                             |  150 +-
 winpr/libwinpr/nt/test/TestNtCreateFile.c          |   46 +-
 winpr/libwinpr/path/CMakeLists.txt                 |    4 +
 winpr/libwinpr/path/include/PathAllocCombine.c     |    4 +-
 winpr/libwinpr/path/path.c                         |    3 +-
 winpr/libwinpr/path/shell.c                        |  145 +-
 winpr/libwinpr/path/shell_ios.h                    |    8 +
 winpr/libwinpr/{rpc/midl.c => path/shell_ios.m}    |   27 +-
 .../libwinpr/path/test/TestPathCchFindExtension.c  |    8 +-
 winpr/libwinpr/pipe/pipe.c                         |   56 +-
 winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c |   43 +-
 .../pipe/test/TestPipeCreateNamedPipeOverlapped.c  |  351 +-
 winpr/libwinpr/pool/CMakeLists.txt                 |    1 -
 winpr/libwinpr/pool/callback.c                     |   39 +-
 winpr/libwinpr/pool/callback_cleanup.c             |   91 +-
 winpr/libwinpr/pool/callback_environment.c         |  203 -
 winpr/libwinpr/pool/cleanup_group.c                |   68 +-
 winpr/libwinpr/pool/io.c                           |   12 +-
 winpr/libwinpr/pool/pool.c                         |   95 +-
 winpr/libwinpr/pool/pool.h                         |    7 +-
 winpr/libwinpr/pool/synch.c                        |    8 +-
 winpr/libwinpr/pool/test/TestPoolWork.c            |   13 +-
 winpr/libwinpr/pool/timer.c                        |   10 +-
 winpr/libwinpr/pool/work.c                         |  127 +-
 winpr/libwinpr/registry/registry.c                 |    6 +-
 winpr/libwinpr/rpc/ndr_private.h                   |    8 +-
 winpr/libwinpr/rpc/ndr_simple.c                    |   29 +-
 winpr/libwinpr/rpc/ndr_simple.h                    |   18 +-
 winpr/libwinpr/rpc/rpc.c                           |  300 +-
 winpr/libwinpr/smartcard/smartcard_pcsc.c          |    8 +
 winpr/libwinpr/sspi/NTLM/ntlm.c                    |   77 +-
 winpr/libwinpr/sspi/NTLM/ntlm.h                    |    1 +
 winpr/libwinpr/sspi/NTLM/ntlm_av_pairs.c           |   95 +-
 winpr/libwinpr/sspi/NTLM/ntlm_av_pairs.h           |   17 +
 winpr/libwinpr/sspi/NTLM/ntlm_compute.c            |   42 +-
 winpr/libwinpr/sspi/NTLM/ntlm_message.c            |    4 +-
 winpr/libwinpr/sspi/Negotiate/negotiate.c          |    2 +-
 .../sspi/test/TestEnumerateSecurityPackages.c      |    5 +-
 .../sspi/test/TestQuerySecurityPackageInfo.c       |    5 +-
 winpr/libwinpr/synch/barrier.c                     |  173 +-
 winpr/libwinpr/synch/critical.c                    |   45 -
 winpr/libwinpr/synch/event.c                       |    2 +
 winpr/libwinpr/synch/init.c                        |    8 +-
 winpr/libwinpr/synch/mutex.c                       |   46 +-
 winpr/libwinpr/synch/semaphore.c                   |    2 +-
 winpr/libwinpr/synch/synch.h                       |    9 -
 winpr/libwinpr/synch/test/TestSynchBarrier.c       |  253 +-
 winpr/libwinpr/synch/test/TestSynchMutex.c         |  245 +-
 winpr/libwinpr/synch/test/TestSynchTimerQueue.c    |   64 +-
 winpr/libwinpr/synch/test/TestSynchWaitableTimer.c |   36 +-
 .../synch/test/TestSynchWaitableTimerAPC.c         |   44 +-
 winpr/libwinpr/synch/timer.c                       |   50 +-
 winpr/libwinpr/synch/wait.c                        |   38 +-
 winpr/libwinpr/sysinfo/sysinfo.c                   |  283 +-
 winpr/libwinpr/thread/argv.c                       |   12 +-
 .../libwinpr/thread/test/TestThreadCreateProcess.c |   69 +-
 winpr/libwinpr/thread/thread.c                     |  124 +-
 winpr/libwinpr/timezone/timezone.c                 |  926 ++-
 winpr/libwinpr/utils/cmdline.c                     |    8 +-
 winpr/libwinpr/utils/collections/ArrayList.c       |    2 +-
 winpr/libwinpr/utils/collections/BipBuffer.c       |    8 +-
 winpr/libwinpr/utils/collections/BitStream.c       |    2 +-
 winpr/libwinpr/utils/debug.c                       |  126 +-
 winpr/libwinpr/utils/ini.c                         |   76 +-
 winpr/libwinpr/utils/lodepng/lodepng.c             |    2 +-
 winpr/libwinpr/utils/ntlm.c                        |   18 +-
 winpr/libwinpr/utils/print.c                       |    8 +-
 winpr/libwinpr/utils/sam.c                         |   49 +-
 winpr/libwinpr/utils/ssl.c                         |   25 +-
 winpr/libwinpr/utils/test/TestBacktrace.c          |    2 +-
 winpr/libwinpr/utils/test/TestImage.c              |    6 +-
 winpr/libwinpr/utils/test/TestStream.c             |    6 +-
 winpr/libwinpr/utils/test/TestWLog.c               |   26 +-
 winpr/libwinpr/utils/test/TestWLogCallback.c       |    2 +-
 winpr/libwinpr/utils/wlog/BinaryAppender.c         |    6 +-
 winpr/libwinpr/utils/wlog/CallbackAppender.c       |   17 +-
 winpr/libwinpr/utils/wlog/UdpAppender.c            |    4 +-
 winpr/libwinpr/utils/wlog/wlog.c                   |  196 +-
 winpr/libwinpr/winsock/winsock.c                   |   25 +-
 winpr/libwinpr/wtsapi/CMakeLists.txt               |    3 +-
 .../wtsapi/test/TestWtsApiEnumerateProcesses.c     |   26 +-
 .../wtsapi/test/TestWtsApiEnumerateSessions.c      |   21 +-
 .../wtsapi/test/TestWtsApiExtraSendMessage.c       |    2 +-
 .../test/TestWtsApiExtraStartRemoteSessionEx.c     |    2 +-
 .../test/TestWtsApiQuerySessionInformation.c       |   54 +-
 .../wtsapi/test/TestWtsApiSessionNotification.c    |   36 +-
 .../wtsapi/test/TestWtsApiShutdownSystem.c         |   12 +-
 .../wtsapi/test/TestWtsApiWaitSystemEvent.c        |   11 +-
 winpr/libwinpr/wtsapi/wtsapi.c                     |   89 +-
 winpr/libwinpr/wtsapi/wtsapi.h                     |   44 -
 winpr/libwinpr/wtsapi/wtsapi_win32.c               |   76 +-
 winpr/libwinpr/wtsapi/wtsapi_win32.h               |    2 +-
 winpr/wlog.1                                       |  149 +
 644 files changed, 44645 insertions(+), 44014 deletions(-)
 mode change 100644 => 100755 channels/disp/client/disp_main.c
 rename channels/rdpgfx/{client => }/rdpgfx_common.c (98%)
 rename channels/rdpgfx/{client => }/rdpgfx_common.h (58%)
 copy channels/{echo => rdpgfx}/server/CMakeLists.txt (83%)
 create mode 100644 channels/rdpgfx/server/rdpgfx_main.c
 copy libfreerdp/core/errinfo.h => channels/rdpgfx/server/rdpgfx_main.h (52%)
 copy client/{X11/xf_channels.c => Wayland/wlf_channels.c} (56%)
 copy client/{X11/xf_channels.h => Wayland/wlf_channels.h} (65%)
 create mode 100644 client/X11/xfreerdp-envvar.1.xml
 delete mode 100644 include/freerdp/gdi/16bpp.h
 delete mode 100644 include/freerdp/gdi/32bpp.h
 delete mode 100644 include/freerdp/gdi/8bpp.h
 delete mode 100644 include/freerdp/gdi/palette.h
 create mode 100644 include/freerdp/server/rdpgfx.h
 copy server/Mac/mfreerdp.h => libfreerdp/core/graphics.h (65%)
 create mode 100644 libfreerdp/crypto/opensslcompat.c
 create mode 100644 libfreerdp/crypto/opensslcompat.h
 delete mode 100644 libfreerdp/gdi/16bpp.c
 delete mode 100644 libfreerdp/gdi/32bpp.c
 delete mode 100644 libfreerdp/gdi/8bpp.c
 rename {include/freerdp => libfreerdp}/gdi/brush.h (64%)
 rename {include/freerdp => libfreerdp}/gdi/clipping.h (64%)
 rename {include/freerdp => libfreerdp}/gdi/drawing.h (63%)
 delete mode 100644 libfreerdp/gdi/include/line.c
 rename {include/freerdp => libfreerdp}/gdi/line.h (60%)
 delete mode 100644 libfreerdp/gdi/palette.c
 create mode 100644 libfreerdp/gdi/test/helpers.c
 create mode 100644 libfreerdp/gdi/test/helpers.h
 delete mode 100644 libfreerdp/primitives/prim_16to32bpp.c
 delete mode 100644 libfreerdp/primitives/prim_16to32bpp.h
 delete mode 100644 libfreerdp/primitives/prim_16to32bpp_opt.c
 delete mode 100644 libfreerdp/primitives/prim_YCoCg.h
 delete mode 100644 libfreerdp/primitives/prim_YUV.h
 delete mode 100644 libfreerdp/primitives/prim_add.h
 delete mode 100644 libfreerdp/primitives/prim_alphaComp.h
 delete mode 100644 libfreerdp/primitives/prim_andor.h
 delete mode 100644 libfreerdp/primitives/prim_colors.h
 delete mode 100644 libfreerdp/primitives/prim_set.h
 delete mode 100644 libfreerdp/primitives/prim_shift.h
 delete mode 100644 libfreerdp/primitives/prim_sign.h
 delete mode 100644 libfreerdp/primitives/test/TestPrimitives16to32bpp.c
 create mode 100644 scripts/0001-64bit-architecture-support.patch
 delete mode 100755 scripts/regenerate_jni_headers.sh.cmake
 copy libfreerdp/locale/liblocale.h => server/shadow/shadow_rdpgfx.c (55%)
 copy server/shadow/{shadow_audin.h => shadow_rdpgfx.h} (72%)
 delete mode 100644 winpr/libwinpr/library/test/TestLibraryAddDllDirectory.c
 delete mode 100644 winpr/libwinpr/library/test/TestLibraryFreeLibrary.c
 delete mode 100644 winpr/libwinpr/library/test/TestLibraryRemoveDllDirectory.c
 delete mode 100644 winpr/libwinpr/library/test/TestLibrarySetDefaultDllDirectories.c
 create mode 100644 winpr/libwinpr/path/shell_ios.h
 copy winpr/libwinpr/{rpc/midl.c => path/shell_ios.m} (55%)
 delete mode 100644 winpr/libwinpr/pool/callback_environment.c
 delete mode 100644 winpr/libwinpr/wtsapi/wtsapi.h
 create mode 100644 winpr/wlog.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/freerdp2.git



More information about the pkg-remote-commits mailing list