Skip to content

Instantly share code, notes, and snippets.

@pklaus
Created January 8, 2010 16:50
Show Gist options
  • Save pklaus/272179 to your computer and use it in GitHub Desktop.
Save pklaus/272179 to your computer and use it in GitHub Desktop.
Koukaam NETIO-230A changelog

Version 2.34 rc1

Release 11.10.2011

  • fixed http post
  • fixed cookie name issue
  • fixed stability issues
  • fixed old CGI security leak with a guest account
  • kshell allows up to 6 simultaneous connections, network and serial at once
  • CGI script format changed:
    old format: message 1. control.tgi?l=p:user:password
    message 2. control.tgi?p=1001
    message 3. control.tgi?q=q
    new format: message 1. control.tgi?l=p:user:password&p=1001
    After command is finihed, user is logged out
    New format is used if more than one command is present
    Using old CGI format is not recomended due to security reasons
  • enable/disable DHCP hostname send in DHCP request. "Device name" is send to DHCP server as hostname
  • enable/disable set SNTP server address via DHCP. When enabled, SNTP server address is set from DHCP server
  • new KSHELL commands:
    • system dhcp
    • system dhcp hostname enable/disable
    • system dhcp sntp enable/disable

Version 2.33

Release 16.8.2010

  • changed authentication algorithms (bugfix for stability issues)
  • kshell security bugfix
  • new kshell command for daylight time settings:
    system dst - print dst settings in format: enabled/disabled rrrr/mm/dd,hh:mm:ss - rrrr/mm/hh,hh:mm:ss
    system dst enable/disble - enable or disable daylight saving time
    system dst begin rrrr/mm/dd,hh:mm:ss - begin of dylight saving time
    system dst end rrrr/mm/dd,hh:mm:ss - end of daylight saving time

Version 2.32

Release 31.5.2010

Version 2.32 RC2

Release 12.3.2010

  • kshell timeout error fixed

Version 2.32 RC1

Release 5.3.2010

  • DHCP client timeout error fixed
  • DNS client empty string error fixed
  • user privileges setting fixed
  • add timeout to kshell connection
  • command noop for persist kshell connection
  • change cookie timeout from connect to login

Version 2.31

Release 15.10.2008

  • webserver issues fixed
  • watchdog email notification bug fixed
  • uptime value on date&time page
  • automatic reboot after changes on system pages
  • new session management
  • swich delay max value changed to 999 (99,9 sec)
  • timer: now you needn't set week shedule with timer mode "ONCE" or "DAILY"
  • automatic restart after save changes
  • automatic redirect to port 80 after fw upgrade
  • alias length set to 16 characters
  • "Javascript must be enabled" note on login page

KSHELL 1.2:

  • serial tunnel
  • command reboot make reboot always
  • command quit close connection and if you make changes in system settings it makes reboot automaticaly New commands:
  • system webport - for change web port
  • system kashport - for change KShell port
  • uptime - show uptime
  • serial open - open serial tunnel
  • serial close - close serial tunnel
  • serial set [BR1200|BR2400|BR4800|BR9600|BR19200] - baudrate settings for serial tunnel
  • serial data - set mode for transfer data via serial tunel

Version 2.30

  • "telnet" renamed to KShell (KOUKAAM Shell) - Note: this Shell is not compatible with terminals in VT100 mode.
  • system sessages on KShell
  • PON delay max value changed to 9999
  • port settings for KShell
  • port settings for Web access
  • local time offset in minutes
  • password max length changed to 14 characters
  • fixed user privileges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment