Project

General

Profile

Activity

From 08/08/2008 to 09/06/2008

09/06/2008

11:33 PM Revision 254454a2: Hide misc errors that occur on / when we have a read-only filesystem (livecd).
Scott Ullrich
11:12 PM Revision 34781923: * Cleanup php fastcgi files better
* Remove *.tmp files Scott Ullrich
10:48 PM Revision 4f54dd23: Add conf.default to the unionfs roster
Scott Ullrich
10:36 PM Revision d948c0d4: Allow bin sbin and boot writing
Scott Ullrich
10:07 PM Revision 968453a3: Correctly use defaults
Seth Mos
10:06 PM Revision d4c3cc56: Correctly use defaults
Seth Mos
10:02 PM Revision 4f05fc73: Do not update platform on cvssync runs
Scott Ullrich
09:57 PM Revision b9c529eb: It is now technically possible to cvssync livecd for testing :)
Scott Ullrich
09:52 PM Revision 557784d2: Remove modulate state per ticket 1730
Seth Mos
09:50 PM Revision f52e1664: Remove modulate state from firewall rules edit page per request from cmb in ticket 1730
Seth Mos
09:44 PM Revision 2cab9166: Modify the reset_slbd.sh script a bit. Needs test.
Seth Mos
09:39 PM Revision 3e5dbb6e: rc.cdrom already outputs its status
Scott Ullrich
09:10 PM Revision 3c11bd3c: Minor re-work of OpenVPN configuration. Use operational modes to determine
what configuration options are appropriate. The operational mode dictates
the authentication method. They are defines...
Matthew Grooms
08:58 PM Revision 62eee255: Remove duplicate zoneedit
Seth Mos
08:47 PM Revision ab1a08b2: * Show operations in progress
* Increase /conf memory partition size to 6m Scott Ullrich
08:44 PM Revision f5780da7: Check in fix that hopefully fixes IPSEC on pppoe or pptp
Seth Mos
08:25 PM Revision bfc956c0: Move cvssync functions to /root/
Scott Ullrich
06:07 AM Revision 75cf30df: Use root unionfs, this saves a bit of memory.
Scott Ullrich
05:32 AM Revision 84e50dc8: Cleanup text
Scott Ullrich
04:41 AM Revision 12bf92ca: Move unionfs commands earlier
Scott Ullrich
04:34 AM Revision 9d847a1a: Correct CDROM check
Scott Ullrich
04:13 AM Revision a8d5dba4: * Mount /root unionfs writable
* Move unionfs mounting to earlier in the sequence Scott Ullrich
04:00 AM Revision c75c3809: Mount /usr/ with write access using UNIONFS.
Scott Ullrich

09/05/2008

10:47 PM Revision 91663045: Make the ftp proxy work again.
Seth Mos
12:20 PM Revision ec7f0db2: Move the ini_set() to bump the PHP memory limit to 32MB into config.inc
which is the first place this will trigger the memory limit. Seth Mos
03:16 AM Revision 0770c295: Remove the code that auto-generates an outbound NAT rule for traffic that
originates from a private network to a distant OpenVPN network. We don't
want to unconditionally hide all traffic beh...
Matthew Grooms

09/04/2008

10:51 PM Revision 3f066eb8: Disallow creation of user certificates until the user has actually been
created. This obviously won't work. Matthew Grooms
10:48 PM Revision ea28182c: Correct the path for OpenVPN client specific configuration files. When the
directory creation moved to the rc script, the path name was changed from
/var/etc/openvpn_csc to /var/etc/openvpn-cs...
Matthew Grooms
07:47 PM Revision 095a95ae: Revert to the previous method of referencing OpenVPN device names in the
filter.inc file. We now specify the openvpn device name which is actually
an os managed group. OpenVPN tap instances ...
Matthew Grooms
07:29 PM Revision 91224d9a: Modify the ssh toggle script so it at least runs. I suspect its broken in
a more subtle way however. Connected client don't appear to disconnect. Matthew Grooms
05:43 PM Revision 16f9b391: More array checks.
Ermal Luçi
05:36 PM Revision 4dc589ef: Correct array depth in is_array check
Seth Mos
05:13 PM Revision 8411b218: Bump the system dh-parameters file to 2048 per request on dev@.
Matthew Grooms
04:59 PM Revision a5d223c6: Add checks when an array its expected to avoid errors from php.
Reported-by: Seth Ermal Luçi
03:40 PM Revision df81417f: Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by ...
Matthew Grooms

09/03/2008

09:25 PM Revision e65c9c12: Major whitespace cleanup. Remove a useless html table.
Matthew Grooms
09:03 PM Revision d591e2e1: Major whitespace cleanup. Fix some html table column class mismatches that
made for ugly output Matthew Grooms
09:02 PM Revision f5054d57: Fix some html table column class mismatches that made for ugly output.
Matthew Grooms
08:33 PM Revision d97ab688: Cleanup some of the authentication code. Fix the problem where you must
navigate away from the initial page twice to get somewhere. Remove some
of the cruft that was no longer used. Don't u...
Matthew Grooms
06:20 PM Revision a0d4c5da: Correct all double click action urls in the main IPsec config screens.
Reported by Seth. Matthew Grooms
05:52 PM Revision bfea87ff: Remove the page locking privileges after discussion with Scott on IRC. The
feature was confusing and offered little utility that I could see. If we
really need to provide serialized access to ...
Matthew Grooms
05:36 PM Revision 0fa1cc57: Backport NANO changes. This will only affect nano based builds
Scott Ullrich
05:33 PM Revision 89c1777a: Change the text in the privilege table row to read "Assigned Privileges"
instead of "Effective Privileges". This is in contrast to the user page
which also lists group privilege inheritance.
Matthew Grooms
05:26 PM Revision 782f0fcf: Make sure filter inc succeeds on large installs.
The PHP memory limit keeps locked at 12MB whilst setting the memory
limit from the php.ini directly doesn't work.
Seth Mos
05:25 PM Revision 322ac5a6: Correct a regression in the privilege system where pages were not being
matched correctly. Reported by Seth. Matthew Grooms
04:35 PM Revision 45335fc4: Hopefully fix wirless configuration issues on GUI part since the wireless code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.
Ermal Luçi
04:21 PM Revision c33e18c2: Allow to set the mtu higher than 1500 bytes on interfaces.
Ermal Luçi
04:19 PM Revision 58fe7e2b: Fix openvpn upgrade to look for right array.
Prevents Fatal parse error Seth Mos
04:19 PM Revision 8a648100: Actually fix problem with assigning number of interfaces greater than 10 or 20.
Ermal Luçi
04:16 PM Revision 9710f0fa: Oops forgotten curly.
Ermal Luçi
04:10 PM Revision 291f5195: OpenSSL is static now
Scott Ullrich
01:10 PM Revision d4f1ce8a: openssl is static in php now, was only changed in RELENG_1 previously
Chris Buechler
04:13 AM Revision 1cb0b40a: Correct problems with OpenVPN that prevented the lzo compression and pass
tos options from being set correctly in configuration files. Matthew Grooms
03:53 AM Revision 93823b10: Add options to export ca, certificate and user certificate data from the
webui. Matthew Grooms

09/02/2008

11:23 PM Revision 7da11804: OpenSSL is now in the base php
Scott Ullrich
10:42 PM Revision a174a5ac: Use newer php5 features, to be safer on upgrade side.
Ermal Luçi
10:01 PM Revision 0b31cf3e: Correct a problem with the setup wizzard. It was using a legacy method to
set the administrative password. This was causing failures while parsing
the xml file.
Matthew Grooms
09:39 PM Revision 1c8e901d: Correctly show interface column even on disabled interface cases.
Ermal Luçi
09:28 PM Revision 479ace0c: Now that php is being compiled with OpenSSL, remove the php.ini line that
loads the extension. It is no longer required. Matthew Grooms
09:27 PM Revision ddee43a5: Now that we are delaying the creation of OpenVPN dh parameters, it appears
we need an explicit call to write_config() to ensure the data is saved. Matthew Grooms
09:23 PM Revision bb345bba: Make sure that convert_friendly_to_real also works for disabled interfaces.
Seth Mos
08:52 PM Revision a9d8f977: Enclose interface in curly brackets to prevent filter errors.
This handles the multiple openvpn interfaces retuned from the interface list.
This should probably review after the o...
Seth Mos
08:19 PM Revision a30782f3: Remove sleep
Make sure our tmp has the correct permission so we can trigger filter
reloads.
Seth Mos
08:07 PM Revision d97e6033: Commit forgotten change so we use the proper script for filter reloads.
Maybe failover works now :) Seth Mos
06:29 PM Revision 3cb54b54: Delay writing out the dh-parameters file if the paths have not yet been
initialized by the rc scripts. I hope this will make the initial boot
process more pleasant during install. If not, I...
Matthew Grooms
06:06 PM Revision 544156a7: Convert items to long if format
Scott Ullrich
06:03 PM Revision dda5c8d9: Start proxy at 8020
Scott Ullrich
05:55 PM Revision 359e3f6a: use long if statement, it appears the compact tests are failing. And
life is to short to worry "why". Scott Ullrich
04:46 PM Revision e9e7d501: Modify all the default configuration files to ensure the versions match.
While in globals.inc, remove the easyrsa path and do some whitespace
cleanup.
Matthew Grooms
04:22 PM Revision b8e0d152: Create resolv.conf earlier in the boot process
Scott Ullrich
04:20 PM Revision 87385bf4: Create resolv.conf earlier in the boot process
Scott Ullrich
03:47 PM Revision 81f82bf7: Fix problem reported on http://forum.pfsense.org/index.php/topic,10984.0.html.
Actually this is a dumb php susbstr() function behaviour since the code logic was fine.
Either way this fixes the pro...
Ermal Luçi
03:19 AM Revision 47fa7acf: Make edit pages look consistent
Pointed out by: sullrich@ Bill Marquette
02:29 AM Revision d1475c67: Use apc on cli, too
Scott Ullrich
12:55 AM Revision 5af041ed: s/16/17
Noticed-by: cmb Scott Ullrich

09/01/2008

09:34 PM Revision 496a1349: PPPoE has been moved to Services. Rename page titles.
Scott Ullrich
07:43 PM Revision de9a0292: Add icmplim when upgrading configuration from 1.2.1
Scott Ullrich
07:41 PM Revision 8bb574b6: Set net.inet.icmp.icmplim to 500. Apparently the low setting of 200
wrecked Seths firewall on upgrade due to overwhelming amounts of icmp
packets.
Scott Ullrich
07:38 PM Revision 3828b68a: Set net.inet.icmp.icmplim to 500. Apparently the low setting of 200
wrecked Seths firewall on upgrade due to overwhelming amounts of icmp
packets.
Scott Ullrich
09:15 AM Revision 2de2f25c: Disable DPD per default. It is not always safe and can result in
flapping tunnels. Seth Mos
01:11 AM Revision 82b61e6b: Don't create the standard OpenVPN paths in openvpn_resync_all(). These are
now created during the bootup process. Matthew Grooms

08/31/2008

09:46 PM Revision b3251a0c: * Do not return on CDROM platform
* Use @ to send error to /dev/null Scott Ullrich
08:55 PM Revision 9f85112d: Create /var/etc/openvpn-csc as well
Suggested-by: mgrooms Scott Ullrich
08:06 PM Revision 67df0c62: Ensure /var/etc/openvpn exists
Scott Ullrich
06:48 PM Revision 2372853d: Do not try to convert twice the real interface to the friendly descr. This fixes the empty interface column on System Logs->Firewall tab log viewer.
Ermal Luçi
05:06 PM Revision 67ac4e8d: Integrate part of the patch from ticket #1807.
The other part is already done on pppoe_up script in /usr/local/sbin. Ermal Luçi
04:14 PM Revision 278aa4f4: Check if items are an array before treating them as such.
Ermal Luçi
03:34 PM Revision e53c01b2: Determine real interface by the new $if
Seth Mos
03:13 PM Revision ca572204: Fix detection if an interface is part of bridge.
Ermal Luçi
03:11 PM Revision 7a701b1e: Fix error checking for wireless interfaces being part of a bridge which is allowed only in hostap mode.
Ermal Luçi
02:44 PM Revision 74d65827: Fix detection if an interface is part of bridge.
Ermal Luçi
02:42 PM Revision 9a1c227e: Fix detection if an interface is part of bridge.
Ermal Luçi
02:38 PM Revision b47c94bd: Fix forgotten bridge configuration knob rename.
Ermal Luçi
02:27 PM Revision 14e58758: Fix detection if an interface is part of bridge up to date.
Ermal Luçi
01:47 PM Revision 63182e60: Bring bridge related support functions up to date with the other bridge code.
NOTE: that the function link_int_to_bridge_interface needs a friendly interface as a parameter now i.e. "wan/lan/optX". Ermal Luçi
02:29 AM Revision 6a418ab7: Ensure $g is populated by reading in globals.inc
Scott Ullrich
02:12 AM Revision b8e4d276: Revert.
Scott Ullrich
01:56 AM Revision a3eab43c: Remove  
Scott Ullrich
01:49 AM Revision ccce75df: Appear for both cases
Scott Ullrich
01:45 AM Revision 555249dd: Change // to /
Scott Ullrich
01:40 AM Revision e6c4670d: Reverse fade order
Scott Ullrich
01:16 AM Revision 39fb9874: Fade out edit box when we are browsing. Fade it back in when file is loaded.
Scott Ullrich
12:58 AM Revision 8e78c1cf: Bold the current working directory
Scott Ullrich
12:55 AM Revision 53424df2: Wire up Home icon to /
Scott Ullrich
12:52 AM Revision 40631e86: * Move directory up to line next to home icon
* Do not   so many times, it looks awkward Scott Ullrich
12:04 AM Revision fdb38c10: We do not have a toolbox on RELENG_1.
Scott Ullrich

08/30/2008

11:42 PM Revision 5f66d2d6: Add missing /
Scott Ullrich
11:38 PM Revision 9dd502ad: Add missing files
Scott Ullrich
11:34 PM Revision 0d6a185a: Backport edit.php from HEAD, which is Dead, Zed.
Scott Ullrich
11:33 PM Revision b6617403: Correct a typo that could cause problems for openvpn if a client specific
override existed. A space was omitted in the listtags array which was
causing the openvpn-csc tag to be merged with t...
Matthew Grooms
10:45 PM Revision 33a398a5: When upgrading a configuration, validate openvpn configuration entries as
arrays before treating them as such. Matthew Grooms
08:20 PM Revision 47c00c09: move CSS header to correct location
Scott Ullrich
08:13 PM Revision dddf4c16: Remove CSS class from interface dropdown, we do not have icons on RELENG_1.
Scott Ullrich
08:09 PM Revision 0cece4a2: Add CSS header
Scott Ullrich
08:07 PM Revision 56d4e7fb: Add CSS Header
Scott Ullrich
08:03 PM Revision e22987a4: Add CSS header
Scott Ullrich
07:59 PM Revision 3ea901d8: Add CSS headers
Scott Ullrich
07:58 PM Revision e091cb45: Add CSS Header
Scott Ullrich
07:56 PM Revision 2a6cb2d6: Add CSS header like most pages already have
Scott Ullrich
07:52 PM Revision c823d56b: Show header when alias is not in use
Scott Ullrich
07:50 PM Revision fa157587: Add CSS header like other pages use.
Scott Ullrich
07:46 PM Revision ae5b49b1: Dress page up with a CSS header like other pages use.
Scott Ullrich
07:45 PM Revision 6ad8bd3a: Dress GIF edit page up with a CSS header like other pages use.
Scott Ullrich
07:44 PM Revision 16dcce2a: Dress GRE edit page up with a CSS header like other pages have.
Scott Ullrich
07:44 PM Revision 478e3e65: Dress PPP configuration page up with a CSS header like other pages use.
Scott Ullrich
07:43 PM Revision 9dad4f31: Dress VLAN edit page up with a CSS header like other pages use.
Scott Ullrich
07:39 PM Revision 34834d88: Remove CSS field assignment which is moving the text over to make
accomidations for a blank icon. Scott Ullrich
07:13 AM Revision b1de6b8b: Show playback commands avaiable
Scott Ullrich
06:14 AM Revision ba363183: Center status box
Scott Ullrich
05:12 AM Revision 6c7aa8d8: Spelling correction
Scott Ullrich
04:30 AM Revision 2dc9ff46: Back cols back by 10
Scott Ullrich
04:24 AM Revision 2a5a9c6a: * Output if SSH is enabled
* Kill SSH server but leave open ssh sessions Scott Ullrich
04:12 AM Revision fa58f9a0: Increase textarea size a bit more.
Scott Ullrich
04:10 AM Revision eef938b5: Really show all items
Scott Ullrich
04:08 AM Revision 3244aa21: * Show all areas for restore dropdown
Scott Ullrich
04:02 AM Revision 5542b8f5: * Add a nunmber of missing config areas including openvpn
* Sorta by alpha area name Scott Ullrich
03:50 AM Revision f47e0c8a: Initialize string
Scott Ullrich
03:49 AM Revision b3277798: Only show areas that have data in them in the backup selection screen.
Noticed-by: mgrooms Scott Ullrich
03:18 AM Revision cc0ef90e: Unbreak wizard.
Pointy-hat-to: me Scott Ullrich
03:09 AM Revision acc4d425: Do not show Apply button after saving by changing save text slightly.
Scott Ullrich
02:51 AM Revision 8202999e: Make page look more consistent by adding a listtopic CSS entry for System
Scott Ullrich
02:48 AM Revision 543bfa42: Correct title / location
Scott Ullrich
02:35 AM Revision 43ac3acf: Move WAN interface to appear first now that the interface code
programatically enumerates the interfaces. Not sure if we need
upgrade code to move the interface order.
Scott Ullrich
02:29 AM Revision 55251f1a: Output file we are copying. Somehow it appears that niftyjsCode.js
is failing to copy. Scott Ullrich
02:11 AM Revision 79d28f42: Ignore return text on sysctl commands
Scott Ullrich
02:07 AM Revision 5fec455a: * Add nohaltonerror() (default is to halt on error)
* Add sethaltonerror()
* Cleanup error on text handling
Scott Ullrich
01:43 AM Revision 5be2fc35: Add $Id: $
Scott Ullrich
01:23 AM Revision e5d43d93: Convert CARP interface related code to use CmdCHAIN for easier debugging.
Scott Ullrich
12:47 AM Revision 9e6feb05: Looks like we need guiconfig.inc for extra widgets.
Scott Ullrich
12:42 AM Revision a091a50d: Close PHP tag.
Scott Ullrich
12:41 AM Revision c7b8b46a: * We do not need guiconfig.inc. This fixes the sudden burst of javascript
that is populated on the dashboard on first load.
* Close PHP tag
Scott Ullrich

08/29/2008

11:33 PM Revision 26831efb: Revert commits
Scott Ullrich
11:26 PM Revision 65b5a8b0: Turn back on console
Scott Ullrich
11:19 PM Revision 1c4fad45: Revert commit, it appears the console is no longer spawning
Scott Ullrich
10:55 PM Revision 34bc1324: Store the OpenVPN system DH parameters contents in the config.xml file so
it is not generated each time on embedded systems. Problem reported by
Scott.
Matthew Grooms
10:45 PM Revision d9699f96: Show correct labels for psuedo databases.
Seth Mos
09:31 PM Revision e3c398b7: Imports ttys changes from m0n0wall
Scott Ullrich
08:12 PM Revision 21c0840d: Add rum wireless interface that is supported now in 7.x
http://forum.pfsense.org/index.php/topic,10581.0.html Scott Ullrich
08:12 PM Revision 8edb3385: Add rum wireless interface that is supported now in 7.x
http://forum.pfsense.org/index.php/topic,10581.0.html Scott Ullrich
12:16 AM Revision c82c89ac: Leave $j alone
Scott Ullrich
12:15 AM Revision b2a189a8: Show correct count of phase2 entries.
Scott Ullrich
12:11 AM Revision e1b74950: Show how many phase 2 entries are hidden.
Suggested-by: mgrooms Scott Ullrich

08/28/2008

11:58 PM Revision 539fcd7e: Correct some of the logic in the get_vpns_list() that was committed in the
last revision. Matthew Grooms
10:43 PM Revision ed2fba4d: Do not rdr tftp to tftp-proxy for local vpns for both tcp and udp. This
fixes the long standing bug of my voip phones being broken. Scott Ullrich
10:33 PM Revision 0bd7dfeb: Unbreak FTP when using IPSEC VPN's.
Scott Ullrich
09:53 PM Revision 5d9028b4: Remove empty trailing line at end of file.
Scott Ullrich
09:35 PM Revision 51d04181: oops, remove debugging code
Bill Marquette
09:24 PM Revision 9175156f: It makes no sense to show a enable/disable button when no carp interfaces
are configured. Do not show it under these conditions. Scott Ullrich
09:22 PM Revision 172bd075: Make page look OK when no carp interfaces are defined.
Scott Ullrich
09:21 PM Revision 0919224f: Bring in relay options for inbound load balancer
More work pending, this seems to generate proper configs
needs much more testing though
Bill Marquette
09:04 PM Revision 9557628b: Increase size of textarea so that debugging is much easier when
pasting large blobs of code. Scott Ullrich
09:02 PM Revision 0ed00839: Turn off interrupts/second until we can upgrade the parsing code to use
a regex and stop showing bogus information such as:
Interrupts/Second: hifn0 total
4125...
Scott Ullrich
08:19 PM Revision bd58d230: * Simplify by using $_REQUEST
* Hard code WAN description if it is blank Scott Ullrich
08:14 PM Revision fa550a17: Stop clobbering $if on local pages.
Scott Ullrich
05:25 AM Revision b1d78acf: Remove bogus quotes that made it in here
Bill Marquette
02:53 AM Revision 8ff5ffcc: Add support for export and import of encrypted configuration files. A set
of command line utilities for encypting and decrypting the files format
is available from the tools/config-crypto dir...
Matthew Grooms

08/27/2008

10:05 PM Revision 872d9195: Correctly validate required input fields for OpenVPN screens.
Matthew Grooms
08:07 PM Revision 61dda8f7: Fix a rendering bug in the new OpenVPN status page.
Matthew Grooms
07:52 PM Revision 63084885: Replace the old openvpn status page with a new implementation. We now add
a tcp management port option to each OpenVPN server. Instead of rooting
through the OpenVPN logs once a minute for st...
Matthew Grooms
04:19 AM Revision dc408939: Correct some problems with the filter code where we were calling foreach
on data that wasn't necessarily a valid array.
Modify the OpenVPN code to stop passing the array index around and th...
Matthew Grooms

08/26/2008

11:49 PM Revision f432e364: Set some important default values for the new OpenVPN interface screens.
Add functions and interface code to handle local port conflict detection
and resolution.
Matthew Grooms
11:06 PM Revision c3d42a86: Update the privilege definitions using the makepriv utility.
Matthew Grooms
10:20 PM Revision e28120e5: Dump the per-configuration dh parameters data. It make no sense to keep
this information in the configuration as its not specific to the server.
It only contains the parameters ( a safe lar...
Matthew Grooms
04:48 AM Revision d799787e: Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certifi...
Matthew Grooms

08/24/2008

12:30 AM Revision 667725ce: Use additional tables to improve the formatting of several IPsec checkbox
configuration options. Matthew Grooms
12:23 AM Revision 4e2af464: Only read ipsec phase1 configuration values that are relvent for the
configured authentication method. This silences harmless php warnings.
Reported by Scott Ullrich.
Matthew Grooms

08/23/2008

11:20 PM Revision f7ccb376: Minor nitpick, change - to +
Scott Ullrich
11:03 PM Revision abd378bf: Allow wrapping of phase entries.
Scott Ullrich
10:55 PM Revision 7099acf8: Rename button to -, we already show "- Show Phase 2" behind it.
Scott Ullrich
10:49 PM Revision b973b99a: Spell items correctly and name items correctly.
Scott Ullrich
10:48 PM Revision bbb58538: Add lisrrborder
Scott Ullrich
10:47 PM Revision 84b5f39b: Add fourth parameter NOBACKUP
Scott Ullrich
10:42 PM Revision 6064ed7b: Move format_bytes() to util.inc to match m0n0wall
Scott Ullrich
10:33 PM Revision ffbe9dae: Style boxen better.
Scott Ullrich
10:32 PM Revision b714ce04: Add listrborder element
Scott Ullrich
10:18 PM Revision 0a95b653: Add a Phase2 button and hide the phase 2 settings by default. Clicking the
button will unhide the phase2 block similar to our "Advacned" buttons on
various screens.
Scott Ullrich
09:43 PM Revision 5bba8dfb: Begin reformatting IPSEC screen. Give a bit more padding, shift
over a little and turn bacgkround to grey instead of red. Scott Ullrich
07:32 PM Revision fce61eda: Disallow the copy option for mobile phase1 entries. There can be only one.
Matthew Grooms
07:11 PM Revision 44bfd1fa: Import format_bytes() from m0n0wall
Scott Ullrich
01:33 AM Revision e186c99b: Update altq capable interfaces for 7.0
Scott Ullrich
01:32 AM Revision acdbfa04: Update altq capable interfaces for 7.0
Scott Ullrich
01:27 AM Revision 826982c5: Update spamd entries
Scott Ullrich
01:27 AM Revision ce9b6cbc: Update spamd entries
Scott Ullrich

08/19/2008

11:28 PM Revision 77a43cf0: Move is_wan_up() after the routing is configured.
Scott Ullrich
11:27 PM Revision 68cd47b3: Move ntpdate function down a bit after routing is configured.
Scott Ullrich
11:11 PM Revision 86a12a6f: Eliminate very annoying message on bootup "No process found".
Scott Ullrich
06:15 PM Revision c945d838: Fix some bugs in the pf filter generation code. If a user rule specified
a destination of lan, pptp or pppoe, generate_user_filter_rule() would
overwrite the source address instead of settin...
Matthew Grooms

08/18/2008

04:30 PM Revision 4f1842be: Commit changes submit by Rajkumar S:
Checks for file named /nanobuild and invokes /etc/rc.initdiskless if found, otherwise it follows the normal embedded ... Scott Ullrich
03:16 PM Revision e822dccc: Set memory_limit on bootup so large configurations don't blow up.
Seth Mos

08/17/2008

08:53 PM Revision cff1543c: attempt to fix ipsec for carp interfaces. Please test!
Seth Mos
08:27 PM Revision c7ab1fea: Touch up text
Seth Mos
08:27 PM Revision a5558110: Touch up text
Seth Mos
08:22 PM Revision 25bf86b1: Switch over to ipsec-tools setkey preferred over the native FreeBSD setkey
Seth Mos

08/15/2008

11:40 PM Revision 6946d43d: Add a script to assist in removing all packages and or the package
configuration file from the command line. Scott Ullrich

08/14/2008

04:39 PM Revision f51ef838: Fix nat entry.
Pointed-out-by: Wallabybob via forum Scott Ullrich
04:39 PM Revision ebd9c6d8: Fix nat entry.
Pointed-out-by: Wallabybob via forum Scott Ullrich
04:09 PM Revision 0750014f: Enable tcpmssfix option to mpd on pppoe case which allows things like Msn Messenger or site like msn.com to behave correctly otherwise communication problems arise.
Ermal Luçi
04:06 PM Revision 67473d80: * Move the interface detection of which interface is configured to the top so the pppoe reset function work correctly.
* Check is the array isset before referenceing it. Ermal Luçi

08/13/2008

09:14 PM Revision 7a6148e4: Bring the bridge checks up to date with the bridge changes.
Ermal Luçi

08/12/2008

09:24 PM Revision 6c0327f1: Remove bogus commands that adds a route to the new address pointing to dhcp.
It seems uncertain either to be a typo of $new_ip_address and $old_ip_address my test show that either cases it does ... Ermal Luçi
05:23 PM Revision b858851d: Sync max_requests and mac_procs with RELENG_1 which apparently helps
speed up the captive portal and helps with locking issues per Mark
Crane.
Scott Ullrich
05:18 PM Revision e4397563: Enable writev on all platforms which fixes large file uploads.
Scott Ullrich
05:08 PM Revision 17d9d2d2: Return after redirecting.
Scott Ullrich
05:08 PM Revision 6e41522c: Return after redirecting.
Scott Ullrich
04:58 PM Revision 40657838: Ensure we unlock captive portal before redirecting.
Scott Ullrich
04:57 PM Revision 8e90e1e4: Ensure we unlock captive portal before redirecting.
Scott Ullrich
04:53 PM Revision 89e3d8f3: Remove duplicate function portal_mac_fixed()
Scott Ullrich
04:51 PM Revision 8abb1030: Remove duplicate function portal_mac_fixed()
Scott Ullrich
03:46 AM Revision f7b35fcd: Ensure /var/etc/ssl exists
Scott Ullrich
03:46 AM Revision 388cb34e: Ensure /var/etc/ssl exists
Scott Ullrich
02:50 AM Revision 05a5e5c5: Simplify mod_expire statement
Scott Ullrich

08/11/2008

10:01 PM Revision 67b6ce8f: Forced commit to ensure this file stays out of the attic due to a missing
version in head. Matthew Grooms
09:49 PM Revision 58fdb8ad: Add a certificate list to the user object that can be managed using the ca
and user manager screens. Matthew Grooms
06:02 PM Revision f38ceb0d: Disable TCP extended debugging.
Scott Ullrich
06:00 PM Revision b51eff52: Disable extended TCP debugging.
Scott Ullrich
04:31 PM Revision 2eedb548: Remove debugging craft.
Ermal Luçi
03:56 PM Revision 60286f06: Do a better job of re-assigning admin privileges when the password reset
menu option is used. Reported by Scott and Chris. Matthew Grooms

08/10/2008

05:02 PM Revision 0d3f3e90: style(9)++.
Ermal Luçi
04:59 PM Revision b8d1c38b: Remove debugging code.
Ermal Luçi
04:54 PM Revision b6f3005c: Bring to functionality the editing of aliases.
* Cleanup uneccesary eval() use in php code
* Invrease on javascript the limits to 299 to really allow 299 entries
* ...
Ermal Luçi

08/09/2008

10:06 PM Revision fb673a31: `cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX`
Scott Ullrich
10:02 PM Revision 621084b5: Use outputCSSPrintFileInline() function
Scott Ullrich
09:49 PM Revision 8d236bfb: * Check if file exists
* Correct Javascript -> CSS incorrect assignment
* Restore inline functions
Scott Ullrich
08:39 PM Revision 8ea4b40c: fix typo
Chris Buechler
04:15 AM Revision fca80f85: Do not inline niftycssCode.css
Scott Ullrich
03:11 AM Revision 5fca0583: Output product names correctly
Scott Ullrich
02:29 AM Revision 07648d56: Unbreak 1.3 CP.
Scott Ullrich
12:06 AM Revision 64cc39d3: Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...
Certi...
Matthew Grooms

08/08/2008

09:10 PM Revision 0b0b6316: fix typo: http://forum.pfsense.org/index.php/topic,10847.0.html
Martin Fuchs
11:43 AM Revision 90ee3f4d: add MSN to well-known-ports
Martin Fuchs
 

Also available in: Atom