Review firewall_aliases.php
Reset diag_ files
Revert "Implemment gettext() calls"
This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d.A lot of mistakes
Conflicts:
usr/local/www/firewall_nat.php
Merge remote branch 'mainline/master'
Revert "Review of diag_ping.php"
This reverts commit 477654da47e20a35541a02f6b59a69ae7f4b4df2.Move to 1_diag
Revert "Review of diag_traceroute.php"
This reverts commit 912001355797edf83b90e3e7d3ff4c6df40e7fc8.Move to 1_diag
This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd.A lot of mistakes
Review of diag_ping.php
Review of diag_traceroute.php
Review of firewall_nat.php
Review of firewall_shaper_queues.php
Review of firewall_shaper_layer7
Implemment gettext() calls
Give users with ssh access a real shell, but make sure that admin still gets /etc/rc.initial
Add the standard .tcshrc to the skel files.
Set a skeleton directory for pw
Let pw handle the creation of the home directory rather than do it in php.
Give users who have "all" privileges shell access. Part of ticket #614
Fix this test, properly test if a variable is set. Fixes #691
Forward back to system_advanced_admin.php and not system.php
Load cpufreq on nanobsd when enabling powerd. It's in the kernel on full installs. Fixes #704
Use the real interface list in setup_microcode() Fixes #705
Implement gettext() calls
Implemet gettext() calls
Implement gettext() calls in firewall_shaper_queues.php
Implement gettext() calls in firewall_shaper_layer7.php
Implemment gettext()
Add checkboxes to disable TSO and LRO since some drivers will misbehave with them set. Resolves #703
fix gettext
fix Description display. Ticket #666
Validate for duplicate user names when editing, too.
Prevent the GUI from adding a user that already exists in /etc/passwd (root, operator, daemon, etc)
Remove some redundant code and make sure admin's home directory is /root - Fixes #218
Label for 1:1 NAT reflection rules in rules.debug.
Check for tcp/udp in the protocol specified for outbound NAT rules, since tcp/udp itself is not a valid protocol choice in pf. Fixes #696
Validate time server. Should be the last thing that fixes #464
Do more strict validation on WAN setup fields. Ticket #464
Hide GMZ offset zones in setup wizard. Ticket #464
Do some more strict validation on hostname, domain, and DNS servers. Ticket #464
Validate MTU in setup wizard. Ticket #464
Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php", cherry-picked on correct branch
This reverts commit a11ee3cf4f32afad9b4996bc1be544efdf24d258.
Provide some error messages when posting from a script so consumers can have a clue at what happened.
Merge branch 'master' of git@rcs.pfsense.org:pfsense/pfsense-gettext
Modified sintaxes on diag_dns.php and diag_dump_states.php
gettext on archives firewall_aliases.php e firewall_nat.php
Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691
Fix dashboard version check for nanobsd
Be more strict when doing checks for empty values.
Actually apinger can be reloaded and this is not doing its job apparently.
Fixes #613. Add correctly users to all users group.
Add build-time comparison also.
Fix ssh key existence test.
Fix NanoBSD snapshot URL default.
Correct NanoBSD update filename
Fix NanoBSD automatic update checks.
Actually send the HUP signal to tell apinger that a new config file is to be loaded! This should solve a lot of issues with apinger monitoring.
Fixes #480. Correctly upgrade config for monitorip. When a gateway exists save there the monitorip instead of the interface.
Do a more thorough check for missing sshd key files. Should fix #673
Fix #683. Show PPPs tab as selected when tab is selected.
Remove spaces and tabs from EOL
Few adjustements on gettext
Removing unnecessary gettext calls
Fixing syntax error
Use proper locking.
Do not flush all tables unless Save was hit on webgui. This avoids flushing the tables that keep logged in users.
We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678
Make an extra check for monitor to be explicitly an ip otherwise apinger breaks.
Properly find gateway ip. The code before did not match for dynamic gateways.
If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login.