summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* started migration to bootstrapSjon Hortensius2014-12-298-327/+176
| | | | | | * migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
* Simplify cron array comparisonPhil Davis2014-12-291-7/+1
| | | | This works fine - I had not thought about how arrays are compared. Using "==" checks that the key/value pairs match in both arrays, regardless of the order the arrays happen to be in, which is what we want here. Using "===" would insist that the key/value pairs are also in the same order in the array and that the types and everything match identically, which we do not require.
* Minimise config updates when checking cron jobsPhil Davis2014-12-291-3/+17
|
* Update /etc/ttys from new partition when upgrading nanobsd, and in this case ↵Renato Botelho2014-12-261-3/+5
| | | | do not call reload_ttys(). It should fix #4140
* Remove unused variableRenato Botelho2014-12-261-3/+0
|
* Correctly call function for retrieving stats from ipfw. Fixes #4131Ermal LUÇI2014-12-241-2/+2
|
* Fixes #4130 Check for a certain size of file to start showing data on ↵Ermal LUÇI2014-12-241-0/+4
| | | | dashboard and avoiding xml parser errors
* Fix displaying description for IKEv1 connected tunnelsErmal LUÇI2014-12-241-8/+4
|
* Make this function readbleErmal LUÇI2014-12-241-5/+4
|
* Remove option that has now been merged into infra-host-ttl.Warren Baker2014-12-241-2/+0
|
* Merge pull request #1394 from phil-davis/patch-13Chris Buechler2014-12-221-2/+7
|\
| * Allow dot at end of FQDN for a hostPhil Davis2014-12-181-2/+7
| | | | | | Redmine #4124 has discussion of this.
* | Merge pull request #1400 from phil-davis/patch-17Chris Buechler2014-12-221-1/+1
|\ \
| * | Pass src dst IP port through to firewall logPhil Davis2014-12-211-1/+1
| | | | | | | | | and IP version. So that the receiving code can easily have each pat of the IP addresses and ports, and display them as it wishes.
* | | Merge pull request #1398 from wagonza/patch-2Chris Buechler2014-12-222-0/+14
|\ \ \
| * | | Prevent resolvconf(8) from stomping all over our newly generatedWarren Baker2014-12-202-0/+14
| |/ / | | | | | | | | | resolv.conf and subsequent updates.
* | | Add config upgrade code to validate changes made on c2fe67eb and d269747b. ↵Renato Botelho2014-12-222-1/+17
| | | | | | | | | | | | It fixes #4134
* | | Correct ipsec status page to make connect button workErmal LUÇI2014-12-221-0/+16
| | |
* | | Correct dashboard with new ipsec generationErmal LUÇI2014-12-221-1/+1
| | |
* | | Create a separate connection for IKEv1 with multiple phase2 definitions.Ermal LUÇI2014-12-221-40/+64
| | |
* | | Correct issue with not reloading CP properly on calling interface configure.Ermal LUÇI2014-12-222-2/+20
| | |
* | | Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0Ermal LUÇI2014-12-221-1/+1
| | |
* | | Do not apply bw limits if the setting is not enabled in CP. Though still ↵Ermal LUÇI2014-12-221-4/+10
|/ / | | | | | | respect radius attributes for now with this setting. Resolves #4127
* | Correct the leftsubnet specification for transport mode.Ermal LUÇI2014-12-191-1/+1
| |
* | Heh remove debugging codeErmal LUÇI2014-12-191-1/+0
| |
* | Ooops fix this identation on final configErmal LUÇI2014-12-191-13/+13
| |
* | Just whitespace save from removing a useless else { branchErmal LUÇI2014-12-191-597/+599
| |
* | Remove unused functionErmal LUÇI2014-12-191-83/+0
| |
* | Enforce some more checking to avoid ↵Ermal LUÇI2014-12-191-4/+4
| | | | | | | | https://forum.pfsense.org/index.php?topic=85580.0
* | include $myid in these PSK lines. Ticket #4126Chris Buechler2014-12-181-3/+3
| |
* | Simplify logic using a proper function as spotted by ErmalRenato Botelho2014-12-181-8/+5
| |
* | Replace ; by newlines when upgrading custom_options from unbound packages, ↵Renato Botelho2014-12-181-0/+3
| | | | | | | | it's related to ticket #4090
* | Do not restart unneeded services. Also triger configuration for the proper ↵Ermal LUÇI2014-12-181-1/+3
| | | | | | | | interface.
* | Add openvpn interfaces to group when they are created, it should fix #4110Renato Botelho2014-12-181-0/+9
| |
* | Check if interface exist before try to add it to groupRenato Botelho2014-12-181-2/+3
|/
* Bump latest_config version that I forgot on previous commit. Spotted by Jim ↵Renato Botelho2014-12-171-1/+1
| | | | Pingle
* syslogd can't just be HUPed to pick up its new config, as many of thoseChris Buechler2014-12-171-3/+3
| | | | | are command line arguments. Go back to 2.1x and prior behavior of TERM and restart. Fixes source IP use with syslog among other config changes.
* Add a cron item to expire items from webConfiguratorlockout, also add config ↵Renato Botelho2014-12-171-0/+14
| | | | upgrade code. This fixes #4122
* Check if interface is disabled when configuring DHCP server. It fixes #4119Renato Botelho2014-12-171-2/+5
|
* Give the proper value for the logging level since even 0 is the correct ↵Ermal LUÇI2014-12-171-1/+1
| | | | value coming from GUI.
* Make logic more visible as suggested by ErmalRenato Botelho2014-12-161-1/+6
|
* Teach interface_vip_bring_down() to deal with IP Alias over CARPRenato Botelho2014-12-161-1/+7
|
* Add DNS Resolver to the list of services to be sync'd on HA, make sure it ↵Renato Botelho2014-12-151-2/+6
| | | | and DNS Forwarder are not enabled simultaneously. It fixes #4067
* Use newline to separate unbound custom options during config upgrade, it ↵Renato Botelho2014-12-151-4/+4
| | | | should fix #4104
* Where binding Unbound to *:53, set "interface-automatic: yes" so replies are ↵Chris Buechler2014-12-131-0/+1
| | | | sourced from the correct IP. Ideally this should always work this way, but setting this causes Unbound to bind to *:53, which shouldn't happen where specific interfaces are chosen. Ticket #4111
* Validation of y/n answers in setlanipPhil Davis2014-12-121-31/+33
| | | | | | | At the moment the user can answer "yes" to most of the questions, but then later code only checks if the answer is "y". Thus you can type in "yes" in some places, have it accepted, but actually the negative action is taken. That is weird and will mess up people who try typing a whole string starting with "y". With this change it makes the user type one of "y", "yes", "n", "no". When they type 1 of those, it is turned into either "y" or "n". Then the existing implementation logic all works as expected. Hopefully this is the "final" version that fixes the behavior of the (y/n) questions. I also included the bit at 296-297 which adds the CIDR bit-count range to the prompt, so the user can see exactly what input is valid/expected there. Redmine issue #4100
* rc.initial.setlanip fix validation of CIDR within rangePhil Davis2014-12-121-1/+1
| | | | Currently this allows the user to input any number for the CIDR. I happened to try 44 for an IPv4 CIDR when playing. This fixes that little bug - I think it is good to commit that first/separately so it can be identified apart from the other (y/n) checking/handling I am working on. Better to have separate commits for distinct bugs.
* Split ICMP and ICMPv6 types on Firewall RulesRenato Botelho2014-12-111-0/+61
| | | | | | | | | | | - Remove redundant declaration of $icmptypes and move it to a common place (filter.inc) - Add missing ICMP types for v4 - Add ICMPv6 types - Adjust javascripts to show correct options depending of IP Protocol - Hide ICMP type selection when protocol is IPv4+v6 It fixes #3389
* Fix #4099:Renato Botelho2014-12-111-1/+3
| | | | | | - When interface is 'lo0', strpos returns 0, that is erroneously considered false (boolean) on the test. Be more strict on strpos return to avoid skiping lo0 ip aliases during sync.
* Improve check if no OpenVPN definedPhil Davis2014-12-111-1/+2
| | | | | Alternate version of https://github.com/pfsense/pfsense/pull/1376 This version retains the is_array() checks and then only does the count() if the is_array() is true. Take whichever version you like.
OpenPOWER on IntegriCloud