5563N/A--------------------------------------------------------------------------------
5563N/AThis package brings a (modified) pflogd component coming from OpenBSD 5.5.
5563N/A--------------------------------------------------------------------------------
5563N/A
5563N/Apflogd.8:
5563N/A.\" $OpenBSD: pflogd.8,v 1.46 2014/01/21 03:15:45 schwarze Exp $
5563N/A.\"
5563N/A.\" Copyright (c) 2001 Can Erkin Acar. All rights reserved.
5563N/A.\"
5563N/A.\" Redistribution and use in source and binary forms, with or without
5563N/A.\" modification, are permitted provided that the following conditions
5563N/A.\" are met:
5563N/A.\" 1. Redistributions of source code must retain the above copyright
5563N/A.\" notice, this list of conditions and the following disclaimer.
5563N/A.\" 2. Redistributions in binary form must reproduce the above copyright
5563N/A.\" notice, this list of conditions and the following disclaimer in the
5563N/A.\" documentation and/or other materials provided with the distribution.
5563N/A.\" 3. The name of the author may not be used to endorse or promote products
5563N/A.\" derived from this software without specific prior written permission.
5563N/A.\"
5563N/A.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
5563N/A.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5563N/A.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5563N/A.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
5563N/A.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
5563N/A.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5563N/A.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5563N/A.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5563N/A.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
5563N/A.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5563N/A.\"
5563N/A
5563N/Apflogd.c:
5563N/A/*
5563N/A * Copyright (c) 2001 Theo de Raadt
5563N/A * Copyright (c) 2001 Can Erkin Acar
5563N/A * All rights reserved.
5563N/A *
5563N/A * Redistribution and use in source and binary forms, with or without
5563N/A * modification, are permitted provided that the following conditions
5563N/A * are met:
5563N/A *
5563N/A * - Redistributions of source code must retain the above copyright
5563N/A * notice, this list of conditions and the following disclaimer.
5563N/A * - Redistributions in binary form must reproduce the above
5563N/A * copyright notice, this list of conditions and the following
5563N/A * disclaimer in the documentation and/or other materials provided
5563N/A * with the distribution.
5563N/A *
5563N/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5563N/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5563N/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
5563N/A * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
5563N/A * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
5563N/A * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
5563N/A * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5563N/A * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5563N/A * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5563N/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
5563N/A * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5563N/A * POSSIBILITY OF SUCH DAMAGE.
5563N/A */
5563N/A
5563N/Apflogd.h:
5563N/A/*
5563N/A * Copyright (c) 2003 Can Erkin Acar
5563N/A *
5563N/A * Permission to use, copy, modify, and distribute this software for any
5563N/A * purpose with or without fee is hereby granted, provided that the above
5563N/A * copyright notice and this permission notice appear in all copies.
5563N/A *
5563N/A * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5563N/A * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5563N/A * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5563N/A * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5563N/A * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5563N/A * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5563N/A * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5563N/A */
5563N/A
5563N/Aprivsep_fdpass.c:
5563N/A/*
5563N/A * Copyright 2001 Niels Provos <provos@citi.umich.edu>
5563N/A * All rights reserved.
5563N/A *
5563N/A * Copyright (c) 2002 Matthieu Herrb
5563N/A * All rights reserved.
5563N/A *
5563N/A * Redistribution and use in source and binary forms, with or without
5563N/A * modification, are permitted provided that the following conditions
5563N/A * are met:
5563N/A *
5563N/A * - Redistributions of source code must retain the above copyright
5563N/A * notice, this list of conditions and the following disclaimer.
5563N/A * - Redistributions in binary form must reproduce the above
5563N/A * copyright notice, this list of conditions and the following
5563N/A * disclaimer in the documentation and/or other materials provided
5563N/A * with the distribution.
5563N/A *
5563N/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5563N/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5563N/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
5563N/A * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
5563N/A * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
5563N/A * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
5563N/A * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5563N/A * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5563N/A * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5563N/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
5563N/A * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5563N/A * POSSIBILITY OF SUCH DAMAGE.
5563N/A */
5563N/A
5563N/Aprivsep.c:
5563N/A/*
5563N/A * Copyright (c) 2003 Can Erkin Acar
5563N/A * Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
5563N/A *
5563N/A * Permission to use, copy, modify, and distribute this software for any
5563N/A * purpose with or without fee is hereby granted, provided that the above
5563N/A * copyright notice and this permission notice appear in all copies.
5563N/A *
5563N/A * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5563N/A * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5563N/A * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5563N/A * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5563N/A * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5563N/A * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5563N/A * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5563N/A */