[Klone-users] KLone version 2.1.0 released
Radek
radek.hnilica at gmail.com
Tue Apr 29 05:59:47 EDT 2008
On Tue, Apr 29, 2008 at 11:03 AM, Steven Dorigotti
<dorigotti at koanlogic.com> wrote:
> Dear KLone users,
>
> We are proud to announce that KLone version 2.1.0 has been released.
>
Thanx for new version.
> Some major features of this release include:
> * support PSK (Pre-Shared Key) TLS ciphersuite
> * embedded password-based authentication
I'm thinking how use that in my code.
You can note in README that the password can be hashed this way:
$ irb
irb> require 'digest/md5'
irb> Digest::MD5.hexdigest('stewy')
or simmilar using other environments like Perl.
> Upgrading to this version is *strongly* recommended as it fixes a
> buffer overflow vulnerability which may allow malicious users to gain
> control of the system running the kloned server.
Yeah, upgrading is in app distribution phase.
> Happy hacking!
I've questions:
1. Is there a simple way how to display in klone application the value
in VERSION file? Maybe I overlooked that.
2. When running klone application I can give it -V option to display
version of KLone used. It will be helpfull if it can also display
version of application. For instance
$ kloned --app-version
1.3.15
-- Radek
More information about the klone-users
mailing list