summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove copy-and-pasted code. Add globals.inc, too we need to define $gScott Ullrich2009-06-251-1/+1
|
* Add support for nanobsd upgradesScott Ullrich2009-06-251-1/+27
|
* Check to see if dir exists before blindly mounting rwScott Ullrich2009-06-251-2/+5
|
* Add missing conf_mount_ro();Scott Ullrich2009-06-251-1/+2
|
* No need to call conf_mount_rw() to generate config cache, its written to /tmpScott Ullrich2009-06-251-3/+1
|
* Give admin user special treatment just like root.Scott Ullrich2009-06-251-0/+11
|
* It looks like half of my commit is missing, comment this function out for a bit.Scott Ullrich2009-06-241-1/+1
|
* Unset $g['booting'] instead of setting it to false.Scott Ullrich2009-06-241-1/+1
|
* Zap config.cache after bootupScott Ullrich2009-06-241-0/+3
|
* Skip sleep if argument is specified, and update bogons at end of setup wizard.Chris Buechler2009-06-241-2/+4
|
* Use updatep1 from /root/Scott Ullrich2009-06-241-10/+11
|
* Backout last commitScott Ullrich2009-06-241-4/+0
|
* Backup SSH keys for NanoBSDScott Ullrich2009-06-241-0/+4
|
* Call save_sshkeys on reboot for nanobsdScott Ullrich2009-06-241-0/+4
|
* Oops, zcat not cat the nanobsd update fileScott Ullrich2009-06-241-1/+1
|
* Let update1 handle file modificationsScott Ullrich2009-06-241-6/+1
|
* Add pfSenseNanoBSDupgrade upgrade routineScott Ullrich2009-06-241-0/+74
|
* Move RO operation down in rc and revert rc.bootup commitScott Ullrich2009-06-242-4/+2
|
* Call conf_mount_ro(); after bootupScott Ullrich2009-06-241-1/+3
|
* Disable watchdogd until we can workaround its brain-dead-enessScott Ullrich2009-06-221-1/+2
|
* Fix divert protocol number, should be 258. Sockstat was broken with the old ↵jim-p2009-06-211-1/+1
| | | | number.
* Include certs.inc is needed by lookup_certs.Ermal Luçi2009-06-201-2/+1
|
* Replace PHP init system with the init system.Scott Ullrich2009-06-201-1/+1
|
* Add cvssync to jettison listScott Ullrich2009-06-181-0/+1
|
* Rename cvssync to gitsync and do not introduce haproxy changesScott Ullrich2009-06-181-0/+0
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-184-10/+5
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-184-5/+10
|
* Remove filter_configure from dhcrelay_configure.Ermal Luçi2009-06-181-6/+1
|
* Remove filter_configure from openvpn.inc it just ends up in recursive calls.Ermal Luçi2009-06-181-5/+0
|
* Only include captiveportal.inc on this file as that is the only needed one.Ermal Luçi2009-06-181-3/+1
|
* Remove certs.inc from functions.inc it is needed only by two pages ↵Ermal Luçi2009-06-181-1/+0
| | | | usermanager and certmanager.
* Remove crypt.inc from functions.inc. It is included by config.inc which is ↵Ermal Luçi2009-06-181-1/+0
| | | | included by auth.inc which is included by auth.inc. Easy no?! :)
* Change order slightly.Ermal Luçi2009-06-181-1/+1
|
* Remove unneccessary include from system.incErmal Luçi2009-06-181-2/+0
|
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-182-15/+4
|
* Restor previous NEGATE behaviour for 'any' destination behaviourErmal Luçi2009-06-181-2/+2
|
* * Fix the pppoe reset script.Ermal Luçi2009-06-182-139/+54
| | | | | | | * Do not reload recursevly services while configuring interfaces * Clean up the resync_all and reload_interfaces to not call services recursievly * Fix interfaces.php to not try to save the config after you click the apply button. * Put interfaces_loopback_configure on interfaces_configure its an interface after all.
* * Move functions that output html to guiconfig.incErmal Luci2009-06-188-859/+523
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Do not include things just for being able too. Reduce a it to only config.incErmal Luci2009-06-181-3/+1
|
* Adding base_packages feature.Scott Ullrich2009-06-171-1/+2
|
* Handle packages on embedded the same. Ssshhhh, don't tell anyone.Scott Ullrich2009-06-171-0/+4
|
* s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-163-5/+5
|
* Add a few more *'s so that rebrands look OKScott Ullrich2009-06-161-1/+1
|
* Remove ^M or \r from this file its impossible to read in vi.--global2009-06-161-896/+896
|
* More vlan interface name change fixes.Ermal Luçi2009-06-151-1/+3
|
* Now that vlans have different name correct regex.Ermal Luçi2009-06-151-1/+1
|
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-136-2/+458
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Clarify log error message for pf wedged situationsScott Ullrich2009-06-121-2/+2
|
* Oops, use exec()Scott Ullrich2009-06-111-1/+1
|
* Reload rules after unwedgingScott Ullrich2009-06-111-0/+1
|
OpenPOWER on IntegriCloud