summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
| | * | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
| | * | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | |
| | * | | | | Remove duplicate pfSenseHeader() functiondoktornotor2017-03-081-7/+3
| | | | | | | | | | | | | | | | | | | | | Sort includes while here.
| * | | | | | Merge pull request #3554 from jeremyrnelson/patch-1Renato Botelho2017-04-201-0/+3
| |\ \ \ \ \ \
| | * | | | | | Update services_dyndns_edit.phpJeremy Nelson2017-03-241-3/+3
| | | | | | | |
| | * | | | | | Added help descriptions for DNSMadeEasyJeremy Nelson2017-02-171-0/+3
| | | | | | | |
| * | | | | | | Merge pull request #3675 from PiBa-NL/20170326-ipsec-labelsRenato Botelho2017-04-201-20/+24
| |\ \ \ \ \ \ \
| | * | | | | | | ipsec overview, check label exists for interface including disabled ones, ↵PiBa-NL2017-03-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tell what was configured if not found.
| | * | | | | | | ipsec webgui, move building the $iflabels array outside if the loopPiBa-NL2017-03-261-20/+20
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #3691 from PiBa-NL/20170410-notify-testbuttonsRenato Botelho2017-04-201-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | notify test buttons for smtp/growl should use new unsaved settings just madePiBa-NL2017-04-101-4/+6
| | | | | | | | |
| * | | | | | | | Merge pull request #3693 from PiBa-NL/20170416-certmanager-import-ecc-certsRenato Botelho2017-04-202-5/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | certificate manager, allow importing of ECC certificatesPiBa-NL2017-04-162-5/+5
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge pull request #3698 from phil-davis/patch-5Renato Botelho2017-04-201-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Do input validation on the actual array passed inPhil Davis2017-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was tearing my hair out for a while. If do_input_validation() is passed some array of keys/values that has been assembled elsewhere (not $_POST, $_GET or $_REQUEST superglobals) then it does not work. The code here, for at least the last 7 years, has actually been checking the array keys in the "hard-coded" superglobals. That is a bit surprising, since the array to be checked is passed in as $postdata parameter.
| * | | | | | | | | Merge pull request #3695 from phil-davis/refactor_if_list_functionsRenato Botelho2017-04-2029-30/+30
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Refactor get_configured_interface_list remove unused parameterPhil Davis2017-04-1613-13/+13
| | | | | | | | | | |
| | * | | | | | | | | Refactor get_configured_interface_list_by_realif remove unused parameterPhil Davis2017-04-161-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Refactor get_configured_interface_with_descr remove unused parameterPhil Davis2017-04-1615-16/+16
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #3696 from sergiocarlosmorales/delete-ndp-entryRenato Botelho2017-04-201-2/+29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Escape IPv6 when passed to ndp delete commandSergio Carlos Morales Angeles2017-04-201-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Add ability to delete NDP entrySergio Carlos Morales Angeles2017-04-161-2/+29
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #3694 from phil-davis/update_alias_nameRenato Botelho2017-04-202-40/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remember original alias name on edit input errorsPhil Davis2017-04-161-6/+10
| | | | | | | | | | |
| | * | | | | | | | | Refactor update_alias_names_upon_changePhil Davis2017-04-162-34/+2
| | |/ / / / / / / /
| * | | | | | | | | Revise row helper delete classSteve Beaver2017-04-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Fixed various issues with adding/deleting ACLsSteve Beaver2017-04-192-19/+40
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fix #7452 save new IPv6 gatewayPhil Davis2017-04-171-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | This is also needed, just like for IPv4 in commit https://github.com/pfsense/pfsense/commit/f3278171b199062279225631903685e608285d3a
| * | | | | | | Revise dev_mode change handlerSteve Beaver2017-04-131-1/+1
| | | | | | | |
| * | | | | | | Fixed #7451Steve Beaver2017-04-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revised onchage handlers to obviate need for second click in Chrome on MacOS
| * | | | | | | Properly hide TLS Key / TLS Type fields when changing to Shared Key mode for ↵jim-p2017-04-121-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | OpenVPN clients.
| * | | | | | CSRF: Close session before exitRenato Botelho2017-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On CSRF, call phpsession_end() before exit to avoid syslog warning about open session Submitted by: PiBa-NL
| * | | | | | Restore CSRF customizationsRenato Botelho2017-04-101-1/+3
| | | | | | |
| * | | | | | Update CSRF to latest version from githubRenato Botelho2017-04-102-13/+15
| | | | | | |
| * | | | | | Fix UTF8 in base64 decodeSteve Beaver2017-04-101-1/+1
| | | | | | |
| * | | | | | Fix #7452 save new gatewayPhil Davis2017-04-061-1/+1
| | | | | | |
* | | | | | | Merge branch 'master' of https://github.com/pfsense/pfsense intofrank2017-04-04103-1825/+2531
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | dyndns_dreamhost
| * | | | | | Merge pull request #3683 from luckman212/dhcprejectfrom-patch-1jim-p2017-04-041-3/+4
| |\ \ \ \ \ \
| | * | | | | | Adds ability to ignore DHCP offers from multiple serverslukehamburg2017-03-291-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Forum thread: https://forum.pfsense.org/index.php?topic=124046.msg705100#msg705100 - related dhclient source: https://github.com/pfsense/FreeBSD-src/blob/devel/sbin/dhclient/clparse.c#L945 **changed files:** /usr/local/www/interfaces.php /etc/inc/interfaces.inc
| * | | | | | | Merge pull request #3584 from doktornotor/patch-11jim-p2017-04-032-0/+50
| |\ \ \ \ \ \ \
| | * | | | | | | Add missing $zone variabledoktornotor2017-02-251-0/+1
| | | | | | | | |
| | * | | | | | | Add missing $zone variabledoktornotor2017-02-251-0/+1
| | | | | | | | |
| | * | | | | | | Update BIND zones when adding static DHCP leases if needed (Bug #3710)doktornotor2017-02-251-0/+24
| | | | | | | | |
| | * | | | | | | Update BIND zones when adding static DHCP leases if needed (Bug #3710)doktornotor2017-02-251-0/+24
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #3555 from doktornotor/patch-2jim-p2017-04-031-0/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Typo fixdoktornotor2017-02-201-1/+1
| | | | | | | | |
| | * | | | | | | Disallow IPv6 for RADIUS server.doktornotor2017-02-181-0/+7
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | See https://redmine.pfsense.org/issues/4154. No need for users to waste their time with debugging packets black hole.
| * | | | | | | Merge pull request #3567 from doktornotor/patch-6jim-p2017-04-031-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Add syslogd shortcutsdoktornotor2017-02-211-0/+5
| | | | | | | | |
OpenPOWER on IntegriCloud