summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cleanup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-1/+4
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <unistd.h> out of includes.hstevesk2006-07-171-2/+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
* RCSID() can diederaadt2006-03-191-1/+0
|
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-0/+26
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@