Tags: shellinabox/shellinabox
Tags
Issue #103: Child process cleanup under PAM session * Added signal handling in PAM session process. Now SIGHUP signals are forward to child process, which is the actual service. Launcher process uses this type of signals to terminate service on http connection timeout.
Fixes for some defects found by Coverity * Added more checks for return values and null pointers. * Removed some dead code and unused variables. * Fixed handling of calls to exec() family functions. If this functions fail we need to cleanup resources.
PreviousNext