summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Welcome 2.3.2-RELEASERenato Botelho2016-07-191-1/+1
|
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
| | | | (cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)
* Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-171-0/+4
|
* Clarify that HMAC-MD5 key is required. Ticket #6622Chris Buechler2016-07-171-1/+1
|
* Fix "http://pf.sense/UNKNOWN" links in Pkg Managerlukehamburg2016-07-161-4/+4
| | | I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.
* fix typoChris Buechler2016-07-151-1/+1
|
* Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| | | | (cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵jim-p2016-07-151-0/+1
| | | | server. Fixes #6139
* dse was under contract with BSDP for all the work he did, we own (c)Chris Buechler2016-07-151-1/+0
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-15251-9753/+9520
|
* Fix #6613 Do not show Aply Changes button when Save neededPhil Davis2016-07-141-1/+1
| | | | I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9 The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.
* Review license / copyright on all files (1st round)Renato Botelho2016-07-14100-1613/+4881
|
* Retire deactivated widgetsRenato Botelho2016-07-141-98/+0
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Retire copyright-master.txtRenato Botelho2016-07-141-53/+0
|
* chmod 0644 php web pagesRenato Botelho2016-07-1416-0/+0
|
* Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-141-9/+0
|
* Ignore cp result for cases when files are the same. Ticket #6557Renato Botelho2016-07-141-1/+3
|
* Fix #6050 DHCP - provide Network Booting display/hide advanced buttonPhil Davis2016-07-131-51/+97
| | | | | This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page. (cherry picked from commit 68de2169b9d5cd2878d43344a0fc0a25bd86d7af)
* style sortable tablesJared Dillard2016-07-122-0/+16
|
* clean up captive poral widgetJared Dillard2016-07-121-49/+31
|
* change order of css files in head elementJared Dillard2016-07-121-1/+1
|
* write_config before openvpn_resync here as well. Ticket #6139Chris Buechler2016-07-111-1/+1
|
* Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-111-11/+11
| | | | #6587
* Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-111-22/+2
| | | | used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586
* write_config before calling openvpn_resync. Ticket #6319Chris Buechler2016-07-101-1/+1
|
* fix typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
|
* Add config option for AdvDefaultLifetime, clean up descriptions on other. ↵Chris Buechler2016-07-091-2/+14
| | | | Ticket #6533
* Add configuration for Min and MaxRtrAdvInterval. Ticket #6533Chris Buechler2016-07-091-5/+49
|
* Fix #6590 NTPd Leapfile UploadPhil Davis2016-07-091-0/+1
|
* Fix indent and spacesRenato Botelho2016-07-081-23/+40
|
* Remove stray 'Renato Botelho2016-07-081-1/+1
|
* Fix #6582 Allow import of portsPhil Davis2016-07-082-25/+85
| | | | | | | | | | | | | | | This change does: 1) Allow bulk import of a port alias. That happens when the Import button is pressed from the Ports tab of the firewall_aliases screen. 2) Allow bulk import of an IP alias, automatically determine if the imported data fits a host or network alias type. That happens when the Import button is pressed from the IP tab of the firewall_aliases screen. 3) When Import is pressed from the "All" tab of the firewall_aliases screen, make an IP alias. 4) Do not display the Import button when on the URL tab of the firewall_aliases screen. (cherry picked from commit e4c784bfeb5d9bad4c65c421cefb767af0b164dd)
* Improve patterns to read dhcpd6.leases to prevent leases containing '}' in ↵Renato Botelho2016-07-081-5/+14
| | | | ia-na line not showing up. It fixes #6543
* Fix #6585 Do not use [] syntax for lookupsPhil Davis2016-07-081-4/+6
| | | | IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup. Keep the "raw" format of the IPv6 address pass that to the reverse lookup code, and use it for generating the htmlclass names that enable the answer to be slotted in for display.
* Show "cannot delete alias" message as errorPhil Davis2016-07-071-1/+4
| | | | | If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color. (cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)
* Do not check platform to decide if enableserial and primaryconsole fields ↵Renato Botelho2016-07-071-2/+2
| | | | will be hidden, global parameters are the rule to decide it. Fixes #6291
* Fix PTR lookups on diag_dns.php. Ticket #6561Chris Buechler2016-07-061-3/+6
|
* Change group labels s/MAC controls/MAC Address/NOYB2016-07-062-2/+2
|
* Correct spacingStephen Beaver2016-07-061-1/+1
| | | | (cherry picked from commit a0b0acd1540764d5221ea54ea596d569bbe2df2a)
* Remove debugStephen Beaver2016-07-061-3/+0
|
* Fixed #6577 - Preserve user input on errorStephen Beaver2016-07-061-6/+10
| | | | (cherry picked from commit a654d899cd5d288501fea1ec52dba2e3f0e479ba)
* Make sure resolv.conf is present during nanobsd upgrade. Fixes #6557Renato Botelho2016-07-061-0/+3
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-0433-36/+36
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-037-6/+10
| | | | (cherry picked from commit 54691fc663eae7c6e92e4eaad596906758d7ebea)
* ipsec widget, check for valid arrayPiBa-NL2016-07-031-0/+3
| | | | (cherry picked from commit 658180daffe0fe5f005b6fe6b528c758309dffef)
* Clarify Negate option description on firewall_nat_out.php.Chris Buechler2016-07-021-1/+1
|
* Change button order on diag_dns.php so hitting enter in the field does a ↵Chris Buechler2016-07-021-9/+9
| | | | lookup rather than update alias. semi-related to Ticket #6561
* Update system_usermanager_settings.phpBBcan1772016-07-011-1/+1
| | | Use of undefined constant min - assumed 'min'
* Update system_crlmanager.phpBBcan1772016-07-011-1/+1
| | | | Use of undefined constant min - assumed 'min' Use of undefined constant max - assumed 'max'
OpenPOWER on IntegriCloud