summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | bootup, change message to "Checking config backups consistency..." to tell ↵PiBa-NL2017-07-031-1/+1
| |/ / / / | | | | | | | | | | | | | | | whats taking time, as there is usually little to cleanup involved
* | | | | Merge pull request #3782 from PiBa-NL/20170712-nat-configure-skip-no-destRenato Botelho2017-07-131-4/+0
|\ \ \ \ \
| * | | | | nat, portforwards should not make up a new destination information when a ↵PiBa-NL2017-07-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configured dhcp interface does not currently have an address. fixes: https://forum.pfsense.org/index.php?topic=127585.msg733528#msg733528
* | | | | | Restructure how unbound zone data is written to fix processing of "redirect" ↵jim-p2017-07-132-38/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zone entries. Fixes #7690 Also corrects some other misc issues for formatting of zone data. While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.
* | | | | | Fix OpenVPN Auth Digest Algorithm selection so it does not use ↵jim-p2017-07-103-3/+57
|/ / / / / | | | | | | | | | | | | | | | duplicate/alias names in the list, and fix existing entries on upgrade so they use the actual digest name and not an alias.
* | | | | Fix CA reference so serial increases properly. Remove variable for feature ↵jim-p2017-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | that didn't work out. Ticket #7527
* | | | | Stop using pecl-ssh2Renato Botelho2017-07-061-2/+0
| | | | |
* | | | | Restructure how certificate types and SANs are handled in the cert manager ↵jim-p2017-07-061-24/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677 NOTE: Attributes such as SANs and KU/EKU cannot be copied from a CSR when signing due to a deficiency in OpenSSL's x509 functions (they do not support "copy_extensions" at this time). They must be specified manually.
* | | | | Removed MSS clamping exclusionsRobbert Rijkse2017-07-061-4/+1
| | | | |
* | | | | Several complaints of unbound problems after commiting, so back this out. ↵jim-p2017-07-061-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Change the way unbound is stopped when the process is being restarted, to give the old process enough time to exit cleanly. Fixes #7326" This reverts commit 38d110824c87ff60c6289c0432d55009586ceee4.
* | | | | Add the ability to set certificate type and SAN attributes in a CSR. Ticket ↵jim-p2017-07-051-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #7527 TODO: They are not carried over after signing in the GUI
* | | | | Fix some additional cases for CN->SAN handling, and move some code to a ↵jim-p2017-07-051-0/+27
| | | | | | | | | | | | | | | | | | | | function to avoid duplication for other pending uses. Ticket #7666
* | | | | Include User Agent information when update bogons listRenato Botelho2017-07-051-0/+8
| | | | |
* | | | | Remove extra spaces from User AgentRenato Botelho2017-07-052-3/+3
| | | | |
* | | | | Send uniqueid instead of UUID on user-agentRenato Botelho2017-07-052-6/+6
| | | | |
* | | | | Declare user_agent variable in the function it's usedRenato Botelho2017-07-051-10/+5
| | | | |
* | | | | Move uniqueid read to a function system_get_uniqueid()Renato Botelho2017-07-051-0/+18
| |_|/ / |/| | |
* | | | Change the way unbound is stopped when the process is being restarted, to ↵jim-p2017-06-291-6/+22
| | | | | | | | | | | | | | | | give the old process enough time to exit cleanly. Fixes #7326
* | | | unbound-control needs to know the config path or else it can't work ↵jim-p2017-06-291-2/+2
| |/ / |/| | | | | | | | properly. Fixes #7667
* | | Set a value for this variable in each case, so a previous value isn't ↵jim-p2017-06-291-0/+1
| | | | | | | | | | | | re-used in a loop.
* | | Fix missing '>' on /span tagSteve Beaver2017-06-271-1/+1
| | |
* | | Issue #7659 foreach warning on adding gatewayPhil Davis2017-06-251-6/+8
| | | | | | | | | | | | Signed-off-by: Phil Davis <phil@jankaritech.com>
* | | Respect GUI Login autocomplete preference settingSteve Beaver2017-06-231-1/+1
| | |
* | | Fix some other outdated linksjim-p2017-06-231-1/+1
| | |
* | | Correct intentingSteve Beaver2017-06-231-84/+84
| | |
* | | Code style cleanupSteve Beaver2017-06-231-8/+6
| | |
* | | Minor positioning tweak to login pageSteve Beaver2017-06-231-4/+1
| | |
* | | Match whitespace after $vhid when checking CARP status to avoid partial ↵jim-p2017-06-201-1/+1
| | | | | | | | | | | | | | | | | | matches. Fixes #7638 While here, fix variable references with braces and combine the two calls to grep into a single pattern.
* | | Merge pull request #3631 from doktornotor/patch-20Steve Beaver2017-06-201-0/+5
|\ \ \
| * | | Add missing includes to config.console.incdoktornotor2017-03-081-0/+5
| | | |
* | | | Fix spelling in commentSteve Beaver2017-06-201-1/+1
| | | |
* | | | Use more informative IDs in login page HTMLSteve Beaver2017-06-201-6/+6
| | | |
* | | | Don't display login CSS files in theme listSteve Beaver2017-06-201-6/+8
| |/ / |/| |
* | | Restore MITM warningSteve Beaver2017-06-191-23/+29
| | |
* | | Include host name if so configuredSteve Beaver2017-06-191-1/+1
| | |
* | | Restore cookie warning via pop-upSteve Beaver2017-06-191-9/+14
| | |
* | | Ignore loginpage color values from previous version that used the file nameSteve Beaver2017-06-191-1/+1
| | |
* | | Improved login page graphicSteve Beaver2017-06-191-62/+63
| | |
* | | Revised CSS for login pageSteve Beaver2017-06-161-6/+11
| | |
* | | Improve "new design" noticeSteve Beaver2017-06-151-1/+1
| | |
* | | Experimental login page designSteve Beaver2017-06-152-62/+84
| | | | | | | | | | | | Set your favorite color in System->General->"Login CSS file"
* | | Don't remove examples from packages as obsolete, some packages rely on the ↵jim-p2017-06-121-1/+0
| | | | | | | | | | | | files being there.
* | | Add Spanish (Argentina) to the list of available languagesRenato Botelho2017-06-091-0/+1
| | |
* | | Fix DNS wildcard support for LoopiaMartin Hagelin2017-06-091-1/+2
| | | | | | | | | Fix for the problem that wildcard CNAME records disappear from Loopia when doing a DNS update. As discussed here: https://forum.pfsense.org/index.php?topic=67793.0
* | | Merge pull request #3750 from PiBa-NL/20170606-denyconfigwritejim-p2017-06-071-0/+1
|\ \ \
| * | | permissions, log when user tries to save the configuration but has the 'deny ↵PiBa-NL2017-06-061-0/+1
| | | | | | | | | | | | | | | | config write' permission
* | | | Fix preg_match call without delimiter and also use preg_quote() to variable ↵Renato Botelho2017-05-301-1/+1
| | | | | | | | | | | | | | | | used in pattern
* | | | Merge pull request #3740 from stilez/patch-59Renato Botelho2017-05-292-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Don't create system notices for errors in user-entered ad-hoc PHP ↵stilez2017-05-271-1/+2
| | | | | | | | | | | | | | | | (diag_command.php)
| * | | create global for user code dir, in diag_command.phpstilez2017-05-271-0/+1
| | | | | | | | | | | | Going to try and stop user code generating notices, by putting it in a specific dir which doesn't give notices for syntax errors.
OpenPOWER on IntegriCloud