summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Ignore case when comparing package versionsPhil Davis2015-08-091-2/+2
| * | | | | | | Compare package version strings with compare_pkg_versionsPhil Davis2015-08-091-3/+5
| * | | | | | | Provide compare_pkg_versionsPhil Davis2015-08-091-0/+60
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Work around a chicken-and-egg problem in user syncing. See #5152jim-p2015-09-161-0/+3
* | | | | | | Merge pull request #1887 from doktornotor/patch-8Chris Buechler2015-09-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix identification of IPv6 interface with PPP-type ifaces and DHCP6 (2.2.x)doktornotor2015-09-081-1/+1
* | | | | | | | Remove useless log spam. Ticket #4102Chris Buechler2015-09-161-4/+0
* | | | | | | | Check if our version of roll data is valid and if necessary, initializeLuiz Otavio O Souza2015-09-151-0/+3
* | | | | | | | Only add 6rd rules if there is an IPv4 IP defined for the gateway,Chris Buechler2015-09-141-1/+4
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Misc encoding/display issues in the Load Balancer codejim-p2015-09-087-3/+19
* | | | | | | Encode server name in OpenVPN widgetjim-p2015-09-081-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #1834 from phil-davis/patch-1Renato Botelho2015-09-081-34/+69
|\ \ \ \ \ \
| * | | | | | Protect unset() with isset() for RELENG_2_2Phil Davis2015-08-281-34/+69
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1840 from phil-davis/patch-6Renato Botelho2015-09-081-0/+3
|\ \ \ \ \ \
| * | | | | | Handle multiple notices in the same second RELENG_2_2Phil Davis2015-08-291-0/+3
| |/ / / / /
* | | | | | Merge pull request #1844 from doktornotor/patch-5Renato Botelho2015-09-081-7/+0
|\ \ \ \ \ \
| * | | | | | remove routed service, is being handled by the package (RELENG_2_2)doktornotor2015-08-301-7/+0
| |/ / / / /
* | | | | | Merge pull request #1845 from doktornotor/patch-6Renato Botelho2015-09-081-1/+6
|\ \ \ \ \ \
| * | | | | | make sure that cron is running before reconfiguring it (RELENG_2_2)doktornotor2015-08-301-1/+6
| |/ / / / /
* | | | | | Merge pull request #1835 from phil-davis/patch-2Renato Botelho2015-09-081-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Redmine #4925 Fix version comparison for RELENG_2_2Phil Davis2015-08-281-2/+2
| |/ / / /
* | | | | Encode auth server name before display.jim-p2015-09-045-7/+7
* | | | | Encode alias description details before attempting to display them.jim-p2015-09-011-2/+2
* | | | | Encode the rule description before displaying back to the user in an error wh...jim-p2015-09-011-1/+1
* | | | | Strip HTML tags from a notice to avoid a potential XSSjim-p2015-09-011-1/+1
|/ / / /
* | | | Encode OpenVPN descriptions before display on OpenVPN statusjim-p2015-08-271-2/+2
* | | | Encode the OpenVPN server description before display on OpenVPN statusjim-p2015-08-271-2/+2
* | | | Ensure the current RRD graph category is encoded before displayjim-p2015-08-271-1/+1
* | | | Fix handling of the description in the shaper code.jim-p2015-08-241-4/+4
* | | | Fix titles in status.php, filename can't have a slash.jim-p2015-08-201-2/+2
* | | | A few misc updates to status.php:jim-p2015-08-201-3/+6
* | | | Fix source address selection on Test Port to handle VIPs properly.jim-p2015-08-181-1/+9
* | | | Fix a potential XSS in voucher testing.jim-p2015-08-181-2/+2
* | | | Properly declare an error when a too-short voucher is submitted.jim-p2015-08-181-1/+5
* | | | The "enableallowallwan" script should also allow bogons, or it makes running ...jim-p2015-08-131-0/+2
* | | | Add support for LDAP RFC2307 style group membership. Implements #4923jim-p2015-08-132-9/+50
* | | | Provide an LDAP server timeout field. Default to 25 seconds. Part of ticket #...jim-p2015-08-132-2/+28
* | | | Don't lowercase the whole group namejim-p2015-08-121-2/+2
* | | | Fix GUI auth from RADIUS to grab group names from the Class attribute. Implem...jim-p2015-08-125-9/+34
|/ / /
* | | only read file if it exists, and only foreach if an array.Chris Buechler2015-08-031-8/+13
* | | Allow to create empty bogons on nanoBSDPhil Davis2015-08-031-4/+8
* | | This is handled above now.jim-p2015-07-301-1/+0
* | | More safety belts on CP DB openjim-p2015-07-301-0/+13
* | | Take more care when attempting to open the CP database. Don't assume it's val...jim-p2015-07-301-0/+10
* | | Reinitialize the captive portal database for a zone if it is corrupt/unreadab...jim-p2015-07-301-4/+19
* | | remove the destination server's interface(s) from dhcrelay. Ticket #4908Chris Buechler2015-07-301-132/+6
* | | remove more old, unused platform stuffChris Buechler2015-07-302-6/+0
* | | Fix killing of individual states for IPv6. Ticket #4906Chris Buechler2015-07-301-11/+27
* | | fix whitespaceChris Buechler2015-07-301-4/+4
* | | Use the appropriate source and dest IPs for all state types. Ticket #4907Chris Buechler2015-07-301-2/+10
OpenPOWER on IntegriCloud