"This release fixes a security hole in the terminal emulation code.
Writing a particular escape sequence to the screen in a PuTTY terminal
session could cause the terminal code to read *and potentially write*
memory outside its own data structures. This might be exploitable, so
everybody should upgrade to a fixed version."
that is already included in the mysql subpackage (and actually, dhcp_sqlippool
only works with mysql at the moment). Avoids the need to either install
freeradius-mysql or mess with files in the modules directory to start up.
ok pea@
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to
easily implement VNC server or client functionality in your program.
ok robert@
disabling the ipv6 mib - this is done in the rc script so it can be
overridden with netsnmpd_flags if required (but just run snmpd from base,
really ....)
Reported by Pierre Kim.
Drop unnecessary patch while there, the problem it was meant to fix was
already fixed in 5.7.3.
upstream - this was actually in their devel tree but I didn't find my
way around their repositories (multiple trees on github instead of branches)
so I missed it; it's just been merged to zeromq4-1.
OK jca
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
encryption to create a secure private network between hosts on the Internet.
Because the tunnel appears to the IP level network code as a normal network
device, there is no need to adapt any existing software. This tunnelling
allows VPN sites to share information with each other over the Internet
without exposing any information to others.
A single tinc daemon can accept more than one connection at a time, thus
making it possible to create larger virtual networks, because some
limitations are circumvented.
Instead of most other VPN implementations, tinc encapsulates each network
packet in its own UDP packet, instead of encapsulating all into one TCP or
even PPP over TCP stream. This results in lower latencies, less overhead,
and in general better responsiveness and throughput.
of other functions) with "__attribute__ ((warn_unused_result))" so that a
compiler warning is generated if they're used without at least doing
*something* with the return value. Build breakage reported by aja@ nigel@