From: Pekka Riikonen Date: Tue, 29 May 2001 06:24:13 +0000 (+0000) Subject: updates X-Git-Tag: robodoc-323~269 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=c085e6abc5496bb8d2aa9c4a49cdf7289e17cde2 updates --- diff --git a/public_html/download.php b/public_html/download.php index 972a4186..57c500ce 100644 --- a/public_html/download.php +++ b/public_html/download.php @@ -53,5 +53,6 @@ The SILC has been reported to work on, at least:
  • OpenBSD
  • HP-UX
  • Solaris +
  • Windows (cygwin)

    diff --git a/public_html/features.php b/public_html/features.php index 3c80aab9..86f6adc0 100644 --- a/public_html/features.php +++ b/public_html/features.php @@ -23,6 +23,8 @@

  • Supports data compression with GZIP to improve performance.

    +

  • Supports SOCKS4 and SOCKS5 firewall traversal protocols. +

  • SIM (SILC Module) support. Support for loading of shared objects at run-time that provides new and extended features to both SILC client and server. These can provide extra ciphers and extra features to the software.

  • SILC client can be installed and used without root privileges. diff --git a/public_html/history.php b/public_html/history.php index 354277bf..8d159809 100644 --- a/public_html/history.php +++ b/public_html/history.php @@ -1,13 +1,51 @@ History

    -Even though SILC were released in summer 2000 to the public the idea and the protocol itself is quite old. I got the idea about SILC in its current form in the year 1996 and first lines of codes were written in early 1997. This release is now third rewrite of the SILC. The very first version were written in 1997 and it included SILC client and very very preliminary SILC server. The server actually weren't usable but the client looked pretty much the same as it does now. At that time the SILC also included RSA implementation and 3DES implementation. The random number generator that exists in this current release is actually based on the RNG written in 1997. The RNG written in 1997, on the other hand, were based on the SSH's random number generator. The RNG has been rewritten twice since the first version. +Even though SILC were released in summer 2000 to the public the idea and +the protocol itself is quite old. I got the idea about SILC in its +current form in the year 1996 and first lines of codes were written in +early 1997. This release is now third rewrite of the SILC. The very first +version were written in 1997 and it included SILC client and very very +preliminary SILC server. The server actually weren't usable but the +client looked pretty much the same as it does now. At that time the SILC +also included RSA implementation and 3DES implementation. The random +number generator that exists in this current release is actually based on +the RNG written in 1997. The RNG written in 1997, on the other hand, were +based on the SSH's random number generator. The RNG has been rewritten +twice since the first version.

    -I stopped writing the SILC later in 1997 when I got busy at school and in work. The pause lasted several months. The development resumed in 1998 when my friend (Juha Räsänen) and I implemented ElGamal algorithm. I rewrote some other parts as well. However, for the same reasons as previously the development stopped again. I resumed the development later in 1998 by doing rewrite of the SILC in C++. This was obviously a mistake but at that time it seemed like a good idea. Again, in the winter 1999 I got very busy writing my thesis and was forced to stop the development again. I also, started a new job in the spring. +I stopped writing the SILC later in 1997 when I got busy at school and in +work. The pause lasted several months. The development resumed in 1998 +when my friend (Juha Räsänen) and I implemented ElGamal algorithm. I +rewrote some other parts as well. However, for the same reasons as +previously the development stopped again. I resumed the development later +in 1998 by doing rewrite of the SILC in C++. This was obviously a mistake +but at that time it seemed like a good idea. Again, in the winter 1999 I +got very busy writing my thesis and was forced to stop the development +again. I also, started a new job in the spring.

    -Later, in 1999, I decided that this time I'm going to make it the right way. C++ was obviously a bad choice so I decided to fall back to plain C language. I also decided to do complete rewrite and started doing more thorough planning of what the SILC actually should include. I also decided that this time it is going to kill me before I stop the development. I started writing SILC in the weekends and actually everytime I had some spare time. I also started a new job but I didn't let that get to my way. The result of this development effort is the release now in public. +Later, in 1999, I decided that this time I'm going to make it the right +way. C++ was obviously a bad choice so I decided to fall back to plain C +language. I also decided to do complete rewrite and started doing more +thorough planning of what the SILC actually should include. I also +decided that this time it is going to kill me before I stop the +development. I started writing SILC in the weekends and actually +everytime I had some spare time. I also started a new job but I didn't +let that get to my way. The result of this development effort is the +release now in public.

    -I've learned a lot by doing the SILC. I guess, when I started it I wasn't that good of a C programmer. That alone was a reason why SILC hasn't seen the day of light before now. My programming style has also changed dramatically during these years. Actually, it has changed couple times since this last rewrite as well. However, the code style of current SILC release is quite consistent (actually the coding style SILC has been written now I've learned in my current job). +I've learned a lot by doing the SILC. I guess, when I started it I wasn't +that good of a C programmer. That alone was a reason why SILC hasn't seen +the day of light before now. My programming style has also changed +dramatically during these years. Actually, it has changed couple times +since this last rewrite as well. However, the code style of current SILC +release is quite consistent (actually the coding style SILC has been +written now I've learned in my current job).

    -There is probably over 85% of new code in this third rewrite. Rest has just been copied from the old versions and only minor changes has been made (like changed function names and overall coding style). I've preserved the dates of the old files (dating back to 1997) that has existed in some forms in the old versions. There is a lot of new code but already I see a lot that needs rewriting. The development continues. +There is probably over 85% of new code in this third rewrite. Rest has +just been copied from the old versions and only minor changes has been +made (like changed function names and overall coding style). I've +preserved the dates of the old files (dating back to 1997) that has +existed in some forms in the old versions. There is a lot of new code but +already I see a lot that needs rewriting. The development continues.

    diff --git a/public_html/index.php b/public_html/index.php index 06a87657..0dfa6b13 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -29,20 +29,20 @@
  • About the SILC -
  • The SILC FAQ -
  • SILC Documentation
  • History +
  • SILC Mailing Lists +
  • SILC Documentation
  • Download SILC +
  • SILC FAQ
  • SILC Features
  • ChangeLog -
  • TODO
  • -
  • SILC Mailing Lists +
  • TODO
  • Contributing
  • Anonymous CVS Access
  • The General Public License (GPL) @@ -78,6 +78,9 @@ function div($a,$b) { return (int) ($a/$b); } +$latest_d = filemtime($DocRoot."LATEST"); +$latest_date = date("l dS of F Y H:i:s", $latest_d); + // read document, if it is not valid then read first page if (Is_File($SecurityFilter)) require $SecurityFilter; @@ -94,7 +97,11 @@ else
  • -webpage by salo at Xtrmntr.org +webpage by salo at Xtrmntr.org +
    + + diff --git a/public_html/lists.php b/public_html/lists.php index 3b897e91..cf030b0e 100644 --- a/public_html/lists.php +++ b/public_html/lists.php @@ -3,9 +3,15 @@

    Available since: Sat Jul 22 17:23:48 EEST 2000

    -There is currently one mailing list available. The mailing list is the main SILC development mailing list. To subscribe to the mailing list visit the following link and follow the instructions on the web page. +There is currently one mailing list available. The mailing list is the +main SILC development mailing list. To subscribe to the mailing list +visit the following link and follow the instructions on the web page.

    -SILC-devel mailing list + +SILC-devel mailing list

    -After you have subscribed as instructed on the web site you will receive email for further instructions. To send email to the list the email must be destined to: silc-devel at lists.sourceforge.net address. +After you have subscribed as instructed on the web site you will receive +email for further instructions. To send email to the list the email must +be destined to: silc-devel at +lists.sourceforge.net address.

    diff --git a/public_html/news.php b/public_html/news.php index 8ab767e1..49173636 100644 --- a/public_html/news.php +++ b/public_html/news.php @@ -1,4 +1,5 @@ SILC Is Now Available! +

    The new Beta version of SILC is available for testing. Read the README and INSTALL files after downloading for instructions how