# $NetBSD: Makefile,v 1.3 2005/01/08 22:56:21 manu Exp $ # Copyright 2001 Mark R V Murray # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # $FreeBSD: src/lib/libpam/modules/pam_login_access/Makefile,v 1.5 2003/03/09 20:06:36 obrien Exp $ LIB= pam_login_access SRCS= pam_login_access.c login_access.c MAN= pam_login_access.8 login.access.5 .include "${.CURDIR}/../mod.mk" alue='grep'>log msg
path: root/sys/external/bsd/ipf/netinet/fil.c
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-02-03Fix use after free on packet with broken lengthschristos
2021-12-05s/recusive/recursive/ in comment.msaitoh
2021-12-05s/imples/implies/ in comment.msaitoh
2020-04-09PR/55149: Kouichi Hashikawa: Get morefrag before we strip it out from offchristos
2020-04-05PR/55137: Kouichi Hashikawa: ipfstat -f incorrect outputchristos
2019-09-30Fix 2 bugs, reported by Edgar Fuß on tech-net@bouyer
2019-08-08PR/54443: Edgar Fuß: ip mistakenly regards UDP packet with checksum fieldchristos
2019-06-28Revert previous and do the off == 1 case after we've taken the mask.christos
2019-06-26Conform to RFC 3128 by dropping TCP fragments with offset = 1.christos
2019-06-26Remove fd_local, it is not used, from FreeBSD r349401, reported by Cy Schubertchristos
2019-06-26Remove redundant off != 0 check, from FreeBSD r349400, reported by Cy Schubertchristos
2019-02-04add fallthru comments.mrg
2018-07-11Renamemaxv
2018-06-03Constify a bunch of global varialbes under ipf/ so that they land inmaxv
2018-02-04apply __attribute__((__used__)) for rcsid, etc.mrg
2017-09-05Revert changing the byte order of fi->fi_addr. It is already correct. Fromchristos
2017-04-23Disconnect maintaining fragment state from keeping session state. The userchristos
2016-08-05partial sync with FreeBSDchristos
2016-04-04We don't need this in /current because packet processing does not happen inchristos
2016-04-03Comment out the mutex calls that protect against concurrent configurationchristos
2015-04-02Fix for PR kern/48109 (and its duplicate kern/49807)khorben
2014-06-16Darren Reed: #550 filter rule list corrupted with inserted ruleschristos
2014-03-20kill sprintfchristos
2013-11-27CID 976267: NULL deref checkchristos
2013-09-18Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it wasrmind
2013-09-12Remove unused variablemartin
2013-08-30bpf_filter: add a custom argument which can be passed to coprocessor routine.rmind
2013-08-29Implement BPF_COP/BPF_COPX instructions in the misc category (BPF_MISC)rmind
2013-01-09Back out my last change, which was a partial fix for hash code computation pr...christos
2012-12-20- Replace the seemingly broken built-in ipf rbtree implementation with ours.christos
2012-10-09remove wrong ntohl (from Aran Clauson)christos
2012-07-22ansify new function definitiondarrenr
2012-07-22ansify new functio definitionsdarrenr
2012-07-22Merge IPFilter 5.1.2 into HEADdarrenr
2012-03-23apply our changes.christos
2012-03-23import kernel portion of ipfilter 5.1.1christos