summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow option to specify just 1 of user and pass in OpenVPN .up filePhil Davis2015-05-301-3/+3
|/ | | | | | | | | | | | | | As per comment in https://redmine.pfsense.org/issues/3633 sometimes the server end only requires a password, no username. Usually 1 long string that serves as the hard-to-guess authentication. OpenVPN expects something to be on the first line of the ".up" file - traditionally called the username. It also insists on the second line being present, but is happy with it being empty - this is the authentication information traditionally called "password". Let the user put the single piece of authentication information in either the Username or Password field on the web GUI - whichever they feel comfortable calling it. In the ".up" file it has to always be the first line to keep OpenVPN happy.
* remove pointless filter on dhcp static mappings tableWill Boyce2015-05-302-3/+1
|
* Merge pull request #1585 from jlduran/dnsmadeeasyRenato Botelho2015-05-301-2/+3
|\
| * Add support for DNS Made EasyJose Luis Duran2015-05-251-2/+3
| | | | | | | | | | | | Documentation: http://www.dnsmadeeasy.com/dynamic-dns/
* | Merge pull request #1700 from phil-davis/system-hrRenato Botelho2015-05-303-331/+372
|\ \
| * | Code style system h and rPhil Davis2015-05-303-331/+372
| | |
* | | Merge pull request #1699 from phil-davis/system-gRenato Botelho2015-05-306-493/+627
|\ \ \
| * | | Code style system gPhil Davis2015-05-306-493/+627
| |/ /
* | | Merge pull request #1698 from phil-davis/system-firmwareRenato Botelho2015-05-305-295/+379
|\ \ \
| * | | Code style system firmwarePhil Davis2015-05-305-295/+379
| |/ /
* | | Merge pull request #1697 from phil-davis/patch-3Renato Botelho2015-05-301-5/+7
|\ \ \
| * | | system_firmware_restorefullbackup add missing p end tagPhil Davis2015-05-301-5/+7
| |/ / | | | | | | and format this block so it is clear which tags start and end where.
* | | Merge pull request #1696 from phil-davis/system-cRenato Botelho2015-05-303-393/+571
|\ \ \
| * | | Code style system CPhil Davis2015-05-303-393/+571
| |/ /
* | | Merge pull request #1695 from phil-davis/system-aRenato Botelho2015-05-308-770/+970
|\ \ \
| * | | Code style system aPhil Davis2015-05-308-770/+970
| |/ /
* | | Merge pull request #1694 from phil-davis/patch-2Renato Botelho2015-05-301-1/+1
|\ \ \
| * | | system_authservers text typoPhil Davis2015-05-301-1/+1
| |/ /
* | | system_advanced_network small grammar changesPhil Davis2015-05-301-6/+5
|/ / | | | | | | "to tunnel" instead of "to tunneling" Text for "prefer IPv4" reads better as 2 sentences.
* | Code style services unboundPhil Davis2015-05-285-331/+420
| |
* | Merge pull request #1471 from Talyrius/masterRenato Botelho2015-05-282-2/+42
|\ \
| * | Add RTMP to the Traffic ShaperTalyrius2015-02-042-2/+42
| | |
* | | L7 protocols: add rtmp, sync bittorrent, finger and quake-halflife with ↵Renato Botelho2015-05-284-4/+22
| | | | | | | | | | | | l7-protocols
* | | Merge pull request #1444 from oliwel/feature/easyrule-unblockRenato Botelho2015-05-281-2/+21
|\ \ \
| * | | Fix comment styleOliver Welter2015-05-271-3/+3
| | | |
| * | | Merge branch 'master' into feature/easyrule-unblockOliver Welter2015-03-03113-363/+574
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc
| * | | | Derive name from easyrule block alias from the scripts nameOliver Welter2015-01-181-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Allows to use different block lists by using symlinks to the easyrule CLI script
| * | | | Add showblock and unblock options to easyrule CLI toolOliver Welter2015-01-181-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block rules added with easyrule block.... can now be listed and removed using the easyrule tool. This is handy to be used with external IDS like tools, e.g fail2ban.
* | | | | Merge pull request #1033 from aqueeb/masterRenato Botelho2015-05-281-1/+2
|\ \ \ \ \
| * | | | | Added the Stateless DHCP Dropdown hereaqueeb2014-03-221-1/+2
| | | | | |
* | | | | | Code style services r s wPhil Davis2015-05-274-580/+639
| | | | | |
* | | | | | Merge pull request #1081 from PiBa-NL/cert_usageErmal LUÇI2015-05-271-0/+21
|\ \ \ \ \ \
| * | | | | | add is_array safety checkPiBa-NL2014-04-131-0/+2
| | | | | | |
| * | | | | | Certificate Manager, call packages plugin function to show used certificatesPiBa-NL2014-04-131-0/+19
| | | | | | |
* | | | | | | Code style www diag more bitsPhil Davis2015-05-2728-721/+796
| | | | | | |
* | | | | | | Code style diag logs againPhil Davis2015-05-2617-653/+736
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while making a fix today I noticed that I had done these early-on and had not tabbed out the HTML nicely...
* | | | | | | Add tracker rule number to dynamic firewall logPhil Davis2015-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | Bug #4730 - the code was not there yet.
* | | | | | | Call htmlspecialchars() to remove dangerouns chars from zone parameter. Also ↵Renato Botelho2015-05-251-3/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | redirect user to services_captiveportal_zones.php when an invalid zone is passed
* | | | | | Merge pull request #1686 from phil-davis/service-rfc2136Renato Botelho2015-05-252-226/+271
|\ \ \ \ \ \
| * | | | | | Code style services RFC2136Phil Davis2015-05-242-226/+271
| | | | | | |
* | | | | | | Merge pull request #1685 from phil-davis/services-ntpRenato Botelho2015-05-253-568/+658
|\ \ \ \ \ \ \
| * | | | | | | Code style services NTPPhil Davis2015-05-243-568/+658
| |/ / / / / /
* | | | | | | Merge pull request #1684 from phil-davis/services-igmpRenato Botelho2015-05-252-205/+235
|\ \ \ \ \ \ \
| * | | | | | | Code style services igmpproxyPhil Davis2015-05-242-205/+235
| |/ / / / / /
* | | | | | | Merge pull request #1683 from phil-davis/www-services-dyndnsRenato Botelho2015-05-252-331/+379
|\ \ \ \ \ \ \
| * | | | | | | Code style services dyndnsPhil Davis2015-05-242-331/+379
| |/ / / / / /
* | | | | | | Merge pull request #1682 from phil-davis/www-services-dnsmasqRenato Botelho2015-05-253-362/+485
|\ \ \ \ \ \ \
| * | | | | | | Code style services dnsmasqPhil Davis2015-05-243-362/+485
| |/ / / / / /
* | | | | | | Merge pull request #1681 from phil-davis/patch-2Renato Botelho2015-05-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Unbalanced td tag in services_dnsmasqPhil Davis2015-05-241-0/+1
| |/ / / / / /
OpenPOWER on IntegriCloud