Activity
From 04/18/2005 to 05/17/2005
05/17/2005
- 10:59 PM Revision a6ddfb81: Version bump
- 10:11 PM Revision e76de94e: Add initial support for usb pen drives when using a read only cd version
- of pfSense
- 09:47 PM Revision 1ed4805f: Don't bother checking for the directory - we already check for the cache itself.
- 09:43 PM Revision dc74c78a: Make sure we have a backup.cache before cleaning.
- 09:40 PM Revision 392a9bb8: Don't clean the backup cache if the directory doesn't exist.
- 04:56 AM Revision d9e8c3bc: Minor locking changes
- 04:50 AM Revision dd50bba5: Minor speed-up, config.cache has already been created in parse_config()
- 04:36 AM Revision 31f93981: Clean up wierd $config updates here too
- 03:56 AM Revision b4855a55: Trim remaining debug prints.
- 03:55 AM Revision ffbace22: (hopefully) fix the remaining config bugs.
- 03:51 AM Revision 64bec1fe: Version bump
- 03:46 AM Revision baa7645c: More hacking away at the config hosification bugs.
- 01:36 AM Revision 781beaaa: Change the behavior of parse_config() and a few other functions. This will (hopefully) fix the config hosification issues.
- 01:27 AM Revision eba0b1d8: $parsed -> $parsedcfg
- reported-by: billm
- 01:17 AM Revision 62460a46: * skipto 65535 on rules when talking to firewall directly
- * use me instead of $lanip when detecting if we're conversing with the firewall directly
- 01:05 AM Revision 08c3872d: Make xmlrpc.inc cleaner. This needs to be followed up by a cleanup and integration of xmlparse_pkg.inc.
05/16/2005
- 11:57 PM Revision 41508358: restore 1.62
- 11:41 PM Revision ffd1b445: Revert to version 1.38
- 11:19 PM Revision 1008ad70: need global $g
- 10:35 PM Revision 23a97395: Version bump
- 10:32 PM Revision 11d42e4d: Do not set IPV6 forwarding unless checkbox is ticked and a ip is defined.
- 09:32 PM Revision 4ab34f15: fix whitespace and make wording a hair better
- 09:28 PM Revision b638fcfd: Restore stuff accidentally nuked in an earlier commit.
- 09:11 PM Revision c8a1c872: Remove check for version_control flag. This should clean up related errors.
- 08:53 PM Revision 4f2c1590: Show the current state table size on the index page
- This ones for you Hoba
- 08:24 PM Revision 6db304e4: md5's can have '/'s in them apparently...doh
- 08:22 PM Revision f3651b3a: guiconfig.inc wasn't the right include files for these
- found via the auth.inc change
- 04:49 AM Revision 24c07db3: version bump
- 03:34 AM Revision 97bea981: Authentication is now PHP based
- 03:31 AM Revision f977ac60: Include guiconfig.inc so we can use auth.inc
- 03:14 AM Revision 5a9edd86: ensure .htpasswd doesn't exist
- 03:11 AM Revision bf786a5d: split out auth types (system passwd vs htpasswd)
- PHP_AUTH_* no longer exists, change code to use AUTH_* (I think this will be changing back as I believe we're using t...
- 02:52 AM Revision 25540c7c: Include the year a revision is made.
- 02:30 AM Revision ec9af71c: fix php syntax error in last commit
- 02:29 AM Revision 124b1b85: Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)
- 02:23 AM Revision f449d83e: remove duplicate code
- 02:14 AM Revision 4a991889: Ticket 6: Allow NAT to duplicate rules
- 02:07 AM Revision 98877b0c: Add a variable to limit the number of backed up configs. This is rather ugly if you're simulatenously adding and deleting.
- 01:45 AM Revision b6f3f5c6: Generate config cache, sweep backups, and run bootup-specific config parsing.
- 01:44 AM Revision 203c3cc1: * Always use the config cache - only parse the actual XML config at boot and when it's changed.
- * Add config_restore() to properly revert and document config file reverts.
* Add parse_config() and parse_config_boo... - 01:40 AM Revision 359893b0: Use config_restore to document config file reversion, unlink desired configs, etc.
- 01:08 AM Revision 2f8d0729: Enable config restore
- 12:49 AM Revision 96caa2a8: speed improvements - backup.cache was created so we didn't have to read through all the XML files
- 12:38 AM Revision 136f811b: Fix double display of first config line
- 12:35 AM Revision 32f11c05: Make config backup actually work
05/15/2005
- 11:05 PM Revision 734edbdf: Fix rules disable toggle
- 11:01 PM Revision 4e0d02b3: Log what script was running when write_config() was called so we aren't
- leaving user completely in the blind as to what the change corresponds to
- 10:47 PM Revision 67f7b203: "and" not "&" - I'm sure this wasn't meant to be a bitwise and...it's a miracle this parsed, let alone worked!
- 10:38 PM Revision 0884ea0a: Remove more duplicate code
- 10:35 PM Revision 23a8ad04: Remove duplicate code
- 10:19 PM Revision e2cb6b50: returngateway and friends aren't part of rules
- 10:18 PM Revision f87f85c3: Fix broken rules
- 08:21 PM Revision 9cb8e6f0: Move rm in line with others
- 08:20 PM Revision 7f0439dc: Clear /tmp/* on boot
- 07:08 PM Revision d6f1dbe3: Sweep the backup cache on bootup.
- 07:07 PM Revision 926312b6: More versioning work.
- * Fix cleanup_backupcache. This function now includes a variable for printing output (for rc.bootup) and handles both...
- 04:46 PM Revision b81f691b: Add custom os.pf file which includes the latest versino of FreeBSD
- This should fix Ticket #76
- 04:48 AM Revision 1c3b48a3: Sweep backup cache at bootup.
- 04:46 AM Revision fb4dc29f: Reverse the backup cache.
- 04:34 AM Revision 85e14b4b: * Bring back cleanup_backupcache. This function now handles both files that are not listed in the cache (this should be avoided, as the XML parsing required is rather expensive) and items that are in the cache but don't exist.
- The actual cache format and the simplified array returned by get_backups() are not currently compatible.
- 04:05 AM Revision b297c210: More work on config file versioning.
- 02:00 AM Revision c437598a: Version bump
05/14/2005
05/11/2005
- 01:42 AM Revision d0a3751a: Fix up get_backups() to use the new serialized format.
- 01:38 AM Revision a0a73ad0: Make sure we toss the new backup information in the same array element.
- 01:36 AM Revision fd989c90: Comment out cleanup_backupcache. This would be a very expensive function now that we're caching both times and descriptions.
- 01:33 AM Revision a331fd27: Use a serialized array for our backupcache, instead of a flat file.
05/10/2005
- 03:11 AM Revision ea938707: Whoops. We still need those functions ;)
- 03:07 AM Revision c6a8d632: Clean up the backup cache after we write a new config file.
- 03:03 AM Revision c4760a1d: Add get_backups() and cleanup_backupcache().
05/09/2005
- 03:15 PM Revision 7c0a2dc3: Make sure file exists before unlinking
- This fixes Ticket #68
- 01:54 AM Revision 1d2d6b3c: Initial commit of config versioning frontend.
- 01:54 AM Revision b24bf37b: Tabify.
- 01:49 AM Revision d4b92b5a: Version bump
- 01:33 AM Revision 55d111f6: Trim some more code.
- 01:31 AM Revision e355c693: Remove config version control from diag_backup.php - this will be moved into diag_confbak.php.
- 01:23 AM Revision c1622caf: Remove debug line
- 01:21 AM Revision f63becab: Correctly define from and to DHCPD ranges by using the correct post values. DOH!
- This fixes Ticket #65
- 01:03 AM Revision f1cc2287: Make sure resolv.conf is correct.
- This fixes Ticket #63
05/08/2005
- 03:48 AM Revision 84884519: More work on config versioning.
- * Archive the current config, instead of the new one.
* Don't read the new config over.
* Create new ... - 03:32 AM Revision 5f5e5b71: More minor cleanup.
- 03:22 AM Revision 197509c8: * Minor cleanup in write_config() in preparation for archive facility.
05/07/2005
- 07:13 PM Revision b86c5990: Handle XMLRPC timeouts.
- 07:08 PM Revision 8ac0a4de: * Set timeout.
- * Properly check for successful communication.
- 06:00 AM Revision ebe916cf: * Tab consistency.
- * Don't reboot unless we need to.
- 05:47 AM Revision 0acbffd3: * Extract the version number only from our current firmware version.
- * Correctly cache data.
* Fix version comparison. - 02:57 AM Revision 8989d525: Remove conflict line
- 02:40 AM Revision be50139e: Fix some typos.
- 02:22 AM Revision ad79bdf5: Update manual firmware update now that rc.firmware doesn't automagically reboot.
- 02:22 AM Revision 22b94646: Fix the do not show .. bug that was thought to be fixed before
- 02:17 AM Revision 45497dd7: Fix new firmware updater.
- 01:59 AM Revision d40b3c36: Add new update code.
- 01:47 AM Revision 7d894a89: Don't reboot after a firmware update - this is impractical with the new update structure.
- 01:31 AM Revision bdfc1325: "Begin Full Update"
- 01:09 AM Revision bd21e2b7: Only check the categories we need too.
- 12:56 AM Revision 39e10a30: Cache received version data.
- 12:19 AM Revision c8fcdb2f: If /etc/hosts is a file restore the symlink
05/06/2005
- 10:52 PM Revision e1a8dc99: Minor style cleanup.
- 09:18 PM Revision d9ff08b7: Firmware Update -> Manual Update
- 08:26 PM Revision 013d95eb: Version bump
- 08:24 PM Revision 4659c811: Do not echo .. if not booting
- 05:59 PM Revision 1020ac44: Version bump
- 02:51 PM Revision 39d2e9a4: Don't forget to echo
- 02:51 PM Revision d0beb142: Allow outbound DNS queries during boot incase rules have hostnames int hem
- 02:48 PM Revision 86667140: Correctly insert CARP and PFSYNC rules on boot
- 02:48 PM Revision 153c8601: Output status of bringing carp interfaces down
- 02:44 PM Revision cfc55699: Full patch to ifconfig
- 02:44 PM Revision 0c48d845: Convert carp code back to shell script
- 12:49 AM Revision 42013a42: Alert when bringing down carp interfaces on shutdown
- 12:39 AM Revision 58dd1c29: Version bump
- 12:39 AM Revision 330a31eb: Don't forget <?php and ?>
- 12:38 AM Revision 6ac2abcb: Convert rc.shutdown to php script, gracefully shutdown carp interfaces on shutdown
- 12:15 AM Revision 93e251a4: Bring carp interfaces up under rc.bootup, not the filter process
- 12:13 AM Revision 66f59ea2: Cleanups
05/05/2005
- 11:58 PM Revision 6b70c7c8: Move /pkg/pf process to AFTER rule loading
- 11:51 PM Revision 6571c8ef: Pass command as one line
- 11:47 PM Revision 9f6b1429: Merge carp into base
- 10:01 PM Revision 92cd8817: Remove extra " firewall_shaper_queues_edit.php
- 09:19 PM Revision e128be1b: Version bump
- 08:48 PM Revision fd5e5085: Move carp into base
- 08:25 PM Revision db97e4bb: Begin process of merging carp into base
- 07:51 PM Revision d53c2f85: Remove unncessary if
- 06:36 PM Revision 92ffa1cf: Enhanced error checking for user rules.
- If for some reason the person assigns the interfaces and there are LESS
interfaces before this can somewhat lead to t... - 03:23 AM Revision ad49bef0: Global variables require $ on the front
- 03:20 AM Revision ac6b4768: Reverse the $ order.
- 02:05 AM Revision 52621d32: Update new versionchecker code.
- 12:53 AM Revision 857d33cf: Whitespace cleanup
05/04/2005
- 11:03 PM Revision 6a2b5f1c: Ensure proper /etc/hosts symlink after upgrade
- 10:08 PM Revision 5ce93f0b: Version bump
- 09:58 PM Revision 5d2d14cd: * Make $g a global
- * Cleanup miscs
- 09:55 PM Revision 7e2c36b9: Allow outgoing netgraph traffic
- 09:54 PM Revision b7ccf16b: Allow outgoing netgraph traffic
- 06:06 PM Revision 955434d5: Version bump.
- 04:27 PM Revision 6416dbe1: Do not add /32 to external address if its "any"
- 05:38 AM Revision 77718cb0: * Table anchors use <> not ""
- 05:37 AM Revision 40b0fe5b: * Change to minutes to 1-255
- * Select "" if minutes < 1
- 04:02 AM Revision ed08ef3e: Backend and support for allow limiting of TCP connections by establishment rate
- Useful for protecting against sudden outburts, etc.
- 04:02 AM Revision 15ae8170: Backend and support for allow limiting of TCP connections by establishment rate
- Useful for protecting against sudden outburts, etc.
- 03:27 AM Revision 75a6fbfa: Backend support for allow limiting of TCP connections by establishment rate
- Useful for protecting against sudden outburts, etc.
- 03:18 AM Revision 580182e2: Revert to 1.36.
- 01:51 AM Revision b8d5db81: Sync with latest.
- 01:50 AM Revision 3958d63b: Commit new versionchecker code. Please test manual update and take a look at the interface.
- 01:20 AM Revision 79020a5e: Begin commit of new versionchecking code.
- 01:10 AM Revision b4a26ded: Version bump
- 01:00 AM Revision b30d3746: Fix "LAN Subnet" in rules
- 12:19 AM Revision 0c4786a0: Commit more debugging helpers to help and track down a issue
05/03/2005
- 10:07 PM Revision 2250bc27: When processing pf plugin files, alert the to the file its processing if the system is booting
- 10:05 PM Revision 4be98f23: -e -> -f
- 10:02 PM Revision 2d6ee6d6: Do not output if we are syncing packages. Let the script do this.
- 08:05 PM Revision ae66f872: Version bump
05/02/2005
- 07:43 PM Revision bdeb8d9f: Move items around to match Ticket #52
- 04:59 PM Revision 59ffc4b7: Version bump
- 03:49 PM Revision 844771f2: Add support for <exclude_dependency>.
- 03:03 PM Revision 59031a49: Correctly save remote pptp ip during wizard setup.
- This should address Ticket #50
- 03:30 AM Revision 9228eaab: Add real time traffic logs option to console menu
05/01/2005
- 11:38 PM Revision 67d41c1b: Version bump. Traffic Shaping + Filteirng Bridge works
- 11:33 PM Revision 2a757c24: Do not define name twice. This broke port range capability
- 11:19 PM Revision 6d7aef4e: show any option
- 11:09 PM Revision 821a25aa: Fix missing closing bracket
- 10:51 PM Revision 571863f0: Adjust for Open/Net bridging
- * Allow traffic out all bridge* interfaces
* Tie bridge0 to the optional interface thats being bridged - 06:22 PM Revision 47008820: Don't forget to create bridge0
- 06:21 PM Revision 38226b19: Configure bridges using Open/Net style code.
- 12:06 AM Revision ff3a5e37: Fix package sorting.
04/30/2005
- 11:51 PM Revision cf5e633b: Correctly fetch updates when using the console upgrade
- 11:39 PM Revision 62fc920d: Check on the package name in is_array()
- 11:21 PM Revision 8f6eab72: Break between page header and package table
- 10:15 PM Revision 0c84aff0: Whoops, extra '.
- 10:05 PM Revision 7105aae8: * Cleanup firmware upgrade
- * Only attempt mount of wrap or soekris platofmrs
- 10:01 PM Revision 158dd870: * Robodocify more functions.
- * Rework return_filename_as_string and exec_command.
- 09:54 PM Revision bfcb39c4: Add Invoke Auto Upgrade option to console menu
- 08:13 PM Revision 0b1b5928: Version bump. Wireless is here!
- 08:09 PM Revision fd91e85c: Sync w/ 1.2b7
- 08:08 PM Revision a1af2e27: Add wireless_regex
- 08:07 PM Revision 02c56746: Call set_networking_interfaces_ports();
- 08:04 PM Revision 6eb47218: Add back html header
- 08:02 PM Revision 94a77286: Sync with m0n0wall
- 08:02 PM Revision 87a529d4: Sync with m0n0wall 1.2b7
- 04:17 AM Revision d43a1d90: Do not unlink file if it doesnt exist.
04/29/2005
04/28/2005
- 04:46 PM Revision d3d255cc: $config['lan']['ip'] -> $config['interfaces']['lan']['ip']
- 03:44 PM Revision 50749af5: Whoops, forgot the ".inc"
- 04:26 AM Revision b99a7892: Minor style formatting
- 04:24 AM Revision 1a97d17c: * Cleanup get_carp_status
- 03:11 AM Revision eaa55df2: Make Save and Cancel buttons the same size
- 02:34 AM Revision 390c8e72: Restore flags before unmounting /cf
- 02:17 AM Revision 775433e7: * Document more functions.
- * Rework return_filename_as_array.
* Use PHP's file instead of reading the file by hand.
* Use preg_g... - 02:05 AM Revision fc01e414: Make Cancel button match the Save buttons style
- 02:01 AM Revision 9559099b: Add any option and blurb about when to use it
- 01:59 AM Revision 8e362784: Whoops, forget the closing marker.
- 01:58 AM Revision 25192408: Document a few more functions.
- 01:37 AM Revision 2265659b: Robodoc testing.
- 01:25 AM Revision 3a508fe2: Another Robodoc test.
- 01:07 AM Revision d884b49c: Initial commit of robodoc-formatted comments.
- 12:54 AM Revision 88a46b5b: Version bump
- 12:00 AM Revision b1174d02: * move get_carp_status() to common utilities area
- * general cleanups
04/27/2005
- 11:18 PM Revision cd88352b: run remove_chflags before upgrading.. they will be restored by the tgz
- 11:18 PM Revision 64d08e72: Clarify info box.
- 11:17 PM Revision 9fc0d646: Check for both installed packages and a package with logging.
- 09:39 PM Revision 6ad02b4e: Version bump
- 09:37 PM Revision 50a7ccc9: Don't attempt to get errors from the cURL handle after it's closed.
- 08:13 PM Revision 60b0a101: Setup PPTP rules for the number of maximum PPTP connections.
- 12:20 AM Revision 6c7dbc84: Include xmlparse_pkg.
- 12:17 AM Revision 1d19a2fb: Don't forget to tell dump_clog not to ignore packages.
- 12:14 AM Revision 80910c92: Always ignore packages.
- 12:13 AM Revision 58cf2a13: Include xmlparse_pkg. This is needed to iterate through the installated packages.
- 12:13 AM Revision 9aad5f60: Add an option to ignore package log entries. This has the convenient side effect of moving package installation and deletion messages to the package log page (if it's defined) while moving them back to the main log page upon deinstallation.
04/26/2005
- 11:58 PM Revision b8c56a9e: Update maximum post size to 90 megs
- 11:40 PM Revision ad58a44a: ttyp0 -> ttyv0
- 11:38 PM Revision a114e42e: Fixup tabs
- 11:36 PM Revision 7bb0e455: Use two tabs for ttyv0 serial ttys entry
- 11:33 PM Revision af94c865: * config_mount_ro(); -> conf_mount_ro();
- * config_mount_rw(); -> conf_mount_rw();
- 11:32 PM Revision 24d31909: * config_mount_ro(); -> conf_mount_ro();
- * config_mount_rw(); -> conf_mount_rw();
- 11:22 PM Revision 923d0f44: Dont forget to mount rw and ro while writing out /etc/ttys and /boot/loader.rc
- 11:19 PM Revision 2f810bc1: Add the ability to turn on the serial console from the advanced menu.
- This should address Ticket #19 but needs testing
- 11:08 PM Revision a0190b50: Make $myurl a global variable
- This fixes Ticket #39
- 10:58 PM Revision 97737adf: Correctly count dhcp range
- This should resolve Ticket #40
- 10:42 PM Revision 23a4ebae: (#15) Fix checking for autoupdate.lock.
- 10:31 PM Revision 64663962: XML was not being parsed if pkg_config.xml already exists
- 10:29 PM Revision c279a6b1: * Use $pkg_config['packages']['package']
- * Dont use $pkg_config, use $pkg
- 10:26 PM Revision c52c9894: $g needs to be a global, too to participate in the fun.
- 10:19 PM Revision 0d6f1d45: pkg_mgr_delete.php requires a pkg name instead of its id#
- This somewhat helps fix Ticket #29 but more work remains
- 10:16 PM Revision 52da2110: * Fix XML error if no packages are defined.
- * Remove "clear" button.
TODO: Cleanup. - 10:10 PM Revision b146f6a2: Do not foreach through $ipseccfg['tunnel'] if its not defined
- 10:05 PM Revision e8bb1f3b: unset bandwidthtype type if no bandwidth is specified
- This resolves Ticket #30
- 10:00 PM Revision fdb19d5e: unset bandwidth type if no bandwidth is specified
- 09:51 PM Revision c668c964: $changecount++ so that the savings on the form can be saved. DOH!
- This should address Ticket #16
- 09:35 PM Revision 2d4d79ac: Fix fatal error when no packages are installed.
- 09:33 PM Revision 90099377: Check the correct array for packages.
- 09:29 PM Revision 5d75c0e0: Remove blurb at bottom about creating a rule. We do this automatically when the service is enabled now.
- 09:20 PM Revision 31c59d0d: Correctly restore gateway address.
- This should address Ticket #24
- 09:15 PM Revision f4da1ccd: Update domain field regex to allow -'s
- This should address Ticket #38
- 09:11 PM Revision fc5a35cf: Create /var/db/pkg if it does not exist
- 08:20 PM Revision 0d8a219e: Unset $config['system']['dnsallowoverride'] before assigning.
- This should address Ticket #16
- 08:12 PM Revision e74a68fa: * Do not assign a label to a rule if its disabled
- * Turn off return debugging statements
This should address Ticket #34 - 07:32 PM Revision cf46ff75: Remove trailing space
- 07:10 PM Revision bb43786e: Echo out interface name when its not WAN.
- This should address Ticket #32
- 06:55 PM Revision 32963a17: Match max_execution_time and max_input_time to known good values that allow for really long php execution script time.
- 05:46 PM Revision fde923d3: Version bump
- 03:57 PM Revision 233d5b0f: Include xmlrpc.inc instead of xmlrpc_client.inc.
- 03:49 PM Revision 04000d32: Clean up full reinstall code.
- 03:12 PM Revision 7be9819f: get_available_pkg_id: Don't fetch and parse pkg_config if it's already defined.
04/25/2005
- 09:30 PM Revision 441cd406: We don't need to foreach through pkg_config.xml.
- 09:28 PM Revision fc160034: * a_sort -> asort
- 09:26 PM Revision cd0d1ef4: Fix sorting.
- 07:35 PM Revision 706c675f: Do not show errors. We may not be on a CF type system.
- 05:24 PM Revision 5f78ff71: Sort installed packages.
- 02:18 PM Revision a168783d: * Use a_sort to preserve key values.
- * Fix package installation ($index instead of $i).
* Only loop through $config once to get an array of installed pack... - 02:14 PM Revision 0db271e0: Sort the list of available packages.
04/23/2005
- 09:53 PM Revision c4e565bc: Fix formatting.
- 09:49 PM Revision af2e88f3: * Fix successful install logic.
- * Don't download the package if it's already installed - this is useful if you only need to update XML.
- 09:20 PM Revision ac54909b: Rename Package Manager to Packages .. Ony Safari the item word wraps and it looks awful[tm]
- 05:20 AM Revision 5cab2f55: Minor tweaks.
- 05:18 AM Revision f2fd939c: Fix package installation.
- 03:20 AM Revision 970095a1: xmlrpc_array_to_php -> xmlrpc_value_to_php.
- 01:41 AM Revision e1008eea: Version bump to welcome our new overlord bridging + shaping friends.
- 01:22 AM Revision f4b79851: Disable Rendevouz section. It won't make it into the beta.
04/22/2005
- 03:31 AM Revision 662f4c09: Use packages-5.4-release as our default package location, at least until I can find a better way to determine where exactly we should be fetching a particular depend from.
- 03:28 AM Revision 0cdb55d4: Reorder the Auto Update tab to appear first
- 03:18 AM Revision 18b5a4c7: Check for the actual updater script only (instead of the PHP page itself, which is a bit self-defeating).
- 02:50 AM Revision b3d44462: Process system_set_harddisk_standby() instead of requiring a reboot. Doh!
- 02:45 AM Revision 920f27e3: Remove generic-pc check. Let user specify how they want that hard drive to power down.
- 02:27 AM Revision 28b86d64: * Add missing cancel button
- * cancel -> Cancel
- 02:04 AM Revision 9761ed10: Don't forget the closing }.
- 02:02 AM Revision f22f23a9: Log all dependencies found but already installed.
- 01:57 AM Revision fdb718b9: Give a show log option upon failed package install
- 12:13 AM Revision a822a889: Eliminate the status box. Move everything into the output window
- 12:09 AM Revision 3be2b192: Use 3 rows
- 12:08 AM Revision 3485022c: * Version bump
- * Correct input box size
04/21/2005
- 10:22 PM Revision 5f18c7fe: Fix logic for checking for package reinstallation.
- XXX: Some logic is still a bit shaky.
- 06:42 PM Revision 53c59170: Add a Cancel button which takes the browser back to the page prior.
- 05:58 PM Revision c59ff01d: Cleanup the version check page. We don't need a preschool size textarea to report the update status.
- 02:48 AM Revision 6a88169f: xmlrpc_value_to_php() is now in xmlrpc.inc.
- 01:25 AM Revision 31022fd4: Remove Upgrading. We're a check only screen now.
- 01:05 AM Revision 61a46f53: Check for both the updater script and the PHP process downloading latest.tgz.
- 01:00 AM Revision 9f0952aa: (#15) Use rc.reboot when rebooting and don't try to remove auto_upgrade_in_progress.
- 12:58 AM Revision 29f96f5a: (#15) Check to an rc.firmware_auto process instead of relying on a file.
04/20/2005
- 10:27 PM Revision 928db768: * Change heading.
- * Move Invoke Auto Upgrade button inside the grey table
- 10:25 PM Revision 3dc6bb60: Alter auto update tabs behavior. Show the version information and insert a Invoke Auto Upgrade button
- 09:33 PM Revision a1f2a8b4: Version bump. Traffic shaper is now fixed!
- 07:40 PM Revision b005c738: Do not set lastseen to -1 each time
- 07:26 PM Revision 7bc718ba: Alert when we cannot locate the package configuration file
- 07:19 PM Revision 42e72ab3: Cleanup opening and closing braces
- 07:11 PM Revision 02975052: Version bump for ticket #14
- 07:10 PM Revision 8dd918cc: Do not $ngcounter++ since the pptp server lives on ng1.
- Ticket #14
- 07:02 PM Revision ac52b78f: Do not report progress past 100%
- 07:01 PM Revision 059249e1: Do not traverse arrays if they are not an array
- 06:44 PM Revision 3bfb54ac: $lastseen should be a global variable
- 06:12 PM Revision 42356e4b: Version bump
- 06:11 PM Revision 704ea918: * Add remove_chflags function
- * Add backup_chflags function
* Add restore_chflags function
* Backup and restore the chflags before updating - 05:56 PM Revision 0155a04e: $ngcounter++ for each PPTP Rule
- 05:55 PM Revision 5c5c7b94: Fix PPTP Server
- 05:46 PM Revision a71ec7b4: * Add $config
- * Add more pptp variable assignments
- 05:33 PM Revision 98a4b63d: Add return debugging so we can trace down the PPTP server issue.
- 05:02 PM Revision 81d8a9ad: Minor cleanup.
- 04:30 PM Revision 12060a45: Disable OpenVPN for the time being.
- 02:10 PM Revision 6fe6b916: Include XMLRPC helper functions and remove unnecessary code.
- 02:09 PM Revision 207abd84: Move XMLRPC helper functions (for auth and type conversion) to an include file.
04/19/2005
- 11:23 PM Revision fd366696: Only send javascript update messages when the percentage changes. This avoids sending the clients firefox utilization to 100%
- 11:18 PM Revision cf71c485: Alert user when downloading a new version
- 11:15 PM Revision 48012bc2: Use the new download system in pfSense to download the old style updates.
- 11:06 PM Revision b5b5486c: Version bump
- 10:58 PM Revision bb76326d: * Use mwxec_bg
- * Surround parms with "
- 10:39 PM Revision 6aada4ed: * More debugging.
- * Remove /tmp/auto_upgrade_in_progress after completion
- 10:35 PM Revision e5e6120e: Do not allow auto upgrade to be invoked twice.
- 09:58 PM Revision 0d0a2294: Correct installed typo
- 09:48 PM Revision 316d02b3: Add debugging lines. For some reason tar is not being invoked even though the if section is being invoked.
- 04:46 AM Revision 5e1fd336: Delete /tmp/latest*
- 04:11 AM Revision f037fee9: empty commit to test cvstrac sync
04/18/2005
- 09:07 PM Revision 0e6998d1: Add Alias optoins to NAT ports
- 08:55 PM Revision f1d0c4cc: Turn off alias auto picker code for Internet Explorer when in HTTPS: mode
- 08:32 PM Revision f183b092: Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense.
- 08:27 PM Revision 1e694bee: Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense. Useful when a user needs to override their wan with their machines mac address
- 08:05 PM Revision 5690b66b: Cleanup files in /tmp/ if the upgrade does not work out
- 07:26 PM Revision edb47331: Version bump
- 05:25 AM Revision 3f8197c3: Version bump
- 05:23 AM Revision 8e53f925: Fix shaper rules
- Do not foreach() over an array from within a foreach() on that same array
- 04:02 AM Revision bcce11af: Use a blank file
- 03:08 AM Revision b19c8622: Only resync filter on final pass if /tmp/filter_boot_dirty is touched.
- 02:55 AM Revision df426812: remove unused code
- 02:45 AM Revision 8b77ffc9: Zap unused code
- 02:43 AM Revision fb97298b: *CORRECTLY* detect if a package is installed, if is not, add it to the config.xml file
- 02:42 AM Revision 1063d44a: *CORRECTLY* detect if a package is installed, if is not, add it to the config.xml file
- 02:37 AM Revision 3cb72f63: fix reinstall all packages
- 02:09 AM Revision 1c62837e: Log all md5 mismatches to /tmp/bdiff.log
- 02:05 AM Revision 96ea6c02: * Use loops for handling both version checking and actual diff application.
- * Terminate the update process if an md5 mismatch occurs.
- 01:49 AM Revision 0a5aabe6: Use /tmp/bdiff.log instead of /tmp/errors.
- 01:43 AM Revision f704d5b0: We had three cases doing the same thing :P
- 01:40 AM Revision 89a5f445: Require an argument to be passed to the binary update function rather than defaulting to /tmp/latest_* - we're no longer using a single file for updates.
- 01:33 AM Revision 5f69494b: Use loops to handle all update categories, instead of individual blocks.
- 01:27 AM Revision 18859f3b: Detect a dirty CF partition and invoke fsck -y
- 12:52 AM Revision 6a692182: Update auto updater.
Also available in: Atom