summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-09-171-0/+3
| | | | http://redmine.pfsense.org/issues/2294
* Use a better link here.jim-p2012-09-121-1/+1
|
* Don't skip over wrap_vga here.jim-p2012-09-121-0/+5
|
* Print a nice large warning on the PPTP page about it no longer being ↵jim-p2012-09-121-0/+1
| | | | considered secure.
* 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
|
* Protect against a potential infinite loop here.jim-p2012-08-011-1/+2
|
* 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
|
* Make use of product_nameWarren Baker2012-07-271-1/+1
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* 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
|
* LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-9/+3
| | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
* Add missing globalWarren Baker2012-06-221-1/+1
|
* This apparently is breaking reinstalls. Revert "Actually make reinstallpkg ↵jim-p2012-06-151-4/+1
| | | | | | remove the bionaries and really reinstall them" This reverts commit 3ddb92a6a52e2345684c11da72ef6853b82d2915.
* Revert "Remove missed line"jim-p2012-06-151-0/+1
| | | | This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.
* Remove missed lineErmal2012-06-151-1/+0
|
* Actually make reinstallpkg remove the bionaries and really reinstall themErmal2012-06-151-1/+4
|
* This should have been 2.1 only, and it's just causing some odd package ↵jim-p2012-06-122-43/+11
| | | | | | behavior on 2.0.2 (blank lines in squid's interface selection, for one). 2.1 has different code here anyhow. Revert "Added "interface_selection" type to enable interface selection in tinydns server" This reverts commit 05d908db3ad62e46eb22bb73e397ba8bf61cb36c.
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-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
* Provide a way to disable the pkg info linkjim-p2012-06-072-0/+8
|
* 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-056-250/+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-056-4/+250
| | | | users. Feature #2100
* Revert "Make the ppp-linkup script understand both address families."jim-p2012-06-041-13/+4
| | | | This reverts commit 310c29c6a6089f1766ac052572b532e736a2251b.
* Do not allow empty passwords since this might cause problems for some ↵Ermal2012-05-301-1/+1
| | | | authentication servers like ldap. Fixes #2326
* Rather than doig a string search do a proper matching of selected ↵Ermal2012-05-301-3/+4
| | | | interfaces. Fixes #2378
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-302-10/+7
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-305-7/+158
| | | | | | | | | 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
|
OpenPOWER on IntegriCloud