summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1320-39/+38
| | | | functions - Interfaces
* Fix saving Hybrid RSA + Xauth. Fixes #7258jim-p2017-02-131-1/+2
|
* Accommodate locales by testing for $_POST['va'] onlySteve Beaver2017-02-131-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1312-210/+204
| | | | functions - VPN
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1315-136/+139
| | | | functions
* Merge pull request #3541 from phil-davis/getAllowedPages-formatRenato Botelho2017-02-131-4/+4
|\
| * getAllowedPages consistent code formatPhil Davis2017-02-131-4/+4
| |
* | Merge pull request #3540 from phil-davis/get_user_privileges-cacheRenato Botelho2017-02-131-10/+33
|\ \
| * | Use cached groups in get_user_privilegesPhil Davis2017-02-131-10/+33
| |/
* | Merge pull request #3539 from phil-davis/patch-5Renato Botelho2017-02-131-2/+2
|\ \
| * | Fix ldap_get_groups return value when downPhil Davis2017-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | In some places ldap_get_groups has: ``` return memberof; ``` It should have the "$" in front, so it will return the $memberof array (that is empty when this happens). This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups.
* | | Merge pull request #3536 from phil-davis/tunnel-network-messageRenato Botelho2017-02-131-1/+1
|\ \ \
| * | | IPv4 Tunnel Network is required for OpenVPN serverPhil Davis2017-02-121-1/+1
| | |/ | |/|
* | | Merge pull request #3531 from phil-davis/version-display-at-bootRenato Botelho2017-02-131-12/+18
|\ \ \ | |_|/ |/| |
| * | Update version string at end of bootPhil Davis2017-02-121-12/+18
| | |
* | | Allow up to siz dashboard columnsSteve Beaver2017-02-121-2/+2
| |/ |/|
* | Set some specific rules for RC during buildRenato Botelho2017-02-111-1/+3
|/
* logout via POSTSteve Beaver2017-02-102-6/+6
|
* Replace '_' with '_<wbr> when displaying alias names. Allows long alias ↵Steve Beaver2017-02-102-14/+14
| | | | names with underscores to word-break better.
* GET/POST conversion firewall_virtual_ip*Steve Beaver2017-02-102-68/+63
|
* GET/POST conversion firewall_rulesSteve Beaver2017-02-105-69/+56
| | | | guiconfig.php display_top_tabs supports "usepost" as an optional 4th argument
* GET/POST conversion firewall_nat_out*Steve Beaver2017-02-102-31/+23
|
* GET/POST conversion firewall_nat_npt*Steve Beaver2017-02-102-32/+26
|
* GET/POST firewall_nat_1to1 bisSteve Beaver2017-02-101-4/+4
|
* GET/POST conversionSteve Beaver2017-02-102-27/+21
|
* GET/POST conversion firewall_nat*Steve Beaver2017-02-102-49/+43
|
* GET/POST conversion firewall_aliases*Steve Beaver2017-02-103-25/+20
|
* GET/POST conversion vpn_ipsec_serverSteve Beaver2017-02-101-11/+7
|
* GET/POST conversion vpn_openvpn_cscSteve Beaver2017-02-101-10/+6
|
* GET/POST conversion vpn_openvpn_clientSteve Beaver2017-02-101-11/+8
|
* GET/POST conversion vpn_l2tp*Steve Beaver2017-02-103-13/+11
|
* Merge pull request #3492 from luckman212/dhcp-edit-patch-2Renato Botelho2017-02-102-19/+26
|\
| * 5th trylukehamburg2017-02-091-1/+1
| | | | | | | | - change $do_ping default value to 'true' (which emulates the previous default behavior) to avoid any unexpected results
| * 4th attempt!lukehamburg2017-02-092-4/+8
| | | | | | | | - Reworked based on recent comments from @rbgarga
| * 3rd try!lukehamburg2017-02-082-11/+8
| | | | | | | | - incorporate suggestions from @rbgarga with slight modification
| * 2nd try. . .lukehamburg2017-02-082-23/+18
| | | | | | | | | | | | | | | | | | /etc/inc/util.inc: - arp_get_mac_by_ip() updated to support IPv6 - attempt at code streamline /usr/local/www/services_dhcp_edit.php: - streamline code, now just a simple call to arp_get_mac_by_ip()
| * enhancements to services_dhcp_edit.phplukehamburg2017-02-061-5/+16
| | | | | | | | | | | | | | - added ndp call to get MAC addr if remote client is connected via IPv6 - automatically hide `Copy MAC` button if arp/ndp returns null - switch to exec() instead of backticks for calls to arp - uses builtin is_ipaddr() function from util.inc
* | Merge pull request #3522 from graham-collinson/masterRenato Botelho2017-02-101-1/+7
|\ \
| * | Fix for bug 6966 https://redmine.pfsense.org/issues/6966Graham Collinson2017-02-101-1/+7
| | | | | | | | | | | | Change-Id: I9471c2bbd8941e70965a86d369c8de87be9a4417
* | | GET/POST conversion vpn_ipsec*Steve Beaver2017-02-105-33/+31
| | |
* | | GET/POST conversion interfaces_assignSteve Beaver2017-02-101-1/+1
| | |
* | | GET/POST conversion interfaces_wireless*Steve Beaver2017-02-102-12/+9
| | |
* | | Revert "Fixed #6753"jim-p2017-02-101-4/+1
| | | | | | | | | | | | | | | User feedback suggests the sorted menu was better, despite the lack of consistency elsewhere. This reverts commit e5d339735836fd55b0fa944d5d7e472793785e30.
* | | GET/POST conversion interfaces_vlan_editSteve Beaver2017-02-101-5/+2
| | |
* | | GET/POST conversion interfaces_vlanSteve Beaver2017-02-101-3/+3
| | |
* | | GET/POST conversion interfaces_qinq*Steve Beaver2017-02-102-9/+6
| | |
* | | GET/POST conversion interfaces_ppps*Steve Beaver2017-02-102-10/+10
| | |
* | | GET/POST conversion interfaces_lagg*Steve Beaver2017-02-102-17/+11
| | |
* | | GET/POST conversion interfaces_groups*Steve Beaver2017-02-102-16/+10
| | |
* | | GET/POST conversion interfaces_gre*Steve Beaver2017-02-102-17/+11
| | |
OpenPOWER on IntegriCloud