Displaying 20 results from an estimated 3000 matches similar to: "openssh 2.9p2 release 8.7 security alert!!!"
2002 May 15
2
static h in detect_attack()
Hi All,
Did anybody ever had problems created by static h in function
detect_attack() in deattack.c? In our system which is based on pSOS OS, this
static h is causing a crash, because after closing first ssh session, it
pSOS system is allocating same memory to another ssh session and this static
h is overwriting that memory.
I would appreciate if you know why h is statically allocated.
2001 Feb 08
0
[CORE SDI ADVISORY] SSH1 CRC-32 compensation attack detector vulnerability
CORE SDI
http://www.core-sdi.com
SSH1 CRC-32 compensation attack detector vulnerability
Date Published: 2001-02-08
Advisory ID: CORE-20010207
Bugtraq ID: 2347
CVE CAN: CAN-2001-0144
Title: SSH1 CRC-32 compensation attack detector vulnerability
Class: Boundary Error Condition
Remotely Exploitable: Yes
Locally Exploitable: Yes
Release Mode:
2006 Nov 01
0
No subject
each pass afterwards looks to see if the hash table has grown.
If pSOS OS is having issues I'd question your compiler or OS for
reallocating memory that should be tagged as used.
- Ben
On Wed, 15 May 2002, Amandeep Singh wrote:
> Hi All,
>
> Did anybody ever had problems created by static h in function
> detect_attack() in deattack.c? In our system which is based on pSOS OS,
2016 Dec 02
3
Change Password from Windows Native Interface
Hello,
I am currently trying to get a Samba 4.5.1 environment set up for testing
and I am unable to get samba to request a new password from a windows
user. The error that I get, is in Japanese, so I don't have the exact
translation, however it is along the lines of...
Your user password must be changed before logging in for the first time.
However it does not give me the prompt to do so
2011 May 26
0
[LLVMdev] x86 SSE4.2 CRC32 intrinsics renamed
FYI,
The CRC64 intrinsics were renamed to CRC32 since there is no such thing. See below for details.
Chad
On May 26, 2011, at 4:13 PM, Chad Rosier wrote:
> Author: mcrosier
> Date: Thu May 26 18:13:19 2011
> New Revision: 132163
>
> URL: http://llvm.org/viewvc/llvm-project?rev=132163&view=rev
> Log:
> Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
2016 Dec 04
2
Change Password from Windows Native Interface
On Sun, 4 Dec 2016 12:11:17 +0100
Marc Muehlfeld via samba <samba at lists.samba.org> wrote:
> Hi Scott,
>
> Am 02.12.2016 um 06:55 schrieb Scott Mattan via samba:
> > I am currently trying to get a Samba 4.5.1 environment set up for
> > testing and I am unable to get samba to request a new password from
> > a windows user. The error that I get, is in Japanese,
2019 Feb 19
0
[PATCH nbdkit 1/4] common: Move some GPT functionality to a common directory.
From: "Richard W.M. Jones" <rjones@redhat.com>
Headers and code related to GUID Partition Tables are moved to a
common directory to allow us to share that code across multiple
plugins and filters in future. This change is pure refactoring.
---
Makefile.am | 1 +
common/gpt/Makefile.am | 42 +++++++++++
common/gpt/efi-crc32.c
2003 Feb 24
0
Compile errors on Solaris, early AIX and PAM platforms
Hi All.
Damien merged a bunch of changes today which caused compile errors on a
few platforms (which you can see live and in colour at [0]).
a) Solaris, early AIX:
../crc32.c:100: `u_int32_t? undeclared (first use in this function)
On these platforms u_int32_t is defined in defines.h which is not
included by crc32.c. Fixed by attached patch.
b) PAM platforms (Redhat, Solaris once a) is
2003 May 27
1
[RESEND] crc32 optimization
Hi Samba
I noticed that the crc32 function in lib/crc32.c is somewhat
inefficient. This little patch will reduce the inner loop from 10
instructions to 8 instructions on x86 with gcc. gcc can't figure
out this simple optimization by itself on x86.
Further optimization is possible by using the impl. in the linux 2.5 kernel, but
I don't know if it is worth it. Is crc32 common in samba?
2016 Dec 04
2
Change Password from Windows Native Interface
On Mon, 05 Dec 2016 07:50:23 +1300
Andrew Bartlett <abartlet at samba.org> wrote:
> On Sun, 2016-12-04 at 11:43 +0000, Rowland Penny via samba wrote:
> > On Sun, 4 Dec 2016 12:11:17 +0100
> > Marc Muehlfeld via samba <samba at lists.samba.org> wrote:
> >
> > >
> > > Hi Scott,
> > >
> > > Am 02.12.2016 um 06:55 schrieb Scott
2019 Jun 09
0
Kernel Image CRC checking
H. Peter Anvin wrote:
> On 6/7/19 10:48 PM, H. Peter Anvin via Syslinux wrote:
> > On 6/7/19 10:34 PM, H. Peter Anvin via Syslinux wrote:
> >> On 6/7/19 10:25 PM, H. Peter Anvin via Syslinux wrote:
> >>>>
> >>>> However, the CRC polynomial for zlib and the Linux kernel should
> >>>> both be the same: 0x04c11db7.
> >>>
>
2005 Mar 01
1
Can crc32() assume to be available at the C level?
Dear R-develers,
Antoine Lucas suggested extending my small digest package (which provides md5
and sha-1 digests of R objects, which it are serialized if needed) with a
crc32 function, and provided a fairly complete patch.
We are now wondering if we should play it safe and bundle crc32.c (plus
utils) in the digest sources (as I do with md5 and sha1), or if we can assume
that crc32 is present on
2019 Jun 08
2
Kernel Image CRC checking
On 6/7/19 10:25 PM, H. Peter Anvin via Syslinux wrote:
>>
>> However, the CRC polynomial for zlib and the Linux kernel should both be the
>> same: 0x04c11db7.
>
> I just double-checked, and the CRC tables are indeed identical. I was pretty
> sure, because I wrote that code a long time ago...
>
Ah, it seems that zlib's CRC32 returns the binary inverse of the
2019 Jun 08
2
Kernel Image CRC checking
On 6/7/19 10:48 PM, H. Peter Anvin via Syslinux wrote:
> On 6/7/19 10:34 PM, H. Peter Anvin via Syslinux wrote:
>> On 6/7/19 10:25 PM, H. Peter Anvin via Syslinux wrote:
>>>>
>>>> However, the CRC polynomial for zlib and the Linux kernel should both be the
>>>> same: 0x04c11db7.
>>>
>>> I just double-checked, and the CRC tables are
2018 Nov 23
1
How to concatenate Ogg in the browser JS?
I found how to build CRC32 table for Ogg in JS, if anyone interested:
function _makeCRC32Table() {
// From https://stackoverflow.com/questions/53438815/hot-to-build-crc32-table-for-ogg
const polynomial = 79764919;
const mask = 2147483648;
const CRCTable = new Uint32Array(256);
for (let i = 256; i--;) {
let char = i << 24;
for (let j = 8; j--;) {
2016 Dec 04
0
Change Password from Windows Native Interface
Hi Scott,
Am 02.12.2016 um 06:55 schrieb Scott Mattan via samba:
> I am currently trying to get a Samba 4.5.1 environment set up for testing
> and I am unable to get samba to request a new password from a windows
> user. The error that I get, is in Japanese, so I don't have the exact
> translation, however it is along the lines of...
>
> Your user password must be changed
2016 Dec 04
0
Change Password from Windows Native Interface
On Sun, 2016-12-04 at 11:43 +0000, Rowland Penny via samba wrote:
> On Sun, 4 Dec 2016 12:11:17 +0100
> Marc Muehlfeld via samba <samba at lists.samba.org> wrote:
>
> >
> > Hi Scott,
> >
> > Am 02.12.2016 um 06:55 schrieb Scott Mattan via samba:
> > >
> > > I am currently trying to get a Samba 4.5.1 environment set up for
> > >
2023 Nov 07
0
Inconsistency in paired t.test() interface?
Hi all,
In the next release of R (4.4) the option to obtain a paired t.test with
the formula interface for "long" data has been removed:
t.test(x ~ group, paired = TRUE) # now results in an error.
Exploring how one might obtain a paired t.test, there seems to be some
inconsistency between the formula and default interfaces as well as within
the formula interface.
```
extra.1 <-
2005 Nov 04
2
R-2.2.0 Compile problem on Slackware 10.2
Hello,
I am trying to compile R-2.2.0 on Slackware 10.2.
I did ./configure --prefix=/usr --build=i486-slackware-linux. It went
off without any problem and gave this configure status:
R is now configured for i486-slackware-linux-gnu
Source directory: .
Installation directory: /usr
C compiler: gcc -g -O2
C++ compiler: g++ -g -O2
Fortran
2016 Dec 05
0
ntvfs file server and selftest background
On Sun, 2016-12-04 at 19:05 +0000, Rowland Penny via samba wrote:
> On Mon, 05 Dec 2016 07:50:23 +1300
> Andrew Bartlett <abartlet at samba.org> wrote:
>
> >
> > On Sun, 2016-12-04 at 11:43 +0000, Rowland Penny via samba wrote:
> > >
> > > On Sun, 4 Dec 2016 12:11:17 +0100
> > > Marc Muehlfeld via samba <samba at lists.samba.org>