Activity
From 12/09/2010 to 01/07/2011
01/07/2011
- 10:39 PM Revision 1c42331b: Stop spewing backup info on bootup
- 10:28 PM Revision 52f4c092: Add back booting check that existed prior to refcount code. We will improve upon this next week.
-
09:37 PM Revision b89c34aa: Ticket #621. sort the contents of array used for generating subject by keys so whenever we do subject comparison we will not have problem just because of the array keys ordering.
- 03:53 PM Revision b2b15543: Need to use Unlink in tar
01/06/2011
- 11:56 PM Revision 06e57df8: Shorten english
- 11:30 PM Revision c2272d6d: Scroll the textarea to bottom on each update
- 11:09 PM Revision 61f0a115: Take into account< 10 too
- 11:02 PM Revision a0e157e9: When installing packages on console (downloading) only show every 10% meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc
- 10:48 PM Revision 86af45ec: Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txt
- 10:37 PM Revision 64974db7: Fix package dependency check code now that we no longer nuke /var/db/pkg/ before operating on packages
- 09:53 PM Revision 28ed552d: Strip off the space between @depend and the package name. Otherwise it will return a space in front of the pkgname
- 09:39 PM Revision 550fea7a: Do not unlink file, it's handled by behind the scenes pkg-utils.inc code
- 09:06 PM Revision 7aa9ab00: Fix typo
- 08:58 PM Revision 608b154d: Shorten repo download message
- 08:55 PM Revision ca99d6a6: Do not show already installed messages which fill up the textarea too many times
- 08:49 PM Revision 0c78d2d0: Include pkg-utils.inc
-
06:53 PM Revision 72b7aa4a: Also CDATA protect the detail field. Fixes #1168
-
06:52 PM Revision d865241e: Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168
01/05/2011
- 11:30 PM Revision 19e76a0b: Do not center hard drive upgrade image
- 11:20 PM Revision 4944d592: Increase textarea column size.
- 11:18 PM Revision bdf790aa: Clarify a few lines of text
- 09:54 PM Revision 456962bd: nuke content size.
- 09:50 PM Revision 9d308f58: Do not nuke /var/db/pkg now that 2.0 has better handling
- 09:44 PM Revision 9b193619: Reinstall packages on bootup during console. Ticket #1156
- 09:28 PM Revision fe868e1d: Revert "Swoop through and stop any packages prior to upgrade. Ticket #1156"
- This reverts commit cf42de70c84632bcee5d6d545b1242f14a73c618.
- 09:22 PM Revision cf42de70: Swoop through and stop any packages prior to upgrade. Ticket #1156
-
09:10 PM Revision 7d62c4c8: Ticket #491. Correct username/password name fields so upgrade works correctly.
-
08:43 PM Revision 6ae19856: Actually use sigkillbypid.
-
08:41 PM Revision e7af9a80: Send a HUP to racoon which is equivalent to the reload-config racoonctl command which seems to not work in 0.7.3 of ipsec-tools.
- 07:27 PM Revision 2646434b: Set status field to upgrade in progtress during upgrade
- 06:19 AM Revision c22632db: fix text
01/04/2011
- 11:56 PM Revision 0b821acf: comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release
- 07:16 PM Revision 99fbc94a: Forgot to up the array count.
- 07:15 PM Revision 64c86313: Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.
-
06:32 PM Revision 807fd6cd: Unbreak dns server colletion. Pointyhat: myself
- 05:27 PM Revision abe7607f: Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc
- 02:20 AM Revision 0238cc4a: don't use hard coded theme
- 01:50 AM Revision 68fef56f: fix CP dashboard widget
01/03/2011
-
10:52 PM Revision aa7c49b9: Ticket #943. Sleep 1 second to give dns time to reload.
-
10:47 PM Revision e7c9af97: Ticket #1141. Add missing sasl.inc
-
09:53 PM Revision 33818198: Oops remove forgotten line and correct variable name error that seems to have existed from long time. Even though the file read is not used in pfSense this days!
-
09:50 PM Revision e44e5f3a: Simplify package version checking code and use the existing pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
-
09:49 PM Revision e1daff07: Use glob instead of forking cat with glob patterns. Also use file() instead 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.
-
09:29 PM Revision 55c51af7: Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
-
07:45 PM Revision 3dfc2d1a: When the parent interface of a pppoe is assigned do not remove the interface 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
- 07:00 PM Revision e9a17661: Add $nocsrf = true;
- 06:12 PM Revision 4682fb7d: Turn zlib compression back on. Tested by and reminded by Pierre Pomes. 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).
-
01:30 PM Revision 0eaf7055: Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
- link should be always up/on.
-
01:21 PM Revision 5e1f9bb4: Remove uncessesary function call.
- This function call is extraneous. mpd will automatically shut down existing mpd processes
gracefully because we call ... -
01:18 PM Revision c8d23069: Reshuffle code a bit. Prevent potential race condition between one mpd instance
- shutting down and the second one starting.
There's no need to kill mpd before restarting it since we always start it...
01/02/2011
-
08:34 PM Revision 1edfb2de: Ticket #1141. Typo error, use ->user to enable auth
-
08:30 PM Revision 2cd8d942: Ticket #1141. Add necessary stuff for smtp auth using sasl
01/01/2011
12/31/2010
- 07:21 PM Revision a7e431f8: Adding rc.restore_full_backup. Sync create backup with HEAD
-
10:18 AM Revision 97acf646: Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.
-
08:40 AM Revision 29640cee: Use correct variable for this condition.
- 08:29 AM Revision bf924b16: since packages aren't version-specific anymore, clarify to Available Packages
- 06:41 AM Revision e85604b8: remove <strong> to make consistent with all other text
12/30/2010
-
07:45 PM Revision 02e9880e: Improve parse_config to not be recursive for no reason. This fixes some strange cases of config lock being left held and blocking GUI.
-
06:47 PM Revision f9626e57: Only unlink /conf/needs_package_sync if no packages are installed, otherwise leave it to the package manager to take care of it.
-
01:05 PM Revision 9b1939e1: Move unlink back to the correct line.
-
09:49 AM Revision eebccaca: Fix PHP warning related to recent update of apc extension.
12/29/2010
- 11:33 PM Revision e8f4a58f: make rebrand friendly
- 09:27 PM Revision 7385a6b4: Turn off csrf checks
-
09:11 PM Revision f2141df0: Allow entering an arbitrary subnet for outbound NAT translations.
- 08:54 PM Revision d3bea818: Add 10 to row count on textarea
- 08:48 PM Revision 2388a97d: Nuke newline
- 08:48 PM Revision 5edb6fee: Unbreak installedinfo option
-
07:04 PM Revision 09315582: Add address pool support to outbound NAT. Allow specifying a subnet for 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.
-
04:53 PM Revision a9a5b957: Fix multi_all wizard to properly verify VoIP bandwidth specified.
-
04:52 PM Revision ef6f09b3: Fix multi_all wizard to properly verify VoIP bandwidth specified.
12/28/2010
-
10:39 PM Revision 66bcba1b: Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0!
-
10:10 PM Revision c3583058: Add radius port and radius accounting port to config if supplied.
-
09:23 PM Revision 8f5c3d8d: Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's
-
08:04 PM Revision c23b4f0d: Fix case statements, may fix rrd graph generation for certain periods.
-
05:15 PM Revision 8e9adb53: Run filter configure after doing a save on CP.
- 04:55 PM Revision 3e360ca7: clarify CSRF failure message
- 05:09 AM Revision a82e6d37: fix text
- 04:23 AM Revision 46a9f4e1: Undo last commit. Need to add an additional check for opackage count == 0
-
01:20 AM Revision 0f288647: Don't include rfc1918 in bogons
-
12:38 AM Revision e240969e: Allow any port to go out for CP. This should unbreak traffic of CP rdr!
12/27/2010
-
07:22 PM Revision 23d69b98: Use convert_friendly_interface_to_friendly_descr in the wol widget, just like on the main page. Ticket #1103
-
07:22 PM Revision e18278d1: Use strtoupper here
- 06:40 PM Revision 6622e126: Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.
-
04:41 PM Revision 528992be: Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance.
-
03:09 PM Revision 6b78bed7: Ticket #944. Wehn changing the parent interface make sure to destroy the old vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact.
12/26/2010
12/25/2010
-
11:40 PM Revision 196b6749: call interfaces_gif_configure() before proceeding with system routing configure so that the tunnel is up when adding routes.
-
11:00 PM Revision e802607f: Fix the group for dhcpd
- 09:32 PM Revision 2b656168: fix text
- 09:19 PM Revision 33802679: fix text
- 09:06 PM Revision 9422a50f: default to single host on 1:1 NAT as it always has and is the most common usage
- 08:56 PM Revision df0c55a3: switch back to Internal rather than Source, Source is just confusing
- 08:43 PM Revision 3ec4b9de: update bogons
- 06:51 PM Revision 7dbbaecd: More misc pkg install txt fixups
- 06:50 PM Revision f169e274: More misc pkg install txt fixups
- 06:45 PM Revision 73e52b99: Add newline after restoring libs
- 06:40 PM Revision 4c6a49d7: backup and restore libs in correct location
- 06:38 PM Revision 2b216e51: misc text formatting fixes (tabs)
- 06:07 PM Revision 9b3ade76: Increase textarea col size now that there is a lot more pkg install/deinstall information being output
- 06:04 PM Revision b2dd7ab4: Only backup libraries at the beginning of the deinstall cycle.
- 06:03 PM Revision 7102210a: Add tab
- 05:52 PM Revision d96623ef: Add newline after installation aborted
- 05:51 PM Revision 76a6d6ae: s/Trying to download/Downloading
- 05:34 PM Revision 62743ffa: Version bump to 2.0-BETA5. Merry christmas!
- 05:20 PM Revision e9c7a334: Backup system libraries and restore during pkg deinstall.
12/23/2010
-
08:11 PM Revision 1916d34a: Instead of replacing the whole array just add the new vlanif member to the config. Should fix issues reported in http://forum.pfsense.org/index.php/topic,28202.15.html
-
08:07 PM Revision 5af3a589: Add some more safe belts and remove code that is commented from long time now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html
-
08:06 PM Revision e503c44a: Add some more safe belts and remove code that is commented from long time now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html
-
07:19 PM Revision c6c26178: Add OSPF to firewall rule protocol choices
-
06:41 PM Revision 60b66b60: Ticket #1128. Ooops pass the right parameter to unlock.
-
04:21 PM Revision 057c83f5: Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS.
-
01:58 PM Revision 100b7219: Hanlde the case when advbase is not present especially on previous 2.0 setups.
12/22/2010
-
10:32 PM Revision c513c309: Prevent other types of interface for being added to ng_ether(4). It might be the cause of panics reported here http://forum.pfsense.org/index.php/topic,31404.0.html
-
08:51 PM Revision cd3346e2: Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).
- 08:41 PM Revision 01184e21: misc comments
-
08:40 PM Revision 44473583: Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.
-
08:33 PM Revision 95b71980: Use correct lock.
- 08:05 PM Revision 60e70198: Add back easy install options for UFS and ZFS
-
07:51 PM Revision a8d6ac1a: Ticket #757. Use correct pidfile.
- 04:54 PM Revision a3ccdf6e: Add newline and comment header for each disk
- 04:42 PM Revision 4e8d55dd: Include captiveportal.inc if captiveportal_syslog() is not defined.
- 04:41 PM Revision 34507786: Use captiveportal_syslog()
- 04:06 PM Revision ba482f41: Fix whitespace.
- 04:06 PM Revision 9c7b9ba0: Rework how disk definitions are defined per Kris.
- 03:57 PM Revision f6d4854b: Typecast second param for array_merge to silent a warning that is breaking build since we check output of test_php.php looking for a string 'FCGI-PASSED PASSED'
-
03:43 PM Revision 1e312328: Add missing semicolon.
- 03:39 PM Revision 673e8095: nuke trailing carriage returns
- 03:36 PM Revision 2d7bbd65: Nuke trailing carriage returns
- 03:32 PM Revision 4d5bbdfb: White space fixes and (C) for both Ermal and myself
- 03:29 PM Revision 4ac251b8: Log voucher errors. Fix whitespace. Remove trailing c/r
-
03:18 PM Revision 6ac988f1: Display confirmation before sending Wake on LAN packet to clicked MAC address in list of DHCP leases. Ticket #861
-
02:58 PM Revision 3440de72: Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be consistent with other fields on the page.
-
02:32 PM Revision f39b73ad: Fix interface names for Wake on LAN entries. Fixes #1101
-
02:27 PM Revision 227f2be5: Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html
-
02:08 PM Revision 40eb0394: Fix incorrect variable name.
-
02:05 PM Revision 1930ccb6: Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121
-
02:02 PM Revision 0d86d650: Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929
-
01:59 PM Revision 475c1932: Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace.
-
01:59 PM Revision d526314b: Be consistent on having 1K == 1024
-
12:40 PM Revision ad65b15a: Fix incorrect merge in vslb.inc
- 02:02 AM Revision 9b4e0168: Do not break on header titles
- 01:57 AM Revision a1d3953f: Turn off csrf for dashboard
- 01:25 AM Revision f7bd0032: Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now.
-
01:11 AM Revision d31bc32a: Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process.
- 01:09 AM Revision 3da60e0d: Correcly fire delete event
- 12:56 AM Revision 68867598: Fire event for delete too
- 12:52 AM Revision 3be68b60: Auto insert disk size
- 12:52 AM Revision 2fa74698: Default to UFS+S
- 12:28 AM Revision 72c0d2e3: Disable the available space field too
-
12:27 AM Revision eb7aa263: * Use exclusive locking for parts of config involving CP db.
- * Use more strict checking against empty/not set values for timeout and idletimeout
* Do not overwrite idletimeout va... - 12:26 AM Revision bfff9331: nuke the leave one megabyte free on each disk business.
- 12:15 AM Revision 5a04b6d8: Revise not about leaving 1 megabyte free on each disk
- 12:10 AM Revision 3e4fbe67: Turn background of input box red if you over allocate
- 12:07 AM Revision 96b25714: Add delete button. Move the add button to the right of total allocated.
12/21/2010
- 11:53 PM Revision 09348d5f: Oops, check against disksseen variable
- 11:50 PM Revision ec981fc5: Turn background field to green when all disk capacity has been correctly allocated to the various slices.
-
11:45 PM Revision 7513352b: merge the dynamic obtained result with the static maintained list to not avoid strange problems as in Ticket #1123.
-
11:45 PM Revision 31eee4a6: Do not do useless work.
- 11:33 PM Revision 19f6b3c5: Show the capacity of all allocated disks in addition to the amount of space allocated
-
09:26 PM Revision 503f3c65: Fix double click editing of GRE interfaces
-
04:41 PM Revision d776efd8: Black list gre interfaces from bridge member list since they cannot be part of a bridge.
-
04:38 PM Revision a2ec32a9: Reconfigure the assigned interface settings if we are modifying the clone settings from interfaces->assign->TYPE.
-
04:38 PM Revision dbdcaef4: Use 1024 not 1000 in conversion.
12/20/2010
-
10:30 PM Revision c7cfbbd8: Reinvent the 8 hour graph period, this one should work properly, needs test
-
10:24 PM Revision d1f48a88: Show on the interface list present members of the lagg.
- 09:48 PM Revision 90b4cc7d: This checkbox enables, remove confusing enable/disable.
-
08:06 PM Revision aadcf6ac: Merge remote branch 'upstream/master'
-
08:06 PM Revision 81afb509: Merge remote branch 'upstream/master'
- Conflicts:
etc/inc/interfaces.inc
etc/inc/vslb.inc
usr/local/www/interfaces.php -
08:01 PM Revision e2c1d6c5: Add a per-entry option for Proxy ARP VIPs of the Network type to disable their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119
-
07:41 PM Revision 49659e1c: Move the CP rule below webConfigurator abusal rule to allow adding the same protection to CP.
-
07:38 PM Revision 4cc23374: Well now that CP has the proper conditions and fastforwarding is disabled by default its needed to untighten a bit the rule of CP with direction out on pf(4).
-
04:47 PM Revision 3d04de61: attach to ng_ether(4) only on pppoe/l2tp/pptp links no others.
-
04:43 PM Revision 92a1c8e6: Unbreak pppoe clients. Pointy-hat: myself
12/19/2010
- 09:56 PM Revision 10518768: Fire this event later in the script
- 09:50 PM Revision fb34dd22: Add effect when total allocated amount changes
- 09:38 PM Revision e1271f32: Add note about leaving 1 megabyte free
- 09:36 PM Revision 5c5610e9: Reword to not confuse
- 09:35 PM Revision b98e3a72: Comment
- 09:34 PM Revision d9f22217: Add rowhelper_onDelete call
- 09:31 PM Revision 1c53acd3: Nuke function_exists()
- 09:31 PM Revision 8fdc5159: Only for once
- 09:29 PM Revision 346cc87f: Disable changing of allocated box. Merge two functions into one
- 09:23 PM Revision 28a9cb7f: Add and use rowhelper_onAdd which will fire javascript code after adding new row
- 09:15 PM Revision 8e946201: Remove debugging alert()
- 09:14 PM Revision a17f284c: Add rowhelper_onChange variable for row helper and remove the previous function detection code
- 08:51 PM Revision a1532937: Minor formatting fixes
- 08:46 PM Revision b1782537: Correctly --
- 08:37 PM Revision d8c96528: Decrease size by 1 megabyte as some disks are failing
- 08:34 PM Revision 47127d13: Format please wait better with a table
- 08:32 PM Revision a97279db: Style the hr
- 08:22 PM Revision ba0c3651: Save boot manager selection when returning to previous screens
- 08:13 PM Revision 8206c01d: Fix typos. Align to middle in table header row
- 08:11 PM Revision be1be0b8: Jettison the ugly yellow box. Customize the title of each page in the header of table. If an error has occurred do not show the begin installation button.
- 07:40 PM Revision 97e721e7: Fix typos. Only show the encryption notice once.
- 06:40 PM Revision cace4c41: Only show encryption warning once
- 06:21 PM Revision 80f2185d: Only add to total allocated field if the value is above > 0 for the item
- 06:18 PM Revision 611c9b3d: Disable encpass when we are not using an encrypted fstype. Alert to the operator that defining an encpass on an encyrpted volume will require a password on each bootup.
- 06:14 PM Revision 40f9accf: Use full path to binaries. Make savemsg a global
- 06:06 PM Revision 28f9612c: Throw an error if we have an encrypted / without a non-encrypted /boot
- 12:39 AM Revision 332bb9ab: Remove newline
- 12:24 AM Revision 5faeedc6: Move total allocated box below rowhelper
12/18/2010
- 11:48 PM Revision 4f646415: Add total allocated box that adds up all of the sizes that have been allocated thus far
- 11:05 PM Revision 4b54648c: Rename conf to x counter
- 11:04 PM Revision 99a20c51: Do not allow /conf and inform user to use /cf when making a dedicated conf slice
- 10:41 PM Revision a16d38c9: Fix softupdates
- 09:43 PM Revision b8791a31: Restore encpass as well
- 09:38 PM Revision 4fdc80b1: Save layout on disk. If an installer error occurs the layout will be restored on the rowhelper screen so that you can easily make changes
- 09:20 PM Revision 1ddd4ba3: USe memory *2 for default swap space
- 09:14 PM Revision 502e7c83: Note that .eli are encrypted
- 08:43 PM Revision df40aa86: Be less chatty
- 08:32 PM Revision e9954aef: Do not spam console, spam log
- 08:22 PM Revision 77a842ef: No need to output 'Loading new configuration'. We already have a line written out telling the user what we are doing
- 08:12 PM Revision 81868072: use is_dir(). Sometimes php lack of uniform function names can be annoying.
- 07:57 PM Revision 42ee8bde: Ensure log directory exists before invoking syslogd
- 07:42 PM Revision d64fa7f2: Touch log file so it can be created on livecd
- 07:02 AM Revision cc9464c1: Disable easy options until refactored to work with new rowhelper style post
- 06:25 AM Revision 75a28755: Redirect to / if already installed
- 06:21 AM Revision 37bd1cbb: Misc comments
- 06:06 AM Revision 72b14823: Add mirroring. Default to no boot manager saving a few seconds on bootup
- 04:56 AM Revision dabad9b7: Correct path
- 04:44 AM Revision 2f13a852: We do not need these files
- 04:43 AM Revision e2912927: Add new files
- 04:38 AM Revision 9b8707c3: Catch up to recent FreeBSD-9-CURRENT changes
- 03:49 AM Revision 65c6cdfa: Show begabyte size in addition to pretty formatted style
- 03:44 AM Revision 4d0a1ade: Echo out newline
- 03:30 AM Revision d4e79776: Correct reboot link
- 03:00 AM Revision b526ca11: Unbreak more than 2 slices
- 02:49 AM Revision 8b590740: Auto set 256 and remaining to /
- 01:22 AM Revision 86b521ea: Ignore mountpoint for SWAP
- 01:19 AM Revision ba3feae8: Add rowhelper support
- 01:19 AM Revision d5b2cfd4: Adding support for custom hooks. If the function row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
- 01:19 AM Revision b176ce91: Honor rowsize.
12/17/2010
-
11:28 PM Revision 7afb7ea9: Safe belts to avoid errors.
-
10:55 PM Revision 67b057a9: Do not attach ng_etther(4) to every system interface. Instead do a search if netgraph is needed on single/every interface during interface configuration. Also enable netgraph support for interface as needed when enabling pptp/l2tp/pppoe/... . This should prevent the netgraph queue to slow down network performance on fast links.
- 10:52 PM Revision 0183a568: Move to index.php.
- 10:10 PM Revision 15226bf3: Moving installer to it's own directory since we will have a number of helper javascript files and such soon
- 09:57 PM Revision 9f154c16: Do not copy non existent /sys
- 09:56 PM Revision a37308b2: Add /boot when encrypting
- 09:52 PM Revision 7168ab88: Pass bootmanager and encryption settings
-
09:35 PM Revision 89058570: Allow carp as parent only to ipalias.
-
09:31 PM Revision 82db1bc5: More safety belts. Do not allow a carp referenced by an ipalias to be deleted.
-
09:22 PM Revision b3c1391a: Fallback to the sane limit of 255 now that the patch is backed out.
-
09:19 PM Revision a5a6ab28: Add safety belts since only aliases on same subnet can be added to an carp(4)
-
09:11 PM Revision dc2bb9e5: Allow ip aliases to be added to vips.
- 08:49 PM Revision 6b740881: Allow setting none for boot manager to turn off F1 pfSense
- 08:34 PM Revision ffdc499a: Show when disk is encrypted. Do not uppercase .eli
- 07:32 PM Revision d48927b4: Supply encpass if needed
-
06:19 PM Revision f8895161: Add missing - in syslogd command line parameters, fixes #1111
- 04:09 PM Revision d9587b98: Add on disk encryption options and ability to set a encpass to the experimental installer
- 03:53 PM Revision 6141561c: Add newline after 99 menu option. Otherwise it looks very strange.
-
03:32 PM Revision 3aad9551: When we supply a version number, it should be under All/ and not Latest/ (which has names but no version numbers)
-
12:45 AM Revision f444c396: Prevent division by zero if the file size is zero.
12/16/2010
-
06:56 PM Revision 979c5783: Make $rel lowercase, since that's how it is on FreeBSD's package servers.
-
03:12 PM Revision 9c4c5e80: If the IP stays the same, still resync VPNs if it's a PPP type interface.
-
03:12 PM Revision ebbae443: Move these back, it may not play nice with DHCP renews
-
02:57 PM Revision b7c38b2e: Move IPsec up too, it should always resync.
-
02:55 PM Revision 4d3367b1: OpenVPN needs resync even if the IP did not change, because the IP may have disappeared and caused it to exit.
-
12:19 AM Revision 451e4a05: Fix condition that needed to be negated after a recent layout change here and prevent a PHP warning if there are no voucher rolls. Fixes #1106
12/15/2010
-
03:35 PM Revision 254ac496: Add contributed WOL widget. Resolves #1103
-
04:22 AM Revision a5e64ca0: Remove config lock for filter reload, since no config file reads or writes are happening here. Ticket #1071
- 03:47 AM Revision fb548cde: No need to use escapeshellcmd here.
12/14/2010
-
11:03 PM Revision 622bd5e7: Ticket #1043. Check for '' and not for 'default' since this is the default value of the select.
-
10:59 PM Revision 1d164dd4: Provide a default value to the function for converting kb/Mb to coeficient for math.
-
10:48 PM Revision f5c05fcc: Make voucher xmlrpc error checking the same as others.
-
10:39 PM Revision 666bc4d1: Ticket #1087. Cleanup whitespace and also do not rely on having the db dirty flag set for backing up the dbs but always do this!
-
10:27 PM Revision eaca40df: Cleanup of whitespace and use exclusive lock during reconfiguration of vouchers.
-
10:27 PM Revision c1f9a4df: Set default interval of syncing voucher db to config to 5 minutes instead of 300. Ticket #1087.
-
10:22 PM Revision d12003c9: Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there.
- This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
-
10:21 PM Revision deeaf52c: Revert "Set execute bit on backup script" Not needed.
- This reverts commit d3a217e5d9e615058652cff5881a216c1a91a8c0.
-
10:13 PM Revision d3a217e5: Set execute bit on backup script
-
10:10 PM Revision 0d89a2fc: Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087
-
09:15 PM Revision 95ceb35b: No functional change just simple cleanup.
- 08:59 PM Revision 70ed5a6a: Use file_put_contents()
- 08:57 PM Revision d98d2db3: Redirect to the installedinfo page after package installation giving the system a chance to refresh the menus and the final installation text
-
05:38 PM Revision 74b7361f: Backend support for the retry parameter.
-
05:19 PM Revision 7a517ee4: Add a retry field to the LB Pool config to allow specifying how many times to retry a server before declaring it dead.
-
05:06 PM Revision ece25730: Replace the LB status widget completely with one that supports the current LB system.
-
03:42 PM Revision a776c720: Move some lb status parsing functions to a common area so they can be reused by the widget.
-
03:01 PM Revision 5ca559d2: Use a slightly different regex to catch all non-whitespace characters here instead of the current method. Fixes #1085
-
01:46 PM Revision 7bc5c543: For bsnmpd, checking hostres also requires checking mibii. Note this requirement in the GUI and enforce it via a simple JS check.
-
01:21 PM Revision 841c4125: Remove dropdown to select interface. Should fix #1090
- 12:03 PM Revision d299e102: Merge remote branch 'mainline/master'
- Conflicts:
usr/local/www/fbegin.inc - 11:56 AM Revision c92ccac7: Merge remote branch 'mainline/master' into inc
- Conflicts:
etc/inc/auth.inc
etc/inc/config.lib.inc
etc/inc/filter.inc
etc/inc/gwlb.in...
12/13/2010
-
10:04 PM Revision d2cba83b: A few help page updates
-
09:18 PM Revision 26732357: Ticket #960. Use XMLRPC automatic base64 encoding for strings (XML_RPC_auto_base64)
12/12/2010
-
11:49 PM Revision c9b08a50: Show the full URL used to download package files, to aid in tracking down packages that do not install correctly.
-
03:31 PM Revision 96b4c29a: Ticket 1041. Fix bad commit...
12/11/2010
-
08:31 PM Revision 00752d5a: Ticket #959. Keep local items at the top of vip section
-
01:42 AM Revision 25f6730a: Add IPSec 'ipalias' VIP support. Ticket #1041
12/10/2010
-
11:44 PM Revision 2c6b0d67: Call a filter reload even though the ip might not have changed. This makes the gateway pools work after an interface comes up again.
- 11:26 PM Revision 6d8ff5e9: Hard code maxlockouts to 15 until GUI portion is ready
-
10:51 PM Revision ca092d26: Correct error messages.
-
10:47 PM Revision 37d202a3: Do not allow gateways to be selected without a direction.
- 09:53 PM Revision 65f7fba8: Correct webConfgurator auth/error messages
-
09:38 PM Revision 20699f3f: Some IPsec mobile changes to inch a little closer to working L2TP+IPsec. Ticket #475
- 09:02 PM Revision 3aba1835: Add log_auth() which with send items to syslogd using LOG_AUTH facilities. Use this new log_authh() for login error and success entries
-
08:24 PM Revision 6735d092: Allow floating rules without direction to be created again.
-
07:38 PM Revision d0f980d4: Log on the host the errors so we can use the sshlockout software for protection against abusal.
-
07:35 PM Revision 4d775dd0: Be consistent on shifting array during authentication. Also check for array to avoid strange errors.
-
07:13 PM Revision 602cb4b0: Leave a notice for this as well.
-
07:10 PM Revision 52a93b82: If we fail to authenticate consider it as fatal since nothing else can be done.
-
07:04 PM Revision a79c72d7: Actually the passed config sections are part of index 1 of the array. This fixes config sync of vips as well.
- 06:55 PM Revision 9e18b392: Do not call rc.newwanip on bootup. Remove bogus return 0;
-
06:53 PM Revision d1265444: Start relayd after routing has been started.
-
06:43 PM Revision 9132ae35: Do not spam logs uselessly on bootup and sleep a bit before starting apinger.
-
06:34 PM Revision 0567899d: Fix config synchronization. Also unbreak the config when erroring out because it will loop indefinitely.
-
01:18 AM Revision 4ecc2263: Hmmm use correct keys to returned array.
-
01:02 AM Revision bb92b70f: Actually pass the right parameter!
-
12:53 AM Revision 01b1cc6a: Fix line because of copy/pasto.
-
12:51 AM Revision 728719dd: Its too late and this is optional.
-
12:44 AM Revision de272dac: Just the password here.
-
12:34 AM Revision 18be996d: Actually we expect an array to be returned.
-
12:19 AM Revision e501de37: Hello xmlrpc to another function!
12/09/2010
-
08:42 PM Revision 68ef6e03: Teach convert_friendly_interface_to_friendly_descr about carp vips. This helps cases like Ticket #1086.
-
08:33 PM Revision 8c3450c7: Make this at least right though it might not be correct.
-
07:44 PM Revision 89428f03: Use correct variable name so the message is actually displayed.
-
07:03 PM Revision ec3e48f1: Remove \n here, it was being printed on the console. Echo should do the right thing and print a newline at the end on its own.
- 05:18 PM Revision 76bbcff0: make rebrand-friendly
-
02:25 PM Revision 11decf6e: Show carp on the list of interfaces to be used for creating gif/gre tunnels.
-
02:24 PM Revision f1a93dee: Use the array index for this.
-
05:44 AM Revision 71809626: If available, display source IP's CIDR mask on external IP as well.
-
05:12 AM Revision 35aa4df3: This code must come after natent is defined or the style will never be applied. Ticket #1073
Also available in: Atom