Displaying
1
—
50
of
22,998
commits
(0.006s)
pfSense
—
etc/inc filter_log.inc, usr/local/www/themes/_corporate all.css
Merge pull request #644 from jean-m-cyr/master
Allow IPV6 bandwidth limiter mask
| Delta |
File |
| +10 |
-10 |
usr/local/www/widgets/widgets/log.widget.php |
| +12 |
-3 |
usr/local/www/themes/nervecenter/all.css |
| +12 |
-3 |
usr/local/www/themes/code-red/all.css |
| +12 |
-3 |
usr/local/www/themes/metallic/all.css |
| +12 |
-3 |
usr/local/www/themes/_corporate/all.css |
| +12 |
-3 |
usr/local/www/themes/pfsense_ng/all.css |
| +35 |
-8 |
4 files not shown |
| +105 |
-33 |
10 files
|
pfSense
—
etc/inc shaper.inc
Allow IPV6 bandwidth limiter mask
| Delta |
File |
| +116 |
-56 |
etc/inc/shaper.inc |
| +116 |
-56 |
1 file
|
pfSense
—
usr/local/www index.php
Fix whitespace and indent
| Delta |
File |
| +133 |
-133 |
usr/local/www/index.php |
| +133 |
-133 |
1 file
|
pfSense
—
usr/local/www index.php
Merge pull request #639 from CharlieMarshall/master
Remove if statement
| Delta |
File |
| +1 |
-1 |
usr/local/www/index.php |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc filter.inc
remove auto-added allow rule for pfsync
| Delta |
File |
| +0 |
-1 |
etc/inc/filter.inc |
| +0 |
-1 |
1 file
|
pfSense
—
etc/inc filter.inc
remove auto-added allow pfsync rule
| Delta |
File |
| +0 |
-1 |
etc/inc/filter.inc |
| +0 |
-1 |
1 file
|
pfSense
—
usr/local/www services_dhcp_edit.php
Don't stomp on this variable or data loss can occur (disappearing static mappings)
| Delta |
File |
| +1 |
-1 |
usr/local/www/services_dhcp_edit.php |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc vpn.inc
This didn't fix anything, made another syntax error. Revert "Seems to be missing a
semicolon here."
This reverts commit 47a24491e2ea07a19d360d29325c1780652026a4.
| Delta |
File |
| +1 |
-1 |
etc/inc/vpn.inc |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc services.inc
Make sure there's a space here to prevent accidentally breaking the syntax.
| Delta |
File |
| +1 |
-1 |
etc/inc/services.inc |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc vpn.inc
Seems to be missing a semicolon here.
| Delta |
File |
| +1 |
-1 |
etc/inc/vpn.inc |
| +1 |
-1 |
1 file
|
pfSense
—
usr/local/sbin ufslabels.sh
Add a script that can automatically convert a user's fstab over to ufs labels. Useful
for full installs to avoid issues with device numbering (e.g. ad0 changes to ad4 or da0 to
ad2, or in the future case, adX to adaX)
| Delta |
File |
| +113 |
-0 |
usr/local/sbin/ufslabels.sh |
| +113 |
-0 |
1 file
|
pfSense
—
etc/inc vpn.inc
Merge pull request #635 from jean-m-cyr/master
Bandwidth limiter - Disable and blank mask bits input field when mask type is 'none'.
| Delta |
File |
| +40 |
-41 |
etc/inc/vpn.inc |
| +40 |
-41 |
1 file
|
pfSense
—
usr/local/www diag_pf_info.php
Rework getting PF info via ajax using jQuery
| Delta |
File |
| +13 |
-16 |
usr/local/www/diag_pf_info.php |
| +13 |
-16 |
1 file
|
pfSense
—
etc/inc IPv6.inc
Merge pull request #637 from phil-davis/master
Teach Net_IPv6:compress to handle a compressed address as input
| Delta |
File |
| +3 |
-0 |
etc/inc/IPv6.inc |
| +3 |
-0 |
1 file
|
pfSense
—
etc/inc openvpn.inc
Merge pull request #636 from phil-davis/master
IPv6 OpenVPN TAP mode typo
| Delta |
File |
| +2 |
-2 |
etc/inc/openvpn.inc |
| +2 |
-2 |
1 file
|
pfSense
—
etc/inc openvpn.inc
Merge pull request #634 from phil-davis/master
OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991
| Delta |
File |
| +2 |
-2 |
etc/inc/openvpn.inc |
| +2 |
-2 |
1 file
|
pfSense
—
etc/inc openvpn.inc
OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991
| Delta |
File |
| +2 |
-2 |
etc/inc/openvpn.inc |
| +2 |
-2 |
1 file
|
pfSense
—
usr/local/www services_captiveportal_filemanager.php services_captiveportal_hostname.php
Merge pull request #632 from ExolonDX/master
Tidy up spelling mistakes
| Delta |
File |
| +2 |
-2 |
usr/local/www/services_captiveportal_filemanager.php |
| +2 |
-2 |
usr/local/www/services_captiveportal_hostname.php |
| +2 |
-2 |
usr/local/www/services_captiveportal_ip.php |
| +6 |
-6 |
3 files
|
pfSense
—
etc/inc shaper.inc
Merge pull request #629 from jean-m-cyr/master
Allow explicit mask specification in bandwidth limiter.
| Delta |
File |
| +81 |
-28 |
etc/inc/shaper.inc |
| +81 |
-28 |
1 file
|
pfSense
—
etc/inc services.inc
dnsmasq conf won't allow some custom args
User can't specify or customise some dnsmasq args in custom_options (dns-forward-max,
cache-size, etc) because they are hard coded in services_dnsmasq_configure().
| Delta |
File |
| +16 |
-4 |
etc/inc/services.inc |
| +16 |
-4 |
1 file
|
pfSense
—
etc/inc vpn.inc
Fix indent and whitespace
| Delta |
File |
| +40 |
-41 |
etc/inc/vpn.inc |
| +40 |
-41 |
1 file
|
pfSense
—
etc/inc pfsense-utils.inc
Fix indent and whitespace
| Delta |
File |
| +12 |
-12 |
etc/inc/pfsense-utils.inc |
| +12 |
-12 |
1 file
|
pfSense
—
etc/inc pfsense-utils.inc
Fix comment to reflect what function current returns
| Delta |
File |
| +1 |
-1 |
etc/inc/pfsense-utils.inc |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc captiveportal.inc
Prevent errors from flowing up to the clients workspace and preventing functionality
| Delta |
File |
| +20 |
-20 |
etc/inc/captiveportal.inc |
| +20 |
-20 |
1 file
|
pfSense
—
etc/inc filter.inc
Revert "Fix alias expand for hostnames, it should fix #2941"
Working on a better fix
This reverts commit 0d59cc942f2ee225eccdb375e25f58a6f04fa9c4.
| Delta |
File |
| +1 |
-1 |
etc/inc/filter.inc |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc filter.inc
Fix alias expand for hostnames, it should fix #2941
| Delta |
File |
| +1 |
-1 |
etc/inc/filter.inc |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc pfsense-utils.inc
Revert "Add Turkish to the list of available languages, fixes #2986"
Will be done again for 2.2
This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.
| Delta |
File |
| +0 |
-1 |
etc/inc/pfsense-utils.inc |
| +0 |
-1 |
1 file
|
pfSense
—
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES pfSense.po
| Delta |
File |
| +4,104 |
-434 |
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po |
| +4,104 |
-434 |
1 file
|
pfSense
—
usr/local/share/locale/en/LC_MESSAGES pfSense.pot
Update translation template
| Delta |
File |
| +3,465 |
-1,251 |
usr/local/share/locale/en/LC_MESSAGES/pfSense.pot |
| +3,465 |
-1,251 |
1 file
|
pfSense
—
usr/local/share/locale/en/LC_MESSAGES pfSense.pot, usr/local/share/locale/en_US.ISO8859-1/LC_MESSAGES pfSense.pot
Move pot translation file to en/, default locale directory
| Delta |
File |
| +45,172 |
-0 |
usr/local/share/locale/en/LC_MESSAGES/pfSense.pot |
| +0 |
-45,172 |
usr/local/share/locale/en_US.ISO8859-1/LC_MESSAGES/pfSense.pot |
| +45,172 |
-45,172 |
2 files
|
pfSense
—
usr/local/share/locale/tr/LC_MESSAGES pfSense.po, usr/local/share/locale/tr_TR.UTF-8/LC_MESSAGES pfSense.po
Move Turkish translation files to tr/, the default locale directory
| Delta |
File |
| +43,061 |
-0 |
usr/local/share/locale/tr/LC_MESSAGES/pfSense.po |
| +0 |
-43,061 |
usr/local/share/locale/tr_TR.UTF-8/LC_MESSAGES/pfSense.po |
| +43,061 |
-43,061 |
2 files
|
pfSense
—
etc/inc interfaces.inc gwlb.inc, usr/local/www services_dhcpv6.php services_router_advertisements.php
Replace all linklocal checks by is_linklocal()
| Delta |
File |
| +4 |
-4 |
usr/local/www/services_dhcpv6.php |
| +4 |
-4 |
usr/local/www/services_router_advertisements.php |
| +3 |
-3 |
etc/inc/interfaces.inc |
| +1 |
-1 |
etc/inc/gwlb.inc |
| +1 |
-1 |
etc/inc/system.inc |
| +1 |
-1 |
usr/local/www/system_gateways_edit.php |
| +14 |
-14 |
6 files
|
pfSense
—
etc/inc util.inc
Create is_linklocal() to validate ll addresses
| Delta |
File |
| +4 |
-0 |
etc/inc/util.inc |
| +4 |
-0 |
1 file
|
pfSense
—
etc/inc system.inc, usr/local/www/shortcuts pkg_upnp.inc
Shuffle some more logs around to more appropriate places.
| Delta |
File |
| +3 |
-3 |
etc/inc/system.inc |
| +1 |
-0 |
usr/local/www/shortcuts/pkg_upnp.inc |
| +4 |
-3 |
2 files
|
pfSense
—
etc/inc interfaces.inc
Nuke interface_track6_dhcp6_configure()
This function does 2 unecessary things:
. Remove the IP address from interface set as Track, what is wrong and
should be done by dhcp6c
. Set a fixed IP when track6-interface is SLAAC, what never happens
since it's impossible to track a SLAAC interface
| Delta |
File |
| +0 |
-47 |
etc/inc/interfaces.inc |
| +0 |
-47 |
1 file
|
pfSense
—
etc/inc system.inc
Send filterdns logs to the resolver log.
| Delta |
File |
| +2 |
-2 |
etc/inc/system.inc |
| +2 |
-2 |
1 file
|
pfSense
—
etc/inc pfsense-utils.inc
Add Turkish to the list of available languages, fixes #2986
| Delta |
File |
| +1 |
-0 |
etc/inc/pfsense-utils.inc |
| +1 |
-0 |
1 file
|
pfSense
—
usr/local/share/locale/tr_TR.UTF-8/LC_MESSAGES pfSense.po
Add Turkish translation files, ticket #2986
| Delta |
File |
| +43,061 |
-0 |
usr/local/share/locale/tr_TR.UTF-8/LC_MESSAGES/pfSense.po |
| +43,061 |
-0 |
1 file
|
pfSense
—
conf.default config.xml, etc/inc globals.inc
After some discussions it is better to make this a tunable and allow its value change
from administrator.
| Delta |
File |
| +5 |
-0 |
conf.default/config.xml |
| +1 |
-1 |
etc/inc/globals.inc |
| +6 |
-1 |
2 files
|
pfSense
—
etc/inc interfaces.inc
Merge pull request #627 from phil-davis/master
Optimize which OpenVPN instances are restarted
| Delta |
File |
| +4 |
-5 |
etc/inc/interfaces.inc |
| +4 |
-5 |
1 file
|
pfSense
—
etc/inc openvpn.inc
Remember which interface was used by each OpenVPN conf
When interfaces go down and up we need to know which interface (vr1, vr2 etc) each
OpenVPN instance is using so we can optimize our decision about which instances to resync.
That data is not in the conf file (the conf file contains the IP address the instance
binds to). This change puts the interface name into a little file in /var/etc/openvpn for
later use.
| Delta |
File |
| +3 |
-0 |
etc/inc/openvpn.inc |
| +3 |
-0 |
1 file
|
pfSense
—
etc rc.openvpn
Optimize which OpenVPN instances are restarted
| Delta |
File |
| +23 |
-2 |
etc/rc.openvpn |
| +23 |
-2 |
1 file
|
pfSense
—
etc/inc interfaces.inc
Revert "Fixes for track6 interfaces:"
It's not the correct fix
This reverts commit e8307ae03e2769bd0ebaa4b9441ac797b50a3800.
| Delta |
File |
| +4 |
-5 |
etc/inc/interfaces.inc |
| +4 |
-5 |
1 file
|
pfSense
—
etc rc.linkup, etc/inc interfaces.inc
Pull code from the calling place rather than the interfaces.inc
| Delta |
File |
| +0 |
-2 |
etc/inc/interfaces.inc |
| +2 |
-0 |
etc/rc.linkup |
| +2 |
-2 |
2 files
|
pfSense
—
etc rc.openvpn
Merge pull request #626 from phil-davis/master
Restore default route after HOTPLUG linkup
| Delta |
File |
| +2 |
-2 |
etc/rc.openvpn |
| +2 |
-2 |
1 file
|
pfSense
—
etc rc.openvpn
Fix wrong check added on commit 1f64b66bf0 that was checking openvpn server twice and
don't checking openvpn client
| Delta |
File |
| +2 |
-2 |
etc/rc.openvpn |
| +2 |
-2 |
1 file
|
pfSense
—
etc/inc interfaces.inc
Fixes for track6 interfaces:
. Do not remove link-local when it's already correct
. Let dhcp6c deal with tracked interface IP
| Delta |
File |
| +5 |
-4 |
etc/inc/interfaces.inc |
| +5 |
-4 |
1 file
|
pfSense
—
etc rc.linkup
Reload routes etc when rc.linkup happens
When a link comes up, call interface_configure with p2=true. This makes it run various
extra routines such as system_routing_configure - which will put back the default route or
other static routes that might have been removed when the link was down.
| Delta |
File |
| +1 |
-1 |
etc/rc.linkup |
| +1 |
-1 |
1 file
|
pfSense
—
etc/inc interfaces.inc
Add includes to interfaces.inc
There were some includes needed when calling into here from rc.linkup - somehow
everything else that calls interface_configure(p1, "true", p3) has already included these.
| Delta |
File |
| +2 |
-0 |
etc/inc/interfaces.inc |
| +2 |
-0 |
1 file
|
pfSense
—
etc rc.openvpn
Merge pull request #625 from phil-davis/master
Fixup handling gateway argument to rc.openvpn
| Delta |
File |
| +12 |
-6 |
etc/rc.openvpn |
| +12 |
-6 |
1 file
|