Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn back off zlib compression | Scott Ullrich | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | allow 127.0.0.1 and localhost for HTTP_REFERER checks | Chris Buechler | 2011-01-09 | 1 | -0/+4 |
| | |||||
* | Stop spewing backup info on bootup | Scott Ullrich | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | Add back booting check that existed prior to refcount code. We will improve ↵ | Scott Ullrich | 2011-01-07 | 1 | -1/+4 |
| | | | | upon this next week. | ||||
* | Ticket #621. sort the contents of array used for generating subject by keys ↵ | Ermal | 2011-01-07 | 1 | -3/+5 |
| | | | | so whenever we do subject comparison we will not have problem just because of the array keys ordering. | ||||
* | Need to use Unlink in tar | Scott Ullrich | 2011-01-07 | 1 | -12/+8 |
| | |||||
* | Shorten english | Scott Ullrich | 2011-01-06 | 1 | -5/+12 |
| | |||||
* | Scroll the textarea to bottom on each update | Scott Ullrich | 2011-01-06 | 1 | -1/+3 |
| | |||||
* | Take into account< 10 too | Scott Ullrich | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | When installing packages on console (downloading) only show every 10% ↵ | Scott Ullrich | 2011-01-06 | 1 | -1/+16 |
| | | | | meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc | ||||
* | Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txt | Scott Ullrich | 2011-01-06 | 1 | -1/+6 |
| | |||||
* | Fix package dependency check code now that we no longer nuke /var/db/pkg/ ↵ | Scott Ullrich | 2011-01-06 | 1 | -4/+22 |
| | | | | before operating on packages | ||||
* | Strip off the space between @depend and the package name. Otherwise it will ↵ | Scott Ullrich | 2011-01-06 | 1 | -1/+1 |
| | | | | return a space in front of the pkgname | ||||
* | Do not unlink file, it's handled by behind the scenes pkg-utils.inc code | Scott Ullrich | 2011-01-06 | 2 | -2/+0 |
| | |||||
* | Fix typo | Scott Ullrich | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Shorten repo download message | Scott Ullrich | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Do not show already installed messages which fill up the textarea too many times | Scott Ullrich | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Include pkg-utils.inc | Scott Ullrich | 2011-01-06 | 1 | -0/+1 |
| | |||||
* | Also CDATA protect the detail field. Fixes #1168 | jim-p | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵ | jim-p | 2011-01-06 | 1 | -1/+1 |
| | | | | config now and this just causes some characters to be lost on input. Ticket #1168 | ||||
* | Do not nuke /var/db/pkg now that 2.0 has better handling | Scott Ullrich | 2011-01-05 | 1 | -2/+0 |
| | |||||
* | Reinstall packages on bootup during console. Ticket #1156 | Scott Ullrich | 2011-01-05 | 2 | -1/+33 |
| | |||||
* | Ticket #491. Correct username/password name fields so upgrade works correctly. | Ermal | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | Actually use sigkillbypid. | Ermal | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Send a HUP to racoon which is equivalent to the reload-config racoonctl ↵ | Ermal | 2011-01-05 | 1 | -1/+3 |
| | | | | command which seems to not work in 0.7.3 of ipsec-tools. | ||||
* | Forgot to up the array count. | Warren Baker | 2011-01-04 | 1 | -3/+3 |
| | |||||
* | Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace. | Warren Baker | 2011-01-04 | 1 | -1/+5 |
| | |||||
* | Unbreak dns server colletion. Pointyhat: myself | Ermal | 2011-01-04 | 1 | -6/+16 |
| | |||||
* | Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵ | Scott Ullrich | 2011-01-04 | 1 | -3/+4 |
| | | | | needed for some heavily loaded servers running unbound, squid, etc | ||||
* | Ticket #943. Sleep 1 second to give dns time to reload. | Ermal | 2011-01-03 | 1 | -5/+2 |
| | |||||
* | Ticket #1141. Add missing sasl.inc | Pierre POMES | 2011-01-03 | 1 | -0/+422 |
| | |||||
* | Oops remove forgotten line and correct variable name error that seems to ↵ | Ermal | 2011-01-03 | 1 | -2/+1 |
| | | | | have existed from long time. Even though the file read is not used in pfSense this days! | ||||
* | Use glob instead of forking cat with glob patterns. Also use file() instead ↵ | Ermal | 2011-01-03 | 1 | -10/+12 |
| | | | | of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events. | ||||
* | Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵ | Ermal | 2011-01-03 | 1 | -1/+2 |
| | | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip. | ||||
* | When the parent interface of a pppoe is assigned do not remove the interface ↵ | Ermal | 2011-01-03 | 1 | -12/+24 |
| | | | | from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html | ||||
* | Turn zlib compression back on. Tested by and reminded by Pierre Pomes. ↵ | Scott Ullrich | 2011-01-03 | 1 | -1/+1 |
| | | | | Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him). | ||||
* | Remove uncessesary function call. | gnhb | 2011-01-03 | 1 | -1/+0 |
| | | | | | | | | | This function call is extraneous. mpd will automatically shut down existing mpd processes gracefully because we call it with the "-k" command line switch. In addition, this call causes mpd to be started twice in rapid succession when users have "dial on demand" enabled. This can lead to problems with orphaned netgraph nodes which can only be cleaned up via reboot. | ||||
* | Reshuffle code a bit. Prevent potential race condition between one mpd instance | gnhb | 2011-01-03 | 1 | -3/+5 |
| | | | | | | | shutting down and the second one starting. There's no need to kill mpd before restarting it since we always start it with the "-k" flag which means "wait for existing mpd process to exit gracefully before starting." | ||||
* | Ticket #1141. Typo error, use ->user to enable auth | Pierre POMES | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Ticket #1141. Add necessary stuff for smtp auth using sasl | Pierre POMES | 2011-01-02 | 7 | -1/+613 |
| | |||||
* | Improve parse_config to not be recursive for no reason. This fixes some ↵ | Ermal | 2010-12-30 | 1 | -54/+52 |
| | | | | strange cases of config lock being left held and blocking GUI. | ||||
* | Fix PHP warning related to recent update of apc extension. | Erik Fonnesbeck | 2010-12-30 | 1 | -8/+8 |
| | |||||
* | Allow entering an arbitrary subnet for outbound NAT translations. | jim-p | 2010-12-29 | 1 | -2/+3 |
| | |||||
* | Nuke newline | Scott Ullrich | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Add address pool support to outbound NAT. Allow specifying a subnet for ↵ | jim-p | 2010-12-29 | 1 | -10/+17 |
| | | | | outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool. | ||||
* | Ticket #802. During a config restore detect if the vlan interfaces need ↵ | Ermal | 2010-12-28 | 1 | -1/+14 |
| | | | | reassignment too. This might be problematic for other type of interfaces on 2.0! | ||||
* | Add radius port and radius accounting port to config if supplied. | Ermal | 2010-12-28 | 1 | -1/+7 |
| | |||||
* | Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's | Pierre POMES | 2010-12-28 | 2 | -3/+21 |
| | |||||
* | fix text | Chris Buechler | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Don't include rfc1918 in bogons | jim-p | 2010-12-27 | 1 | -3/+0 |
| |