Commit Graph

22577 Commits

Author SHA1 Message Date
Isaac (.ike) Levy
5d2b2df01a workspot: firewall, interfaces, still plowing through machine translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
fbf5a7d8d0 workspot: RADIUS and Captive Portal messages, machine translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
1023edb272 encoding change, and wrapping up LDAP sections rough pass
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
70d8b7b02d continued cumulative machine translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
cd134df7c3 Temporary README for GitHub fork
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
2129ac6a64 workspot: country names
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
826cfb5c1e jp syntax change
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
8908eeedb5 workspot, continuing to run through with rough human-augmented machine translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
086689be39 workspot, continuing to run through with rough human-augmented machine translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
25ae07d0c1 workspot- plowing through with rough human-augmented machine translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Isaac (.ike) Levy
002722b77b start by copying pt_BR locale
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-08 22:05:29 -05:00
Ermal Luçi
33e7287481 Merge pull request #880 from phil-davis/master
Check for vertical bars in alias detail descriptions
2014-01-07 07:59:35 -08:00
Phil Davis
7d14b00037 Check for vertical bar at start or end of description 2014-01-07 07:05:07 -08:00
Phil Davis
2444569136 Check for vertical bars in alias detail descriptions
The descriptions of each entry in an alias are stored in config.xml as a list delimited by "||". So you cannot have "||" in the actual description (or the description effectively splits into the next entry). Also you cannot start or end the description with "|" or it will be very confusing having the config with "|||" in it.
This code validates all that sort of invalid input.
2014-01-07 06:59:09 -08:00
Renato Botelho
6b66073164 Add 'limited' to ntpd restrict list to workaround CVE-2013-5211. It fixes #3384 2014-01-07 08:58:33 -02:00
Renato Botelho
fe56417fe4 Merge pull request #879 from phil-davis/master
Update reserved_keywords checks to match firewall_aliases_edit
2014-01-07 01:39:49 -08:00
jim-p
4410f6990a This might also say "icmpv6" here and lead to a bad rule. 2014-01-06 12:09:52 -05:00
Renato Botelho
81f1947666 Add an option to force a gateway to be down, it fixes #2847 2014-01-06 14:11:14 -02:00
Phil Davis
de3987e57c Update reserved_keywords checks to match firewall_aliases_edit
firewall_aliases_import should have the same checks for reserved names as firewall_aliases_edit
This code should really be in a function in a common include file, but which one is the appropriate one?
For now I made the checks the same.
2014-01-06 07:02:10 -08:00
Ermal Luçi
30e2adbc04 Merge pull request #871 from phildd/master
Dynamic DNS: List GWGs in Interface to send update from
2014-01-06 06:35:20 -08:00
Ermal Luçi
7ad4b9b70b Merge pull request #878 from phil-davis/master
Bulk Import: fix copy-paste var name error
2014-01-05 23:31:29 -08:00
Phil Davis
3b4e695224 Bulk Import: fix copy-paste var name error 2014-01-05 18:43:01 -08:00
Ermal Luçi
b760fd3153 Merge pull request #877 from phil-davis/master
Allow individual line descriptions on alias bulk import
2014-01-05 03:18:52 -08:00
Phil Davis
8c470066aa Allow individual line descriptions on alias bulk import
This enhancement allows the user to make a text file of IP addresses, IP subnets and/or IP ranges, like they have always been able to do, but with this they can put a description after each IP number and that description text will be saved in the alias. All existing functionality without specifying a description is unchanged, so it is backward-compatible.
This is handy when having aliases that are on all my pfSense boxes, I can make 1 text file, bulk import it on every system and now include descriptions of each chunk of IP address space.
Note: The artificial limit of 200 character descriptions is to catch the case where a user pastes a long list or IP addresses, but they are all on 1 line. An error message is given, rather than importing the 1st IP and considered the remaining ones as the description.
2014-01-05 01:35:43 -08:00
Ermal Luçi
f05bf59bc2 Merge pull request #875 from dotike/spellcheck
minor spelling correction for pfSense master branch
2014-01-03 14:00:01 -08:00
Isaac (.ike) Levy
41681aa687 minor spelling correction for pfSense master branch
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2014-01-03 16:41:45 -05:00
Ermal
4e6405b9f8 Oops correct php syntax 2014-01-03 15:56:53 +00:00
Ermal
21f82ab623 Do not allocate the same pipe to everyone rather give each person its own! 2014-01-03 15:05:50 +00:00
Ermal
f38b383b7c Use empty here for testing even if the setting is unset 2014-01-03 14:53:36 +00:00
Ermal
a3a1b24ebf Move to zerocopy_enbale for bpf to optimize bpf logging which uses bpf interface. This should increase the general performance since pflog is always enabled. 2014-01-03 13:24:28 +00:00
Chris Buechler
723f0ac98a Merge pull request #873 from tuyan/patch/copyright_years
Update product_copyright_years end to be calculated on the fly.
2014-01-03 00:33:25 -08:00
Tuyan Ozipek
2bb933456e Update copyright_years to be calculated on the fly. 2014-01-02 10:57:30 -05:00
phildd
8f56dd2794 DyndDNS edit: unset vars when no longer used 2014-01-02 03:58:59 -08:00
Renato Botelho
0350084d40 fix syntax 2014-01-02 09:13:17 -02:00
Renato Botelho
2a45e05fc5 Fix filter regex 2014-01-02 08:41:32 -02:00
Renato Botelho
52311f0c83 Merge pull request #870 from blagynchy/patch-1
Happy New Year 2014!
2014-01-02 01:20:26 -08:00
blagynchy
9dc3f2bbb9 Happy New Year 2014!
Optimal: Just updating the copyright years;

I wish to all of you all of health, happiness and good luck of earth to be in your hands for the new year! Other will come up later :)

And make pfsense better then before, more flexible for management/viewing from web (3rd party) using samba,ftp,whois,hw temp..etc.

Best regards.
2014-01-02 01:54:39 +02:00
Ermal
31dce43084 Upgrade all firewall rules to include a tracker field. Add a tracker field even for nat for later usage while here. 2013-12-31 13:28:35 +01:00
Ermal
2006d7a4f0 Generate a tracker id for the filter rules for now. Maybe for nat rules as well? 2013-12-31 13:23:21 +01:00
Ermal
ba1c86d950 Remove scrub as well 2013-12-30 16:14:21 +00:00
phildd
31300a95f7 List GWGs in Interface to send update from 2013-12-30 07:45:49 -08:00
Ermal
32fd170342 Remove even negating nat rules 2013-12-30 15:27:17 +00:00
Ermal
a03dfc60b0 Correct matching for single rule. Somehow the egrep did not work there! 2013-12-30 14:47:25 +00:00
Ermal
b80e29e486 Speed up a bit rule number identification by avoiding going into kernel but using the rules parsing of pf which gives the same effect. 2013-12-30 14:34:18 +00:00
Renato Botelho
239024ee66 Merge pull request #866 from andrespetralli/master
Enabling advanced RFC 2136 configuration for DHCPd service
2013-12-30 03:56:34 -08:00
Ermal Luçi
737f26e9d6 Merge pull request #868 from phildd/master
Validate IP address ranges correctly on Alias Bulk Import
2013-12-30 00:07:21 -08:00
Ermal Luçi
ef1c9f095d Merge pull request #867 from phil-davis/master
Fix display of CIDR/Update Freq in Alias Edit
2013-12-30 00:06:42 -08:00
phildd
54e81df0d3 Validate IP address ranges correctly on Alias Bulk Import
The code was there to attempt to validate and implement IP address range lines in Alias Bulk Import e.g.
10.20.0.0-10.21.22.0
should produce a bunch of smaller ranges with appropriate CIDRs.
This fixes the code so IP address ranges actually make it through into the resulting Alias.
2013-12-29 08:05:53 -08:00
Phil Davis
1b9ab14ad2 Fix display of CIDR/Update Freq in Alias Edit
Fixes #3376. I have no idea what the "^" characters were meant to do, but removing them makes the CIDR/Update Freq value be displayed correctly when editing. Will there be some other side-effect from removing the "^"?
2013-12-29 06:12:45 -08:00
Ermal
5a89049022 Modernize a bit the sshd sart file 2013-12-27 21:51:06 +00:00