similar to: Initial Sequence Numbers (ISN) vulnerability

Displaying 20 results from an estimated 400 matches similar to: "Initial Sequence Numbers (ISN) vulnerability"

2006 Apr 10
1
LoginEngine 1.0.1
Hi, The LoginEngine has been updated to 1.0.1. Notable changes: * User model now does very basic email validation * All tests now pass on both Rails 1.0 and 1.1 * Many bugs fixed! Please refer to the Engines documentation for how to update. http://www.rails-engines.org/download The subversion URL for the tag is: http://svn.rails-engines.org/login_engine/tags/rel_1.0.1 = v1.0.1 * Added
2006 Mar 02
3
plugin versioning
When I install a plugin, does Rails record the version installed anywhere? Maybe I''m not doing it the "right" way, but I''ve excluded vendors from my source repository. I''d like some ''record'' of what plugins are used that is under source control. David
2006 Feb 26
7
LoginEngine problems
I''m trying to get a simple authentication system going for a small rails app. After much research, it looks like LoginEngine should do exactly what I want. Now, the documentation is somewhat confusing to me when looked at in the light of reality. There are some places that say you have to install the "engines" plugin. But, I cannot find such a beast. So, I installed the
2007 Feb 23
1
SLA more than 100% ?
How does one answer more than 100% of the calls in less than 60 seconds? techsupp has 0 calls (max 20) in 'leastrecent' strategy (104s holdtime), W:0, C:3, A:2, SL:166.7% within 60s
2004 Jun 02
0
Thank you for contacting Symantec
Dear Symantec Customer, E-Mail technical support is not available for your product. However, Symantec offers a wide variety of online and telephone support options including technical tips, frequently-asked-questions documents, fax-on-demand documents, and an online knowledgebase with every known issue regarding your Symantec software. For a list of these options, please refer to your product
2002 Aug 07
0
Re: [Shorewall-users] Common Rules
On Tue, 6 Aug 2002, Links at Momsview wrote: > Tom, > I''m not sure if you ever saw this document but it describes some of the > reasons you are seeing strange packets > after setting up NEW not SYN > http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/ipta > bles-tutorial.html#NEWNOTSYN > > If the section titled " State NEW packets but no
2005 Jul 07
1
[Fwd: [Full-disclosure] [ GLSA 200507-05 ] zlib: Buffer overflow]
Has Centos been tested for this yet? -------- Original Message -------- Subject: [Full-disclosure] [ GLSA 200507-05 ] zlib: Buffer overflow Date: Wed, 06 Jul 2005 16:23:20 +0200 From: Thierry Carrez <koon at gentoo.org> Organization: Gentoo Linux To: gentoo-announce at lists.gentoo.org CC: full-disclosure at lists.grok.org.uk, bugtraq at securityfocus.com, security-alerts at
2006 Feb 22
2
self.use_instantiated_fixtures
Can this be controlled on a per TestCase basis, or is it only a global setting? David
2006 Feb 26
1
Layouts for static pages
Is there any "standard" way if I wish to use a layout with an otherwise static page? Do I have to create a controller "and everything" for this to work? Thanks David
2002 Aug 07
2
Re: [Shorewall-users] Common Rules
John, I''m taking the liberty of copying the Shorwall Development list since I believe that these issues will be of interest. On Tue, 6 Aug 2002, Links at Momsview wrote: > Tom, > I''m not sure if you ever saw this document but it describes some of the > reasons you are seeing strange packets > after setting up NEW not SYN >
2009 Jun 22
4
Different inbound routes for each interface on a TDM800P card.
I'm new to Asterisk and inherited this project so I apologize if this question has been asked a hundred time before. I did start with Google but I may not be asking the right questions, because I wasn't finding any answers. I have Asterisk 1.4.24 and FreePBX 2.5 running and using a Digium TDM800P to interface with our six analog phone lines from the telco. Currently I have a single trunk
2005 Feb 22
0
Can't get Samba to work as a print/file server
Hi everyone, I'm new at this, been through all of the troubleshooting guides without any luck. So here I am. smb.conf looks like this: # smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-09-23 [global] workgroup = CORBIN netbios name = CORBIN1 [data] comment =
2002 Aug 28
0
FreeBSD Security Notice FreeBSD-SN-02:05
-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= FreeBSD-SN-02:05 Security Notice The FreeBSD Project Topic: security issues in ports Announced: 2002-08-28 I. Introduction Several ports in the FreeBSD Ports
2007 Feb 13
3
AgentCallBackLogin vs AddQueueMember
I am developing an ACD front end using Asterisk 1.2.14. I heard that AgentCallBackLogin will be deprecated in future version of *. Is this true? If it is, how can I use AddQueueMember to replace AgentCallBackLogin? I mean to login an agent in multiple queues at once. I have multiple queues and a lot of agents defined in queues.conf and agents.conf. Each agent may login more than one queue. It
2012 Mar 23
0
CentOS-announce Digest, Vol 85, Issue 11
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Mar 22
0
CESA-2012:0410 Important CentOS 6 raptor Update
CentOS Errata and Security Advisory 2012:0410 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0410.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: af13fa8c2f29582db0652b17aee4a916563f02a011ec90e20c5c385255c4b136 raptor-1.4.18-5.el6_2.1.i686.rpm
2006 May 04
0
@products["car"] to access fixtures isn''t working in tests
class ProductsControllerTest < Test::Unit::TestCase fixtures :products end -- Posted via http://www.ruby-forum.com/.
2006 May 19
0
params isn''t cleared between requests?
Hi, I just noticed that the params hash isn''t being cleared between invocations, at least in an Ajax scenario I got into, or at least behaved very strange. I have an observer on a checkbox which sends its value as it is changed. First click sent value=1 and arrived into params with value=1 Second click sent value=undefined and arrived into params with value=1 (instead of undefined
2006 Apr 15
2
Model isn''t in the scope when running script/console
Hi, When running the script/console I can''t run the model. Example: I have model Probe. So, running: Probe.class will not work, because Probe is not loaded. I tried to build some projects from scratch automatically generated, but the problem stays. Any thoughts? Thanks, Kfir
2006 Mar 07
0
Re: rjs isn''t update_page problems (Cody Fauser)
Thank you for the reply Cody. It didn''t work so I''m just going to try edge rails again. Wish me luck! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060307/7e7df8dd/attachment.html