platform/upstream/freerdp.git
8 years agowinpr: fix PathFileExists on UWP
Marc-André Moreau [Fri, 25 Mar 2016 16:20:51 +0000 (12:20 -0400)]
winpr: fix PathFileExists on UWP

8 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Wed, 16 Mar 2016 00:19:15 +0000 (20:19 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

8 years agoMerge pull request #3225 from mfleisz/fix_set_err_info
akallabeth [Tue, 15 Mar 2016 08:25:50 +0000 (09:25 +0100)]
Merge pull request #3225 from mfleisz/fix_set_err_info

freerdp: Fix possible crash when setting error info in server-mode

8 years agoMerge pull request #3223 from comicfans/wayland_fix
Bernhard Miklautz [Mon, 14 Mar 2016 14:28:56 +0000 (15:28 +0100)]
Merge pull request #3223 from comicfans/wayland_fix

only compile wayland client when WAYLAND_FOUND

8 years agofreerdp: Fix possible crash when setting error info in server-mode
Martin Fleisz [Mon, 14 Mar 2016 14:27:15 +0000 (15:27 +0100)]
freerdp: Fix possible crash when setting error info in server-mode

8 years agoMerge pull request #3224 from mfleisz/win32_bld_fix
Bernhard Miklautz [Mon, 14 Mar 2016 14:13:52 +0000 (15:13 +0100)]
Merge pull request #3224 from mfleisz/win32_bld_fix

winpr: Fix definition of PathFileExists on Win32

8 years agowinpr: Fix definition of PathFileExists on Win32
Martin Fleisz [Mon, 14 Mar 2016 13:08:48 +0000 (14:08 +0100)]
winpr: Fix definition of PathFileExists on Win32

8 years agoonly compile wayland client when WAYLAND_FOUND
comicfans44 [Mon, 14 Mar 2016 12:51:50 +0000 (12:51 +0000)]
only compile wayland client when WAYLAND_FOUND

8 years agoMerge pull request #3209 from akallabeth/android_translation_fix
Bernhard Miklautz [Mon, 14 Mar 2016 12:00:52 +0000 (13:00 +0100)]
Merge pull request #3209 from akallabeth/android_translation_fix

Reverted translation of internal VALUE arrays.

8 years agoMerge pull request #3221 from bmiklautz/fix_nightlies
akallabeth [Mon, 14 Mar 2016 09:08:25 +0000 (10:08 +0100)]
Merge pull request #3221 from bmiklautz/fix_nightlies

pkg/deb: adapt channel paths

8 years agoMerge pull request #3212 from realjiangms/fix_default_audin
Bernhard Miklautz [Mon, 14 Mar 2016 08:57:33 +0000 (09:57 +0100)]
Merge pull request #3212 from realjiangms/fix_default_audin

audin: Fixed default sys argument for audin

8 years agoRemoved untranslatable strings from translated files.
Armin Novak [Mon, 14 Mar 2016 08:53:45 +0000 (09:53 +0100)]
Removed untranslatable strings from translated files.

8 years agopkg/deb: adapt channel paths
Bernhard Miklautz [Mon, 14 Mar 2016 08:38:35 +0000 (09:38 +0100)]
pkg/deb: adapt channel paths

8 years agoMerge pull request #3213 from akallabeth/android_build_fixes
Martin Fleisz [Mon, 14 Mar 2016 08:20:30 +0000 (09:20 +0100)]
Merge pull request #3213 from akallabeth/android_build_fixes

Android build and settings fixes

8 years agofreerdp: fix freerdp_connect possible incorrect status code
Marc-André Moreau [Fri, 11 Mar 2016 19:42:16 +0000 (14:42 -0500)]
freerdp: fix freerdp_connect possible incorrect status code

8 years agoMerge pull request #3177 from akallabeth/codec_reset_fix
Martin Fleisz [Fri, 11 Mar 2016 10:22:59 +0000 (11:22 +0100)]
Merge pull request #3177 from akallabeth/codec_reset_fix

Fixed codec reset, now resetting resolution too.

8 years agoReplaced version patch with make argument.
Armin Novak [Thu, 10 Mar 2016 21:07:30 +0000 (22:07 +0100)]
Replaced version patch with make argument.

8 years agoUpdated OpenSSL version in script.
Armin Novak [Thu, 10 Mar 2016 20:54:11 +0000 (21:54 +0100)]
Updated OpenSSL version in script.

8 years agoFixed settings load/store.
Armin Novak [Thu, 10 Mar 2016 20:52:40 +0000 (21:52 +0100)]
Fixed settings load/store.

8 years agoFixed paralell building issue.
Armin Novak [Thu, 10 Mar 2016 20:18:19 +0000 (21:18 +0100)]
Fixed paralell building issue.

8 years agoaudin: Fixed default sys argument for audin
zihao.jiang [Thu, 10 Mar 2016 17:52:18 +0000 (01:52 +0800)]
audin: Fixed default sys argument for audin
PR #3173 fixed argument parsing. However it breaks the usage without specifying subsystem: "/microphone"
In particular, aFreerdp microphone redirect is broken as it exactly uses "/microphone"
This PR fixes the regression.
Fix: We should not call CommandLineParseArgumentsA if argc is only 1 (same case as rdpsnd_main.c)

8 years agoMerge pull request #3210 from hardening/env_fix
Martin Fleisz [Thu, 10 Mar 2016 07:22:30 +0000 (08:22 +0100)]
Merge pull request #3210 from hardening/env_fix

Don't require HOME env var to be set for server-side code

8 years agoDon't require HOME env var to be set for server-side code
David FORT [Wed, 9 Mar 2016 13:10:31 +0000 (14:10 +0100)]
Don't require HOME env var to be set for server-side code

8 years agoMarked non translatable strings as such.
Armin Novak [Tue, 8 Mar 2016 19:34:19 +0000 (20:34 +0100)]
Marked non translatable strings as such.

8 years agoReverted translation of internal VALUE arrays.
Armin Novak [Tue, 8 Mar 2016 15:27:51 +0000 (16:27 +0100)]
Reverted translation of internal VALUE arrays.

8 years agoMerge pull request #3172 from realjiangms/android_launch_by_scheme_2720
akallabeth [Tue, 8 Mar 2016 19:50:30 +0000 (20:50 +0100)]
Merge pull request #3172 from realjiangms/android_launch_by_scheme_2720

android: Allow freerdp mobile version to be launched from URI (freerdp://)

8 years agoandroid: Allow freerdp mobile version to be launched from URI (freerdp://)
zihao.jiang [Sat, 27 Feb 2016 10:31:43 +0000 (18:31 +0800)]
android: Allow freerdp mobile version to be launched from URI (freerdp://)
It would be good if we have a easy way to call aFreeRDP in another Android APP (Requirement also mentioned in #2720)
We can define a scheme (freerdp://) as unified way to launch FreeRDP from another APP or browser and connect to compatible RDP server
1. Define scheme freerdp://
2. General form could be freerdp://user@hostname:port/connect?key1=value&key2=-&key3=%2b&key4=
3. [user] part would be translated to /u:
4. [hostname:port] would be translated to /v:
5. The [user@hostname:port] part would be used as app title, currently it's just the progress dialog title
6. query parameters would be translated to command line arguments. Later same arguments will overwrite the formers:
    a. key1=value:  => /key1:value
    b. key2=-:  => -key2
    c. key3=%2b  => +key3 (%2b is url encoded +)
d. key4=  => /key4
e. Especially, drive=sdcard will be properly handled with local sdcard path. On my device it will be translated to /drive:sdcard,/storage/emulated/0

Owing to the refactor work in PR #3097, we now pass same command line argument to JNI for freerdp settings.
We just need to make the SessionActivity accept freerdp scheme and translate argument from URI form to command line form.

8 years agoMerge pull request #3181 from akallabeth/wlog_filter_fix
Martin Fleisz [Tue, 8 Mar 2016 09:05:57 +0000 (10:05 +0100)]
Merge pull request #3181 from akallabeth/wlog_filter_fix

Respecting filter in WLog_GetLogLevel

8 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Mon, 7 Mar 2016 15:19:50 +0000 (10:19 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

8 years agoMerge pull request #3206 from akallabeth/openssl_unification
Bernhard Miklautz [Mon, 7 Mar 2016 14:39:59 +0000 (15:39 +0100)]
Merge pull request #3206 from akallabeth/openssl_unification

Moved assistance to winpr crypto.

8 years agoMoved assistance to winpr crypto.
Armin Novak [Mon, 7 Mar 2016 10:51:13 +0000 (11:51 +0100)]
Moved assistance to winpr crypto.

8 years agoMerge pull request #3086 from DavBfr/fix-rdpdr
akallabeth [Mon, 7 Mar 2016 09:55:51 +0000 (10:55 +0100)]
Merge pull request #3086 from DavBfr/fix-rdpdr

Fixes for rdpdr

8 years agoMerge pull request #3200 from dwmw2/master
akallabeth [Mon, 7 Mar 2016 09:50:35 +0000 (10:50 +0100)]
Merge pull request #3200 from dwmw2/master

winpr: Bump API version to 2.0

8 years agoMerge pull request #3202 from akallabeth/file_bsd_fix
Martin Fleisz [Mon, 7 Mar 2016 08:24:44 +0000 (09:24 +0100)]
Merge pull request #3202 from akallabeth/file_bsd_fix

Fixed FreeBSD support for filetime settings.

8 years agoFixed FreeBSD support for filetime settings.
Armin Novak [Fri, 4 Mar 2016 08:25:04 +0000 (09:25 +0100)]
Fixed FreeBSD support for filetime settings.

8 years agowinpr: Bump API version to 2.0
David Woodhouse [Fri, 4 Mar 2016 13:22:58 +0000 (13:22 +0000)]
winpr: Bump API version to 2.0

In commit 12bd0ec8 ("winpr: BUMP the API version to 1.2") it was stated
that the intention was to allow multiple winpr versions to be installed
in parallel.

However, it's not sufficient to change just the *minor* version of the
library. The soname is still 'libwinpr.so.1', and thus we still can't
coexist with earlier versions — in particular, we can't install FreeRDP2
in parallel with existing distribution packages of earlier versions.

Bump the soname so it does actually work

8 years agoMerge pull request #3194 from nfedera/fix-convertfromunicode-hardening
Hardening [Fri, 4 Mar 2016 10:19:00 +0000 (11:19 +0100)]
Merge pull request #3194 from nfedera/fix-convertfromunicode-hardening

ConvertFromUnicode fixes and misc hardening

8 years agoMerge pull request #1726 from grpomega/patch-3
Bernhard Miklautz [Fri, 4 Mar 2016 10:17:42 +0000 (11:17 +0100)]
Merge pull request #1726 from grpomega/patch-3

Need Week instead of Day for TZ transistion

8 years agofix logon info processing
Norbert Federa [Thu, 3 Mar 2016 23:45:26 +0000 (00:45 +0100)]
fix logon info processing

since there have been reports that certain windows versions send
zero values in the cbDomain field of the Logon Info Version 2
(TS_LOGON_INFO_VERSION_2) struct we allow zero values for cbUserName
and cbDomain in rdp_recv_logon_info_v1 and rdp_recv_logon_info_v2.

8 years agoMerge pull request #3173 from akallabeth/audin_arg_fix
Bernhard Miklautz [Thu, 3 Mar 2016 19:39:31 +0000 (20:39 +0100)]
Merge pull request #3173 from akallabeth/audin_arg_fix

Fixed argument parsing for audin.

8 years agoMerge pull request #3196 from akallabeth/exported_symbols_fix
Martin Fleisz [Thu, 3 Mar 2016 16:34:57 +0000 (17:34 +0100)]
Merge pull request #3196 from akallabeth/exported_symbols_fix

Fixed symbol export for sound plugins.

8 years agoFixed symbol export for sound plugins.
Armin Novak [Thu, 3 Mar 2016 16:11:26 +0000 (17:11 +0100)]
Fixed symbol export for sound plugins.

8 years agoConvertFromUnicode fixes and misc hardening
Norbert Federa [Thu, 3 Mar 2016 15:21:12 +0000 (16:21 +0100)]
ConvertFromUnicode fixes and misc hardening

- Added missing ConvertFromUnicode checks
- If ConvertToUnicode allocates memory, guarantee the null termination
  similar to ConvertFromUnicode's implementation
- Fixed some TestUnicodeConversion.c CTest return values
- Added some CTests for ConvertFromUnicode and ConvertToUnicode
- Misc code and protocol hardening fixes in the surrounding code regions
  that have been touched

8 years agoMerge pull request #3192 from akallabeth/plugin_path_fix
Bernhard Miklautz [Thu, 3 Mar 2016 12:58:42 +0000 (13:58 +0100)]
Merge pull request #3192 from akallabeth/plugin_path_fix

Updated freerdp plugin path to use major version.

8 years agoCaching log filter after first use.
Armin Novak [Thu, 3 Mar 2016 11:07:10 +0000 (12:07 +0100)]
Caching log filter after first use.

Reduce runtime penalty for log level checks by
remembering the log level found during first call.

8 years agoMerge pull request #3191 from hardening/saveInfoPdu_fix
Martin Fleisz [Thu, 3 Mar 2016 11:12:21 +0000 (12:12 +0100)]
Merge pull request #3191 from hardening/saveInfoPdu_fix

Fix parsing of saveSessionInfo PDU

8 years agoFix parsing of saveSessionInfo PDU
David FORT [Thu, 3 Mar 2016 10:45:12 +0000 (11:45 +0100)]
Fix parsing of saveSessionInfo PDU

This should fix the case when no username is sent (issue #3186).

8 years agoUpdated freerdp plugin path to use major version.
Armin Novak [Thu, 3 Mar 2016 10:36:26 +0000 (11:36 +0100)]
Updated freerdp plugin path to use major version.

8 years agoMerge pull request #3187 from akallabeth/client_name_fix
Martin Fleisz [Thu, 3 Mar 2016 10:06:24 +0000 (11:06 +0100)]
Merge pull request #3187 from akallabeth/client_name_fix

Gateway fix

8 years agoRemoved additional '\0' from TUNNEL_AUTH message.
Armin Novak [Thu, 3 Mar 2016 08:08:30 +0000 (09:08 +0100)]
Removed additional '\0' from TUNNEL_AUTH message.

8 years agoMerge pull request #3184 from xhaakon/fix-ubuntu-gcc-build
Hardening [Wed, 2 Mar 2016 19:53:19 +0000 (20:53 +0100)]
Merge pull request #3184 from xhaakon/fix-ubuntu-gcc-build

Fix build on older 32-bit Ubuntu releases

8 years agoFix build on older 32-bit Ubuntu releases
Jakub Adam [Tue, 23 Feb 2016 14:27:33 +0000 (15:27 +0100)]
Fix build on older 32-bit Ubuntu releases

Some older 32-bit versions of gcc fail on '#elif __x86_64__'.
This applies at least to what Ubuntu 14.04 and 15.04 have as
the default compiler.

8 years agoRemember filter log level.
Armin Novak [Wed, 2 Mar 2016 18:02:01 +0000 (19:02 +0100)]
Remember filter log level.

8 years agoFix Uninitialized Variable
David PHAM-VAN [Wed, 2 Mar 2016 01:10:22 +0000 (17:10 -0800)]
Fix Uninitialized Variable

8 years agoMerge pull request #3183 from bmiklautz/timezone_regression
akallabeth [Wed, 2 Mar 2016 18:03:46 +0000 (19:03 +0100)]
Merge pull request #3183 from bmiklautz/timezone_regression

winpr: fix regression in timezone detection

8 years agoMount only removable devices and network drives in Windows; Adds consistency with...
David PHAM-VAN [Fri, 26 Feb 2016 18:32:54 +0000 (10:32 -0800)]
Mount only removable devices and network drives in Windows; Adds consistency with Linux and Mac

8 years agoMove first_hotplug call to parent thread to avoid parallel access to devman dictionary
David PHAM-VAN [Fri, 26 Feb 2016 18:31:14 +0000 (10:31 -0800)]
Move first_hotplug call to parent thread to avoid parallel access to devman dictionary

8 years agoImprove code using more winpr functions
David PHAM-VAN [Fri, 26 Feb 2016 18:19:21 +0000 (10:19 -0800)]
Improve code using more winpr functions

8 years agoAdd hotplug support for MacOS
David PHAM-VAN [Mon, 7 Sep 2015 10:16:03 +0000 (12:16 +0200)]
Add hotplug support for MacOS

8 years agoImplement FileAllocationInformation
David PHAM-VAN [Thu, 7 Jan 2016 19:04:10 +0000 (11:04 -0800)]
Implement FileAllocationInformation

8 years agowinpr: fix regression in timezone detection
Bernhard Miklautz [Wed, 2 Mar 2016 17:37:48 +0000 (12:37 -0500)]
winpr: fix regression in timezone detection

ConvertToUnicode can't be used if the destination is a static buffer.
StandardName and DaylightName were invalid and timezone
redirection didn't work.

This regression was introduced with PR #3151

8 years agoMerge pull request #3182 from xhaakon/shadow-pkg-config
Bernhard Miklautz [Wed, 2 Mar 2016 15:33:41 +0000 (10:33 -0500)]
Merge pull request #3182 from xhaakon/shadow-pkg-config

shadow/subsystem: fix pkgconfig file

8 years agoshadow/subsystem: fix pkgconfig file
Jakub Adam [Wed, 2 Mar 2016 09:20:12 +0000 (10:20 +0100)]
shadow/subsystem: fix pkgconfig file

Add freerdp-shadow-subsystem to 'libs' in order to avoid undefined
reference to shadow_subsystem_set_entry_builtin at runtime.

Remove cyclic dependency on itself.

8 years agoFixed broken resource cleanup.
Armin Novak [Tue, 1 Mar 2016 16:30:08 +0000 (17:30 +0100)]
Fixed broken resource cleanup.

8 years agoFixed context reset of sample server.
Armin Novak [Tue, 1 Mar 2016 16:14:35 +0000 (17:14 +0100)]
Fixed context reset of sample server.

8 years agoFixed broken check.
Armin Novak [Tue, 1 Mar 2016 15:56:36 +0000 (16:56 +0100)]
Fixed broken check.

8 years agoAdded log messages for unsupported surface commands.
Armin Novak [Tue, 1 Mar 2016 15:39:53 +0000 (16:39 +0100)]
Added log messages for unsupported surface commands.

8 years agoFixed codec reset, now resetting resolution too.
Armin Novak [Tue, 1 Mar 2016 15:17:28 +0000 (16:17 +0100)]
Fixed codec reset, now resetting resolution too.

H264 and others require the surface resolution to work properly.
This initializes the codecs and the resolution on reset.

8 years agoRespecting filter in WLog_GetLogLevel
Armin Novak [Wed, 2 Mar 2016 13:11:15 +0000 (14:11 +0100)]
Respecting filter in WLog_GetLogLevel

8 years agoMerge pull request #3163 from akallabeth/set_file_time
Martin Fleisz [Wed, 2 Mar 2016 08:43:46 +0000 (09:43 +0100)]
Merge pull request #3163 from akallabeth/set_file_time

Implemented SetFileTime

8 years agoMerge pull request #3179 from akallabeth/minor_fixes
Martin Fleisz [Wed, 2 Mar 2016 08:43:24 +0000 (09:43 +0100)]
Merge pull request #3179 from akallabeth/minor_fixes

Fix compiler warnings and FreeBSD compilation issue

8 years agoRemoved obsolete log message.
Armin Novak [Wed, 2 Mar 2016 08:16:59 +0000 (09:16 +0100)]
Removed obsolete log message.

8 years agoFixed uninitialized variable.
Armin Novak [Wed, 2 Mar 2016 08:16:49 +0000 (09:16 +0100)]
Fixed uninitialized variable.

8 years agoMerge pull request #3178 from hendwolt/master
Hardening [Tue, 1 Mar 2016 22:34:57 +0000 (23:34 +0100)]
Merge pull request #3178 from hendwolt/master

fix wayland-client.h not found

8 years agofix wayland-client.h not found
Hendrik Woltersdorf [Tue, 1 Mar 2016 20:49:21 +0000 (21:49 +0100)]
fix wayland-client.h not found

8 years agoMerge pull request #3160 from akallabeth/stream_fixes
Bernhard Miklautz [Tue, 1 Mar 2016 15:44:19 +0000 (16:44 +0100)]
Merge pull request #3160 from akallabeth/stream_fixes

Stream fixes

8 years agoAdded tests for remaining stream functions.
Armin Novak [Tue, 1 Mar 2016 10:40:11 +0000 (11:40 +0100)]
Added tests for remaining stream functions.

8 years agoFixed stream API for Stream_Copy.
Armin Novak [Tue, 1 Mar 2016 10:39:21 +0000 (11:39 +0100)]
Fixed stream API for Stream_Copy.

8 years agoReverted opaque structures.
Armin Novak [Tue, 1 Mar 2016 09:29:51 +0000 (10:29 +0100)]
Reverted opaque structures.

8 years agoMerge pull request #3176 from bmiklautz/shadow_subsystem
Norbert Federa [Mon, 29 Feb 2016 16:39:18 +0000 (17:39 +0100)]
Merge pull request #3176 from bmiklautz/shadow_subsystem

Export shadow subsystem

8 years agoMerge pull request #3171 from akallabeth/crypto_simplification
Bernhard Miklautz [Mon, 29 Feb 2016 16:10:53 +0000 (17:10 +0100)]
Merge pull request #3171 from akallabeth/crypto_simplification

Crypto simplification

8 years agoMerge pull request #3168 from akallabeth/visibility_fixes
Bernhard Miklautz [Mon, 29 Feb 2016 15:59:58 +0000 (16:59 +0100)]
Merge pull request #3168 from akallabeth/visibility_fixes

Fixed default visibility.

8 years agoci: build server side on windows
Bernhard Miklautz [Mon, 29 Feb 2016 15:25:04 +0000 (16:25 +0100)]
ci: build server side on windows

8 years agobuild: export freerdp-shadow
Bernhard Miklautz [Mon, 29 Feb 2016 15:22:24 +0000 (16:22 +0100)]
build: export freerdp-shadow

pkg-config and cmake find package

8 years agoshadow/subsystem: fix windows build
Bernhard Miklautz [Mon, 29 Feb 2016 15:02:13 +0000 (16:02 +0100)]
shadow/subsystem: fix windows build

* add dependency to freerdp-client
* add version information to freerdp-shadow-cli

8 years agobuild/win32: fix DLL version information
Bernhard Miklautz [Mon, 29 Feb 2016 15:00:35 +0000 (16:00 +0100)]
build/win32: fix DLL version information

Swap build and patch.
Now uses the format major.minor.patch.build

8 years agoRemoved module.def from build config.
Armin Novak [Mon, 29 Feb 2016 14:24:07 +0000 (15:24 +0100)]
Removed module.def from build config.

8 years agoMerge pull request #3167 from realjiangms/shadow_export_default_subsystem
Bernhard Miklautz [Mon, 29 Feb 2016 14:21:22 +0000 (15:21 +0100)]
Merge pull request #3167 from realjiangms/shadow_export_default_subsystem

server/shadow: Export API to set built-in subsystem modules for freerdp-shadow-subsystem

8 years agoRemoved windows module.def files.
Armin Novak [Mon, 29 Feb 2016 14:18:47 +0000 (15:18 +0100)]
Removed windows module.def files.

All symbols exported from libraries are declared
using *_API defines.

8 years agoExporting channel entry points.
Armin Novak [Mon, 29 Feb 2016 14:18:19 +0000 (15:18 +0100)]
Exporting channel entry points.

8 years agoFixed crypto tests.
Armin Novak [Mon, 29 Feb 2016 13:43:33 +0000 (14:43 +0100)]
Fixed crypto tests.

8 years agoReplaced stream manipulation with EnsureCapacity.
Armin Novak [Mon, 29 Feb 2016 11:54:31 +0000 (12:54 +0100)]
Replaced stream manipulation with EnsureCapacity.

8 years agoFixed invalid stream copy length.
Armin Novak [Mon, 29 Feb 2016 11:51:54 +0000 (12:51 +0100)]
Fixed invalid stream copy length.

8 years agoFixed formatting.
Armin Novak [Mon, 29 Feb 2016 11:34:53 +0000 (12:34 +0100)]
Fixed formatting.

8 years agoFixed indentation.
Armin Novak [Mon, 29 Feb 2016 10:12:32 +0000 (11:12 +0100)]
Fixed indentation.

8 years agoFixed memory leak.
Armin Novak [Mon, 29 Feb 2016 10:10:15 +0000 (11:10 +0100)]
Fixed memory leak.

8 years agoMerge pull request #3165 from akallabeth/printer_fix
Hardening [Mon, 29 Feb 2016 09:31:50 +0000 (10:31 +0100)]
Merge pull request #3165 from akallabeth/printer_fix

Printer fix

8 years agoRefactored crypto *_New functions.
Armin Novak [Mon, 29 Feb 2016 08:00:02 +0000 (09:00 +0100)]
Refactored crypto *_New functions.

8 years agoFixed argument parsing for audin.
Armin Novak [Sun, 28 Feb 2016 18:56:57 +0000 (19:56 +0100)]
Fixed argument parsing for audin.

8 years agoUpdated RC4 API, fixed crashing bug.
Armin Novak [Sun, 28 Feb 2016 10:12:17 +0000 (11:12 +0100)]
Updated RC4 API, fixed crashing bug.