Displaying 20 results from an estimated 1100 matches similar to: "Announce: OpenSSH 7.1 released"
2015 Aug 21
4
Announce: OpenSSH 7.1 released
OpenSSH 7.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2011 Feb 04
1
Announce: OpenSSH 5.8 released
OpenSSH 5.8 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2010 May 19
8
Generating all possible models from full model
Is there a function that will allow me to run all model iterations if I specify a full model? I am using information criteria to choose between possible candidate models. I have been writing out all possible model combinations by hand, and I am always worried that I am missing models or have made a mistake somewhere. It is also difficult to alter models if I want to change a term. For example,
2011 Feb 04
0
OpenSSH security advisory: legacy certificate signing in 5.6/5.7
OpenSSH Security Advisory: legacy-certs.adv
This document may be found at: http://www.openssh.com/txt/legacy-cert.adv
1. Vulnerability
Legacy certificates generated by OpenSSH might contain data
from the stack thus leaking confidential information.
2. Affected configurations
OpenSSH 5.6 and OpenSSH 5.7 only when generating legacy
certificates. These must be
2011 Feb 04
0
OpenSSH security advisory: legacy certificate signing in 5.6/5.7
OpenSSH Security Advisory: legacy-certs.adv
This document may be found at: http://www.openssh.com/txt/legacy-cert.adv
1. Vulnerability
Legacy certificates generated by OpenSSH might contain data
from the stack thus leaking confidential information.
2. Affected configurations
OpenSSH 5.6 and OpenSSH 5.7 only when generating legacy
certificates. These must be
2017 Feb 06
2
Compiling Dovecot on Solaris 10
Hello,
thank You, this solution worked too. But had to do same thing for those files:
test-http-client-errors.c:388
test-http-client-errors.c:484
test-http-client-errors.c:556
test-http-client-errors.c:636
test-http-server-errors.c:594
main.c:63
director.c:1445
director.c:1448
imap-client.c:253
director.c:1445
director.c:1448
mail-stats.c:56
Is this an old compiler issue or something else?
2009 Feb 18
1
using stepAIC with negative binomial regression - error message help
Dear List,
I am having problems running stepAIC with a negative binomial regression model. I am working with data on manta ray abundance, using 20 predictor variables. Predictors include variables for location (site), time (year, cos and sin of calendar day, length of day, percent lunar illumination), oceanography (sea surface temp mean and std, sea surface height mean and std), weather (cos
2010 May 03
2
Estimating theta for negative binomial model
Dear List,
I am trying to do model averaging for a negative binomial model using the package AICcmodavg. I need to use glm() since the package does not accept glm.nb() models. I can get glm() to work if I first run glm.nb and take theta from that model, but is there a simpler way to estimate theta for the glm model? The two models are:
mod.nb<-glm.nb(mantas~site,data=mydata)
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi,
thank You for a reply, compiling with Solaris Studio 12.5 solved this case.
Martin Preen <preen at informatik.uni-freiburg.de> ra??:
> Hello,
> I don't have problems building 2.2.27 on Solaris 10
> (using Sun Workshop compiler 5.11).
>
> The configuration is the same as your.
> Maybe a compiler/version problem on your system ?
>
> Regards,
> Martin
>
2009 Aug 30
1
Trying to rename spatial pts data frame slot that isn't a slot()
Dear List,
I am analyzing the home range area of fish and seem to have lost the individuals ID names during my manipulations, and can't find out how to rename them. I calculated the MCP of the fish using mcp() in Adehabitat. MCP's were converted to spatial points data frame and exported to qGIS for manipulations. At this point the ID names were lost. I brought the manipulated
2017 Feb 05
0
Compiling Dovecot on Solaris 10
On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
> test-ioloop.c:188: error: size of array `type name' is negative
Change NULL to (void *)NULL in that line.
2017 Feb 06
0
Compiling Dovecot on Solaris 10
On 6 Feb 2017, at 17.06, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> thank You, this solution worked too. But had to do same thing for those files:
>
> test-http-client-errors.c:388
> test-http-client-errors.c:484
> test-http-client-errors.c:556
> test-http-client-errors.c:636
> test-http-server-errors.c:594
> main.c:63
>
2016 Jan 14
0
Announce: Portable OpenSSH 7.1p2 released
OpenSSH 7.1p2 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH
2009 Sep 28
1
xyplot help - colors and break in plot
Dear List,
I am new to lattice plots, and am having problems with getting my plot to do what I want. Specifically:
1. I would like the legend to have the same symbols as the plot. I tried simpleKey but can't seem to get it to work with autoKey. Right now my plot has dots (pch=19) and my legend shows circles.
2. I have nine groups but xyplot seems to only be using seven colors, so two
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi,
I am trying to configure Dovecot (2.2.27) with LDAP passdb,
specifically with authentication binds
(https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds).
Atribute shadowExpire has a unix time stamp value. Is there a way to
write pass_filter like shadowExpire<ToDay?
Or maybe there is better way to implement password expiration in Dovecot?
--
Pagarbiai
Mantas Gegu?is
VU
2018 Jan 16
1
Replication configuration
Hello,
I am trying to configure replication between two servers, for only
specified virtual users, without success of course :) I am using LDAP
for accounting.
I have tried to pass a file with list like this:
replication_dsync_parameters = -d -N -l 30 -U -F /etc/dovecot/list
I have even tried to specify users with LDAP filter: iterate_filter =
(|(uid=user1)(uid=user2))
both without
2016 Sep 28
2
Possible formatting bug in ssh-agent.1 man page
On 2016-09-28 00:10, Ingo Schwarze wrote:
> The patch also inserts a few needless .PP before .SH, but that does
> no harm. mdoc2man.awk is a terrible hack and not a proper parser
> in the first place, so we shouldn't expect beauty in its output.
> If the output is correct and portable, that's good enough. At some
> point, we should replace mdoc2man.awk with mandoc -Tman
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2015 Jul 09
0
[Bug 958] patch to support GSI GSSAPI mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=958
Mantas M. <grawity at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grawity at gmail.com
--
You are receiving this mail because:
You are the assignee for the bug.
2017 Feb 03
0
Compiling Dovecot on Solaris 10
Hello,
I don't have problems building 2.2.27 on Solaris 10
(using Sun Workshop compiler 5.11).
The configuration is the same as your.
Maybe a compiler/version problem on your system ?
Regards,
Martin
Mantas Gegu?is wrote:
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
>