Displaying 20 results from an estimated 10000 matches similar to: "[Bug 1348] New: Small code refinement to remove some duplication."
2007 May 21
10
[Bug 1316] New: Add LDAP support to sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=1316
Summary: Add LDAP support to sshd
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
URL: http://dev.inversepath.com/trac/openssh-lpk
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: PAM support
AssignedTo:
2007 Nov 25
1
Request for LPK patch to be merged
Hi all,
At my organisation we have an LDAP infrastructure built on OpenLDAP,
between Unix boxes running OpenSSH at multiple sites. It works well but
the SSH key management is something of an inconvenience, especially as we
would like to implement SSO with ssh-agent and passphrased keys.
There is an OpenSSH patch called LPK which can allow the authorized_keys
to be stored in LDAP, and that
2007 Sep 07
0
Public key reading abstraction (to allow future work)
Damien,
I've filed a bug for this on mindrot as requested,
https://bugzilla.mindrot.org/show_bug.cgi?id=1348.
Patch attached in case that helps reviewing.
Comments welcome,
Rob
--
Rob Holland <rob at inversepath.com>
http://www.inversepath.com - Chief R & D Engineer
Inverse Path Ltd, 63 Park Road, Peterborough, PE1 2TN, UK
Registered in England: 5555973
-------------- next
2003 Oct 23
0
anova model refinement/clustering question
Hi,
I am trying to refine models of a continuous response variable and a
number of categorical predictor variables. I know of some model
refinement tools available in R that help in the selection of model
terms like dropterm and addterm from MASS etc. However, I would also
like to try to refine the model by 'coalescing' some levels of some of
the predictor factors. Is there a standard
2007 Jul 05
7
[Bug 1331] New: ControlClient escape sequences non-functional
http://bugzilla.mindrot.org/show_bug.cgi?id=1331
Summary: ControlClient escape sequences non-functional
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: dwmw2
2005 Jan 15
6
[Bug 972] openssh-3.9_p1-r1 login problem
http://bugzilla.mindrot.org/show_bug.cgi?id=972
Summary: openssh-3.9_p1-r1 login problem
Product: Portable OpenSSH
Version: 3.9p1
Platform: Other
URL: http://bugs.gentoo.org/show_bug.cgi?id=78073
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2008 Mar 31
10
Problems with *_path() and *_url() helpers when using Publisher
Hello,
I am running into issues using *_path() and *_url() helpers the
Facebooker Publisher framework. I encounter the following error when
using these helpers while *inside of a partial*:
undefined method `default_url_options'' for ActionView::Base:Class
I''ve seen a few other people speak about this issue, yet I haven''t
seen any resolution on the mailing list yet.
2006 Aug 18
1
using R to perform a word count - syntax refinement and incorrect number of dimensions error
Hello,
I am hoping someone can advise me regarding an error message I received and
if needed, refine some syntax. I am wanting to calculate the word count for
each row of a dataframe. Below, I have 3 variables ("V3.PD", "V3.HD",
"V3.LP") which I want to obtain a word count for, by each row which
contains these variables.
Any assistance is much appreciated,
Bob
2015 Sep 14
2
[RFC] Refinement of convergent semantics
> On Sep 14, 2015, at 12:15 PM, Philip Reames <listmail at philipreames.com> wrote:
>
> On 09/04/2015 01:25 PM, Owen Anderson via llvm-dev wrote:
>> Hi all,
>>
>> In light of recent discussions regarding updating passes to respect convergent semantics, and whether or not it is sufficient for barriers, I would like to propose a change in convergent semantics that
2015 Sep 22
2
[RFC] Refinement of convergent semantics
Hi Jingyue,
I consider it a very important element of the design of convergent that it does not require baseline LLVM to contain a definition of uniformity, which would itself pull in a definition of SIMT/SPMD, warps, threads, etc. The intention is that it should be a conservative (but hopefully not too conservative) approximation, and that implementations of specific GPU programming models
2007 Jul 06
2
[Bug 1334] New: Bind tunnels to given interface on the server
http://bugzilla.mindrot.org/show_bug.cgi?id=1334
Summary: Bind tunnels to given interface on the server
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2002 Oct 23
3
How to pipe debugmsg to a file?
Is there a wine option to send the log output to a file?
I'm doing the following:
wineconsole --debugmsg +all program_name parm1 parm2 parm3 > /mylog.txt
mylog.txt is not receiving a copy of the millions, nay billions!, of
messages output.
I'm using Redhat 7.3 and the 10/07/2002 RPMs.
- Bill
2009 Mar 04
5
Sinitra 0.9.1 Webrat 0.4.2 Cuc problem
Have created sample sinatra cucumber app as suggested on wiki. Tried both
env.rb configurations from there and aslaks git repo. With this combination
of gems I get the following error doing basic cuc tests
When I visit ''/foo'' #
features/step_definitions/general.rb:1
PATH_INFO must start with / (Rack::Lint::LintError)
2007 Oct 12
7
puppet (Timeout::Error) HELP???
Can anyone help me with this error I am having. I am using puppet on
Debian Etch, version 0.20.1-1 from apt works OK, but due to one or two
problems we want to use the version from testing, 0.23.2-10, but the
puppetd just fails upon startup spitting this out:
Starting puppet configuration management
tool/usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired
(Timeout::Error)
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users'
I'm new whit tinc and this mail-list.
I like to build a vpn over the internet between two sites in Holland and
Germany. Are there some experience whit the performance (turn-a-round en
bandwidth) of a link. I want to use it for a 1,5Mb connection.
Greetings, Fred Krom.
-
Tinc: Discussion list about the tinc VPN daemon
Archive:
2008 Jan 23
4
expect_render(...).and_return(''x'')
Hi,
I''m trying to spec a controller method which renders some rjs as part
of a render :update block. The problem I''m having is that stub_render
or expect_render don''t seem to allow and_return to work.
The controller method does:
if @thing.save
render :update do |page|
page.insert_html :bottom,
2007 Feb 05
6
qmail on CentOS 4.4
I've tried to install qmail 1.03 on CentOS 4.4 using the command:
# make setup check
and I received this error:
./load auto-str substdio.a error.a str.a
substdio.a(substdo.o)(.text+0x43): In function `allwrite':
: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
Can anyone please help?
TIA
Dick
2015 Sep 04
9
[RFC] Refinement of convergent semantics
Hi all,
In light of recent discussions regarding updating passes to respect convergent semantics, and whether or not it is sufficient for barriers, I would like to propose a change in convergent semantics that should resolve a lot of the identified problems regarding loop unrolling, loop unswitching, etc. Credit to John McCall for talking this over with me and seeding the core ideas.
Today,
2019 Apr 03
0
[Announce] Samba 4.10.1 Available for Download
========================================================
"The past cannot be changed.
The future is yet in your
power."
Unknown
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.10 release series.
Changes since 4.10.0:
---------------------
o Douglas Bagnall
2019 Apr 03
0
[Announce] Samba 4.10.1 Available for Download
========================================================
"The past cannot be changed.
The future is yet in your
power."
Unknown
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.10 release series.
Changes since 4.10.0:
---------------------
o Douglas Bagnall