summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xmalloc.h is unusedmarkus2015-07-081-2/+1
* Fix some "unused result" warnings found via clang and -portable. ok markus@dtucker2013-05-161-2/+2
* Add -E option to ssh and sshd to append debugging logs to a specified filedtucker2013-04-071-2/+18
* Add ~v and ~V escape sequences to raise and lower the logging leveldtucker2012-09-061-1/+16
* make the pre-auth privsep slave log via a socketpair shared with thedjm2011-06-171-3/+32
* Add extended test mode (-T) and connection parameters for test mode (-C).dtucker2008-06-101-1/+23
* save and restore errno when logging; ok deraadt@djm2007-05-171-1/+4
* make signal handler termination path shorter; risky code pointed out byderaadt2006-08-181-1/+13
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-1/+2
* move user includes after /usr/include filesstevesk2006-07-081-4/+4
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-78/+1
* pass logged data through strnvis; ok markusdjm2003-05-241-4/+6
* use syslog_r() in a signal handler called place; markus okderaadt2003-05-181-5/+7
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-2/+2
* set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.aumarkus2003-01-111-1/+2
* remove fatal cleanups after fork; based on discussions with and codemarkus2002-07-191-1/+13
* KNFderaadt2002-07-061-1/+9
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-15/+2
* add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,markus2002-02-041-5/+5
* casts to silence enum type warnings for bugzilla bug 37; ok markus@stevesk2002-01-171-3/+3
* basic KNF done while i was looking for something elsederaadt2001-12-191-2/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-2/+4
* log functions should not be passed strings that end in newline as theymillert2001-03-041-2/+2
* log*.c -> log.cmarkus2001-03-031-54/+195
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+2
* log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systemsmarkus2001-01-181-4/+3
* rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICEmarkus2001-01-071-3/+4
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-3/+3
* allow loglevel debugmarkus2000-09-301-1/+2
* multiple debug levelsmarkus2000-09-121-3/+23
* some more Copyright fixesmarkus2000-09-071-1/+12
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+23
* ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:markus2000-01-041-1/+1
* KNF, final part 3markus1999-11-241-4/+2
* much more KNFderaadt1999-11-241-4/+4
* KNF part 1markus1999-11-231-111/+102
* syslog changes:markus1999-11-221-4/+4
* bugfix: loglevels are per host in clientconfig,markus1999-11-191-1/+61
* add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,markus1999-11-101-0/+135