summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/fatal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-2/+2
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* 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
| | | | Theo nuked - our scripts to sync -portable need them in the files
* 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
| | | | | | cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-0/+40