Uesrland part of PF
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 21 Sep 2004 21:25:28 +0000 (21:25 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 21 Sep 2004 21:25:28 +0000 (21:25 +0000)
commit95cc27f04a317b5e45430e95b4ee9727418459bf
treefda88ed7925544b46223257aa5a730718a6ff430
parent33040f9e083d8714614e68d2d53a05b1a43fda50
Uesrland part of PF

Obtained-from: OpenBSD
Ported-by: Devon O'Dell and Simon 'corecode' Schubert
Additioncally, do a pass over the code to get it WARNS=6 clean.
This means mostly fixing const'ness of strings and cleanup sign/unsigned
comparisions. The warnings in authpf about unused arguments have been
removed by use of __unused.
47 files changed:
etc/MAKEDEV
etc/Makefile
etc/defaults/rc.conf
etc/ftpusers
etc/group
etc/inetd.conf
etc/mail/aliases
etc/master.passwd
etc/newsyslog.conf
etc/pf.conf [new file with mode: 0644]
etc/pf.os [new file with mode: 0644]
etc/rc.d/Makefile
etc/rc.d/pf [new file with mode: 0644]
etc/rc.d/pflog [new file with mode: 0644]
libexec/Makefile
libexec/ftp-proxy/Makefile [new file with mode: 0644]
libexec/ftp-proxy/ftp-proxy.8 [new file with mode: 0644]
libexec/ftp-proxy/ftp-proxy.c [new file with mode: 0644]
libexec/ftp-proxy/getline.c [new file with mode: 0644]
libexec/ftp-proxy/util.c [new file with mode: 0644]
libexec/ftp-proxy/util.h [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/authpf/Makefile [new file with mode: 0644]
usr.sbin/authpf/authpf.8 [new file with mode: 0644]
usr.sbin/authpf/authpf.c [new file with mode: 0644]
usr.sbin/authpf/pathnames.h [new file with mode: 0644]
usr.sbin/pfctl/Makefile [new file with mode: 0644]
usr.sbin/pfctl/parse.y [new file with mode: 0644]
usr.sbin/pfctl/pf.conf.5 [new file with mode: 0644]
usr.sbin/pfctl/pf.os.5 [new file with mode: 0644]
usr.sbin/pfctl/pf_print_state.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl.8 [new file with mode: 0644]
usr.sbin/pfctl/pfctl.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl.h [new file with mode: 0644]
usr.sbin/pfctl/pfctl_altq.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_osfp.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_parser.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_parser.h [new file with mode: 0644]
usr.sbin/pfctl/pfctl_qstats.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_radix.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_table.c [new file with mode: 0644]
usr.sbin/pflogd/Makefile [new file with mode: 0644]
usr.sbin/pflogd/pflogd.8 [new file with mode: 0644]
usr.sbin/pflogd/pflogd.c [new file with mode: 0644]
usr.sbin/pflogd/pflogd.h [new file with mode: 0644]
usr.sbin/pflogd/privsep.c [new file with mode: 0644]
usr.sbin/pflogd/privsep_fdpass.c [new file with mode: 0644]