summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Make is_pid_running function return more conisten results by using isvalidpidErmal2013-01-021-3/+1
|
* Enable mod_evasive if needed for CPErmal2013-01-021-2/+3
|
* Simpligy lighty config and send all lighty logs to syslog rather to a file ↵Ermal2013-01-021-58/+15
| | | | not readble by anything
* Make sure a device actually exists before trying to act on it. Fixes #2739jim-p2012-12-311-0/+3
|
* Also consider 0.0.0.0/0 here since it fails both these tests but is still a ↵RELENG_2_0_2jim-p2012-12-071-1/+1
| | | | valid/special config.
* Fix special build_commit tag that was broken from previous change to how it ↵Erik Fonnesbeck2012-11-201-1/+1
| | | | | | read the file with the commit ID. Backport of c578fb0fc6e768739013df8d7aa19f2616272f18
* Fixup kernel detection during upgrade process to ensure someone can't end up ↵jim-p2012-11-201-12/+4
| | | | with a kernel that doesn't exist any more.
* No need to do this here - we have a System > Advanced option that already ↵jim-p2012-11-201-2/+2
| | | | | | controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:" This reverts commit 6a68440b8a4fec4b6a5689553e27519e540f2643.
* Do not process ip options by default this is 2012Ermal2012-11-201-1/+2
|
* Do not allow autocomplete of the password field to avoid security issues:Ermal2012-11-201-2/+2
|
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-022-2/+25
| | | | | | | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen) Conflicts: etc/inc/util.inc usr/local/www/head.inc
* Fix reference to limitrulesjim-p2012-10-041-1/+1
|
* Make sure that the limits are included in the normal ruleset, otherwise pf ↵smos2012-10-021-0/+1
| | | | will use the defaults.
* Don't die silently if the time is too far off. Fix from: dhatzjim-p2012-10-021-0/+1
|
* Simplify schedules code and some styly nitsErmal2012-08-301-33/+13
|
* Be consistent on formatting to easy readingErmal2012-08-291-18/+21
|
* Restructure these IP/subnet tests so they don't break transport modejim-p2012-08-271-5/+4
|
* It's time...jim-p2012-08-141-1/+1
|
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
|
* Ensure this gets a set default value or things can breakjim-p2012-08-011-0/+3
|
* Move to RC4... almost there.jim-p2012-08-011-1/+1
|
* Silence tar command to not garble consoleErmal2012-08-011-4/+4
|
* Try to keep existing files rather than unlinking/replacing when restoring ↵jim-p2012-07-311-2/+2
| | | | the package libraries during a package removal. Needs some testing, but for NanoBSD it fixes #1049
* Supress the error message if the ldap bind doesnt happenWarren Baker2012-07-271-1/+1
|
* 99./8 is not private IP spaceChris Buechler2012-07-261-1/+0
|
* Expand cipher list and remove a cipher that Safari on iOS does not like ↵jim-p2012-07-181-1/+1
| | | | after recent lighttpd changes. Fixes #2553
* Correctly handle getopt so notifications are sentWarren Baker2012-07-111-1/+1
|
* Make sure one_pass i selected when CP is activeErmal2012-07-041-0/+2
|
* OpenVPN _servers_ can start on carp vips, just not _clients_.jim-p2012-06-291-2/+2
|
* CP Radius accounting wants bcmod() so we need to activate bcmath.jim-p2012-06-291-0/+2
|
* Bump 2.0.2 to RC3jim-p2012-06-271-1/+1
|
* Add missing globalWarren Baker2012-06-221-1/+1
|
* Put configured limits on rules.limits file and load them before loading the ↵Ermal2012-06-111-34/+26
| | | | ruleset. To avoid any issues with large rulests and options being loaded not first
* Actually do not try to reload everything during bootup since it will be done ↵Ermal2012-06-071-1/+1
| | | | by bootup code
* Do not blindly startup check_reload_status check firstErmal2012-06-071-1/+1
|
* Make lock files availble to all users for usage from php processErmal2012-06-061-1/+3
|
* Wrong branchErmal2012-06-055-234/+4
| | | | | | Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100" This reverts commit 477cc2bc24b4b0a36b2bc765c1bb4d79a2eacaed.
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-055-4/+234
| | | | users. Feature #2100
* Do not allow empty passwords since this might cause problems for some ↵Ermal2012-05-301-1/+1
| | | | authentication servers like ldap. Fixes #2326
* Fix input validation and import test.jim-p2012-05-301-1/+1
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-301-2/+20
| | | | | | | | | binding. Respect old ntp settings in the process. Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
* Don't display a "mobile" user without a username.jim-p2012-05-301-1/+2
|
* Bump to 2.0.2-RC2 after FreeBSD-SA-12:01 v1.1 and FreeBSD-SA-12:02jim-p2012-05-301-1/+1
|
* Up the default for tables to 3000jim-p2012-05-291-4/+3
|
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-292-5/+14
| | | | default of 1000 is too low for systems with >500 aliases.
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-251-0/+37
| | | | | | | | Implements #1986 Conflicts: usr/local/www/diag_ipsec.php
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-13/+24
| | | | that was getting the ports wrong with custom https+redirect on.
* Don't resolve on ipsec_get_phase1_dst() results, because ↵jim-p2012-05-241-1/+1
| | | | | | | | ipsec_get_phase1_dst() already does that before returning output. Conflicts: etc/inc/ipsec.inc
* Test for empty here, rather than !, so a blank value (as from mobile ↵jim-p2012-05-241-1/+1
| | | | clients) doesn't fall to the other tests.
* Disable logging for now since it will spam every 60secs * #usersErmal2012-05-231-1/+1
|
OpenPOWER on IntegriCloud