Displaying 20 results from an estimated 145 matches for "1604".
Did you mean:
1.04
2009 Jun 09
12
[Bug 1604] New: SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Summary: SCTP support for openssh
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-b...
2002 Jun 18
2
smbd/password.c:domain_client_validate(1604)
...smb_mktg smbd[27390]: [2002/06/18 12:53:46, 0]
rpc_client/cli_netlogon.c:cli_net_sam_logon_internal(406)
Jun 18 12:53:46 smb_mktg smbd[27390]: cli_net_sam_logon_internal:
NT_STATUS_NO_SUCH_USER
Jun 18 12:53:46 smb_mktg smbd[27390]: [2002/06/18 12:53:46, 0]
smbd/password.c:domain_client_validate(1604)
Jun 18 12:53:46 smb_mktg smbd[27390]: domain_client_validate: unable to
validate password for user asmith in domain AMY to Domain controller pdc.
Error was NT_STATUS_NO_SUCH_USER.
Kind Regards,
Keith
2017 Jun 29
0
CEBA-2017:1604 CentOS 7 chkconfig BugFix Update
CentOS Errata and Bugfix Advisory 2017:1604
Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1604.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
3ec95eb167c93d0254740594e0380734ed3b30ce3ab170a230cecd9721881585 chkconfig-1.7.2-1.el7_3.1.x86_64.rp...
2019 Jul 01
0
CESA-2019:1604 Critical CentOS 6 firefox Security Update
CentOS Errata and Security Advisory 2019:1604 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2019:1604
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ff6a54dd9c26c1c25feb0aaddc22d5bb3aaa9efad05b12f0383393059b7fe7d9 firefox-60.7.2-1.el6.centos.i68...
2013 Jan 01
2
[LLVMdev] IR function pointers
I am coming up against a lot of function pointers in the IR, although
the corresponding source code does not have indirect calls.
For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"* %1604)
How can I resolve the targets of these? Also, why are they appearing as
indirect calls in the IR, when they are direct calls in the source?
Thanks.
-Apala
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Mike Frysinger <vapier at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |seggelmann at fh-muenster.de
--- Comment #9 from Mike Frysinge...
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Mike Frysinger <vapier at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1646|0 |1
is obsolete| |...
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
iavaelooeyt at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iavaelooeyt at gmail.com
--
You are receiving this mail because:
You are watchin...
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Bert Wesarg <Bert.Wesarg at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Bert.Wesarg at googlemail.com
--- Comment #11 from Bert...
2015 Mar 20
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Mike Frysinger <vapier at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2572|0 |1
is obsolete| |
--- Commen...
2016 Apr 15
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
marcelo.leitner at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcelo.leitner at gmail.com
--
You are receiving this mail because:
You are...
2020 May 29
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Peter Lebbing <peter at digitalbrains.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter at digitalbrains.com
--
You are receiving this mai...
2013 Sep 17
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Florian Schmaus <flo at freakempire.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flo at freakempire.de
--
You are receiving this mail becaus...
2013 Jan 01
0
[LLVMdev] IR function pointers
Hi,
> For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"*
> %1604)
>
> How can I resolve the targets of these? Also, why are they appearing as
> indirect calls in the IR, when they are direct calls in the source?
You don't mention what language you're trying to compile, though it looks
plausibly C++. I'd guess these are virtual function call...
2002 May 28
1
Platform-specific: simple assignments in Rprofile cause core dump (PR#1604)
This only happens on platforms with a faulty implementation
of realloc(). Some C libraries do not allow realloc() to be
called with a NULL pointer to resize. The assignment
ISOLatin1 <- 0:255
in Rprofile then causes a core dump. The attached set
of 4 patches should be very safe to use and fix the problem.
--please do not edit the information below--
Version:
platform = i386-pc-sco3.2v4.2
2002 May 28
0
(PR#1604) Re: Platform-specific: simple assignments in Rprofile
On Tue, 28 May 2002, Prof Brian D Ripley wrote:
> On Tue, 28 May 2002 NEFTH@pacbell.net wrote:
>
> > This only happens on platforms with a faulty implementation
> > of realloc(). Some C libraries do not allow realloc() to be
> > called with a NULL pointer to resize.
>
> What other platforms give the problem?
>
> The behaviour R assumes is required by the ISO
2004 Apr 27
2
IPsec works, but racoon/IKE does not
...f9a051a
8cbfbef6 30991dd7 190ff373 0000000c 011101f4 0a000001
2004-04-27 20:52:19: DEBUG: isakmp.c:1459:isakmp_ph1resend(): resend
phase1 packet 055c6e2d1a6f5cf0:0000000000000000
2004-04-27 20:52:29: DEBUG: pfkey.c:197:pfkey_handler(): get pfkey
ACQUIRE message
2004-04-27 20:52:29: DEBUG: pfkey.c:1604:pk_recvacquire(): ignore the
acquire because ph2 found
2004-04-27 20:52:37: DEBUG: pfkey.c:197:pfkey_handler(): get pfkey
ACQUIRE message
2004-04-27 20:52:37: DEBUG: pfkey.c:1604:pk_recvacquire(): ignore the
acquire because ph2 found
2004-04-27 20:52:40: DEBUG: pfkey.c:197:pfkey_handler(): get p...
2000 Mar 09
1
smbd/nttrans.c:call_nt_transact_ioctl
...-------------------------------------------------------
G.C. HAHN & Co. Coordinationsges. mbH Michael K?hler
Aegidienstrasse 22 Dipl-Physiker
23552 L?beck EDV/Systemadministration
Germany
Tel: +49 451 1604-0 Tel: +49 451 1604-157
Fax: +49 451 1604-250 email: mk@hahn-co.de
------------------------------------------------------------------------
2002 Jun 13
1
failed to make clean all on today's samba_2_2
Using LIBS =
Compiling smbd/server.c
In file included from include/ntdomain.h:287,
from include/rpc_misc.h:24,
from include/smb.h:1604,
from include/includes.h:676,
from smbd/server.c:22:
include/rpc_samr.h:1834: unbalanced `#endif'
In file included from include/includes.h:736,
from smbd/server.c:22:
include/proto.h:1: unterminated `#if' conditional
*** Error code 1
Stop...
2013 Jan 01
2
[LLVMdev] IR function pointers
...be resolved at compile time present a problem.
Where can I find these devirtualization optimizations that you mentioned?
Thanks.
-Apala
On 01/01/2013 12:18 PM, Tim Northover wrote:
>
> Hi,
>
> > For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"*
> > %1604)
> >
> > How can I resolve the targets of these? Also, why are they appearing as
> > indirect calls in the IR, when they are direct calls in the source?
>
> You don't mention what language you're trying to compile, though it
> looks plausibly C++. I'd guess t...