Technical data
148
[19]
The stunnel is designed to work as SSL encryption wrapper between remote clients and local (xinetd-startable)
or remove servers. The concept is to have non-SSL aware daemons running on your system. You can easily set
them up to communicate with clients over secure SSL channels.
[20]
Drivers for SMP (Multi-processor) systems are compiled using the same symbol version information settings as
set by the original kernel configuration.
[21]
To do so, you can use the Dialogic
®
Diva
®
Media Board configuration utility or the insmod -f Divatty.o
command.
[22]
You can use the command objdump -s Divatty.o > info1.txt; objdump - s vmlinux > info2.txt and view
the context of the ".comment" sections.
[23]
You can receive detailed information about all exported data structures, functions and the structures on which
the exported functions depend on if you activate the symbol version information, change the kernel Makefile
from 'genksyms' to 'genksyms -D' and execute make modules 2>info.txt && grep Export info.txt >
exports.txt.