/* $NetBSD: refuse.c,v 1.5 2012/03/21 10:10:37 matt Exp $ */ /* * refuse() reports a refused connection, and takes the consequences: in * case of a datagram-oriented service, the unread datagram is taken from * the input queue (or inetd would see the same datagram again and again); * the program is terminated. * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ #include #ifndef lint #if 0 static char sccsid[] = "@(#) refuse.c 1.5 94/12/28 17:42:39"; #else __RCSID("$NetBSD: refuse.c,v 1.5 2012/03/21 10:10:37 matt Exp $"); #endif #endif /* System libraries. */ #include #include /* Local stuff. */ #include "tcpd.h" /* refuse - refuse request */ void refuse(struct request_info *request) { syslog(deny_severity, "refused connect from %s", eval_client(request)); clean_exit(request); /* NOTREACHED */ } '>lockdoc-9.3-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-27Use HAVE_NVMM for nvmm headersjmcneill
2020-09-14Revert previous to make iscsi kernel headers optional again, asrin
2020-09-10Unconditionally install kernel headers for iSCSI as required byrin
2020-01-19Remove filemon(4).riastradh
2019-12-23Revert the removal of filemon.maxv
2019-12-18Retire filemon, discussed on tech-kern@.maxv
2019-02-24Hook spi.rin
2018-11-07Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver thatmaxv
2017-12-10Fix fallout from hid factorisation:bouyer
2016-12-09move spkrio.h out of isachristos
2015-08-02Install hdmicecio.hjmcneill
2015-03-28Split hdaudio and PCI attach glue. Even though the driver was written withjmcneill
2012-06-20Install filemon.hsjg
2011-11-17Make the test for MKISCSI actually work by including bsd.own.mk andhe
2011-11-15Build and install new in-kernel iscsi initiator kernel module and associatedriz
2011-10-02Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.jmcneill
2011-07-09install dtvio.h, dtvio_demux.h, dtvio_frontend.hjmcneill
2009-12-05Install netbsd-dm.h file to include/dev/dm so it can be used by public.haad
2009-08-15Add keylock.h to INCS so that it's actually installed (hi, marc!)uwe
2008-11-06wrap lines. no functional change.cegger
2007-11-20pud (userspace char/block drivers) build goopooka
2007-11-12* split the putter header into a kernel version and a userland versionpooka
2007-05-01Add bio(4) and associated bioctl(8) from OpenBSD, a driver control blockbouyer
2006-09-07Add the 'lockstat' driver, which collects basic information about lock events.ad
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-06-08Descend into microcode.rpaulo
2006-02-25As core requested, remove vinumchristos
2005-12-11merge ktrace-lwp.christos