summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace GET by POST, it fixes #3833Renato Botelho2014-08-291-58/+76
* Hide FreeBSD version from sshd banner. It fixes #3840Renato Botelho2014-08-291-0/+2
* Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797Renato Botelho2014-08-291-2/+7
* Alias name cannot have more than 31 chars, add maxlength here just as an extr...RELENG_2_1_5Renato Botelho2014-08-251-1/+1
* pgrep parameters are out of order and it also needs -a to find sshd. While I'...Renato Botelho2014-08-221-2/+1
* delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occa...Chris Buechler2014-08-221-0/+8
* use pgrep here instead, previous way could wrongly show SSH as enabled where ...Chris Buechler2014-08-221-3/+3
* Fix text description for interface mismatch, fixes #3820Renato Botelho2014-08-211-1/+1
* Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1Jared Dillard2014-08-202-10/+34
|\
| * non-css parts of gold menuMatt Smith2014-08-192-10/+34
* | fix top nav to fit gold in non-default themesJared Dillard2014-08-205-7/+6
|/
* fix spacing in pfsense_ng topnavJared Dillard2014-08-191-3/+4
* Ensure this is always an array to avoid a PHP error from foreach.jim-p2014-08-151-1/+5
* Bump version to 2.1.5Renato Botelho2014-08-141-1/+1
* Added filter.so to list of extensions loaded for filter_var() support.Matt Smith2014-08-131-0/+3
* Do not reset source and destination port range values when it's an associated...Renato Botelho2014-08-111-4/+8
* Move dhcp6c log to dhcpd.log, it fixes #3799Renato Botelho2014-08-111-2/+2
* Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a ...Matt Smith2014-08-081-4/+17
* Avoid generating an invalid racoon config if the user specified a mobile pool...jim-p2014-08-082-1/+6
* Avoid a "Cannot use string offset as an array" error if the packages section ...jim-p2014-08-081-4/+7
* Require click-through POST confirmation when restoring or deleting a configua...jim-p2014-08-081-15/+51
* Remove javascript alert DNS resolution action from the firewall log view. It ...jim-p2014-08-082-9/+0
* Do not execute on GET, only pre-fill Host box so the user can press the butto...jim-p2014-08-081-38/+38
* Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's m...Chris Buechler2014-08-081-1/+1
* Per the dhcpd.conf man page and other documentation from ISC, mclt must not b...Chris Buechler2014-08-061-3/+2
* Encode interface/VIP descriptions before displaying them on the GRE and GIF p...jim-p2014-08-062-2/+5
* Encode interface/VIP descriptions before displaying them on the NTP daemon se...jim-p2014-08-061-1/+1
* Encode the detail field of an alias entry before displaying its contents back...jim-p2014-08-061-1/+1
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-062-2/+2
* Fix input validation logic on diag_testport.php, escape more shell arguments ...jim-p2014-08-041-3/+3
* Allow hostnames in bulk import since they are valid entries in a network type...jim-p2014-07-141-1/+1
* no () around qlength hereChris Buechler2014-07-091-1/+1
* Change Cancel button to call history.back() as done in Firewall Rules, the cu...Renato Botelho2014-07-081-1/+1
* qlimit must be included hereChris Buechler2014-07-081-0/+2
* Avoid reseting firewall hostname by WAN DHCP. It should fix #3746Renato Botelho2014-07-071-2/+3
* use HTTPS for dyndns providers that support itChris Buechler2014-07-051-6/+6
* Fix #3725:Renato Botelho2014-06-302-16/+24
* Merge pull request #1244 from phil-davis/patch-11Renato Botelho2014-06-271-0/+4
|\
| * Handle no dhcpd settings when upgradingPhil Davis2014-06-261-0/+4
* | Fix a regression introduced on 8d6c5f6621 that broke CARP+IP aliasRenato Botelho2014-06-261-15/+30
|/
* Only include a scheduled rule if it is strictly before the end timeRELENG_2_1_4Phil Davis2014-06-201-1/+1
* Remove extra data after space and fix pf rule syntax. It should fix #3688Renato Botelho2014-06-201-1/+1
* Merge pull request #1208 from razzfazz/nat_add_missing_protocolsRenato Botelho2014-06-201-1/+1
|\
| * bring protocols on NAT edit page more in line with rule edit pageDaniel Becker2014-05-221-1/+1
* | Remove also . and / from graphRenato Botelho2014-06-191-1/+1
* | Fix status_rrd_graph_img.php and also improve it:Renato Botelho2014-06-191-36/+37
* | Make sure single quotes are encoded and avoid javascript injectionRenato Botelho2014-06-191-2/+2
* | Use CDATA for javascriptRenato Botelho2014-06-191-3/+3
* | Fix indent and whitespacesRenato Botelho2014-06-191-6/+7
* | Simplify logic, add some protection to user input parametersRenato Botelho2014-06-181-27/+23
OpenPOWER on IntegriCloud