8 is even faster for apc cache according to Holger.
Add a notice when we configure rrd data on bootup.
Kill trailing space
Back out variable size cache, it slows things down. Why 12 megabytes is slower than 10 megabytes is a good question.
Automatically adjust apc cache by available memory.Suggested-by: SethImplemented-by: Scott
rc.linkup is a event queue of sorts. It needs to to loop through all arguments and process them in the order that they where received in.
Increase default cache size to 10 megabytes to make wraps happy again
Noticed-and-prodded-by: Holger
Make sure openntpd is installed since it is now in base
Commit forgotten theme files
Remove logging helper entries
s/18/08/
Use real interface name for now and fix the bug.
Woops, use correct function
Refer to the binat by its friendly interface name
Now that php is back to normal, back out the extension lines so that they are not loaded twice
Version bump
Be consistent on bootup.
IE:
Starting time sync...done.\n
instead of
Starting time sync ...
Bump php working max memory to 32 megabytes
Set default graph to processor
Remove reference to if=wan on the rrd link in the menu.Defaults are set in the page.
Commit system throughput graph
Allow for basic network boot configurationIn Use By: Seth
Set php extensions dir
Include curl
Allow multiple client tunnels via OpenVPN
Ticket #1265
Ok: fernando lemos
Load pcre.so module
Add xml.so
Hard code our php extensions directory to /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Do ourself a favor and start the time sync after we configured the interfaces.So we can actually sync to something.
Hopefully make the inteface_has_gateway function a lot more robust.We should handle real interface names nowAnd Uppercase friendly names.
Cleanup code, fix dropdown selection.
Make the AON FTP logic a bit more verbose.Add comments.
wpa_supplicant needs to have access to sending and receiving layer 2 (link layer) packets with two Ethertypes: EAP-over-LAN (EAPOL) 0x888e and RSN pre-authentication 0x88c7. l2_packet.h defines the interfaces used for this in the core wpa_supplicant implementation.
Found from: http://209.85.165.104/search?q=cache:O5NrMslxwKAJ:w1.fi/wpa_supplicant/devel/porting.html+wpa2+0x888e&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a
Tell the stray f to f off
Soft updates are handled in /etc/rc. Remove code.
Backout the snmp_bridge option. We can add it back when snmp_bridge.somakes it into releng_1 bsnmpd.
Do not forget to keep state on enc0 packets
Trigger a FSCK if required before switching on softupdates
Twiddle softupdates bits during console muting.
Full path to grep, add comment.
Handle enablesoftupdates on the full installation platform as well
Enable hidden option in system called enablesoftupdates which will turn on soft updates before mounting rw
I forgot, the ftp helpers on releng_1 are started from config.inc not pfsense-utils.inc (head)
Do not trigger the routed ftp logic for outside interfaces.This is coded blind, it needs a field test.
MFC [16853]Fix opt interface lookup
Restore PPPoE and WPA access through captive portal that was lost in last m0n0 sync.
s/metallic/nervecenter/Submitted-by: Gary Buckmaster
Re-add missing queues graphs
Remove public website from drop down
Show load balancer pool type in status
Show behaviour in type field
Correct function name
Add functions to return outside interface list and check if it has a gateway
Only install listen directive when value is filled in.
ctrl-c is handy in the shell. Do not lock out.
Do not show notice about rebooting. It is already shown prior.
Speed the leases page by another factor of 10.sub 2s load times.
Allow for more snmpd options. If we want (remote) cpu and process monitoring support (nagios).
Needs missing snmp_bridge.so to be committed into build!
Sleep for 2 seconds between restarting slbd
Do not write out STP to debugging .sh file if either interface is wireless, it confuses what we did previously.
MFC [16810]Don't sync proxyarp items, conflicts will occur
Only perform CARP work on VIPs if they're really CARP VIPsReported-by: Martin BeauchampMFC [16808]
Fix Fatal error: Cannot redeclare captiveportal_get_next_ipfw_ruleno() (previously declared in /etc/inc/captiveportal.inc:957) in /etc/inc/captiveportal.inc on line 985
Somehow pear.inc was commited to repo as PEAR.inc
Sync w/ m0n0wall:
update time zone data to reflect US/Canada DST changes
Sync w/ m0n0wall
When editing a CARP VIP do not complain about the VHID when the record id matches
Commit missed commit.Should add group outbound.
Fix syslog ordering for ntpdate.
Remove useless reboot enforcing code.
We do not need to enforce reboots.
Reload captive portal settings regardless. We do not need to enforce reboots.
Reload allowed mac addresses upon saving. We do not need to control a reboot scenario here.
Reload allowed ip addresses upon saving. We do not need to control a reboot scenario here.
Fix ajax image refresh
New page layout and UI for the rrd graphs.
Use actual interface information to check if we need ftpsesame or ftp proxyOtherwise the logic fails and does not install rdr rules.
Commit forgotten commit which is required for the ftp helper on routed interfaces.
DHCP Renew does "too much"
Ticket #1260
Addremove_freebsd_package() so that we can begin using it after 1.0.2 / 1.2 (which ever we decide to call it)
Stop service before sync
Only write to stream if it is open.
Show update percentages as XX%
Remove extra space while I am being ultra picky.
Remove non-needed \n
Dont forget global variable
Do not output Syncing packages twice, once is enough.
Further text cleanup
Cleanup console package installation text. Now it looks nice and tidy.
Honor $pkg_interface for console operations
Process post code above form so that the checkboxes get checked correctly.