summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/fatal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix SEGV on fatal() errors spotted by dtucker@djm2020-10-191-2/+2
* variants of the log methods that append a ssherr.h string fromdjm2020-10-181-3/+3
* make the log functions that exit (sshlogdie(), sshfatal(), etc) havedjm2020-10-171-3/+4
* revised log infrastructure for OpenSSHdjm2020-10-161-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-2/+2
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* spacingderaadt2006-03-201-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-2/+2
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-0/+40