Make sure entered # is a integer and use htmlspecialchars()
Add URL to custom BOOTP and DHCP options page hosted at iana.org
Reduce colspan to 3
Do not turn the fields red when restoring previously saved items
Add rowhelper field which allows defining custom dhcp option numbers. Sponsored-by: BSD Perimeter Commercial Support
Make the icon the correct size
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
Move sleep to correct location
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
Only echo out when we are sleeping
Add Reload button
Do not sleep if an argument is passed
Correct filename
Add Show Bogons command.
Use sha256 -q instead of | awk
Fix NAT reflection for UDP. Was using the incorrect socket type, when udp was reflected, inetd was still listening on TCP.
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.
Forgotten increase of the limit.
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.
Micro speedup improvements on the parser.
Check even if the file exists or not. Only checking filesize its not enough for all cases.
Ensure nanobsd save tmp files under /root
Really restart DHCPD server after changes
Add xmlreader module to the list of modules used on pfSense.
Change the parser to xmlreader instead of the current parser. This brings speed improvements and reduces some of the errors of the previous parser.
Fix some logic on enabling or disabling ipfw filtering on interfaces.
Readd rule since it makes the policy easier to read.
Actually do the test right.
Catch up with the new System->Misc option added for schedules.
Just return without the complete rule otherwise some misconfiguration may happen when a schedule expires.
Reported-by: mileswu
Reduce some unneeded overhead in CP generated ipfw rules.
Remove unneeded double quoutes from expression.
Mark some other function with COMPAT comment to easily find them when needed.
Add a compat function after renaming tdr_install_cron to filter_tdr_install_cron with a warning for the renaming.
Fix typo its tagged and not tag.
Reported-by: mileswuPatch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30
Unlock a little faster otherwise a deadlock will occur.Reported-by: mileswuPatch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30
Use the global variable for referencing tmp path and do not use hardcoded value.
fix typo
Resolves #49
Overwrite .cshrc and .profile
Escape command
Handle console too for noninteractive
Backout last commit, need to figure out the console angle as well
Allow logging everything to syslog (allows syslog of snort, amongst other things)
Fix non-interactive script bug on upgrade.
Allow tcpdump by default on enc. There is no measurable performance impact, and it's annoying to flip the sysctls to allow when needed.
Do not create /root/var/tmp
Only symlink pkg dir
Reverse link arguments and rm dir
Create symlink after disks are mounted
Allow packages to be persistent across reboots. Resolved #44
Use php to detect product name on shell scripts
Save update file on $g[upload_path] instead of /tmp
Circumvent weirdness of php when unsetting an array members during a loop.
Add ';' which should make the error page link work again.
Fix a probably php undetermined behaviour of code in php.
Check for nanobsd update
Check if file exists before unlink
Tell syslogd to not compress information to the following line is repeated N times. This unbreaks sshlockout_pf.
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.
Add better checks to the lighty port setting to prevent some issues with php5 arrays and wrongly set values.
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.
It is printf and not print. Thanks-To: merlin from forums for spotting it.
Fix routes on the same interface and the return value of guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html.
Fix rrd graphs in pfsense_ng theme for 2.0. Should Fix Ticket #1942. Someone please test on 2.0 and report back.
Turn off fastcgi for installations with less than 65 megabytes of ram
PHP 5 array change handling. Better check before blindly taking the reference.
Add prototype
Add debugmode sysctls
Request noembedded tag, too
Show size of detected on disk partition and size of upgrade file
Make the propper check about arrays that php5 requires.
When renaming an alias that is referenced by other aliases make the propper ajustements to reflect the changed name.