Products

Home » Products » Open Source » Tino access controller patches

Tino access controller patches

These patches are against tino 1.2 and apply cleanly in the alphabetical order.

Tino is an access controller software originally developed in the Vaasa Polytechnic. Arch Red has made patches to change certain parts of Tino and provides them here. The patches just like Tino are under GNU General Public License

These patches are against tino 1.2 and apply cleanly in the alphabetical order.

patch-cl-tino.no-guests.txt
Removes the code to handle guest users.
patch-il-tino.syslog-sleep-focus-realm-regexp.txt
Adds support for logging via syslog. Adds a one second delay to slow down fastly repeated page reloads. Fixes a small bug related to setting the focues to the login text box on the login page. The regular expression matching username@realm is made more strict
patch-io-add-default-realm.txt
Adds support for using a default RADIUS realm. If desired, a realm (e.g. @example.org) is added to those usernames for which none is given.
patch-ll-tino.html.txt
This patch separates HTML and CSS from tino.cgi to individual files. CSS is still part of the HTML header file (start.html)
patch-ol-tino.maxtime.txt
Maximum login time is made optional.
patch-rl-tino.no-userlist.txt
Code displaing the user list is separated from tino.cgi to an own file.
patch-ro-tino.userlist-ip-mac.txt
Ethernet MAC and IP addresses are shown in the user list.
patch-ul-tino.separate-css.txt
CSS is separted to its own file from start.html.