Displaying 3 results from an estimated 3 matches for "epark".
Did you mean:
park
2002 Mar 22
1
Is OpenSSH vulnerable to the ZLIB problem or isn't it?
...lieve there was one. Yes, openssh doesn't have its own copy of zlib
source but it would still be helpful to have a statement, especially since
it appears under protocol 2 that it's potentially exploitable before
authentication.
- Dave Dykstra
----- Forwarded message from Erik Parker <eparker at mindsec.com> -----
Mailing-List: contact secureshell-help at securityfocus.com; run by ezmlm
List-Post: <mailto:secureshell at securityfocus.com>
List-Help: <mailto:secureshell-help at securityfocus.com>
List-Unsubscribe: <mailto:secureshell-unsubscribe at securityfocus.com&...
2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
...le preserving access to instance data. in essence it provides
ruby objects (including the top level ''main'' object) an intuitive means to
generate various markup views of their data in a way that is correct and
elegant.
xx is brought to you by the good folks at http://eparklabs.com.
SAMPLES
<========< sample/a.rb >========>
~ > cat sample/a.rb
require "xx"
include XX::XHTML
#
# xx modules extend the current object to allow natural document markup
#
doc = xhtml_{
html_{
head_{ title_{ &qu...
2002 Mar 08
1
alternative compression lib?
Has anyone looked into a way to disable zlib from openssh or perhaps find
another library that can easily be put in place?
I did read the back logs of the list, and noticed it mentioned zlib is a
fundlemental part of the system, and can not be removed..
For security sake, I wonder if there is anyway around having zlib
installed.
-Erik