summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use is_numeric() to make sure $prefix is not 0Renato Botelho2017-05-151-1/+1
|
* Merge pull request #3604 from ↵Renato Botelho2017-05-151-1/+1
|\ | | | | | | enukane/fix/openvpn-ipv6-remote-netmask-0-treated-as-128
| * Fix parsing "::/0" as "::/128" on OpenVPN IPv6 Tunnel Remote networkenukane2017-03-031-1/+1
| |
* | Merge pull request #3556 from doktornotor/patch-3Renato Botelho2017-05-151-1/+1
|\ \
| * | Fix net.inet.ip.random_id tunable description (Bug #6087)doktornotor2017-02-191-1/+1
| | |
* | | Merge pull request #3559 from doktornotor/patch-4Renato Botelho2017-05-151-1/+1
|\ \ \
| * | | Request PD even if no interfaces are set to track6 (Bug #4544)doktornotor2017-02-191-1/+1
| |/ / | | | | | | See https://redmine.pfsense.org/issues/4544#note-4
* | | Allow a wider range of characters to be used in certificate fields, as laid ↵jim-p2017-05-111-0/+16
| | | | | | | | | | | | out by RFC 4514. Fixes #7540
* | | Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for ↵jim-p2017-05-101-0/+21
| | | | | | | | | | | | both. Fixes #7507
* | | Merge pull request #3719 from phil-davis/no-packagesRenato Botelho2017-05-101-5/+24
|\ \ \
| * | | get_pkg_info improve installed_pkgs_only casePhil Davis2017-05-021-5/+24
| | | |
* | | | Merge pull request #3579 from frankthetank/dyndns_dreamhostRenato Botelho2017-05-102-2/+292
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsense into ↵Frank2017-05-014-13/+19
| |\ \ \ \ | | |/ / / | | | | | | | | | | dyndns_dreamhost
| * | | | Removed previous invalid conditionals and replaced with guard flags.frank2017-05-011-17/+17
| | | | | | | | | | | | | | | Also updated some comments based on review / feedback.
| * | | | Aggregated case statements to avoid duplication.frank2017-05-011-8/+2
| | | | |
| * | | | Changes tab levels for new case/switch blocks to match K&R BSD style.frank2017-05-011-137/+137
| | | | | | | | | | | | | | | https://www.freebsd.org/cgi/man.cgi?query=style&sektion=9
| * | | | Added last tested date to DreamHost IPv4 record.frank2017-05-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I cannot add a test date to IPv6 because my local ISP does not support it yet. Dreamhost supports IPv6 records and I can manually alter an IPv6 address through the same API. I just can't test it through pfsense.
| * | | | Resolved some unusual formatting errors that crept into the request.frank2017-04-221-5/+5
| | | | |
| * | | | Merge branch 'master' of https://github.com/pfsense/pfsense intofrank2017-04-2117-122/+717
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dyndns_dreamhost
| * \ \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsense intofrank2017-04-0433-268/+733
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dyndns_dreamhost
| * | | | | | Switched API key usage from username to password fields for protection.frank2017-02-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents accidentally leaking the Dreamhost API key to casual router administrators.
| * | | | | | Implemented Dreamhost ISP dynamic DNS updates.frank2017-02-231-0/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dreamhost does not allow direct record updates through their API. Records must be deleted and then added. Unfortunately, to delete the record you must first retrieve the existing record to be able to pass back the old IP address for delete. Rather than copy what CloudFlare had done and embed several of the queries into its own update process I broke out some of the operations into _lookup_current and _remove(existing_ip) methods. This will allow for more consistent logging output if others use these features, too.
| * | | | | | Added Dreamhost and Dreamhost V6 to list of DYNDNS services.frank2017-02-231-2/+2
| | | | | | |
* | | | | | | Add OpenVPN GUI option for "fast-io" to clients and servers. Ticket #7507jim-p2017-05-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only compatible with UDP modes, and also not compatible with "shaper".
* | | | | | | Merge pull request #3721 from aaa2ppp/patch-1Renato Botelho2017-05-091-2/+6
|\ \ \ \ \ \ \
| * | | | | | | Update interfaces.incaaa2ppp2017-03-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Not defined pid file on starting choparp. The pfSense may not kill the program to reconfiguration.
* | | | | | | | Merge pull request #3723 from xygrec/dyndns-hover-sslRenato Botelho2017-05-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update dyndns.classxygrec2017-05-051-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #3724 from doktornotor/patch-1Renato Botelho2017-05-091-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix APU2 with coreboot v4.x detectiondoktornotor2017-05-061-0/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | See https://forum.pfsense.org/index.php?topic=106444.msg716558#msg716558
* | | | | | | | | Do not obsolete locale directoriesRenato Botelho2017-05-091-54/+0
| | | | | | | | |
* | | | | | | | | Only cache CP RADIUS Auth credentials when reauthentication is enabled. ↵jim-p2017-05-081-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7528
* | | | | | | | Fix #7508 stop write_config after reset_factory_defaultsPhil Davis2017-05-031-1/+21
| | | | | | | |
* | | | | | | | Add upgrade code to work around broken shaper rules from old wizard code. ↵jim-p2017-05-022-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #7434
* | | | | | | | Detect SG-2320/SG-2340 models and set initial config for themRenato Botelho2017-05-023-1/+25
| | | | | | | |
* | | | | | | | Show SAN, KU, and EKU info in the certificate list. Implements #7505jim-p2017-05-021-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.
* | | | | | | | save uniqueid during bootRenato Botelho2017-05-021-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix comparisons for CDATA tags in configPhil Davis2017-04-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some length numbers here do not match the strings they are comparing with. That looks very odd. Note that: ``` substr($ent, 0, 5) == "text" ``` will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc. So it depends what the intention was. If it was intended to match just "text" then I could be just: ``` $ent == "text" ``` If it was intended to match "text" "text1" "texta" etc, then it needs to be fixed like I suggest here.
* | | | | | | Always add the CN as the first SAN when creating a certificate in the GUI or ↵jim-p2017-04-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496
* | | | | | | Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321Renato Botelho2017-04-252-9/+12
|\ \ \ \ \ \ \
| * | | | | | | pkg_call_plugins put includefile and supported plugins in the normal ↵PiBa-NL2017-03-292-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.
* | | | | | | | Add German (Germany) to GUI after it reached 75%Renato Botelho2017-04-241-0/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #3549 from xygrec/patch-dyndns-hoverRenato Botelho2017-04-212-2/+62
|\ \ \ \ \ \ \
| * | | | | | | Update services.incxygrec2017-04-201-2/+2
| | | | | | | |
| * | | | | | | Update dyndns.classxygrec2017-02-161-0/+60
| | | | | | | |
| * | | | | | | Update services.incxygrec2017-02-161-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuseRenato Botelho2017-04-201-0/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | certificate manager, show 'in use' also for CA and CRL where certificates ↵PiBa-NL2017-04-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are in use by packages.
* | | | | | | | | Merge pull request #3700 from phil-davis/ifgwaddRenato Botelho2017-04-201-2/+473
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplify indexing of gateways arrayPhil Davis2017-04-201-5/+1
| | | | | | | | | |
OpenPOWER on IntegriCloud