summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Remove some more dangling PPTP bits.jim-p2016-09-093-6/+2
| | | | | | |
| * | | | | | Fix description of the VPN remote log settingjim-p2016-09-081-1/+1
| |/ / / / /
| * | | | | Move copyright from ESF to NetgateRenato Botelho2016-09-081-1/+1
| | | | | |
| * | | | | Revert "Remove unused file browser.php"Renato Botelho2016-09-082-1/+164
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8dee84f4cef55a2f008a319022a762b92e00117e.
| * | | | | Move copyright from ESF to NetgateRenato Botelho2016-09-06475-481/+481
| | | | | |
| * | | | | Remove unused file browser.phpRenato Botelho2016-09-062-164/+1
| | | | | |
| * | | | | Merge pull request #3119 from jlduran/fix-font-jquery-ui-widgetsRenato Botelho2016-09-064-8/+24
| |\ \ \ \ \
| | * | | | | css: Fix jQuery UI widgets' fontJose Luis Duran2016-08-234-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the main font with jQuery UI widgets (e.g. autocomplete forms)
| * | | | | | Merge pull request #3120 from moisseev/compact-redRenato Botelho2016-09-061-0/+18
| |\ \ \ \ \ \
| | * | | | | | [theme] Compact-RED: improve hovered table rows visibilityAlexander Moisseev2016-08-241-0/+4
| | | | | | | |
| | * | | | | | [theme] Compact-RED: compact panel titlesAlexander Moisseev2016-08-231-0/+8
| | | | | | | |
| | * | | | | | [theme] Compact-RED: make drop-down menus not too "compact"Alexander Moisseev2016-08-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and improve hovered element visibility
| | * | | | | | [theme] Compact-RED: get rid of anti-aliased fontsAlexander Moisseev2016-08-231-0/+1
| | | | | | | |
| * | | | | | | Remove some obsolete code from globals.incjim-p2016-09-061-16/+1
| | | | | | | |
| * | | | | | | Fix handling of backup config count. Fixes #6771jim-p2016-09-061-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2975 from NOYB/Services_StatusStephen Beaver2016-09-144-30/+45
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Service Running Status Indicator Icon (fa-play)NOYB2016-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perhaps static play icon would be better perceived as the contrast to static stop icon for for services status indicators. Regardless of which icons are chosen, this centralized services status approach provides consistency, and the status icons, thumbs up/down, and title text can be easily changed in one place.
| * | | | | | Services Status Widget - Status IndicatorNOYB2016-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the get service status icon function.
| * | | | | | Status / Services - Status IndicatorNOYB2016-05-311-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use status icon instead of text. Icon and title should be fine.
| * | | | | | Status / OpenVPN - Status IndicatorNOYB2016-05-311-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add prefixes to Status and Actions. Remove textual status. Icon and title should be fine.
| * | | | | | Get Service Status FunctionNOYB2016-05-311-15/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option for thumbs up/down icon. Add option to specify title contents. Distinguish between Stopped and Disabled with icons and text classes. Replace status indicator icon fa-play with animated fa-circle-notch. Replace status indicator icon fa-times with fa-stop and fa-ban. Re-factor code logic for greater output flexibility. Can return many combinations of status icons and text based on the function call parameters.
* | | | | | | Obscured password field in system_authservers.php bind sectionStephen Beaver2016-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed #6759
* | | | | | | Merge pull request #3102 from NewEraCracker/patch-dhcp6Renato Botelho2016-09-021-27/+17
|\ \ \ \ \ \ \
| * | | | | | | Force changes in routing to be detected by the systemNewEraCracker2016-09-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When dhcp6c without RA is enabled, dhcp6c isn't killed and respawned, this causes the system not being able to pick up the routing changes. In this case, running the configuration script which fires rc.newwanipv6 solves the problem.
| * | | | | | | DHCP6 Before RA. Additions and ammendmentsmarjohn562016-09-021-26/+15
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced posix_kill() in kill_dhcp6client_process() with mwexec("kill -9 $pid"), this is because the posix_kill call was not reliably killing the dhcp6c process, kill -9 works every time. Changes to the rtsold script creation. The script lines starting dhcp6c should not have be written to the script when dhcpwithoutra is true. Style corrections, I spend more time doing these than changing code!
* | | | | | | Merge pull request #3122 from NewEraCracker/patch-11Renato Botelho2016-09-022-9/+16
|\ \ \ \ \ \ \
| * | | | | | | Improve dhcpd and dhcpleases reloadNewEraCracker2016-08-242-9/+16
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Avoid running services_dhcpd_configure() more times than needed. 2) Always restart dhcpleases after it's killed during interface recycle. 3) It's not necessary to restart dhcpdv4 when doing changes in ipv6 config.
* | | | | | | Merge pull request #3105 from NewEraCracker/patch-8Renato Botelho2016-09-021-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Call services_dhcpd_configure with the right parameterNewEraCracker2016-08-141-2/+2
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Previously code segment for v4 would call both v4 and v6. Fixed to call v4 and v6 where appropriate.
* | | | | | | Merge pull request #3101 from NewEraCracker/patch-5Renato Botelho2016-09-023-11/+1
|\ \ \ \ \ \ \
| * | | | | | | Uniformize memory limits and remove old code (revised)NewEraCracker2016-08-163-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Allow setting a memory_limit up to 768M (Suhosin) 2) Remove old workarounds. Memory limits on config.inc will be new defaults
* | | | | | | | Merge pull request #3103 from NewEraCracker/patch-7Renato Botelho2016-09-021-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Ensure only one instance of services_dhcpd_configure runs concurrentlyNewEraCracker2016-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way kill and respawn will behave as they should for the dhcpd processes
* | | | | | | | | Fix diag_dns ipaddr set to use in IP WHOIS and IP InfoRenato Botelho2016-09-021-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Do not call resolve_host_addresses() when hostname cannot be resolved by gethostbyname(). The old check was considering gethostbyname would return NULL in this case but it returns a string with the hostname passed on parameter - Since resolve_host_addresses() always return an array, look for the first A record to set $ipaddr, which will be used later to link with IP WHOIS and IP Info Based on Pull Request #3100 submitted by @NewEraCracker
* | | | | | | | | Removed unused variable $hostnameRenato Botelho2016-09-021-2/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #3127 from PiBa-NL/20160902_patternRenato Botelho2016-09-026-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input boxes with setPattern validation should not contain escape characters ↵PiBa-NL2016-09-026-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as they are already properly considered 'lists of characters' even when not escaped.
* | | | | | | | | | Merge pull request #3128 from PiBa-NL/20160902-outboundnat-aliashintsRenato Botelho2016-09-021-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Outbound nat overview, show alias popup and edit options on source and ↵PiBa-NL2016-09-021-3/+3
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | destination, for both the address and port.
* | | | | | | | | Convert L2TP Server code to mpd5Renato Botelho2016-09-011-81/+48
| | | | | | | | |
* | | | | | | | | Remove references to glxsb as it is not relevant to current supported ↵jim-p2016-09-018-21/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms. Fixes #6755
* | | | | | | | | Add ng interface to pppoe group on mpd.conf and remove dead code from ↵Renato Botelho2016-09-012-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vpn-linkup script
* | | | | | | | | Convert PPPoE Server code to mpd5Renato Botelho2016-09-011-84/+51
| | | | | | | | |
* | | | | | | | | Ticket #3734: Add function to convert IPv6 address <-> binaryRenato Botelho2016-08-312-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ip6_to_bin() and bin_to_ip6() are copies obtained from pear-Net_IPv6 since the version available in the class is protected and we don't want to add more patches to thirdy part software. If upstream accept to change them to public we can retire them - bin_to_compressed_ip6 is just a short way to conver binary direct to a compressed IPv6 address Reported at: https://forum.pfsense.org/index.php?topic=117601.0
* | | | | | | | | Merge pull request #3126 from hamnur/masterRenato Botelho2016-08-311-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | -resolved syntax errorhamnur2016-08-311-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3106 from NewEraCracker/patch-9Renato Botelho2016-08-291-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | system_dhcpleases_configure() - Improve pidfile handlingNewEraCracker2016-08-201-2/+3
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Set the pidfile variable in the correct place. pidfile variable is required in both 'if' and 'else' blocks. 2) Ensure pidfile is valid before sending term signal
* | | | | | | | | Merge pull request #3107 from NewEraCracker/patch-10Renato Botelho2016-08-291-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Apply the fix for ticket #6589 also into dhcpdv6 configNewEraCracker2016-08-201-0/+1
| |/ / / / / / / /
OpenPOWER on IntegriCloud