TN3270RG is a TCP/IP TN3270 gateway that
dynamically assigns resources to a connection from
a pool of available addresses. Features include
an easy to use Web interface for management and a
PostgreSQL database backend.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão usa Sys:: Syslog (que é mantida ativamente e está incluído na distribuição principal Perl). Todas as chamadas Syslog foram atualizados para evitar uma altamente improvável (mas ainda possível) formato string vulnerabilidade. Ela limpa saídas de uma SIGTERM com registro de informações úteis.
Tags:
Minor security fixes
This release uses Sys::Syslog (which is actively maintained and is included in the main Perl distribution). All Syslog calls have been updated to prevent a highly unlikely (but still possible) format string vulnerability. It cleanly exits from a SIGTERM with useful logging information.
O código DBI mudou para usar eval RaiseError e morrer em vez de declarações sobre cada chamada, o que torna mais robusto e flexível. Esta versão pode sobreviver a um banco de dados de desconexão. Quando o banco de dados está desconectado, sessões existentes continuarão a funcionar sem qualquer problema e pode desligar, mas novas conexões será recusada (porque não é possível saber quais são os recursos disponíveis do banco de dados). Quando o banco de volta para cima, a lista de recursos que será actualizado e novas conexões serão aceitos.
Tags:
Minor feature enhancements
The DBI code has changed to use eval and RaiseError instead of die statements on every call, which makes it more robust and flexible. This release can survive a database disconnect. When the database is disconnected, existing sessions will continue to function without any problems and can disconnect, but new connections will be refused (because it can't find out what resources are available from the database). When the database comes back up, the resource list will be updated and new connections will be accepted.