CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/16 07:24:46
Modified files:
usr.bin/ssh : Makefile.inc fatal.c log.c log.h monitor.c
monitor_wrap.c monitor_wrap.h ssh-keyscan.c
Log message:
revised log infrastructure for OpenSSH
log functions receive function, filename and line number of caller.
We can use this to selectively enable logging via pattern-lists.
ok markus@
