Project

General

Profile

« Previous | Next » 

Revision b8f91b7c

Added by Luiz Souza over 7 years ago

Update the Copyright notice for pfSense.

View differences:

README.md
8 8

  
9 9
pfSense started in 2004 as a fork of the [m0n0wall](http://m0n0.ch/wall/index.php "m0n0wall project homepage") Project (which ended 2015/02/15), though has diverged significantly since.
10 10

  
11
pfSense is Copyright 2004-2016 [Rubicon Communications, LLC (Netgate)](https://pfsense.org/license "License Information") and published under an open source license.
11
pfSense is Copyright 2004-2018 [Rubicon Communications, LLC (Netgate)](https://pfsense.org/license "License Information") and published under an open source license.
12 12
Read more at [https://pfsense.org/](https://pfsense.org/ "The pfSense homepage") and support the team by buying a Gold Membership Subscription, bundled hardware appliances or commercial support.
13 13

  
14 14
## Contribute
15 15

  
16
For information on how to contribute to the pfSense project, see [CONTRIBUTING](.github/CONTRIBUTING.md).
16
For information on how to contribute to the pfSense project, see [CONTRIBUTING](.github/CONTRIBUTING.md).
build.conf.sample
2 2
# build.conf.sample
3 3
#
4 4
# part of pfSense (https://www.pfsense.org)
5
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
5
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
6 6
# All rights reserved.
7 7
#
8 8
# Licensed under the Apache License, Version 2.0 (the "License");
build.sh
3 3
# build.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
build/scripts/build_freebsd.sh
3 3
# build_freebsd.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
build/scripts/common.subr
4 4
# common.subr
5 5
#
6 6
# part of pfSense (https://www.pfsense.org)
7
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
# All rights reserved.
9 9
#
10 10
# Licensed under the Apache License, Version 2.0 (the "License");
build/scripts/create_core_pkg.sh
3 3
# create_core_pkg.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
build/scripts/git_checkout.sh
3 3
# git_checkout.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
build/scripts/install_freebsd.sh
3 3
# install_freebsd.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
src/etc/ecl.php
2 2
/*
3 3
 * ecl.php
4 4
 *
5
 * Copyright (c) 2010-2015 Rubicon Communications, LLC (Netgate). All rights reserved.
5
 * Copyright (c) 2010-2018 Rubicon Communications, LLC (Netgate). All rights reserved.
6 6
 *
7 7
 * Licensed under the Apache License, Version 2.0 (the "License");
8 8
 * you may not use this file except in compliance with the License.
src/etc/inc/auth.inc
6 6
 * Copyright (c) 2003-2006 Manuel Kasper <mk@neon1.net>
7 7
 * Copyright (c) 2005-2006 Bill Marquette <bill.marquette@gmail.com>
8 8
 * Copyright (c) 2006 Paul Taylor <paultaylor@winn-dixie.com>
9
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
9
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
10 10
 * All rights reserved.
11 11
 *
12 12
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/auth_check.inc
3 3
 * auth_check.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2017 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2017-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
......
40 40
if (cmp_page_matches($pageuri, $session_pagematch)) {
41 41
	return; // auth OK
42 42
}
43
require_once("authgui.inc");
43
require_once("authgui.inc");
src/etc/inc/auth_func.inc
3 3
 * auth_func.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2005-2006 Bill Marquette <bill.marquette@gmail.com>
8 8
 * Copyright (c) 2006 Paul Taylor <paultaylor@winn-dixie.com>.
9 9
 * Copyright (c) 2008 Shrew Soft Inc
src/etc/inc/authgui.inc
6 6
 * Copyright (c) 2003-2006 Manuel Kasper <mk@neon1.net>
7 7
 * Copyright (c) 2005-2006 Bill Marquette <bill.marquette@gmail.com>
8 8
 * Copyright (c) 2006 Paul Taylor <paultaylor@winn-dixie.com>
9
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
9
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
10 10
 * All rights reserved.
11 11
 *
12 12
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/captiveportal.inc
3 3
 * captiveportal.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/certs.inc
3 3
 * certs.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2008 Shrew Soft Inc. All rights reserved.
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/config.console.inc
3 3
 * config.console.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/config.gui.inc
3 3
 * config.gui.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/config.inc
3 3
 * config.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/config.lib.inc
3 3
 * config.lib.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2009 Erik Kristensen
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/crypt.inc
3 3
 * crypt.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2008 Shrew Soft Inc. All rights reserved.
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/dyndns.class
3 3
 * dyndns.class
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/easyrule.inc
3 3
 * easyrule.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2009-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2009-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Originally Sponsored By Anathematic @ pfSense Forums
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/filter.inc
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2005 Bill Marquette
7 7
 * Copyright (c) 2006 Peter Allgeyer
8
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
8
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
9 9
 * All rights reserved.
10 10
 *
11 11
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/filter_log.inc
3 3
 * filter_log.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/functions.inc
3 3
 * functions.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/globals.inc
3 3
 * globals.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/gmirror.inc
3 3
 * gmirror.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/gwlb.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2008 Bill Marquette, Seth Mos
7
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/interfaces.inc
3 3
 * interfaces.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally based on m0n0wall (http://m0n0.ch/wall)
src/etc/inc/ipsec.attributes.php
3 3
 * ipsec.attributes.php
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2011-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2011-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/ipsec.auth-user.php
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7 7
 * Copyright (c) 2008 Shrew Soft Inc
8
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
8
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
9 9
 * All rights reserved.
10 10
 *
11 11
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/ipsec.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2008 Shrew Soft Inc.
7
 * Copyright (c) 2007-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2007-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/itemid.inc
3 3
 * itemid.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2009-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2009-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2009 Janne Enberg <janne.enberg@lietu.net>
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/led.inc
3 3
 * led.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2009-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2009-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/meta.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2008 Shrew Soft Inc
7
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/notices.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2005 Colin Smith (ethethlay@gmail.com)
7
 * Copyright (c) 2005-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2005-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/openvpn.attributes.php
3 3
 * openvpn.attributes.php
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2011-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2011-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/openvpn.auth-user.php
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2008 Shrew Soft Inc
7
 * Copyright (c) 2008-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2008-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/openvpn.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2006 Fernando Lemos
7
 * Copyright (c) 2006-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2006-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * This file was rewritten from scratch by Fernando Lemos but
src/etc/inc/openvpn.tls-verify.php
4 4
 * openvpn.tls-verify.php
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2011-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2011-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/pfsense-utils.inc
3 3
 * pfsense-utils.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/phpsessionmanager.inc
3 3
 * phpsessionmanager.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/pkg-utils.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2005-2006 Colin Smith (ethethlay@gmail.com)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/priv.inc
3 3
 * priv.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2005-2006 Bill Marquette <bill.marquette@gmail.com>
8 8
 * Copyright (c) 2006 Paul Taylor <paultaylor@winn-dixie.com>.
9 9
 * Copyright (c) 2008 Shrew Soft Inc
src/etc/inc/rrd.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2010 Seth Mos <seth.mos@dds.nl>
7
 * Copyright (c) 2010-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2010-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/service-utils.inc
3 3
 * service-utils.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2005-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2005-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2005-2006 Colin Smith (ethethlay@gmail.com)
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/services.inc
3 3
 * services.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/shaper.inc
3 3
 * shaper.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally based on m0n0wall (http://m0n0.ch/wall)
src/etc/inc/system.inc
3 3
 * system.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/unbound.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2015 Warren Baker <warren@percol8.co.za>
7
 * Copyright (c) 2015-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2015-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/upgrade_config.inc
3 3
 * upgrade_config.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/util.inc
3 3
 * util.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/voucher.inc
3 3
 * voucher.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2007-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2007-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2007 Marcel Wiget <mwiget@mac.com>
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/vpn.inc
3 3
 * vpn.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2008 Shrew Soft Inc
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/vslb.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6 6
 * Copyright (c) 2005-2008 Bill Marquette
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/inc/wizardapp.inc
3 3
 * wizardapp.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2006 Bill Marquette - bill.marquette@gmail.com.
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/xmlparse.inc
3 3
 * xmlparse.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/xmlparse_attr.inc
3 3
 * xmlparse_attr.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2010-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2010-2018 Rubicon Communications, LLC (Netgate)
7 7
 * Copyright (c) 2010 Erik Fonnesbeck
8 8
 * All rights reserved.
9 9
 *
src/etc/inc/xmlreader.inc
3 3
 * xmlreader.inc
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/inc/xmlrpc_client.inc
3 3
 * xmlrpc_client.php
4 4
 *
5 5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
......
161 161
	public function getUrl() {
162 162
		return $this->logurl;
163 163
	}
164
}
164
}
src/etc/pfSense-devd.conf
2 2
# pfSense-devd.conf
3 3
#
4 4
# part of pfSense (https://www.pfsense.org)
5
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
5
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
6 6
# All rights reserved.
7 7
#
8 8
# Licensed under the Apache License, Version 2.0 (the "License");
src/etc/pfSense-rc
3 3
# pfSense-rc
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# originally based on m0n0wall (http://neon1.net/m0n0wall)
src/etc/pfSense-rc.shutdown
3 3
# pfSense-rc.shutdown
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/changepassword
2 2
 * changepassword
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/disablecarp
2 2
 * disablecarp
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/disablecarpmaint
2 2
 * disablecarpmaint
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/disabledhcpd
2 2
 * disabledhcpd
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/disablereferercheck
2 2
 * disablereferercheck
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/enableallowallwan
2 2
 * enableallowallwan
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/enablecarp
2 2
 * enablecarp
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/enablecarpmaint
2 2
 * enablecarpmaint
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/enablesshd
2 2
 * enablesshd
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/externalconfiglocator
2 2
 * externalconfiglocator
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/gatewaystatus
2 2
 * gatewaystatus
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
......
19 19
 */
20 20
require_once("gwlb.inc");
21 21
global $argv;
22
echo return_gateways_status_text(true, ($argv[3] == "brief"));
22
echo return_gateways_status_text(true, ($argv[3] == "brief"));
src/etc/phpshellsessions/generateguicert
2 2
 * generateguicert
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/gitsync
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5 5
 * Copyright (c) 2010-2012 Erik Fonnesbeck
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
 * All rights reserved.
8 8
 *
9 9
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/installpkg
2 2
 * installpkg
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/listpkg
2 2
 * listpkg
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/pfanchordrill
2 2
 * pfanchordrill
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
......
34 34
}
35 35

  
36 36
/* Start with a the root list of anchors */
37
anchor_recurse();
37
anchor_recurse();
src/etc/phpshellsessions/pftabledrill
2 2
 * pftabledrill
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
......
22 22
foreach ($table_list as $table) {
23 23
	echo "\n{$table} contents:\n";
24 24
	system("/sbin/pfctl -T show -t " . escapeshellarg($table));
25
}
25
}
src/etc/phpshellsessions/removepkgconfig
2 2
 * removepkgconfig
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/removeshaper
2 2
 * removeshaper
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/resetwebgui
2 2
 * resetwebgui
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/restartdhcpd
2 2
 * restartdhcpd
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/restartipsec
2 2
 * restartipsec
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/svc
2 2
 * svc
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/phpshellsessions/uninstallpkg
2 2
 * uninstallpkg
3 3
 *
4 4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6 6
 * All rights reserved.
7 7
 *
8 8
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.backup_logs.sh
3 3
# rc.backup_logs.sh
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Based on src/etc/rc.d/savecore from FreeBSD
src/etc/rc.banner
5 5
 *
6 6
 * part of pfSense
7 7
 * Copyright (c) 2005 Colin Smith
8
 * Copyright (c) 2005-2016 Rubicon Communications, LLC (Netgate)
8
 * Copyright (c) 2005-2018 Rubicon Communications, LLC (Netgate)
9 9
 * All rights reserved
10 10
 *
11 11
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.bootup
6 6
 * originally based on m0n0wall (http://m0n0.ch/wall)
7 7
 * Copyright (c) 2003-2004 Manuel Kasper <mk@neon1.net>.
8 8
 * Copyright (c) 2009 Erik Kristensen
9
 * Copyright (c) 2005-2016 Rubicon Communications, LLC (Netgate). All rights reserved.
9
 * Copyright (c) 2005-2018 Rubicon Communications, LLC (Netgate). All rights reserved.
10 10
 * All rights reserved.
11 11
 *
12 12
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.captiveportal_configure
4 4
 * rc.captiveportal_configure
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.captiveportal_configure_mac
4 4
 * rc.captiveportal_configure_mac
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2015 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2015-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.carpbackup
4 4
 * rc.carpbackup
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.carpmaster
4 4
 * rc.carpmaster
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.conf_mount_ro
4 4
 * rc.conf_mount_ro
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.conf_mount_rw
4 4
 * rc.conf_mount_rw
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.disable_hdd_apm
3 3
# rc.disable_hdd_apm
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.dumpon
3 3
# rc.dumpon
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Based on src/etc/rc.d/dumpon from FreeBSD
src/etc/rc.dyndns.update
4 4
 * rc.dyndns.update
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.embedded
3 3
# rc.embedded
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.expireaccounts
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7 7
 * Copyright (c) 2009 Shrew Soft Inc.
8
 * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
8
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
9 9
 * All rights reserved.
10 10
 *
11 11
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.filter_configure
4 4
 * rc.filter_configure
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.filter_configure_sync
4 4
 * rc.filter_configure_sync
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * Licensed under the Apache License, Version 2.0 (the "License");
src/etc/rc.filter_synchronize
6 6
 * part of pfSense (https://www.pfsense.org)
7 7
 * Copyright (c) 2005 Bill Marquette
8 8
 * Copyright (c) 2006 Peter Allgeyer
9
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
9
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
10 10
 * All rights reserved.
11 11
 *
12 12
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.gateway_alarm
2 2
#
3 3
# rc.gateway_alarm
4 4
#
5
# Copyright (c) 2015 Rubicon Communications, LLC (Netgate). All rights reserved.
5
# Copyright (c) 2015-2018 Rubicon Communications, LLC (Netgate). All rights reserved.
6 6
#
7 7
# Licensed under the Apache License, Version 2.0 (the "License");
8 8
# you may not use this file except in compliance with the License.
src/etc/rc.initial
3 3
# rc.initial
4 4
#
5 5
# part of pfSense (https://www.pfsense.org)
6
# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
6
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7 7
# All rights reserved.
8 8
#
9 9
# originally based on m0n0wall (http://neon1.net/m0n0wall)
src/etc/rc.initial.defaults
4 4
 * rc.initial.defaults
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.initial.halt
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7 7
 * Copyright (c) 2004 Bachman Kharazmi
8
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
8
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
9 9
 * All rights reserved.
10 10
 *
11 11
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.initial.password
4 4
 * rc.initial.password
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.initial.ping
4 4
 * rc.initial.ping
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.initial.reboot
4 4
 * rc.initial.reboot
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
src/etc/rc.initial.setlanip
4 4
 * rc.initial.setlanip
5 5
 *
6 6
 * part of pfSense (https://www.pfsense.org)
7
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
8 8
 * All rights reserved.
9 9
 *
10 10
 * originally part of m0n0wall (http://m0n0.ch/wall)
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff