summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
* * add comments about scheduler logic * correct one case where the logic was n...Scott Ullrich2007-04-302-9/+10
* Clean backup cache before starting php environmentScott Ullrich2007-04-301-0/+2
* Keep 5 backups on embedded. Keep 30 on full installations.Scott Ullrich2007-04-301-7/+3
* Add pfSense php shell option. This will be used by developers to tell operat...Scott Ullrich2007-04-291-0/+4
* Switch over to mpd4 Code-submitted-by: alan_AT_radiowave.ieScott Ullrich2007-04-292-77/+141
* $config needs to be a global. Someone needs a pointy-hat!Scott Ullrich2007-04-291-1/+2
* Use $_SERVER['argvc'] and $_SERVER['argv'][$x]. This fixes the linkup issues...Scott Ullrich2007-04-291-4/+4
* Correctly output the package name that we are attempting to reinstall instead...Scott Ullrich2007-04-291-3/+3
* Add missing / directory seperator. This should hopefully fix squid from rein...Scott Ullrich2007-04-291-1/+1
* Note missing file before reinstalling packageScott Ullrich2007-04-291-1/+2
* Delete the 2nd and 3rd rules as wellScott Ullrich2007-04-281-1/+3
* Correctly delete old rules from TDR using set 9Scott Ullrich2007-04-281-1/+1
* PPPoE server fixesScott Ullrich2007-04-272-2/+2
* Trim carriage return off of the $old_ip so that the <> comparison works.Scott Ullrich2007-04-271-2/+2
* Write out an entry to the logging system when we write_config() on bootup.Scott Ullrich2007-04-271-0/+3
* Do not writeout tdr_cron_install() entries on bootup. Somehow doing so adds ...Scott Ullrich2007-04-271-1/+3
* Only deinstall filter reload item if it is presently installedScott Ullrich2007-04-271-4/+6
* Make sure is_validaliasname uses the same match rules as described inSeth Mos2007-04-271-2/+2
* OpenVPN bandwidth fix from Martin FuchsScott Ullrich2007-04-261-2/+2
* 3rd pass nat rules generation. Also process lan subnets with OPT gateway prop...Seth Mos2007-04-261-16/+17
* Merge 2nd pass NAT rule generation. Take ipsec and voip into account.Seth Mos2007-04-251-13/+50
* Correctly map static routes.Scott Ullrich2007-04-251-6/+38
* Add is_private_ip function which will return true if an ip address falls with...Scott Ullrich2007-04-251-0/+23
* Move interface info function for global useScott Dale2007-04-241-0/+195
* File a notice when we restore a previous configuration file.Scott Ullrich2007-04-241-0/+8
* Detect 0 byte config.xml cases and attempt to restore a previous backup. Wit...Scott Ullrich2007-04-241-0/+10
* Detect 0 byte config.xml cases and attempt to restore a previous backup.Scott Ullrich2007-04-241-0/+10
* The earlier fix from today that fixed get_interfaces_with_gateways() created ...Scott Ullrich2007-04-242-24/+31
* * Use is_interface_mismatch() function * Do not allow configuration to contin...Scott Ullrich2007-04-231-20/+10
* Backport is_interface_mismatch() functionScott Ullrich2007-04-231-1/+23
* Dont check-state on the rules.Scott Ullrich2007-04-231-1/+1
* Use check-state on all TDR rulesScott Ullrich2007-04-231-1/+1
* check-state at the beginning of the tdr setScott Ullrich2007-04-231-0/+1
* Detect when schedules are present and install non schedule rule correctlyScott Ullrich2007-04-231-0/+7
* Ensure that old time based rules get deleted during reloadScott Ullrich2007-04-231-0/+1
* * Fix get_interface_list()Scott Ullrich2007-04-232-14/+14
* Correctly use all interfaces.Seth Mos2007-04-231-2/+2
* Add trailing slashes to upload directoryScott Ullrich2007-04-231-1/+1
* Apply OpenVPN patch from Martin Fuchs which adds outgoing tunnel bandwidthg c...Scott Ullrich2007-04-231-0/+6
* Do not reload ipfw if it is already loaded.Scott Ullrich2007-04-221-2/+5
* If $config['system']['dummynetshaper'] is set then load ipfw and dummynet ear...Scott Ullrich2007-04-221-13/+19
* Make the ordering of the IPFW time based rules exactly the same as PF so ther...Scott Ullrich2007-04-222-0/+10
* Correctly incriment skipto rule number.Scott Ullrich2007-04-221-1/+2
* Fix tdr_get_next_ipfw_rule to not return 2 every time.Scott Ullrich2007-04-221-1/+1
* Add anti-lockout rule to ipfw so that you cannot lock yourself out of the GUI...Scott Ullrich2007-04-221-1/+11
* Bootstrap php.ini on non-cdrom platforms to *GUARANTEE* that we can invoke ph...Scott Ullrich2007-04-221-0/+27
* Do proper locking when writing out php.ini. Sync the disk contents to force ...Scott Ullrich2007-04-221-0/+4
* When dhclient renews the ip address and the ip has not changed then old_ip_ad...Scott Ullrich2007-04-221-2/+4
* Call sync with the lock held before allowing a new party to come along and st...Scott Ullrich2007-04-221-2/+2
* Handle dhclient case on optX interfaces and map nat correctly.Scott Ullrich2007-04-221-1/+1
OpenPOWER on IntegriCloud