summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This should be a relative linkjim-p2009-06-071-1/+1
|
* fix linkChris Buechler2009-06-071-1/+1
|
* Fix some issues that didn't make it into the last commit for some reason.jim-p2009-06-061-4/+2
|
* Actually use the counterSeth Mos2009-06-071-1/+2
|
* Add bridge upgrade code for 1.2 -> 2.0Seth Mos2009-06-071-1/+26
| | | | | Like the vlan upgrade code this uses slot 38 to make sure it will not run on a 2.0 configuration. This is blind coded and needs testing. Please help testing.
* Since we still needed upgrade code for vlans from 1.2 to 2.0 I added the ↵Seth Mos2009-06-071-1/+16
| | | | | | | upgrade at spot number 39 which is just before the user manager upgrade code. This should make sure that we won't accidentally try to convert a 2.0 install. Good thing we left some spots open! This is blind coded upgrade code path, it needs testing and I need some volunteers to help please.
* Remove the duplicated page header.jim-p2009-06-061-1/+0
|
* Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log ↵jim-p2009-06-0612-31/+4217
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Revert mwexec back to exec. They are very different functions.Seth Mos2009-06-061-2/+2
| | | | | | mwexec() has a mute flag which can be true or false, exec, returns a array in the 2nd argument and the return code in the 3rd. We require the output from the command.
* Supress foreach warning on empty array()Seth Mos2009-06-051-1/+1
|
* Remove unused php fileRenato Botelho2009-06-051-376/+0
|
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* clarify log messageChris Buechler2009-06-051-1/+1
|
* correct spellingChris Buechler2009-06-051-1/+1
|
* Fix local/remote specification.Chris Buechler2009-06-051-5/+6
| | | | touch up text
* Fix lagg interfaces creation. Reported-by: ↵Ermal Luçi2009-06-042-10/+8
| | | | http://forum.pfsense.org/index.php/topic,16734.0.html
* Use is_dir, not is_file for detecting directory existance.Scott Ullrich2009-06-021-1/+1
|
* Avoid errors when a non-existent element is called by a functionRenato Botelho2009-06-021-18/+24
| | | | Submitted-by: Manoel Carvalho
* How about some handy links to external IP info sources, with a suitable warning.jim-p2009-06-011-0/+18
|
* It might help if git was actually tracking the file for this...jim-p2009-06-011-0/+95
|
* Add a handy DNS resolution page.jim-p2009-06-011-0/+1
|
* Oops, plip was already there, at the bottom.Scott Ullrich2009-06-011-2/+1
|
* Add plip exclusionScott Ullrich2009-06-011-13/+14
|
* Make sure that the apinger messages end up in the load balancer tabSeth Mos2009-05-311-0/+3
|
* Select lan interface correctly when editingScott Ullrich2009-05-311-2/+3
|
* fix route deletionChris Buechler2009-05-311-2/+2
|
* clarify log messageChris Buechler2009-05-311-4/+2
|
* Update functions to add other anchors for before {nat,rdr} rules and ↵Ermal Luçi2009-05-311-6/+65
| | | | {nat,rdr}early rules. Further more no need to call filter_configure since the anchors can be loaded separately from the main ruleset.
* Set hostname then call hostid onestartScott Ullrich2009-05-312-4/+6
|
* Set hostid earlier in bootScott Ullrich2009-05-301-3/+3
|
* Setup the host GUID which is required for ZFSScott Ullrich2009-05-301-0/+3
|
* Ensure /var/db/racoon existsScott Ullrich2009-05-301-0/+2
|
* Fix captive portal multinterface rule gfeneration.Ermal Luçi2009-05-301-5/+19
|
* Unbreak englishScott Ullrich2009-05-301-2/+2
|
* Unbreak pkg-utils.inc. Extra space made it rather unhappy. Reported on IRC ↵jim-p2009-05-301-1/+1
| | | | and in the forums.
* Correct swapped valuesSeth Mos2009-05-301-4/+4
|
* Present a new package option filter_rules_needed which has a function name ↵Ermal Luçi2009-05-292-1/+44
| | | | to be called if the package needs to create firewall rules. The function should have a switch statement one with 'nat' option wich is called for nat/rdr and one with 'rule' option which is needed for rules. This will help on removing from filter.inc all the packages hardcoded includes and rules and give some more dynamicity. The rules by this function will be included on rules.nat.packages and rules.packages on /tmp partition and called by anchors include file when filter reloads(still this has to come).
* Move all address handling of rules to the filter_generate_address. Remove ↵Ermal Luçi2009-05-291-30/+15
| | | | checking for addresses on the beggining of generate_user_filter_rule since we have better way of checking this now.
* Fix still the address extraction.Ermal Luçi2009-05-291-1/+1
|
* Full path to chmodScott Ullrich2009-05-291-1/+1
|
* Ooops, clear-on-reload is preenting dnsmasq from starting.Scott Ullrich2009-05-281-1/+1
|
* Adding --clear-on-reload:Scott Ullrich2009-05-281-1/+1
| | | | | | | --clear-on-reload Whenever /etc/resolv.conf is re-read, clear the DNS cache. This is useful when new nameservers may have different data than that held in cache.
* Use --all-servers:Scott Ullrich2009-05-281-8/+7
| | | | | | | | | --all-servers By default, when dnsmasq has more than one upstream server available, it will send queries to just one server. Setting this flag forces dnsmasq to send all queries to all available servers. The reply from the server which answers first will be returned to the original requestor.
* Fix the issue reported on ↵Ermal Luçi2009-05-282-10/+6
| | | | http://forum.pfsense.org/index.php/topic,16559.0.html. Basically a missing convertion from 'source'/'destination' to target.
* Hide error.Scott Ullrich2009-05-281-0/+2
|
* Ensure 127.0.0.2 points out 127.0.0.1.Scott Ullrich2009-05-281-0/+1
|
* Fix the function that checks if a link is to be included or excluded.Seth Mos2009-05-281-20/+18
| | | | | Multiple alarms can be returned which requires different parsing. Scott will test this
* Start sshd after the interfaces and routing have been configured.Ermal Luçi2009-05-271-5/+5
|
* Handle the case when no user has logged in. Reported by: ↵Ermal Luçi2009-05-251-1/+4
| | | | http://forum.pfsense.org/index.php/topic,16382.0.html
* Do not include shmop twiceScott Ullrich2009-05-221-1/+0
|
OpenPOWER on IntegriCloud