summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate potRenato Botelho2017-04-171-26/+30
|
* 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.
* Enable Russian translation since it's over 75%Renato Botelho2017-04-111-0/+1
|
* Update translation filesRenato Botelho2017-04-1176-2649/+3930
|
* Regenerate potRenato Botelho2017-04-111-1/+1
|
* 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
|
* Update translation filesRenato Botelho2017-04-0776-3922/+110960
|
* Regenerate potRenato Botelho2017-04-071-33/+29
|
* Fix #7452 save new gatewayPhil Davis2017-04-061-1/+1
|
* Improve XMLRPC failure messages/exception handling. Fixes #7448jim-p2017-04-042-3/+7
|
* Enable Norwegian since it's over 75% complete. Remove pt_BR and tr while ↵Renato Botelho2017-04-041-2/+1
| | | | they are below 75%
* Update translation filesRenato Botelho2017-04-0470-46455/+119017
|
* Regenerate potRenato Botelho2017-04-041-1378/+1423
|
* Merge pull request #3683 from luckman212/dhcprejectfrom-patch-1jim-p2017-04-042-4/+26
|\
| * add validation via validate_ipv4_list to interfaces.inclukehamburg2017-04-041-1/+1
| |
| * Adds ability to ignore DHCP offers from multiple serverslukehamburg2017-03-292-3/+25
| | | | | | | | | | | | | | | | | | | | - 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 #3569 from doktornotor/patch-8jim-p2017-04-031-2/+3
|\ \ \
| * | | vslb.inc - Add missing include, use sigkillbyname()doktornotor2017-02-221-2/+3
| | | |
* | | | 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 #3560 from doktornotor/patch-5jim-p2017-04-031-1/+1
|\ \ \ \ \
| * | | | | Fix nginx certificate permissions (Bug #6862)doktornotor2017-02-191-1/+1
| | | | | |
* | | | | | Merge pull request #3567 from doktornotor/patch-6jim-p2017-04-032-5/+32
|\ \ \ \ \ \
| * | | | | | Use sigkillbyname() for relayddoktornotor2017-02-221-1/+1
| | | | | | |
| * | | | | | Add syslogd shortcutsdoktornotor2017-02-211-0/+5
| | | | | | |
| * | | | | | Fix indentationdoktornotor2017-02-211-1/+1
| | | | | | |
| * | | | | | Add syslogd to Status > Services (Feature #4382)doktornotor2017-02-211-5/+27
| | |_|/ / / | |/| | | | | | | | | | Sort includes, use full path to pkill and remove openntpd while here.
* | | | | | Merge pull request #3598 from PiBa-NL/phpsessionmanagerjim-p2017-04-039-31/+113
|\ \ \ \ \ \
| * | | | | | phpsessionmanager, use syslog instead of file_noticePiBa-NL2017-03-021-5/+3
| | | | | | |
| * | | | | | phpsessionmanager, this helps starting and committing the php session ↵PiBa-NL2017-02-279-31/+115
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | preventing other requests from being blocked longer than required.
* | | | | | Merge pull request #3673 from PiBa-NL/20170326_get_statsjim-p2017-04-032-82/+17
|\ \ \ \ \ \
| * | | | | | getstats, further cleanup unused code, e.g. removing updateInterfaceStats ↵PiBa-NL2017-03-292-62/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and updateInterfaces javascript functions
| * | | | | | get_stats, optimizations. -dont call unused interface statistics functions ↵PiBa-NL2017-03-262-25/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -call get_mbuf only once (its netstat call is cpu intensive.) -dont stack multiple pending request in browser if responses are slow.
* | | | | | | Merge pull request #3685 from phil-davis/sort-if-namesjim-p2017-04-037-4/+56
|\ \ \ \ \ \ \
| * | | | | | | Add user option to sort interface namesPhil Davis2017-03-307-4/+56
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Add "address".jim-p2017-04-031-1/+1
| | | | | | |
* | | | | | | Merge pull request #3634 from bonki/dyndns-usepublicip-hintjim-p2017-04-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add hint to web interface that DynDNS will automatically try to fetch the ↵Adrian Frühwirth2017-03-291-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | public IP in case the selected interface's IP is private.
* | | | | | | Merge pull request #3637 from luckman212/crs-hangfix-test-1jim-p2017-04-031-0/+7
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud