summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-293-5/+35
| | | | default of 1000 is too low for systems with >500 aliases.
* Add missing div tagjim-p2012-05-281-0/+1
|
* do a direct return, it will not find the PinReady commandsmos2012-05-261-1/+1
|
* Adjust the +CPIN? cmd so it works for huawei 3G sticks toosmos2012-05-261-1/+1
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-253-87/+194
| | | | | | | | 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-252-25/+26
| | | | 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
|
* Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* Fixes #2364. On busy pppoe servers it might take some time before mpd exits. ↵Ermal2012-05-231-0/+4
| | | | Check for this before trying to restart
* Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this ↵Ermal2012-05-231-1/+4
| | | | value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
* If specified use the default settings for bw limitation rather than 0Ermal2012-05-231-2/+2
|
* Prevent 2 instances of rc.prunecaptiveportal from running in parallell since ↵Ermal2012-05-231-0/+9
| | | | this might be a bad thing
* Make file names match to make this workErmal2012-05-231-1/+1
|
* Oops add forgotten global for configErmal2012-05-221-0/+1
|
* If extra bw attributes are supplied during reauthentication apply and log themErmal2012-05-221-3/+49
|
* Unlock if error occursErmal2012-05-221-1/+4
|
* Merge pull request #109 from marcelloc/patch-11Scott Ullrich2012-05-181-22/+139
|\ | | | | Patch 11
| * Include movable code to reorder list,save button, domtt title messages, also ↵Marcello Coutinho2012-05-181-22/+139
|/ | | | | | | | | | | base64 decode option, description and custom text to checkbox fields. New options need xml config to be included on package xml files, so no changes to packages that do not use these functions. I've sucessfully testes with imspector-dev, dansguardian and varnish code. Related post on forum with screenshots and full code http://forum.pfsense.org/index.php/topic,49322.msg262903.html#msg262903
* ntpdate was hanging, use the same hacky fix that works for ntpd and it works ↵jim-p2012-05-162-2/+2
| | | | too. All happy, even from a cold boot on ALIX 2d3 with no RTC battery.
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
|
* Fixup ntpd loggingjim-p2012-05-161-1/+1
|
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-164-16/+33
| | | | | | | | ntpdate sync but improve it so it can't get stuck forever. Conflicts: etc/rc.newwanipv6
* Hackish workaround for ntpd failing to move away from init when called from ↵jim-p2012-05-151-2/+2
| | | | within PHP 5.2, PHP 5.3 has a better workaround.
* Revert "Clear process signals before exec() or ntpd misbehaves if called ↵jim-p2012-05-151-3/+0
| | | | | | from PHP on i386." -- this only works on PHP 5.3 This reverts commit ac4bc5853f75a8f8467f5c53704f33e2066c3da6.
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* Clear process signals before exec() or ntpd misbehaves if called from PHP on ↵jim-p2012-05-151-0/+3
| | | | i386.
OpenPOWER on IntegriCloud