Displaying 12 results from an estimated 12 matches for "zerebecki".
2012 Mar 17
4
Help me patch wine
...39;/home/jan/Games/wine-1.3.36/winepatch.patch'
> can't find file to patch at input line 11
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |commit 3ed9efa63394e500e9a7a4dbbe14303da8086f6c
> |Author: Jan Zerebecki <jan.wine at zerebecki.de>
> |Date: 2010-01-11 20:18:43 +0100
> |
> | ole32: force inproc instead of local server
> |
> |diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
> |index 583a9cb..c23de80 100644
> |--- a/dlls/ole32/compobj.c
> |+++ b/dlls/ole32/com...
2015 Jun 16
2
OpenSSH and CBC
...l.
Also according to the paper encrypt then-MAC schemes are also vulnerable
(which are considered secure): But it is not hard to see that this
construction would still be vulnerable to our attacks.
There is another paper available: Some Fixes To SSH
https://eprint.iacr.org/2013/151.pdf
BTW: Jan Zerebecki also doesn't recommend the AES CTR modes as they
disclose packet length.
https://wiki.mozilla.org/Security/Guidelines/OpenSSH
Any comments on this?
Ciao,
Gerhard
-- http://www.wiesinger.com/
2008 Apr 13
2
Appdb application not submited
Hello,
I submitted new application (Orienteeriong Organizer) to the appdb two weeks ago, but it is still in queue. I want to ask, if it is because here is some problem with my description, or it have just been foregotten.
2015 Jun 16
2
OpenSSH and CBC
...56 doesn't have any known vulnerability and
encrypts the packet length, but uses the bad practice of e&m.
chacha20-poly1305 encrypts both payload and packet len + uses
authenticated encryption (best practice), even if the implementation
looks very similar to etm.
Aris
>> BTW: Jan Zerebecki also doesn't recommend the AES CTR modes as they
>> disclose packet length.
>> https://wiki.mozilla.org/Security/Guidelines/OpenSSH
>> Any comments on this?
>>
>
> Jan answered me, as the packet length is transmitted in plaintext, see:
> http://blog.djm.net.au/...
2015 Jun 15
5
OpenSSH and CBC
Hello,
I saw that OpenSSH release 6.7 removed all CBC ciphers by default. Is
CBC therefore considered as broken and unsecure (in general or SSH
implementation)?
I also read a lot of references (see below) but still not clear to me
what's the actual "security status" of CBC and why it has been removed
in general.
http://www.openssh.com/txt/release-6.7
sshd(8): The default set
2007 Apr 27
0
Wine release 0.9.36
...msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't exist.
msi: Add the _Property table back, with tests.
msi: Add an internal MSI_ViewModify.
msi: Abstract MSI_RecordSetStream.
msi: Implement special handling for the _Streams table.
Jan Zerebecki (2):
user32: Fix to succeed reliably in test where it works by accident.
wined3d: Remove resourceStoreCriticalSection.
Jason Edmeades (2):
cmd.exe: Implement a basic 'more'.
cmd.exe: Support for DEL filename /s.
Jesse Allen (1):
wined3d: Remove fake nvidia ca...
2007 Mar 30
0
Wine release 0.9.34
...e paths in SetupCopyOEMInf.
setupapi: The Inf file should be copied regardless of the destination buffer, with tests.
setupapi: Correct the Inf output position.
setupapi: SetLastError to ERROR_SUCCESS on success.
msi: Load the folder property if available and requested.
Jan Zerebecki (1):
wined3d: Print lastpixel state fixme only once.
Jason Edmeades (18):
cmd.exe: Add support for DIR /D.
cmd.exe: Add support for dir /-C.
cmd.exe: Add support for DIRCMD and sequential qualifier processing.
cmd.exe: Add support for dir /A filtering.
cmd.exe:...
2007 Mar 02
0
Wine release 0.9.32
...msi: Check for a NULL text entry, as it can be blank in the VolumeCostList control.
msi: Add tests for using markers in SELECT clauses.
msi: Overwrite an existing read-only file when copying the install file.
comctl32: Add message ids to allow multi-window test sequences.
Jan Zerebecki (6):
cmd: Remove redundant const.
winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.
wined3d: Make CreateFakeGLContext thread safe.
wined3d: replace #ifdef with if() for DEBUG_SINGLE_MODE.
comctl32: Add DebugInfo to critical section.
winex11.drv: Cha...
2006 Dec 08
0
Wine release 0.9.27
...vapi32: Add tests for LookupAccountName.
msi: Set the UserSID property.
msi: Add handling for the StartServices action.
shell32: Move a NULL pointer check before the place where we dereference the pointer.
msi: Fail if stg is NULL.
msi: Initialize sid_str to NULL.
Jan Zerebecki (5):
wined3d: Add warn trace for INVALIDCALL case in CheckDeviceType.
wined3d: Rearrange code in CheckDeviceType.
wined3d: Avoid XFree on NULL in CheckDeviceType.
wined3d: Fix CreateFakeGLContext to work with a foreign context.
wined3d: Add err for failure case in Chec...
2007 Mar 16
0
Wine release 0.9.33
...mshtml: Use get_client_disp_property in SetClientSite to get silent property.
itss: Ignore trailing slash in IStorage::OpenStream.
itss: Ignore trailing slash in ITSProtocol::Start.
itss: Use object_name in FindMimeFromData.
itss: Added test of URLs with trailing slash.
Jan Zerebecki (31):
dinput: Add DebugInfo to critical sections.
dmime: Add DebugInfo to critical sections.
dplayx: Add DebugInfo to critical sections.
kernel32: Add DebugInfo to critical sections.
itss: Add DebugInfo to critical sections.
crypt32: Add DebugInfo to critical sec...
2007 Jan 25
0
Wine release 0.9.30
...winedbg: Check buffer for NULL before writing to it.
winspool.drv: Check for get_filename failure.
mshtml: Use the correct variable in the FIXME.
oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case.
advapi32: Add tests for RegQueryValue.
Jan Zerebecki (2):
opengl32: Remove redundant const.
urlmon: Fix type of an empty string to avoid warning.
Joel Parker (1):
Remove redundant semicolons for ANSI compatibility.
Jonathan Ernst (1):
kernel: Beginning of French translation of error messages.
Kai Blin (3):
winetools:...
2007 Feb 16
0
Wine release 0.9.31
...ot frozen interface.
mshtml: Don't release window if it wasn't created.
mshtml: Make load_gecko thread safe.
James Hawkins (2):
msi: Allow uncompressed files before compressed files in the same media.
msi: Don't skip files continued from a previous cabinet.
Jan Zerebecki (1):
urlmon: Remove redundant const.
Jason Green (1):
riched20: If outside of the richedit window, return earlier.
John Klehm (2):
ras.h: Added additional szDeviceType defines.
rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connecti...