Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled
Oops, use address instead of name
Handle alias in an alias rename situation
Remove non-needed debugging item and rename debug log to /tmp/alias_rename_log.txt
Rename 'DNS' to 'DNS Lookup' to better match what the diag utility does
Wait while bogons table is being updated up to 90 seconds. After it is updated notify user that it was updated
Add missing debug checks
Allow editing of alias names that already are being referenced by rules, nat, etc by looping through items and replacing the old alias name with the newly updated alias name.Sponsored-by: BSD Perimeter Commercial Support
fix merge mess
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Conflicts: usr/local/www/diag_showbogons.php
Fix bogons update in GUI without duplicating logic
Only remove tmp file if we succeed
Add savemsg
Duplicate logic to download bogons data. For some reason the shell script is ignoring the first argument AND the file that was created to prevent it from sleeping. Life is too short to chase stupid stuff -- if you don't like it spend your own time to figure out the issue.
Icon for rules overview screen to indicate that advanced options are configured
Add sorting ability to status -> UPNP
Move Note below table so it does not interefere with table sorting
Unbreak dhcp lease sorting
Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
Do not sleep if /var/run/donotsleep_bogons exists. For some reason the first argument is not being passed when ran from webConfigurator
Rename Reload to Download latest bogon data
Add Reload button
Correct filename
Add Show Bogons command.
Use sha256 -q instead of | awk
Fix potential bug in UPnP config.If the shaper has never been used, the value being checked may not exist or not be an array.
Add my copyright.
Catch up with allowed ip using ipfw tables. This makes allowed ips be configured without reloading the whole other ones.
Prevent gif(4) interfaces from being used in bridges.
Use ipfw tables for allowed ips. This reduces the number of rules needed for them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table.
Fix typo its tagged and not tag.
Reported-by: mileswuPatch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30
fix typo
Resolves #49
Allow logging everything to syslog (allows syslog of snort, amongst other things)
Save update file on $g[upload_path] instead of /tmp
Check for nanobsd update
Check if file exists before unlink
Call conf_mount_rw() before execute boot0cfg to prevent I/O errors
s/ABOOT_DRIVE/BOOT_DRIVE/ since this variable is not defined, and the drive is always the same, the only thing that changes is the slice.
Change only needed aliases.
Fix the alias replacing when renamed so it does not do casualities like replacing thing with same name. This change prevents i.e. alias Test and Test34 refrenced in alias MyHome after renaming alias Test to Testagain the previous code would replace even Test34 to Testagin34 which is very unexpected.
Fix rrd graphs in pfsense_ng theme for 2.0. Should Fix Ticket #1942. Someone please test on 2.0 and report back.
Add prototype
Add debugmode sysctls
Request noembedded tag, too
When renaming an alias that is referenced by other aliases make the propper ajustements to reflect the changed name.
Remove the nat_server pages they are never used and unnecessary!
Fix typo
Make matching on autosuggestion case insensitive.
Remove unused code.
Add my copyright i have done the necessary work on aliases.
Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).
Allow to enter names in these fields for letting nested aliases to be specified.
No NAT and static port is an invalid combination, don't allow it.
Fixes bug #37
don't delete PPTP rules when disabling PPTP. Enable/disable happens too much given the issues with PPTP outbound when server is enabled.
touch up text
Add missing priviledge checks to the bridge pages.
Fix incorrect double click edit link for phase2 records.The link referred the phase2 edit page with the phase1 id which was incorrect
Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions.
Add missing include
Remove redundant IPSEC entry
move the content area some pixels down so it doesn't conflict with the static menu layer on the very top
some pages need a minimal height to be displayed correctly
Fixing that annoying 1Px-Line offset background on the nervecenter theme on some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
Do not create nested function this seems to upset php for some reason.
some pixeltuning here and there
On popular demand: change the footer back to a classic one at the end of the page
Oops, we do not need to reboot to set nmbflows
Note that we may need to reboot if the op changes the state limit
Enable flowtable support
Move save button outside of if statement and remove extra blank seperator
Remove second save button
Trim results
Add enable/disable option for flow table support
Use the same style structure as on other guis.
Fix includes for the widget too.
Add missing include.
Make this ressemble other pages for style
Adding register_via_growl()
Restore form values correctly... really.
Send a sample test message when user clicks save
Adding Notifications tab
Add traffic shaper queue field to UPnP config
Oops, store config in correct location
Save to correct location and nuke dirty stuff
Restore growl settings correctly
Adding System: Advanced: Notifications to priv list
First stab at adding growl notifications settings screen (and other future notifications)
Do not show <noembedded> packages on nanobsd
Declare as a propper function to avoid errors.
Prevent users to misconfigure layer7 rules for now.(Ther are supported only on pass rules)
Fix error when attempting to add a DHCP static mapping. Fixes #29
Bring captive portal widget up to date with changes.
Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.
Append several functions the filter_ prefix to know they are part of filter.inc as any other function in this file.Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
Since we could not use anchors now we need to reload the filter whenever we add/remove/reinstall a package.