Activity
From 06/04/2012 to 07/03/2012
07/03/2012
-
07:09 PM Revision 222e3527: Remove ca reference
-
06:01 PM Revision b1dada0d: Merge pull request #163 from bcyrill/cp_cert2
- Implement certificate chain in Captive Portal
-
05:05 PM Revision 562ed531: Merge remote-tracking branch 'upstream/master' into cp_cert2
-
05:03 PM Revision adca02c4: Implement certificate chain in Captive Portal
-
04:59 PM Revision a22b41d0: Sync with upstream pbi tools
07/02/2012
-
08:45 PM Revision 95361ccd: Merge pull request #162 from bcyrill/cp_cert
- Use Certificate Manager in Captive Portal settings
-
08:20 PM Revision 36f6ed35: Use Certificate Manager in Captive Portal settings
-
05:45 PM Revision 7852ce9b: Display different message and do not display message about interfaces that do not exist if this is the default configuration.
-
10:00 AM Revision e0a45ce0: Do not directly print out a message when checking the interfaces, instead saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531
-
01:30 AM Revision 58d609d4: Merge pull request #159 from ccesario/a38976951590aa988ee205d4b4bdfc71ea1b6a27
- More changes ereg_replace to preg_replace() and ereg() to preg_match() functions
07/01/2012
-
10:49 PM Revision a3897695: Change ereg() to preg_match() function
-
10:47 PM Revision cf1d5947: Fix typo
-
10:45 PM Revision 4dc8f32e: Change ereg_replace() to preg_replace() function
-
10:38 PM Revision 4afb7d66: Change ereg() to preg_match() function
-
03:09 PM Revision b501f04d: Merge pull request #158 from ccesario/master
- Change ereg_replace to preg_replace() and ereg() to preg_match() functions
06/30/2012
-
10:11 PM Revision 83e0d4c8: Fix LDAP over IPv6 (works fine, just needed slight adjustment to URI)
-
05:40 PM Revision 9deb5107: Reconfigure OpenVPN on gateway change
-
05:40 PM Revision 2b73d3a0: Add openvpn openvpn reload script
-
01:13 PM Revision aff670f6: Change ereg_replace to preg_replace() function
-
01:11 PM Revision 41fe9ef0: Change ereg_replace() to preg_replace() function
-
01:03 PM Revision 3213b096: Change ereg() to preg_match() function
-
12:59 PM Revision 72c59dd8: Change ereg() to preg_match() function
-
12:55 PM Revision 52108aca: Change ereg() to preg_match() function
-
12:54 PM Revision f1bdc4e3: Change ereg() to preg_match() function
06/29/2012
-
06:18 PM Revision 36e77fa9: Fix devd match - it's prefixed by the friendly name, not by the physical interface name
-
06:13 PM Revision e42b6dd7: OpenVPN _servers_ can start on carp vips, just not _clients_.
-
06:12 PM Revision 260f267e: OpenVPN _servers_ can start on carp vips, just not _clients_.
-
04:23 PM Revision 003436be: CP Radius accounting wants bcmod() so we need to activate bcmath.
-
04:21 PM Revision c1993935: CP Radius accounting wants bcmod() so we need to activate bcmath.
06/28/2012
-
11:58 PM Revision 2c51f293: If a package has donotsave, still process its input validation. Properly handle preoutput in the case of input errors also.
-
11:32 AM Revision ea87cde2: Merge pull request #157 from phil-davis/patch-1
- OpenVPN Server and Client config pages - some minor text fixes
- 11:24 AM Revision e8d65d0f: OpenVPN Client config page - minor test fix
- 11:12 AM Revision 8e932fb5: OpenVPN Server config page - a couple of minor text tidy ups
-
10:08 AM Revision a3eb01e7: Comment out adding static routes for gateway monitor IPs because we now bind to the correct Interface with apinger.
-
10:00 AM Revision 174ba22b: Allow for selecting the gateway group as a interface for the OpenVPN clients
-
09:59 AM Revision c1449c94: If we only have a IPv6 interface we'll use that, otherwise a IPv4 address always has preference. Revisit this for OpenVPN 2.3
-
07:39 AM Revision 24ffada4: Merge pull request #156 from phil-davis/master
- Fix preg_match warning
- 05:38 AM Revision b98f601e: Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.inc on line 696
06/27/2012
-
08:55 PM Revision 198ac406: LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
-
08:53 PM Revision 00d7fd51: Bump 2.0.2 to RC3
-
08:53 PM Revision 766bbe9d: LAN is not special here anymore. Do not remove the interface again (it was alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
-
05:40 PM Revision 9a202d62: Acting on Wifi Down events can cause more issues then it solves, this can also happen during configuration or temporary signal loss, we should not act on it.
-
11:47 AM Revision 604cb3b1: Merge pull request #155 from phil-davis/master
- Only display "No OpenVPN instance defined" if there really are none.
- 06:00 AM Revision 0db6b9eb: Only display "No OpenVPN instance defined" if there really are none.
- 05:58 AM Revision 48b490ca: Only display "No OpenVPN instance defined" if there really are none.
06/26/2012
06/25/2012
-
11:07 PM Revision cf5f7d7e: Merge pull request #154 from marcelloc/master
- firewall_alises.php - include all tab to preserve the old behavior
-
11:03 PM Revision d0df92dc: firewall_alises.php - include all tab to preserve the old behavior
-
10:18 PM Revision a83f821c: Merge pull request #153 from marcelloc/master
- firewall_aliases.php - include tabs(ip,port,url) , list aliases sorted and dom_title funcion to show titles.
-
10:08 PM Revision 0f89c125: firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use dom_title funcion to show titles.
-
04:44 PM Revision 47c48e28: Check in code that allows for using a gateway group as the interface on the OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3.
- Unbreak the gateway group function on broken configurations like a missing 3G stick.
Unbreak the interface IP/IPv6 co...
06/24/2012
-
07:59 PM Revision a2beee75: Catch libraries from subdirectories of PBI lib dirs too
-
06:59 PM Revision 58816510: Fix hiding services in the widget that contain a space in the service name.
06/23/2012
-
11:54 PM Revision d94280cd: make sure this grep parameter is quoted
-
05:25 PM Revision 45930696: Setup library paths to include /usr/pbi/*/lib as a last resort to make sure things can find libraries. We may eventually replace this with a better method as this can lead to conflicts, but for now it will allow packages to find their proper libraries.
06/22/2012
-
11:23 PM Revision ea89b8df: Merge pull request #152 from bcyrill/patch-8
- IGMPproxy, service_status widget
-
11:19 PM Revision ba1fabef: IGMPproxy, service_status widget
-
11:09 PM Revision 43a92efd: Merge pull request #151 from bcyrill/patch-7
- Make sure it's an array as an empty string has a count > 0
-
11:09 PM Revision 65493c3d: Merge pull request #150 from bcyrill/patch-6
- Do not try to start igmpproxy when there's no igmpentries configured.
-
11:09 PM Revision 50c74f0f: Make sure it's an array as an empty string has a count > 0
-
11:03 PM Revision f86f6fb2: Do not try to start igmpproxy when there's no igmpentries configured.
-
10:16 PM Revision 7b883165: Merge pull request #149 from bcyrill/patch-5
- fix typo
-
10:15 PM Revision b8da4d00: fix typo
-
06:27 PM Revision f5df5e84: re-indentation.
- 12:00 PM Revision d4059316: Add missing global
- 11:59 AM Revision 2ec063f9: Add missing global
06/21/2012
-
05:15 PM Revision a448b35f: Restore this code that was accidentally reverted
-
01:34 PM Revision 0d5eff9f: Add "idle" to clarify that legitimate active connections would not be dropped by the pf optimization mode.
-
10:54 AM Revision cbf4dec9: Merge pull request #148 from phil-davis/master
- Fix time display on dashboard and other places
- 10:17 AM Revision 06c4bb10: Use config array to get the timezone. syscfg is no longer defined here.
- 10:15 AM Revision c8083ee2: Use config array to get the timezone. syscfg is no longer defined here.
- 10:14 AM Revision 119f89c8: Use config array to get the timezone. syscfg is no longer defined here.
06/20/2012
-
04:45 PM Revision e4610069: Make sure to skip "unexpected" RA messages from other interfaces, we don't want those.
-
01:35 PM Revision 27746f77: Make sure that the limits are included in the normal ruleset, otherwise pf will use the defaults.
06/19/2012
-
07:05 PM Revision 9bdb6a13: Remove null character at end of file
-
01:45 PM Revision f2d5c538: Fix trailing whitespace
-
12:30 PM Revision cc43c4f8: Remove testing/debugging entry
- 01:51 AM Revision 3fccb440: fix text
- 01:48 AM Revision eb004d5d: fix text
06/18/2012
-
08:59 PM Revision d51927d2: Update pbi_create to current code from pc-bsd
-
05:51 PM Revision 68b624ec: Correct typo
-
05:43 PM Revision 61c4383d: A few launch improvements so that configuring the DHCP6 client on the WAN it immediately kicks in.
- With the fixed rc.newwanipv6 it should immediately spring to life.
Redmine ticket #2414 -
05:39 PM Revision 63127eee: Make sure that we configure the track interface from the DHCP6 wan, correct typo.
- Redmine ticket #2414
-
04:37 PM Revision 2972b3e7: Now that we actually have a IP protocol tag in the config.xml we can make this check a lot simpler and do less guessing.
- Redmine ticket #2503
-
04:12 PM Revision 6be02801: Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to verify that it works for 3G too.
- Redmine ticket #2458
-
03:43 PM Revision ce35c606: Don't fall back to fetching PBIs from FreeBSD, they have none.
-
03:37 PM Revision ce73b2c5: Support IPv6 aliases, the frontend already does. Removing does not work yet.
- See ticket #2483
-
02:15 PM Revision bfb00534: Fix link
-
02:12 PM Revision 20e7e444: Correct variable name. Fixes packet capture interface validation.
-
12:20 AM Revision 2e2eb012: Brazilian Portuguese (pt_BR) translations added
06/17/2012
-
07:35 PM Revision f7eb043c: Use require_once() prevent declaration errors.
- Fixes redmine ticket #2502
06/16/2012
-
06:14 PM Revision 15d18321: Merge pull request #147 from marcelloc/master
- improve alias popup in firewall_rules
- 05:58 PM Revision 4e8854c6: improve alias popup in firewall_rules
- include url_table list up to 10000 items
read alias only on mouseover
use table to list columns
show edit shortcut
sh... -
02:07 AM Revision 3acbad17: This apparently is breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"
- This reverts commit 3ddb92a6a52e2345684c11da72ef6853b82d2915.
-
02:07 AM Revision 5a61e863: Revert "Remove missed line"
- This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.
-
02:06 AM Revision 2229d94e: This is apparently breaking reinstalls. Revert "Actually make reinstallpkg remove the bionaries and really reinstall them"
- This reverts commit 12b0fa564dc9b9ffe1773855e6ab528f4a5c7a5e.
06/15/2012
-
10:32 PM Revision 72f99ce1: add Tusmobil provider info.
- feature #2462
-
08:54 PM Revision 72a22ae2: Merge pull request #146 from bcyrill/patch-2
- Added radvd / Updated Captive Portal service widget
-
02:38 PM Revision 61d302e0: Added radvd / Updated Captive Portal service widget
-
01:27 PM Revision b1ed647c: Merge pull request #145 from bcyrill/patch-1
- Add radvd to Status:Services #2485
-
01:13 PM Revision 0ed8d746: Add radvd to Status:Services #2485
-
10:02 AM Revision 2b52fee2: Remove missed line
-
10:02 AM Revision 12b0fa56: Actually make reinstallpkg remove the bionaries and really reinstall them
-
10:00 AM Revision 3ddb92a6: Actually make reinstallpkg remove the bionaries and really reinstall them
-
01:51 AM Revision e88ea344: Simplify the input validation condition for protocol
06/14/2012
-
08:18 PM Revision 8c4ee062: add subnets to RA; add support for aliases
- hopefully finishes #2361
-
05:04 PM Revision 622caf8f: validate dropdowns for security reasons
- *really* fixes #2494 :-)
-
04:51 PM Revision f7b6c87a: minor code rearranging
- move code that populates $interfaces nearer the top
-
04:30 PM Revision a0b379c8: hugh blanford patch: dnsmasq, source interface and ipsec vpns
- fixes #1361
-
04:10 PM Revision 391cd070: add validation to fields on diag_packet_capture
- fixes #2494
-
04:00 PM Revision ccb55b27: fix a couple booboos
- - fbegin.inc needs to be included after <body>
- s/require/require_once/ fixes 'cannot redeclare function' error
06/13/2012
-
08:20 PM Revision 29e566a1: Rework the banner display a bit to preserve space (could still use some shortening, but better than it was)
-
07:01 PM Revision bd0c2295: Put v6 IP on a new line to save horizontal space
-
06:49 PM Revision b835b1fa: Add a note to the GIF page suggesting that if they are adding a he.net tunnelbroker they may want a dyndns entry to keep it updated.
-
06:49 PM Revision 19a4caea: Adjust this size a bit for a more comfortable fit.
-
04:18 PM Revision 731b7a8c: Merge pull request #144 from ccesario/master
- Add scrollbar in dropdown menu based in window height
-
04:01 PM Revision 6c9ce30d: Define the menu size dynamically
-
03:59 PM Revision 6f50fcb8: Add scrollbar in dropdown menu
-
02:21 PM Revision cceb3e6f: Make sure this check is reversed, that way we only pick up the legacy field if the new one isn't set.
-
01:24 PM Revision f6e70bfc: Add scrollbar in dropdown menu
-
12:10 PM Revision 9213ee05: Merge pull request #140 from marcelloc/master
- fix missing match array on help pages permission
-
02:32 AM Revision 3d03a966: Merge pull request #142 from phil-davis/master
- Fix a couple of Crypto Acceleration text typos
- 02:29 AM Revision 43669934: Fix some Crypto Acceleration text typos
-
01:01 AM Revision d53dc7d0: fix missing match on help pages permission
06/12/2012
-
07:10 PM Revision 7530177c: Generalize the Crypto hardware option and add GUI support for AES-NI.
-
05:55 PM Revision 7c9a30c8: Allow autocomplete on packet capture and exec, since it's convenient to have a history there and there are no password fields.
-
05:54 PM Revision 5c7abe2e: Provide a way to disable the autocomplete shutoff.
-
04:52 PM Revision 435b4eec: This should have been 2.1 only, and it's just causing some odd package 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.
-
02:24 PM Revision 2e23c199: Merge pull request #139 from marcelloc/master
- fix permissions check to xml package files and show only menus user has access to
-
02:08 PM Revision 14f5f705: fix permissions check to xml package files and show only menus user has access to
- 09:15 AM Revision ef62f989: Remove extra spaces and add closing <tr> tag
- 09:14 AM Revision c449c5f6: Remove extra spaces and add closing <tr> tag
06/11/2012
-
10:09 PM Revision 3d1d6f71: Put configured limits on rules.limits file and load them before loading the ruleset. To avoid any issues with large rulests and options being loaded not first
-
09:53 PM Revision 5c855809: Put configured limits on rules.limits file and load them before loading the ruleset. To avoid any issues with large rulests and options being loaded not first
-
08:42 PM Revision 62784b05: Fixes #2490. If there is a descr set on the interface keep it and do not disable the iface
-
06:20 PM Revision cb1d821b: Make the carp vip interface column in the widget just a smidge wider since the names are longer now.
-
02:17 PM Revision 79f286ab: Switch this back to attr, some older browsers have problems with prop, and attr still works for this.
-
07:03 AM Revision 8b2e2f12: Make mac_format aware of cpzone but also friendly to previous code!
-
07:00 AM Revision 805b9ab6: Revert "Make mac_format aware of multiple Captiveportal instances"
- This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.
-
07:00 AM Revision e0ad13cd: Revert "Make sure mac_format is always defined"
- This reverts commit 56f9032170d3130c2066e5eebbe18b96398073ca.
06/10/2012
-
05:21 PM Revision b552173f: Merge pull request #138 from bcyrill/patch-5
- Make sure mac_format is always defined
-
05:20 PM Revision 56f90321: Make sure mac_format is always defined
-
04:15 PM Revision 7b4b4158: Merge pull request #137 from bcyrill/patch-4
- Fix Captiveportal zone
-
04:14 PM Revision 91308b61: Merge pull request #135 from bcyrill/patch-2
- Added Captiveportal to service status
06/09/2012
-
08:33 PM Revision 54df925b: Make mac_format aware of multiple Captiveportal instances
-
08:17 PM Revision 52a43b2f: Update Captiveportal
-
08:02 PM Revision e3cf528e: Added Captiveportal to service status
-
04:40 PM Revision 63c654a4: Merge pull request #134 from bcyrill/patch-1
- Removed unused maxproc parameter
-
04:32 PM Revision f53ff9ff: Removed unused maxproc parameter
-
03:54 PM Revision 632e7733: Merge pull request #133 from bcyrill/patch-8
- Added zone
-
03:52 PM Revision 6844896c: maxprocperip is defined per zone
-
03:46 PM Revision 85317bfd: Merge pull request #132 from bcyrill/patch-4
- Update Captiveportal
-
03:46 PM Revision 99897bf5: Merge pull request #131 from marcelloc/master
- fix jquery+domtt notices css on all themes
-
03:08 PM Revision fa3e5c05: Needs a default case so IPv6 interfaces are resolved to a real interface
-
02:59 PM Revision a636682d: Update master
-
03:56 AM Revision 43b1760c: fix jquery+domtt notices css on all themes
06/08/2012
-
10:05 PM Revision ce0631b5: add <radnsservers> to the list of things that are arrays
- for ticket #2361
-
10:05 PM Revision 163e4b91: actually update RA DNS settings now
- finishes #2361
-
10:05 PM Revision 4e0fc44f: more work on feature #2361
- - fields are there now but don't do anything
- checkbox for 'use same settings' that disables fields -
09:47 PM Revision 8921bf89: Merge pull request #130 from marcelloc/master
- move css style from last pull request to themes.
-
09:37 PM Revision 97f30a08: fix css style to themes.
-
08:00 PM Revision ef3e9f16: Merge pull request #129 from marcelloc/master
- convert menu alerts/notices to jquery + domtt
-
07:50 PM Revision 005ac3ca: convert menu alerts/notices to jquery + domtt
-
07:37 PM Revision f3475477: split dhcpv6 server and ra #2361
-
07:24 PM Revision 25d1c6b2: Shorter version of the fix to always set the radvd interface.
- Redmine ticket #2477
-
07:20 PM Revision 48a5985c: Make sure to fall through if this tag is not set.
- Should fix redmine ticket #2477
-
05:53 PM Revision 1c8dbfbb: remove the RA stuff from services_dhcpv6 for #2361
-
05:47 PM Revision 93458cb1: rename menu item for #2361
-
05:27 PM Revision 5ef4a9e1: prep work for splitting dhcpv6 and RA for #2361.
-
12:41 PM Revision ff6677cf: Make sure we tag all 2.0 gateways as being IPv4, in 2.1 we require this tag to be present for the gateways.
- This should prevent duplicate gateway entries for people coming from 2.0 that have dynamic interfaces
-
06:34 AM Revision 1e5f47bb: Add blackhole to Null routes
- Redmine ticket #2471
-
12:39 AM Revision d23b53eb: add gateways to config from cmdline
-
12:39 AM Revision 3176c043: fix: Call to undefined function error
- fix: Call to undefined function ipsec_get_phase1_dst() in /etc/inc/filter.inc on line 3216
-
12:39 AM Revision 1b8bf24d: again, string interpolation kinda defeats the purpose of gettext. ;-)
-
12:39 AM Revision 005a7049: variable interpolation defeats the purpose of gettext.
-
12:39 AM Revision c63e3594: work in progress: set gateway IPs from console
- - add --dry-run mode
- prompts for gateway IP address as needed
does not yet do:
- add gateway to config
06/07/2012
-
09:39 PM Revision 63a202a8: Merge pull request #127 from briantist/patch-1
- 255 is not a valid skew value. Fixed bug #2012
-
09:37 PM Revision 648a3ed8: 255 is not a valid skew value. Fixed bug #2012 (http://redmine.pfsense.org/issues/2012)
-
07:16 PM Revision 0098aa73: show dhcp/dhcp6/static/staticv6 along with descriptions in console
-
07:16 PM Revision 6499a7d5: show real interface names
-
07:16 PM Revision 3f63e8e2: minor variable name change.
-
07:00 PM Revision ee2b3c1f: Merge pull request #126 from marcelloc/patch-21
- fix select_source option
-
06:59 PM Revision 1624b5f1: fix select_source option
-
06:03 PM Revision d71371bc: actually display webconfigurator port numbers on console
-
05:33 PM Revision bfaafe28: setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' *should* work now.
-
05:28 PM Revision b3cb233f: now shows ipv6 webConfigurator URLs (#2413)
-
04:51 PM Revision 140e4bc6: do #2467 only show GWs from same addr fam oncreate
-
04:51 PM Revision a75b0b3b: minor indentation fix
-
04:20 PM Revision 9a19c316: While I'm here, don't test these with isset, just test directly, since they will be set to true/false in globals.inc
-
04:14 PM Revision 364e4f74: Provide a way to disable the pkg info link
-
04:13 PM Revision 93888ad9: Provide a way to disable the pkg info link
-
04:12 PM Revision 6afeb202: If radvd is already running, reload, otherwise start one.
- Shut down when there are no prefixes to announce
-
03:48 PM Revision db0d446f: fix for bug #2469 ("WAN -> LAN -> OPT10")
-
12:06 PM Revision 838a1ecb: Add better protection for unknown rapriority
-
12:05 PM Revision 8ca73e85: Make sure we still start on older configs where the setting is still called mode, and not ramode.
- Add a failsafe for the rapriority
-
12:01 PM Revision dc131dfe: We need to define the default route here, not the advertised prefix.
-
11:46 AM Revision 8859c0a6: Correct the syntax, the RemoveRoute needs to end up in route statement
-
11:27 AM Revision 738dfac4: Remove duplicate prefix line
-
11:18 AM Revision a99b2b08: Prevent radvd from telling the clients to remove the route to itself.
-
11:12 AM Revision 83973bfb: Do not send DeprecatePrefix messages for CARP announcements, it causes clients to purge the CARP default route.
-
10:05 AM Revision b5264f22: Sync missing code from interface.inc to newwanip script
-
10:00 AM Revision 0d9c5026: Actually do not try to reload everything during bootup since it will be done by bootup code
-
09:59 AM Revision ae17d2e9: Actually do not try to reload everything during bootup since it will be done by bootup code
-
09:25 AM Revision 76231e63: Bye, bye olsrd back to packages.
-
08:51 AM Revision 3e662cb0: Get rid of carpdev, it will never be
-
08:36 AM Revision 98aea4c3: Detour through check_reload_status and only when the settings get applied not when the gateway has been changed.
-
08:32 AM Revision 7fe30c74: Do not blindly startup check_reload_status check first
-
08:27 AM Revision 915089b7: Catch up with multiple events sending. Also do not blindly startup check_reload_status check first
-
07:45 AM Revision 30fb0527: Surely this cannot work a fit
- Revert "This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down."
T... -
07:35 AM Revision 514123f8: Someone needs to ask before breaking stuff like this!
- Revert "Eject duplicate script, we already have a script specifically for this."
This reverts commit 56a0c7373ae4cc7...
06/06/2012
-
08:59 PM Revision 2d6f800a: Fix exec bit for usr/local/sbin/openvpn.attributes.sh
-
08:58 PM Revision a1b9105b: Only add openvpn acl script lines if it's a server mode that does user auth
-
06:20 PM Revision 846c7b77: Changeover to the new multiple command pfSctl
-
05:21 PM Revision 8275ea28: Reverse the arguments, i got them wrong.
- Redmine ticket #1965
-
04:11 PM Revision 83d807cb: Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS already performs a filter_configure() too.
- Redmine ticket #1965
-
04:09 PM Revision 56a0c737: Eject duplicate script, we already have a script specifically for this.
- Redmine ticket #1965
-
03:55 PM Revision b013b81e: This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down.
- redmine ticket #1965
-
08:34 AM Revision 9a933304: When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS address
- Redmine ticket #1829
-
08:25 AM Revision e1f6761d: Make sure that both the Carp vip interface and the parent interface are in the list.
- Redmine ticket #1829
-
08:25 AM Revision 5078cd76: Extra safetynet to prevent duplicate static entries with broken config.xml
- Make sure to fil the array that we fill for configured interfaces with the real interface, not just the carp if.
Redm... -
08:19 AM Revision 6bee76d5: Make lock files availble to all users for usage from php process
-
08:17 AM Revision f26f4fa5: Make lock files availble to all users for usage from php process
-
07:22 AM Revision 628306af: Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,50182.0.html
-
06:50 AM Revision fe838158: Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.
- Add drop down to select carp vip for that interface for CARP advertisements
Allow setting the RA priority.
Redmine ti...
06/05/2012
-
07:49 PM Revision 52a8cfea: Always use the uppercase description
-
07:41 PM Revision 1a69c4d1: Wrong branch
- Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100"
This reverts... -
07:40 PM Revision 227a0140: Remove left-over from copy-pasto
-
07:39 PM Revision 7056e4ed: Use preg_match instead, we should probably make this a function so we can add proper device detection schemes and a known list of command ports.
- That would also allow for resetting the 3g stick when it hangs.
We should consider storing the device and manufacture... -
07:39 PM Revision 8574d351: Correct the variable to the modem device output.
-
07:38 PM Revision 5b4ee05e: Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100
-
07:37 PM Revision 1492e02c: Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100
-
07:24 PM Revision 477cc2bc: Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100
- 02:47 PM Revision ae5c8d0e: Make sure the page does match as we trying to match the page to the url path and not the full url
-
05:45 AM Revision fbf0d4d3: Make sure to return the Null route gateways too for looking up a gateway entry
06/04/2012
-
07:08 PM Revision 22968348: Revert "Make the ppp-linkup script understand both address families."
- This reverts commit 310c29c6a6089f1766ac052572b532e736a2251b.
-
05:48 PM Revision 36b2d82d: Also include gwlb.inc in interfaces.inc
-
10:44 AM Revision 9847b940: Enhance the gateways status widget. Show Pending when it's not ready yet, show unknown when it really isn't online.
-
10:37 AM Revision 603f19f0: Some minor enhancements from renaming the Gathering Data to Pending.
- When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
-
10:12 AM Revision 4a67fc61: Use "Pending" instead of gathering data, which is shorter
-
09:59 AM Revision 7bfa645c: Fix Typo, although the host might indeed be loca. We'll just keep it local instead.
-
08:20 AM Revision 6fdea6a2: Allow for Null routes
-
07:48 AM Revision 3d36f9d1: Allow for /128 IPv6 route entries in static routes.
- Redmine ticket #2470
-
06:21 AM Revision e90c833a: Always add a link-local of fe80::1:1 when the interface is set to track6. This allows webui access over IPv6 to a easy address.
- Make a shortcut in the get_failover_interface() function to get_real_interface() if we find the interface in $config.
-
12:43 AM Revision 4264284e: Teach rc.initial.ping at least a little bit about ipv6.
Also available in: Atom