Activity
From 02/04/2010 to 03/05/2010
03/05/2010
-
09:59 PM Revision 6b605c97: Till the flock issue is fixed open the races doors, place your bets please!
-
06:16 PM Revision 3de94477: Do not allow changing the name of the auth server. Resolves #399.
-
05:12 PM Revision eb0f4fc6: Default to http.
-
04:28 PM Revision 06f61915: Propperly initialize variables so they function is as expected.
-
04:19 PM Revision 01ba0a72: Fixed variable definition.
-
03:44 PM Revision 3435dc35: Make sure we have initialized vars.
-
03:40 PM Revision 907b435a: Catch up with php changes.
-
02:56 PM Revision 5db11366: Fix RIP code to be compliant with 2.0.
-
02:56 PM Revision ba8ec112: Do not try to load radius extension through PEAR because it will fail.
-
10:19 AM Revision 7dbaa205: Catch up with php5 changes on array.
-
03:59 AM Revision 9c2e9c13: Fixing the condition for the enable checkbox broke saving on wan and lan. Add a hidden enable field for wan and lan to fix any code that expects it to be there.
-
02:40 AM Revision 2993dcc2: Ticket #402. Check for external address of "any" on port forwards, since alias_expand only returns null in that case, and the port forward code would then use the IP address as the fallback.
-
12:15 AM Revision 27c0c7c6: Do not show pppoe/pptp/l2tp interfaces for assignment.
03/04/2010
-
04:37 PM Revision 7f9a1300: Remove specific ppp fields if the interface is not a ppp anymore this unbreaks the GUI in certain cases.
-
04:11 PM Revision 26586f7a: Ticket #400. Commit partial patch from this ticket.
-
03:55 PM Revision 864336aa: Remove the authentication fallback it does not have any meaning now.
-
03:41 PM Revision bb2e8e89: Remove test code.
-
03:38 PM Revision a1bed51b: Fix double include.
-
12:15 PM Revision 6f27412f: Ignore chmod errors for files that do not exist.
-
02:03 AM Revision 957e2f1f: Add a config diff option to the backup history, so you can view changes between revisions.
03/03/2010
-
11:41 PM Revision e327021d: Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.
-
11:22 PM Revision 39163f72: Ticket #393. Require once.
-
11:18 PM Revision 43ad432c: Ticket #396. Try to fix issues with missing include files or filesystem being in ro mode during operations.
-
09:58 PM Revision dfc7ab8c: Remove mentioning of the well gone ftp helper.
-
06:43 PM Revision f39fe79e: Ticket #314. Commit somewhat variant of patch provided on ticket to allow checking allow dns override.
-
06:33 PM Revision 2702fbaf: Resolves #392. Remove unused igmpproxy_import and its .gif reference.
-
06:20 PM Revision eda9b2b8: Ticket #340. Remove obsolete file on upgrade.
-
06:16 PM Revision 79d3a7cf: Ticket #259. Retrun only the first pid from the list that might be found. This should fix not killed dhclient processes.
-
06:00 PM Revision 9c6db17a: Remove the gateway even from the interface if it is used by it. Resolves #304.
-
05:21 PM Revision 409105ec: Remove dead code.
-
05:20 PM Revision ddd42db3: Put safe_write_file to the include it belongs to.
-
05:17 PM Revision 6280b10e: Do not try to upgrade from m0n0 config to pfSense config on every invocation of config.inc but only during bootup, basically this gives a lot of speed up in GUI.
-
05:13 PM Revision 8cd27a98: Do not allow negative numbers in session timeout. Ticket #378.
-
04:17 PM Revision 6306b5dd: Overhaul the user login system to use the Servers tab as its base.
- Fix quite a few problems down the way.
-
04:17 PM Revision f700f8da: Unly try to reload carps after bootup is complete.
-
09:52 AM Revision 333addaf: Add interfaces_wireless.php and interfaces_wireless_edit.php to priv.defs.inc
-
09:33 AM Revision f98bfed2: Remove the windows LF on this file to be usable on vi.
-
06:36 AM Revision b383e88b: Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist.
-
06:17 AM Revision 651fff4f: Add more descriptive mode names to the error messages.
-
05:35 AM Revision 597330aa: When more than a single wireless clone exists, verify that it is possible to change the mode.
-
03:29 AM Revision 6ba138b0: Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention.
-
03:26 AM Revision 3f23b74d: Only create the clone here if it does not exist, to prevent inadvertently destroying the clone before apply has been clicked.
-
03:12 AM Revision cccdc09f: Fix conditions for disable.
-
12:56 AM Revision e62e2f8b: Add tls-auth to server even when authenticating in user/pass mode.
-
12:41 AM Revision 7c52ac05: Remove unused var and stale comment.
-
12:27 AM Revision f9ac3784: Do not include tls-auth on authentication based only on user/pass.
-
12:24 AM Revision 94ca29a9: Use wireless_regex instead, because is_interface_wireless appears to be intended for assigned interfaces only.
-
12:10 AM Revision c5e2d1c3: Fix text and add more descriptive names to the modes.
-
12:03 AM Revision 867d444b: Unset variable.
03/02/2010
-
11:41 PM Revision 263e2b7e: Sync the mode of an assigned wireless clone with the mode on the page for creating them.
-
08:48 PM Revision 54b9de56: Allow openvpn server to authenticate only based on username/password credentials.
-
08:27 PM Revision acee624f: Do not allow same names on different auth servers. While here correct radius default ports.
-
08:19 PM Revision cc686d98: Add the neccesary foo for radius.inc to work.
-
07:41 PM Revision f4a4d91e: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/efonne-wireless_clones
- Approved-By: sullrich/cmb
-
05:23 PM Revision 8a6b0fbe: Add copyrights of myself.
-
05:10 PM Revision 006a162f: Take care of local authentication. Also when the user authenticates do not serach on other authentication sources.
-
05:07 PM Revision c61e4626: Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
-
10:21 AM Revision a13ce628: Do not allow login for expired and disabled users. Fix this even in openvpn authentication script. While here clean up the code quite a bit.
-
12:27 AM Revision d91f8b8c: User _ instead of </> so browser does not interpret it as html.
-
12:21 AM Revision c345f265: Do not show the passwd used to logon on logs. Also change the replace from $username to <username> so php does not try to do clever stuff.
-
12:14 AM Revision 366d0323: Allow the authentication scripts to detect configuration changes. Allow multiple OUs to be specified on basedn.
- 12:13 AM Revision d427154a: fix text
03/01/2010
- 11:11 PM Revision 96d7b761: use local-ttl 1. No reason not to, and it works around issue with Snow Leopard
-
10:46 PM Revision 1e52f18c: Merge commit 'mainline/master'
-
09:46 PM Revision 0c1b9688: The filter expects * and not a php variable.
-
09:33 PM Revision 81899dab: Its and and not an or.
-
09:11 PM Revision da3da9db: Some directories does not work with the prepended @basedn on the username take account of this.
-
09:04 PM Revision db746ce2: Use 0 when configuring tls-auth in server.
-
07:26 PM Revision b6d0c86f: Correct script used for OpenVPN authentication to actually work.
-
06:41 PM Revision 3198b8d3: Convert to int so the keylength is respected during sign.
- 12:36 PM Revision e4749e66: Correct typo in function name
- 11:00 AM Revision 84d07e67: Mute route delete message, regenerate resolv.conf as this also corrects static routes to the DNS servers.
-
10:35 AM Revision c6e1b0f5: Add intermmediate certificate support to CP config page.
- 02:15 AM Revision ceccec87: it's 2010
02/28/2010
02/27/2010
-
10:29 PM Revision 306b8ff7: On double click go to the wireless clone edit page. Also remove an unused variable.
-
08:48 PM Revision 9f9b88e2: Add link to download config from backup history. Ticket #268
-
08:28 PM Revision 85183d57: Add descriptive title to revert/delete config backup that shows when hovering. Also add confirmation prompt for revert or delete. Resolves #268
- 08:26 PM Revision eecc1817: revert unintentional change to system_usermanager_settings.php from last commit
- 08:24 PM Revision a64b5d3f: if reverted to HTTP, restart lighty
-
07:47 PM Revision 7b819cdb: A couple fixes for DHCP lease parsing. Ticket #374
- 05:41 AM Revision 9c94083f: work around perms issue with filter reloads, and issue where filter reloads before apinger status is marked as down
02/26/2010
-
11:23 PM Revision 423afd2d: Fix typo
-
11:18 PM Revision cd61fbc9: Fix typo
-
06:49 PM Revision fd22be34: Ticket #367. On double click go to the repective edit page.
-
06:27 PM Revision d70a5ac6: Ticket #313. Search if the string to be replaced really exists instead of doing a blind replace.
-
05:41 PM Revision a55cdcc0: Include propper includes.
-
05:37 PM Revision 2ee45728: Put this code on propper context.
-
08:01 AM Revision c059940b: Ticket #366. Fix scope problem in *_inuse functions on some of the interfaces_*.php pages.
-
08:00 AM Revision 9c17db74: Revert "Fix the check for whether the bridge is assigned."
- This reverts commit 3a669df20b0795b2e487fc033f86eacea7e6fdf4.
02/25/2010
-
11:48 PM Revision 23e69ae8: Ticket #363. Fix the number 1 report on this ticket. Properly show status of dyndns update.
-
11:07 PM Revision 0e1add13: Correct page name.
-
10:59 PM Revision 9bb8d542: Ticket #340. Remove bogus functions. Sort aliases the same way it is done on the aliases page.
-
10:27 PM Revision 40b0b541: Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots.
-
10:22 PM Revision 8b616f2c: Fix finding interfaces that support hwtagging.
-
09:15 PM Revision e57a441e: Resolves #381. If set change interface mtu, somehow this code got lost!
-
05:05 PM Revision 18011fb9: Add missing curley.
-
05:02 PM Revision b5f3549f: Include missing quotes.
- 01:06 PM Revision 653032b6: Set a+x
-
12:58 PM Revision 575a279a: Speed up and correct the finding of interfaces that support vlanmtu using the pfSense module.
-
12:02 AM Revision bc32eabf: Correct my name.
-
12:00 AM Revision 51ba2d3b: Add neccesary include.
02/24/2010
-
11:58 PM Revision e8a58de4: Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
- 11:36 PM Revision 44be6dba: fix previous commit
- 11:29 PM Revision bdadaf3c: Change default session timeout to 4 hours. Clarify text description. Remove limit of < 999 and other invalid/unnecessary input validation. Use product_name
-
07:05 PM Revision 16120707: Change clone_inuse to function in the same style as the other *_inuse functions in the interfaces_*.php files.
-
06:34 PM Revision 38b7d47d: Revert "Don't skip disabled interfaces when checking which are assigned." and fix an error propagated from this. (misread a parameter name when looking up the function)
- This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.
-
06:08 PM Revision 78dd5020: Prevent empty tags of creating <tag></tag> entries but instead just create them as <tag/> to be consistent. This fixes some empty arrays problems on the code.
-
03:27 PM Revision a1003d57: Ticket #375. When choosing to export only a subsystem by default do not export rrd data.
-
12:19 PM Revision e1bcba1f: Prevent errors when running without a lan defined interface. Also remove some dead code.
-
04:11 AM Revision 744187e8: When editing a P2: reset netmask to 24 only when it is not specified, in case of a new P2. Ticket #352
02/23/2010
-
11:11 PM Revision dae5589e: carp interfaces are now called vip's.
-
10:56 PM Revision 44088ce8: Ticket #356. Clear the interface configuration if neccessary. To avoid strange situation described in the ticket.
-
10:43 PM Revision 83f9c8ee: Ticket #304. Fix bogus dynamic entries in system->gateways after deleting gateways.
-
10:37 PM Revision 2eac3af4: Fix linking interface to vlans function so it works correctly.
-
10:37 PM Revision f2dd7568: Revert "Fix linking interface to vlans function so it works correctly."
- This reverts commit 930595154ccc8702befdd880f1c424b78040af2a.
-
10:34 PM Revision 93059515: Fix linking interface to vlans function so it works correctly.
-
10:16 PM Revision 84786936: Prevent wrong config file from being generated. Reported-by: http://forum.pfsense.org/index.php/topic,23090.0.html
-
07:04 PM Revision 762a24a3: Add proxy authentication capabilities to OpenVPN client.
-
01:00 PM Revision 7c53bc7b: Change method of displaying wireless clone interfaces on the assignment page.
-
11:54 AM Revision 82fccf3a: Allow changing the parent interface of an unassigned wireless clone.
-
11:22 AM Revision 1d072761: Add missing opening brace in the two new functions.
-
09:12 AM Revision 34808d4e: Move most of the code for dealing with wireless clone interface names to separate functions.
-
07:22 AM Revision 4a5e1d55: Add note about limits on the number of wireless clones.
-
07:13 AM Revision 61f231c0: Add more detail to the description on the Interfaces: Wireless page.
-
06:54 AM Revision b7013816: Move shared wireless configuration settings to their own heading.
02/22/2010
-
08:51 PM Revision 658d28bf: Part of the interface name comparison was wrong and part was missing.
-
08:36 PM Revision 7de319a1: Make sure ['wireless'] does not get accessed as an array when it is not an array.
-
08:08 PM Revision 8f0289e7: Sync configuration of shared settings between wireless clones.
-
07:17 PM Revision cb074893: Ticket #255. Fix get_interface_info output to return propper ip address by using pfSense_get_interface_addresses function.
-
06:59 PM Revision ce075a0f: Don't skip disabled interfaces when checking which are assigned.
- 07:07 AM Revision 55e52bc6: fix text
02/21/2010
- 06:54 AM Revision 9301de7e: check against correct variable
- 06:00 AM Revision f2c3db14: fix text
- 05:56 AM Revision 7d3f9576: fix text
- 05:40 AM Revision a64c15d8: correct icmptypes so CP IP can be pinged
-
05:10 AM Revision 3a669df2: Fix the check for whether the bridge is assigned.
- 04:23 AM Revision 01571da5: Description is not required
02/19/2010
-
03:24 PM Revision 5e2ca757: Don't allow changing the parent interface until this code supports deleting the old clone.
-
12:07 PM Revision 2a48a885: Revert "Workaround for a hostapd bug that it uses the base interface's MAC instead of the clone's BSSID, preventing proper authorization on auxillary clones."
- This reverts commit fa13098bf03f83abb3279f3d8885108c8d3b64a7 and subsequent related commits.
02/18/2010
-
01:07 AM Revision 98718ac1: Three fixes:
- - ipsec-tools 0.8 ignores 'adminsock' directive, so until upstream is fixed, we need to use the default /var/db/racoo...
02/17/2010
-
07:28 PM Revision 38a37c33: Merge commit 'mainline/master' into alt_method
-
03:52 PM Revision bd96e1fe: Use the pfSense module function to get mtu and subnetbits in CIDR format.
02/16/2010
-
10:19 PM Revision d0f6649c: Add statistics for OpenVPN client instances
-
07:47 PM Revision 870318b9: Fix setting unsetting of disable option for OpenVPN.
-
12:23 AM Revision 3a738983: Fix typo
02/15/2010
-
11:23 PM Revision e1135f7b: Change variable name to avoid clobbering one by the same name in the Dashboard. Fixes all kinds of fun Dashboard issues. Any widget directly after the Services Status one would mess up in some way.
-
10:59 PM Revision a6efee26: Fix typo
- 10:53 PM Revision d31e9455: clarify text
-
09:20 PM Revision dadad8b3: Clean up some formatting while I'm here.
-
09:18 PM Revision 066afaf1: Fix Easy Rule for OpenVPN interfaces. Resolves #349
-
08:09 PM Revision 24f2fa1d: Fix bug where the last line of the filter log wasn't displayed in WebGUI.
- 07:02 PM Revision dcdf955c: Fix copypasta error. Had the wrong colors.
-
06:01 PM Revision b3e79d5e: Fix double printing of log entries
-
03:00 PM Revision bb641bf8: Missing counter variable initialization.
- 02:16 PM Revision a5070443: Fix memory graph for the_wall theme.
- 01:59 PM Revision 74d14795: Fix RRD colors in Code Red theme. Resolves #330
-
09:01 AM Revision 79637b03: Add wireless tab to Interfaces: (assign) now that the configuration page is functional.
-
08:44 AM Revision 9f428275: Add page for configuration of wireless clone interfaces.
02/14/2010
- 08:56 PM Revision 9a15a0a4: Note full directory
- 08:56 PM Revision 495df644: Note full directory
- 08:51 PM Revision c3e8c926: Minor formatting
- 08:50 PM Revision bb5e7a61: Minor formatting
- 08:48 PM Revision 680bcb4d: Include globals.inc
- 08:39 PM Revision fdf00849: Sync
- 08:32 PM Revision 75fb7970: Use U for unlink
- 08:32 PM Revision 9f245dd4: Add var/empty to excludes list
- 08:32 PM Revision fc116e4a: Add var/empty to excludes list
- 08:31 PM Revision 4870ddca: Add var/empty to excludes list
- 08:31 PM Revision 2a0fe829: Add var/empty to excludes list
- 08:31 PM Revision 7d1ce25a: Add var/empty to excludes list
- 08:30 PM Revision 16b96ea6: Add var/empty to excludes list
- 07:58 PM Revision 41bf8e8e: Use safe_write_file() like RELENG_1_2 does. Not sure how this diverged?!
- 07:53 PM Revision fcbbdd85: Adding from RELENG_1_2: safe_write_file() Writes a file out atomically by first writing to a temporary file of the same name but ending with the pid of the current process, them renaming the temporary file over the original.
- 07:47 PM Revision da4cd20b: Adding backup script that can be run before upgrading which backs up everything including config.xml. Script gives instructions on how to restore a specific file as well.
- 07:38 PM Revision b7544cb0: Ignore root/*
- 07:37 PM Revision 39ab66a1: Adding backup script that can be run before upgrading which backs up everything including config.xml. Script gives instructions on how to restore a specific file as well.
- 05:53 PM Revision e5977136: Write out config.xml.tmp first and then move into place after it is written trying to avoid half written files during panic or livelock situations
-
01:38 PM Revision 9485e547: Add slight delay before trying to get BSSID.
-
01:31 PM Revision 79f34b1f: Use clone interface's MAC instead of BSSID if the BSSID could not be determined.
-
01:07 PM Revision 6e76b8ee: Configure and bring up the interface before getting the BSSID instead of bringing it up separately.
-
12:37 PM Revision eaa822f5: Get the BSSID when the interface is up.
-
12:12 PM Revision 636fd99e: Forgot to escape the $
-
11:42 AM Revision f27958f0: Fix code for getting the BSSID.
-
10:57 AM Revision fa13098b: Workaround for a hostapd bug that it uses the base interface's MAC instead of the clone's BSSID, preventing proper authorization on auxillary clones.
- 04:43 AM Revision 8daddfd1: fix call to undefined function.
- remove old PPP bits that are no longer used
-
01:32 AM Revision 6d54e865: Missing a part of the last change. Also use bssid for the first wireless clone.
02/13/2010
- 11:38 PM Revision 525d565b: Ensure carriage returns exist to avoid run-on directives
-
07:40 PM Revision f668c765: Go ahead and add other wireless devices to this list, so if/when they are added, they should work.
-
05:05 PM Revision 711d93a2: Add mwl to list of wireless cards
-
04:05 PM Revision a17dc611: Sync bogons list
-
06:45 AM Revision 298d6b08: For now, don't count any wireless clones as mismatches unless the base interface doesn't exist.
-
06:45 AM Revision 5636c533: Allow secondary wireless clones in interface list.
02/12/2010
- 11:15 PM Revision 5949124c: Adding 802.1X Authentication support
-
05:33 PM Revision 8eaa727f: Revert find_interface_subnet() because it need to return numbers and not netmask in dotted format.
-
04:47 PM Revision 9a76a52a: Ticket #353. Add neccessary include.
-
04:43 PM Revision 7d6076f3: Use the pfSense module calls for getting interface mac. Improves speed and correctnes.
-
04:41 PM Revision 3f70e618: Ticket #255. Return only ip address not aliases. Also improve speed by using pfSense php module call.
-
04:33 PM Revision 184d50b5: Ticket #352. Allow 0 mask in remote network bits.
-
01:08 PM Revision b1b86db7: Remove comment to avoid creating 2 entries in php.ini for no apparent reason but have not time to investigate further.
- 02:50 AM Revision 27e9e518: fix text
02/11/2010
-
03:06 PM Revision b8e3b043: Ticket #255. Activate pfSense module to get the helper functions.
-
03:02 PM Revision 2cd9583c: Ticket #351. Add exec bit to rc.savevoucher
-
03:00 PM Revision 451ec561: Ticket #351. Prevent wrong config.xml creation.
-
12:26 PM Revision 01fa26e8: Ticket #193. Reduce number of lines created for reflection in inetd and lines of rdr created on ruleset. Hints-from: Erik Fonnesbeck
-
09:49 AM Revision fa71a9b6: Use different interface names and BSSID's for wireless clones.
02/10/2010
-
10:03 PM Revision 51dbdcde: Ticket #161. Seems this does the trick for firefox.
-
08:54 PM Revision 19757916: Ticket #14. Implement an advanced option to allow disabling autogenerated reply-to. Submitted-by: Dan Swartzendruber
-
07:27 PM Revision 7ec341cb: Ticket #350. Correct calculation to be the same as in the voucher_auth.
02/09/2010
-
10:29 PM Revision f48ddade: Ticket #334. There is a very slight possibility that when LAN is disabled or not present the anti-lockout rule will be erroneous. Tighten the conditions more to make sure this does not happen.
-
10:24 PM Revision 9868f818: Take care of not failing on multiple interface CP.
-
07:27 PM Revision 2dddf4be: Check what to do on the interface when hitting apply options button.
-
05:53 PM Revision c73bd8f0: Ticket #324. Add allow all rule during upgrade.
-
04:33 PM Revision b72e70ae: Apparently gif(4) can be part of a bridge do not disallow this.
-
01:07 PM Revision 974cbfe0: Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.
-
12:00 PM Revision 00fc80fe: Ticket #332. Simplify creating the ipsecpinghosts file.
-
11:43 AM Revision e1d35ce8: Ticket #348. Fix checking for existing alias name. Allow subnets to be defined in the import list.
-
11:28 AM Revision 5d478ecc: Ticket #259. Search for the dhclient process using the real interface rather than the friendly one.
-
11:03 AM Revision ed65eb04: Ticket #152. Hoepfully fix creation of empty vip entries in the config when deleting them. Probably more checks need to be done by consumers.
-
10:36 AM Revision 429bf8de: Ticket #340. An array $specialsrcdst needs to be declared for this to work.
-
10:11 AM Revision 5313aea5: Ticket #303. Correctly retain the interface in case or validation errors.
-
09:50 AM Revision a2b724a6: Fix check on which table to assign.
-
12:56 AM Revision fef1c556: Remove msort call for aliases sorting, aliases are sorted by aliases_sort() function. Ticket #338
-
12:18 AM Revision 556917a6: Sort dhcp mapping array once, only before writing config. Ticket #343
02/08/2010
-
10:44 PM Revision 64b2f3c8: Ticket #346. Use the correct 'real' interface for collecting wireless information.
-
10:04 PM Revision aabb805d: Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code.
- 04:59 AM Revision 6bc6bf79: fix typo
02/07/2010
-
09:28 PM Revision 0927fb8c: Add capability to kill active OpenVPN clients from Status > OpenVPN.
- 08:22 PM Revision 838fa668: Link to javascript file instea of including it on every request saving WAN bandwidth
- 08:12 PM Revision 2494295a: Unbreak prototype and friends
- 04:37 AM Revision 93c3b519: fix text
02/06/2010
- 11:30 PM Revision 8f2c6b94: Include shaper.inc, too
- 11:29 PM Revision 4ec77db3: Include filter.inc Ticket #340
- 08:50 PM Revision 6b519cfe: Fixup nifty css corners locations and code
- 08:44 PM Revision f6f6947e: Stop using the inline output function to include javascript and css files. Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request.
-
12:22 PM Revision 629208a2: Ticket #335. If guess_interface_from_ip in interface.inc is used on an IP address that goes through a bridge interface, the returned interface name will just be bridge without a number. I found that netstat -rn does not show the number (not sure why), but netstat -rnW does.
-
06:03 AM Revision 2a63c863: Show port detail on hover over count
02/05/2010
-
09:40 PM Revision 63284430: Simplify with some functions, and add a "total per IP" table.
-
09:33 PM Revision 691fbf14: Feature #248. Ticket #248. Merge patch from Antonio No to add tap device type to OpenVPN.
-
09:09 PM Revision c1613ade: Update the state summary to properly detect and use source IP and destination IP, as well as summarize by IP pairing (src -> dst)
-
08:21 PM Revision 2a2af670: Add license block and auth headers.
-
08:17 PM Revision 9d71da81: Add Diagnostics > States Summary, which produces a report summarizing pf states by IP and protocol.
-
07:51 PM Revision fcd4a425: Ticket #272. When reconfiguring an interface that is part of a bridge just add it to the bridge instead of reconfiguring the bridge again. This helps even in overall bridge functionality.
- 03:13 AM Revision 81ff3add: add ability to disable theme selection
- 02:50 AM Revision e2d8ec15: Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2
02/04/2010
Also available in: Atom