Project

General

Profile

Activity

From 04/18/2005 to 05/17/2005

05/17/2005

10:59 PM Revision a6ddfb81: Version bump
Scott Ullrich
10:11 PM Revision e76de94e: Add initial support for usb pen drives when using a read only cd version
of pfSense Scott Ullrich
09:47 PM Revision 1ed4805f: Don't bother checking for the directory - we already check for the cache itself.
Colin Smith
09:43 PM Revision dc74c78a: Make sure we have a backup.cache before cleaning.
Colin Smith
09:40 PM Revision 392a9bb8: Don't clean the backup cache if the directory doesn't exist.
Colin Smith
04:56 AM Revision d9e8c3bc: Minor locking changes
Bill Marquette
04:50 AM Revision dd50bba5: Minor speed-up, config.cache has already been created in parse_config()
Bill Marquette
04:36 AM Revision 31f93981: Clean up wierd $config updates here too
Bill Marquette
03:56 AM Revision b4855a55: Trim remaining debug prints.
Colin Smith
03:55 AM Revision ffbace22: (hopefully) fix the remaining config bugs.
Colin Smith
03:51 AM Revision 64bec1fe: Version bump
Scott Ullrich
03:46 AM Revision baa7645c: More hacking away at the config hosification bugs.
Colin Smith
01:36 AM Revision 781beaaa: Change the behavior of parse_config() and a few other functions. This will (hopefully) fix the config hosification issues.
Colin Smith
01:27 AM Revision eba0b1d8: $parsed -> $parsedcfg
reported-by: billm Colin Smith
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 Scott Ullrich
01:05 AM Revision 08c3872d: Make xmlrpc.inc cleaner. This needs to be followed up by a cleanup and integration of xmlparse_pkg.inc.
Colin Smith

05/16/2005

11:57 PM Revision 41508358: restore 1.62
Scott Ullrich
11:41 PM Revision ffd1b445: Revert to version 1.38
Scott Ullrich
11:19 PM Revision 1008ad70: need global $g
Bill Marquette
10:35 PM Revision 23a97395: Version bump
Scott Ullrich
10:32 PM Revision 11d42e4d: Do not set IPV6 forwarding unless checkbox is ticked and a ip is defined.
Scott Ullrich
09:32 PM Revision 4ab34f15: fix whitespace and make wording a hair better
Bill Marquette
09:28 PM Revision b638fcfd: Restore stuff accidentally nuked in an earlier commit.
Colin Smith
09:11 PM Revision c8a1c872: Remove check for version_control flag. This should clean up related errors.
Colin Smith
08:53 PM Revision 4f2c1590: Show the current state table size on the index page
This ones for you Hoba Bill Marquette
08:24 PM Revision 6db304e4: md5's can have '/'s in them apparently...doh
Bill Marquette
08:22 PM Revision f3651b3a: guiconfig.inc wasn't the right include files for these
found via the auth.inc change Bill Marquette
04:49 AM Revision 24c07db3: version bump
Scott Ullrich
03:34 AM Revision 97bea981: Authentication is now PHP based
Bill Marquette
03:31 AM Revision f977ac60: Include guiconfig.inc so we can use auth.inc
Bill Marquette
03:14 AM Revision 5a9edd86: ensure .htpasswd doesn't exist
Bill Marquette
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... Bill Marquette
02:52 AM Revision 25540c7c: Include the year a revision is made.
Colin Smith
02:30 AM Revision ec9af71c: fix php syntax error in last commit
Bill Marquette
02:29 AM Revision 124b1b85: Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)
Bill Marquette
02:23 AM Revision f449d83e: remove duplicate code
Bill Marquette
02:14 AM Revision 4a991889: Ticket 6: Allow NAT to duplicate rules
Bill Marquette
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.
Colin Smith
01:45 AM Revision b6f3f5c6: Generate config cache, sweep backups, and run bootup-specific config parsing.
Colin Smith
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...
Colin Smith
01:40 AM Revision 359893b0: Use config_restore to document config file reversion, unlink desired configs, etc.
Colin Smith
01:08 AM Revision 2f8d0729: Enable config restore
Bill Marquette
12:49 AM Revision 96caa2a8: speed improvements - backup.cache was created so we didn't have to read through all the XML files
Bill Marquette
12:38 AM Revision 136f811b: Fix double display of first config line
Bill Marquette
12:35 AM Revision 32f11c05: Make config backup actually work
Bill Marquette

05/15/2005

11:05 PM Revision 734edbdf: Fix rules disable toggle
Bill Marquette
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 Bill Marquette
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!
Bill Marquette
10:38 PM Revision 0884ea0a: Remove more duplicate code
Bill Marquette
10:35 PM Revision 23a8ad04: Remove duplicate code
Bill Marquette
10:19 PM Revision e2cb6b50: returngateway and friends aren't part of rules
Bill Marquette
10:18 PM Revision f87f85c3: Fix broken rules
Bill Marquette
08:21 PM Revision 9cb8e6f0: Move rm in line with others
Scott Ullrich
08:20 PM Revision 7f0439dc: Clear /tmp/* on boot
Scott Ullrich
07:08 PM Revision d6f1dbe3: Sweep the backup cache on bootup.
Colin Smith
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... Colin Smith
04:46 PM Revision b81f691b: Add custom os.pf file which includes the latest versino of FreeBSD
This should fix Ticket #76 Scott Ullrich
04:48 AM Revision 1c3b48a3: Sweep backup cache at bootup.
Colin Smith
04:46 AM Revision fb4dc29f: Reverse the backup cache.
Colin Smith
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. Colin Smith
04:05 AM Revision b297c210: More work on config file versioning.
Colin Smith
02:00 AM Revision c437598a: Version bump
Scott Ullrich

05/14/2005

09:23 PM Revision f639bcae: Comment out cleanup_backupcache() to fix Ticket #73
Scott Ullrich

05/11/2005

01:42 AM Revision d0a3751a: Fix up get_backups() to use the new serialized format.
Colin Smith
01:38 AM Revision a0a73ad0: Make sure we toss the new backup information in the same array element.
Colin Smith
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.
Colin Smith
01:33 AM Revision a331fd27: Use a serialized array for our backupcache, instead of a flat file.
Colin Smith

05/10/2005

03:11 AM Revision ea938707: Whoops. We still need those functions ;)
Colin Smith
03:07 AM Revision c6a8d632: Clean up the backup cache after we write a new config file.
Colin Smith
03:03 AM Revision c4760a1d: Add get_backups() and cleanup_backupcache().
Colin Smith

05/09/2005

03:15 PM Revision 7c0a2dc3: Make sure file exists before unlinking
This fixes Ticket #68 Scott Ullrich
01:54 AM Revision 1d2d6b3c: Initial commit of config versioning frontend.
Colin Smith
01:54 AM Revision b24bf37b: Tabify.
Colin Smith
01:49 AM Revision d4b92b5a: Version bump
Scott Ullrich
01:33 AM Revision 55d111f6: Trim some more code.
Colin Smith
01:31 AM Revision e355c693: Remove config version control from diag_backup.php - this will be moved into diag_confbak.php.
Colin Smith
01:23 AM Revision c1622caf: Remove debug line
Scott Ullrich
01:21 AM Revision f63becab: Correctly define from and to DHCPD ranges by using the correct post values. DOH!
This fixes Ticket #65 Scott Ullrich
01:03 AM Revision f1cc2287: Make sure resolv.conf is correct.
This fixes Ticket #63 Scott Ullrich

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 ...
Colin Smith
03:32 AM Revision 5f5e5b71: More minor cleanup.
Colin Smith
03:22 AM Revision 197509c8: * Minor cleanup in write_config() in preparation for archive facility.
Colin Smith

05/07/2005

07:13 PM Revision b86c5990: Handle XMLRPC timeouts.
Colin Smith
07:08 PM Revision 8ac0a4de: * Set timeout.
* Properly check for successful communication. Colin Smith
06:00 AM Revision ebe916cf: * Tab consistency.
* Don't reboot unless we need to. Colin Smith
05:47 AM Revision 0acbffd3: * Extract the version number only from our current firmware version.
* Correctly cache data.
* Fix version comparison.
Colin Smith
02:57 AM Revision 8989d525: Remove conflict line
Scott Ullrich
02:40 AM Revision be50139e: Fix some typos.
Colin Smith
02:22 AM Revision ad79bdf5: Update manual firmware update now that rc.firmware doesn't automagically reboot.
Colin Smith
02:22 AM Revision 22b94646: Fix the do not show .. bug that was thought to be fixed before
Scott Ullrich
02:17 AM Revision 45497dd7: Fix new firmware updater.
Colin Smith
01:59 AM Revision d40b3c36: Add new update code.
Colin Smith
01:47 AM Revision 7d894a89: Don't reboot after a firmware update - this is impractical with the new update structure.
Colin Smith
01:31 AM Revision bdfc1325: "Begin Full Update"
Colin Smith
01:09 AM Revision bd21e2b7: Only check the categories we need too.
Colin Smith
12:56 AM Revision 39e10a30: Cache received version data.
Colin Smith
12:19 AM Revision c8fcdb2f: If /etc/hosts is a file restore the symlink
Scott Ullrich

05/06/2005

10:52 PM Revision e1a8dc99: Minor style cleanup.
Colin Smith
09:18 PM Revision d9ff08b7: Firmware Update -> Manual Update
Scott Ullrich
08:26 PM Revision 013d95eb: Version bump
Scott Ullrich
08:24 PM Revision 4659c811: Do not echo .. if not booting
Scott Ullrich
05:59 PM Revision 1020ac44: Version bump
Scott Ullrich
02:51 PM Revision 39d2e9a4: Don't forget to echo
Scott Ullrich
02:51 PM Revision d0beb142: Allow outbound DNS queries during boot incase rules have hostnames int hem
Scott Ullrich
02:48 PM Revision 86667140: Correctly insert CARP and PFSYNC rules on boot
Scott Ullrich
02:48 PM Revision 153c8601: Output status of bringing carp interfaces down
Scott Ullrich
02:44 PM Revision cfc55699: Full patch to ifconfig
Scott Ullrich
02:44 PM Revision 0c48d845: Convert carp code back to shell script
Scott Ullrich
12:49 AM Revision 42013a42: Alert when bringing down carp interfaces on shutdown
Scott Ullrich
12:39 AM Revision 58dd1c29: Version bump
Scott Ullrich
12:39 AM Revision 330a31eb: Don't forget <?php and ?>
Scott Ullrich
12:38 AM Revision 6ac2abcb: Convert rc.shutdown to php script, gracefully shutdown carp interfaces on shutdown
Scott Ullrich
12:15 AM Revision 93e251a4: Bring carp interfaces up under rc.bootup, not the filter process
Scott Ullrich
12:13 AM Revision 66f59ea2: Cleanups
Scott Ullrich

05/05/2005

11:58 PM Revision 6b70c7c8: Move /pkg/pf process to AFTER rule loading
Scott Ullrich
11:51 PM Revision 6571c8ef: Pass command as one line
Scott Ullrich
11:47 PM Revision 9f6b1429: Merge carp into base
Scott Ullrich
10:01 PM Revision 92cd8817: Remove extra " firewall_shaper_queues_edit.php
Scott Ullrich
09:19 PM Revision e128be1b: Version bump
Scott Ullrich
08:48 PM Revision fd5e5085: Move carp into base
Scott Ullrich
08:25 PM Revision db97e4bb: Begin process of merging carp into base
Scott Ullrich
07:51 PM Revision d53c2f85: Remove unncessary if
Scott Ullrich
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...
Scott Ullrich
03:23 AM Revision ad49bef0: Global variables require $ on the front
Scott Ullrich
03:20 AM Revision ac6b4768: Reverse the $ order.
Scott Ullrich
02:05 AM Revision 52621d32: Update new versionchecker code.
Colin Smith
12:53 AM Revision 857d33cf: Whitespace cleanup
Bill Marquette

05/04/2005

11:03 PM Revision 6a2b5f1c: Ensure proper /etc/hosts symlink after upgrade
Scott Ullrich
10:08 PM Revision 5ce93f0b: Version bump
Scott Ullrich
09:58 PM Revision 5d2d14cd: * Make $g a global
* Cleanup miscs Scott Ullrich
09:55 PM Revision 7e2c36b9: Allow outgoing netgraph traffic
Scott Ullrich
09:54 PM Revision b7ccf16b: Allow outgoing netgraph traffic
Scott Ullrich
06:06 PM Revision 955434d5: Version bump.
Scott Ullrich
04:27 PM Revision 6416dbe1: Do not add /32 to external address if its "any"
Scott Ullrich
05:38 AM Revision 77718cb0: * Table anchors use <> not ""
Scott Ullrich
05:37 AM Revision 40b0fe5b: * Change to minutes to 1-255
* Select "" if minutes < 1 Scott Ullrich
04:02 AM Revision ed08ef3e: Backend and support for allow limiting of TCP connections by establishment rate
Useful for protecting against sudden outburts, etc. Scott Ullrich
04:02 AM Revision 15ae8170: Backend and support for allow limiting of TCP connections by establishment rate
Useful for protecting against sudden outburts, etc. Scott Ullrich
03:27 AM Revision 75a6fbfa: Backend support for allow limiting of TCP connections by establishment rate
Useful for protecting against sudden outburts, etc. Scott Ullrich
03:18 AM Revision 580182e2: Revert to 1.36.
Colin Smith
01:51 AM Revision b8d5db81: Sync with latest.
Colin Smith
01:50 AM Revision 3958d63b: Commit new versionchecker code. Please test manual update and take a look at the interface.
Colin Smith
01:20 AM Revision 79020a5e: Begin commit of new versionchecking code.
Colin Smith
01:10 AM Revision b4a26ded: Version bump
Scott Ullrich
01:00 AM Revision b30d3746: Fix "LAN Subnet" in rules
Scott Ullrich
12:19 AM Revision 0c4786a0: Commit more debugging helpers to help and track down a issue
Scott Ullrich

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
Scott Ullrich
10:05 PM Revision 4be98f23: -e -> -f
Scott Ullrich
10:02 PM Revision 2d6ee6d6: Do not output if we are syncing packages. Let the script do this.
Scott Ullrich
08:05 PM Revision ae66f872: Version bump
Scott Ullrich

05/02/2005

07:43 PM Revision bdeb8d9f: Move items around to match Ticket #52
Scott Ullrich
04:59 PM Revision 59ffc4b7: Version bump
Scott Ullrich
03:49 PM Revision 844771f2: Add support for <exclude_dependency>.
Colin Smith
03:03 PM Revision 59031a49: Correctly save remote pptp ip during wizard setup.
This should address Ticket #50 Scott Ullrich
03:30 AM Revision 9228eaab: Add real time traffic logs option to console menu
Scott Ullrich

05/01/2005

11:38 PM Revision 67d41c1b: Version bump. Traffic Shaping + Filteirng Bridge works
Scott Ullrich
11:33 PM Revision 2a757c24: Do not define name twice. This broke port range capability
Scott Ullrich
11:19 PM Revision 6d7aef4e: show any option
Scott Ullrich
11:09 PM Revision 821a25aa: Fix missing closing bracket
Scott Ullrich
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
Scott Ullrich
06:22 PM Revision 47008820: Don't forget to create bridge0
Scott Ullrich
06:21 PM Revision 38226b19: Configure bridges using Open/Net style code.
Scott Ullrich
12:06 AM Revision ff3a5e37: Fix package sorting.
Colin Smith

04/30/2005

11:51 PM Revision cf5e633b: Correctly fetch updates when using the console upgrade
Scott Ullrich
11:39 PM Revision 62fc920d: Check on the package name in is_array()
Scott Ullrich
11:21 PM Revision 8f6eab72: Break between page header and package table
Scott Ullrich
10:15 PM Revision 0c84aff0: Whoops, extra '.
Colin Smith
10:05 PM Revision 7105aae8: * Cleanup firmware upgrade
* Only attempt mount of wrap or soekris platofmrs Scott Ullrich
10:01 PM Revision 158dd870: * Robodocify more functions.
* Rework return_filename_as_string and exec_command. Colin Smith
09:54 PM Revision bfcb39c4: Add Invoke Auto Upgrade option to console menu
Scott Ullrich
08:13 PM Revision 0b1b5928: Version bump. Wireless is here!
Scott Ullrich
08:09 PM Revision fd91e85c: Sync w/ 1.2b7
Scott Ullrich
08:08 PM Revision a1af2e27: Add wireless_regex
Scott Ullrich
08:07 PM Revision 02c56746: Call set_networking_interfaces_ports();
Scott Ullrich
08:04 PM Revision 6eb47218: Add back html header
Scott Ullrich
08:02 PM Revision 94a77286: Sync with m0n0wall
Scott Ullrich
08:02 PM Revision 87a529d4: Sync with m0n0wall 1.2b7
Scott Ullrich
04:17 AM Revision d43a1d90: Do not unlink file if it doesnt exist.
Scott Ullrich

04/29/2005

05:13 PM Revision 90e15332: Version bump
Scott Ullrich
05:13 PM Revision f21c836b: Only chmod user, not groups.
Scott Ullrich

04/28/2005

04:46 PM Revision d3d255cc: $config['lan']['ip'] -> $config['interfaces']['lan']['ip']
Scott Ullrich
03:44 PM Revision 50749af5: Whoops, forgot the ".inc"
Colin Smith
04:26 AM Revision b99a7892: Minor style formatting
Scott Ullrich
04:24 AM Revision 1a97d17c: * Cleanup get_carp_status
Scott Ullrich
03:11 AM Revision eaa55df2: Make Save and Cancel buttons the same size
Scott Ullrich
02:34 AM Revision 390c8e72: Restore flags before unmounting /cf
Scott Ullrich
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...
Colin Smith
02:05 AM Revision fc01e414: Make Cancel button match the Save buttons style
Scott Ullrich
02:01 AM Revision 9559099b: Add any option and blurb about when to use it
Scott Ullrich
01:59 AM Revision 8e362784: Whoops, forget the closing marker.
Colin Smith
01:58 AM Revision 25192408: Document a few more functions.
Colin Smith
01:37 AM Revision 2265659b: Robodoc testing.
Colin Smith
01:25 AM Revision 3a508fe2: Another Robodoc test.
Colin Smith
01:07 AM Revision d884b49c: Initial commit of robodoc-formatted comments.
Colin Smith
12:54 AM Revision 88a46b5b: Version bump
Scott Ullrich
12:00 AM Revision b1174d02: * move get_carp_status() to common utilities area
* general cleanups Scott Ullrich

04/27/2005

11:18 PM Revision cd88352b: run remove_chflags before upgrading.. they will be restored by the tgz
Scott Ullrich
11:18 PM Revision 64d08e72: Clarify info box.
Colin Smith
11:17 PM Revision 9fc0d646: Check for both installed packages and a package with logging.
Colin Smith
09:39 PM Revision 6ad02b4e: Version bump
Scott Ullrich
09:37 PM Revision 50a7ccc9: Don't attempt to get errors from the cURL handle after it's closed.
Colin Smith
08:13 PM Revision 60b0a101: Setup PPTP rules for the number of maximum PPTP connections.
Scott Ullrich
12:20 AM Revision 6c7dbc84: Include xmlparse_pkg.
Colin Smith
12:17 AM Revision 1d19a2fb: Don't forget to tell dump_clog not to ignore packages.
Colin Smith
12:14 AM Revision 80910c92: Always ignore packages.
Colin Smith
12:13 AM Revision 58cf2a13: Include xmlparse_pkg. This is needed to iterate through the installated packages.
Colin Smith
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.
Colin Smith

04/26/2005

11:58 PM Revision b8c56a9e: Update maximum post size to 90 megs
Scott Ullrich
11:40 PM Revision ad58a44a: ttyp0 -> ttyv0
Scott Ullrich
11:38 PM Revision a114e42e: Fixup tabs
Scott Ullrich
11:36 PM Revision 7bb0e455: Use two tabs for ttyv0 serial ttys entry
Scott Ullrich
11:33 PM Revision af94c865: * config_mount_ro(); -> conf_mount_ro();
* config_mount_rw(); -> conf_mount_rw(); Scott Ullrich
11:32 PM Revision 24d31909: * config_mount_ro(); -> conf_mount_ro();
* config_mount_rw(); -> conf_mount_rw(); Scott Ullrich
11:22 PM Revision 923d0f44: Dont forget to mount rw and ro while writing out /etc/ttys and /boot/loader.rc
Scott Ullrich
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 Scott Ullrich
11:08 PM Revision a0190b50: Make $myurl a global variable
This fixes Ticket #39 Scott Ullrich
10:58 PM Revision 97737adf: Correctly count dhcp range
This should resolve Ticket #40 Scott Ullrich
10:42 PM Revision 23a4ebae: (#15) Fix checking for autoupdate.lock.
Colin Smith
10:31 PM Revision 64663962: XML was not being parsed if pkg_config.xml already exists
Scott Ullrich
10:29 PM Revision c279a6b1: * Use $pkg_config['packages']['package']
* Dont use $pkg_config, use $pkg Scott Ullrich
10:26 PM Revision c52c9894: $g needs to be a global, too to participate in the fun.
Scott Ullrich
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 Scott Ullrich
10:16 PM Revision 52da2110: * Fix XML error if no packages are defined.
* Remove "clear" button.
TODO: Cleanup.
Colin Smith
10:10 PM Revision b146f6a2: Do not foreach through $ipseccfg['tunnel'] if its not defined
Scott Ullrich
10:05 PM Revision e8bb1f3b: unset bandwidthtype type if no bandwidth is specified
This resolves Ticket #30 Scott Ullrich
10:00 PM Revision fdb19d5e: unset bandwidth type if no bandwidth is specified
Scott Ullrich
09:51 PM Revision c668c964: $changecount++ so that the savings on the form can be saved. DOH!
This should address Ticket #16 Scott Ullrich
09:35 PM Revision 2d4d79ac: Fix fatal error when no packages are installed.
Colin Smith
09:33 PM Revision 90099377: Check the correct array for packages.
Colin Smith
09:29 PM Revision 5d75c0e0: Remove blurb at bottom about creating a rule. We do this automatically when the service is enabled now.
Scott Ullrich
09:20 PM Revision 31c59d0d: Correctly restore gateway address.
This should address Ticket #24 Scott Ullrich
09:15 PM Revision f4da1ccd: Update domain field regex to allow -'s
This should address Ticket #38 Scott Ullrich
09:11 PM Revision fc5a35cf: Create /var/db/pkg if it does not exist
Scott Ullrich
08:20 PM Revision 0d8a219e: Unset $config['system']['dnsallowoverride'] before assigning.
This should address Ticket #16 Scott Ullrich
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
Scott Ullrich
07:32 PM Revision cf46ff75: Remove trailing space
Scott Ullrich
07:10 PM Revision bb43786e: Echo out interface name when its not WAN.
This should address Ticket #32 Scott Ullrich
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.
Scott Ullrich
05:46 PM Revision fde923d3: Version bump
Scott Ullrich
03:57 PM Revision 233d5b0f: Include xmlrpc.inc instead of xmlrpc_client.inc.
Colin Smith
03:49 PM Revision 04000d32: Clean up full reinstall code.
Colin Smith
03:12 PM Revision 7be9819f: get_available_pkg_id: Don't fetch and parse pkg_config if it's already defined.
Colin Smith

04/25/2005

09:30 PM Revision 441cd406: We don't need to foreach through pkg_config.xml.
Colin Smith
09:28 PM Revision fc160034: * a_sort -> asort
Colin Smith
09:26 PM Revision cd0d1ef4: Fix sorting.
Colin Smith
07:35 PM Revision 706c675f: Do not show errors. We may not be on a CF type system.
Scott Ullrich
05:24 PM Revision 5f78ff71: Sort installed packages.
Colin Smith
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...
Colin Smith
02:14 PM Revision 0db271e0: Sort the list of available packages.
Colin Smith

04/23/2005

09:53 PM Revision c4e565bc: Fix formatting.
Colin Smith
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. Colin Smith
09:20 PM Revision ac54909b: Rename Package Manager to Packages .. Ony Safari the item word wraps and it looks awful[tm]
Scott Ullrich
05:20 AM Revision 5cab2f55: Minor tweaks.
Colin Smith
05:18 AM Revision f2fd939c: Fix package installation.
Colin Smith
03:20 AM Revision 970095a1: xmlrpc_array_to_php -> xmlrpc_value_to_php.
Colin Smith
01:41 AM Revision e1008eea: Version bump to welcome our new overlord bridging + shaping friends.
Scott Ullrich
01:22 AM Revision f4b79851: Disable Rendevouz section. It won't make it into the beta.
Scott Ullrich

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.
Colin Smith
03:28 AM Revision 0cdb55d4: Reorder the Auto Update tab to appear first
Scott Ullrich
03:18 AM Revision 18b5a4c7: Check for the actual updater script only (instead of the PHP page itself, which is a bit self-defeating).
Colin Smith
02:50 AM Revision b3d44462: Process system_set_harddisk_standby() instead of requiring a reboot. Doh!
Scott Ullrich
02:45 AM Revision 920f27e3: Remove generic-pc check. Let user specify how they want that hard drive to power down.
Scott Ullrich
02:27 AM Revision 28b86d64: * Add missing cancel button
* cancel -> Cancel Scott Ullrich
02:04 AM Revision 9761ed10: Don't forget the closing }.
Colin Smith
02:02 AM Revision f22f23a9: Log all dependencies found but already installed.
Colin Smith
01:57 AM Revision fdb718b9: Give a show log option upon failed package install
Scott Ullrich
12:13 AM Revision a822a889: Eliminate the status box. Move everything into the output window
Scott Ullrich
12:09 AM Revision 3be2b192: Use 3 rows
Scott Ullrich
12:08 AM Revision 3485022c: * Version bump
* Correct input box size Scott Ullrich

04/21/2005

10:22 PM Revision 5f18c7fe: Fix logic for checking for package reinstallation.
XXX: Some logic is still a bit shaky. Colin Smith
06:42 PM Revision 53c59170: Add a Cancel button which takes the browser back to the page prior.
Scott Ullrich
05:58 PM Revision c59ff01d: Cleanup the version check page. We don't need a preschool size textarea to report the update status.
Scott Ullrich
02:48 AM Revision 6a88169f: xmlrpc_value_to_php() is now in xmlrpc.inc.
Colin Smith
01:25 AM Revision 31022fd4: Remove Upgrading. We're a check only screen now.
Scott Ullrich
01:05 AM Revision 61a46f53: Check for both the updater script and the PHP process downloading latest.tgz.
Colin Smith
01:00 AM Revision 9f0952aa: (#15) Use rc.reboot when rebooting and don't try to remove auto_upgrade_in_progress.
Colin Smith
12:58 AM Revision 29f96f5a: (#15) Check to an rc.firmware_auto process instead of relying on a file.
Colin Smith

04/20/2005

10:27 PM Revision 928db768: * Change heading.
* Move Invoke Auto Upgrade button inside the grey table Scott Ullrich
10:25 PM Revision 3dc6bb60: Alter auto update tabs behavior. Show the version information and insert a Invoke Auto Upgrade button
Scott Ullrich
09:33 PM Revision a1f2a8b4: Version bump. Traffic shaper is now fixed!
Scott Ullrich
07:40 PM Revision b005c738: Do not set lastseen to -1 each time
Scott Ullrich
07:26 PM Revision 7bc718ba: Alert when we cannot locate the package configuration file
Scott Ullrich
07:19 PM Revision 42e72ab3: Cleanup opening and closing braces
Scott Ullrich
07:11 PM Revision 02975052: Version bump for ticket #14
Scott Ullrich
07:10 PM Revision 8dd918cc: Do not $ngcounter++ since the pptp server lives on ng1.
Ticket #14 Scott Ullrich
07:02 PM Revision ac52b78f: Do not report progress past 100%
Scott Ullrich
07:01 PM Revision 059249e1: Do not traverse arrays if they are not an array
Scott Ullrich
06:44 PM Revision 3bfb54ac: $lastseen should be a global variable
Scott Ullrich
06:12 PM Revision 42356e4b: Version bump
Scott Ullrich
06:11 PM Revision 704ea918: * Add remove_chflags function
* Add backup_chflags function
* Add restore_chflags function
* Backup and restore the chflags before updating
Scott Ullrich
05:56 PM Revision 0155a04e: $ngcounter++ for each PPTP Rule
Scott Ullrich
05:55 PM Revision 5c5c7b94: Fix PPTP Server
Scott Ullrich
05:46 PM Revision a71ec7b4: * Add $config
* Add more pptp variable assignments Scott Ullrich
05:33 PM Revision 98a4b63d: Add return debugging so we can trace down the PPTP server issue.
Scott Ullrich
05:02 PM Revision 81d8a9ad: Minor cleanup.
Colin Smith
04:30 PM Revision 12060a45: Disable OpenVPN for the time being.
Scott Ullrich
02:10 PM Revision 6fe6b916: Include XMLRPC helper functions and remove unnecessary code.
Colin Smith
02:09 PM Revision 207abd84: Move XMLRPC helper functions (for auth and type conversion) to an include file.
Colin Smith

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%
Scott Ullrich
11:18 PM Revision cf71c485: Alert user when downloading a new version
Scott Ullrich
11:15 PM Revision 48012bc2: Use the new download system in pfSense to download the old style updates.
Scott Ullrich
11:06 PM Revision b5b5486c: Version bump
Scott Ullrich
10:58 PM Revision bb76326d: * Use mwxec_bg
* Surround parms with " Scott Ullrich
10:39 PM Revision 6aada4ed: * More debugging.
* Remove /tmp/auto_upgrade_in_progress after completion Scott Ullrich
10:35 PM Revision e5e6120e: Do not allow auto upgrade to be invoked twice.
Scott Ullrich
09:58 PM Revision 0d0a2294: Correct installed typo
Scott Ullrich
09:48 PM Revision 316d02b3: Add debugging lines. For some reason tar is not being invoked even though the if section is being invoked.
Scott Ullrich
04:46 AM Revision 5e1fd336: Delete /tmp/latest*
Scott Ullrich
04:11 AM Revision f037fee9: empty commit to test cvstrac sync
Bill Marquette

04/18/2005

09:07 PM Revision 0e6998d1: Add Alias optoins to NAT ports
Scott Ullrich
08:55 PM Revision f1d0c4cc: Turn off alias auto picker code for Internet Explorer when in HTTPS: mode
Scott Ullrich
08:32 PM Revision f183b092: Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense.
Scott Ullrich
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
Scott Ullrich
08:05 PM Revision 5690b66b: Cleanup files in /tmp/ if the upgrade does not work out
Scott Ullrich
07:26 PM Revision edb47331: Version bump
Scott Ullrich
05:25 AM Revision 3f8197c3: Version bump
Scott Ullrich
05:23 AM Revision 8e53f925: Fix shaper rules
Do not foreach() over an array from within a foreach() on that same array Bill Marquette
04:02 AM Revision bcce11af: Use a blank file
Scott Ullrich
03:08 AM Revision b19c8622: Only resync filter on final pass if /tmp/filter_boot_dirty is touched.
Scott Ullrich
02:55 AM Revision df426812: remove unused code
Bill Marquette
02:45 AM Revision 8b77ffc9: Zap unused code
Scott Ullrich
02:43 AM Revision fb97298b: *CORRECTLY* detect if a package is installed, if is not, add it to the config.xml file
Scott Ullrich
02:42 AM Revision 1063d44a: *CORRECTLY* detect if a package is installed, if is not, add it to the config.xml file
Scott Ullrich
02:37 AM Revision 3cb72f63: fix reinstall all packages
Scott Ullrich
02:09 AM Revision 1c62837e: Log all md5 mismatches to /tmp/bdiff.log
Colin Smith
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. Colin Smith
01:49 AM Revision 0a5aabe6: Use /tmp/bdiff.log instead of /tmp/errors.
Colin Smith
01:43 AM Revision f704d5b0: We had three cases doing the same thing :P
Colin Smith
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.
Colin Smith
01:33 AM Revision 5f69494b: Use loops to handle all update categories, instead of individual blocks.
Colin Smith
01:27 AM Revision 18859f3b: Detect a dirty CF partition and invoke fsck -y
Scott Ullrich
12:52 AM Revision 6a692182: Update auto updater.
Colin Smith
 

Also available in: Atom