From: Kern Sibbald Date: Thu, 7 Jun 2007 13:21:44 +0000 (+0000) Subject: kes Fix sscanf problems reported by Peter Buschman that caused X-Git-Tag: Release-2.2.0~305 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91e819989f5fdcb409710f15d5463e9b2ceb8987;p=bacula%2Fdocs kes Fix sscanf problems reported by Peter Buschman that caused a bus error on Solaris. kes Rework (simplify) the select prompt in bat. kes Move get_jobid_from_tid() into lib and create a get_jcr_from_tid(). kes Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg(). This should definitely fix the problem of lost error messages in the encryption code. kes Remove over zellous addition of FSFE copyright in a few eggxxx files. kes Eliminate tcpd.h from the project. Enclose the #include from the library with extern C ... kes Add print of signal name when a signal is trapped. ---