Activity
From 11/08/2007 to 12/07/2007
12/07/2007
- 07:42 PM Revision 421f8b5f: Sometimes when the user enters the hostname of the HTTPs captive portal server it resolves the IP address to $LANIP. Allow access to $LANIP in addition to the $CPIP so that we can speedup captive portal by 10000* in these cases.
- 07:42 PM Revision 80e60d7c: Sometimes when the user enters the hostname of the HTTPs captive portal server it resolves the IP address to $LANIP. Allow access to $LANIP in addition to the $CPIP so that we can speedup captive portal by 10000* in these cases.
- 07:35 PM Revision 8b86df37: Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.
- 07:35 PM Revision ac8d9e89: Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface.
12/06/2007
- 06:57 PM Revision db51c8c6: Increase maximum alias count to 299 from 99. http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
- 06:57 PM Revision 20691b47: Increase maximum alias count to 299 from 99. http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
- 12:57 AM Revision f9b5d5e5: The attached patch adds a field to the services_dyndns.php form.
- This field if provided will be written to the nscommands file (in
services.inc) as
"server <value>\n"
This allows y...
12/05/2007
- 11:29 PM Revision ce69a638: Define a couple more dhclient parms such as timeout. MFC: After testing
- 10:45 PM Revision 0709cd0b: Define a couple more dhclient parms such as timeout. MFC: After testing
12/04/2007
- 12:19 AM Revision 7f6144a6: Stop spewing to stdout, this should be logged.
- 12:17 AM Revision f320386c: Tell user which characters are bad
- 12:14 AM Revision 21eff66f: Use htmlentities() to detect html injections.
12/03/2007
- 11:27 PM Revision ce0a5816: Do a check on all ID's > -1. When we a dup a rule with id 0 the checks where bypassed. Spotted-by: billm
- 11:19 PM Revision 6af621d3: Turn off debugging
- 08:33 PM Revision ef2a753c: * Run through all posted values and encode them to a temporary variable. IF the contents differ then the operator is doing something bad. Simply reject the item with invalid character error and let them fix their XSS exploit attempt, etc.
- 04:52 PM Revision 6c1721d8: Move PPPoE to services area.
- 05:14 AM Revision f469a4ef: List opt interfaces correctly.
- 05:02 AM Revision 40b56dc1: Add multi user firewall nat port forward capabilities.
- 04:48 AM Revision 0397013a: Add more ACL checkers to help with port forward and one to one NAT for multi user.
- 02:43 AM Revision 99ea4439: Only show interfaces user has accss to.
- 02:31 AM Revision 3cc8dccb: When showing the firewall rules page without a interface default to the first interface the user has access to.
- 02:15 AM Revision b6742927: Only show interfaces that the user has access to edit on the firewall rules edit page.
- 02:08 AM Revision d81c2ad1: * Add PPTP, IPSEC and PPPOE * Check for access to firewall interface tabs correctly
- 01:49 AM Revision 3aae364d: Inherit allowed privs from $g['privs']
- 01:46 AM Revision f2911739: Do not set allowed_groups variables. Auth.inc is not alaways available on console scripts but they do not need session auth.
- 01:37 AM Revision cd0e6d73: Allow each interface to have ACL's so you can assign a user to be able to edit just that interfaces rules.
- 01:23 AM Revision e08864b4: Add firewall rules edit interface entries.
- 01:20 AM Revision bdefdc36: Store global privs list in $g['privs']
12/02/2007
- 09:04 AM Revision ba7ec830: /Routes/Static Routes/
- 07:07 AM Revision d2f501bc: Remove confusing *
- 07:04 AM Revision aaacab26: Add check all and check none buttons
- 05:43 AM Revision 79cd2d63: Remove blank entry
- 05:34 AM Revision b8f82cd7: Only show menu subitems that the user has access to.
- 04:33 AM Revision 0ab7198a: Strip / out.
- 04:16 AM Revision e1f77867: Show FreeBSD version as well.
- 04:10 AM Revision 12147ccb: /webConfigurator/Dashboard/
- 04:07 AM Revision 54ec1eae: Do not output page title twice
- 03:57 AM Revision 76e155cc: Require auth.inc
- 03:54 AM Revision a1508ef2: Silence cannot find root user errors.
- 03:48 AM Revision 6ed6d9e7: Silence cannot find root user errors.
- 03:15 AM Revision 13fa7421: Remove debugging code.
- 03:14 AM Revision 30c8cd36: Kill off illegal offsets error and make code more readable while I am here.
- 02:43 AM Revision ab6738c7: Use correct pfSenseHeader() function.
- 01:55 AM Revision 392dc1a7: unset() priv correctly.
- 01:45 AM Revision 8622a20a: Sync username / password database after priv change
- 01:43 AM Revision 6fcbe215: Correctly assign uid to the user.
- 12:10 AM Revision eba8a2de: Ensure userindex and groupindex is available to non auth.inc callers.
- 12:08 AM Revision 2137c27b: Remove XXX, it is fixed.
- 12:03 AM Revision a18a8bc6: Minor fixes
- 12:02 AM Revision 4adfb2df: Backport display_top_tabs() from HEAD.
12/01/2007
- 11:46 PM Revision ee0a49a0: * Bring back privs. They are fare more feature complete than I thought they where. * Convert javascript code from the HEAD system to RELENG_1_2
- 11:37 PM Revision 8837f72d: Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc.
- 04:10 AM Revision 68184109: Convert page title to use an array like all other pages where previously done.
- 03:56 AM Revision 44c31706: Unset the session timeout if it is 0 or blank.
- 01:34 AM Revision 951224f2: If the groupname is in use, do not allow the name to be edited.
- 01:20 AM Revision ac09997e: Add more input validation to settings screen. * Do not allow < 1 * Do not allow > 999 * Turn longs into integers
- 01:09 AM Revision 89107540: Hide privs section. It will not be making it into 1.3.
11/29/2007
- 06:38 PM Revision 15d5221d: Improve check for /conf symlink on non cd-rom platform.
- Suggested-by: Fernando Tarl? Cardoso Lemos
- 06:38 PM Revision fb857017: Improve check for /conf symlink on non cd-rom platform.
- Suggested-by: Fernando Tarl? Cardoso Lemos
- 05:32 PM Revision 98ef7bf1: Correctly check that an item is a symlink before blowing it away and recreating.
- 05:32 PM Revision 0a9da6b5: Correctly check that an item is a symlink before blowing it away and recreating.
- 05:22 PM Revision 3b6e12c4: Check value of /etc/platform when installing the correct ttys file.
- Reported-by: Vivek Khera
- 05:22 PM Revision c3665716: Check value of /etc/platform when installing the correct ttys file.
- Reported-by: Vivek Khera
- 05:17 PM Revision e8be632b: Correctly show the console upgrade notice and exit.
11/28/2007
- 07:51 PM Revision 654d9c3a: Move update bogons script to 3am.
- Discussed on pfSense-support@
- 07:51 PM Revision 2672d65d: Move update bogons script to 3am.
- Discussed on pfSense-support@
- 02:26 AM Revision c1aa7ba5: Log when we change the bogons frequency hour.
- 02:25 AM Revision 64f4155b: Log when we change the bogons frequency hour.
- 02:20 AM Revision a984fffd: Move special case fixes before we return so that it can be processed.
- 02:19 AM Revision 232c07a7: Move special case fixes before we return so that it can be processed.
- 02:04 AM Revision 0a59d44c: Change bogons update script frequency to 2am.
- 02:02 AM Revision adcda283: Change bogons update script frequency to 2am.
- 01:52 AM Revision 1df82ad5: Change bogons update script frequency to 2am.
- 01:51 AM Revision fde664fc: Change bogons update script frequency to 2am.
- 01:33 AM Revision 2b210e21: Switch to a more random number between 1-2,000. that'd be somewhere between
- immediately and 33 minutes. If people are setting their time zone
properly that also helps distribute the load, since... - 01:32 AM Revision 4dd8796b: Switch to a more random number between 1-2,000. that'd be somewhere between
- immediately and 33 minutes. If people are setting their time zone
properly that also helps distribute the load, since...
11/27/2007
- 11:29 PM Revision c0e7d986: Use files.pfsense.org
- Requested-by: CMB
- 11:28 PM Revision db53b110: Use files.pfsense.org
- Requested-by: CMB
- 11:28 PM Revision 6a855821: Use files.pfsense.org
- Requested-by: CMB
- 10:20 PM Revision bae6a673: Report how many changes where made in bogons file.
- 10:19 PM Revision b91f8b82: Log how many changes are made to bogons file.
- 10:16 PM Revision 3fb63eb4: Throw an error when we cannot download bogons file instead of blindly assuming it succeedded.
- 10:16 PM Revision e59010af: Throw an error when we cannot download bogons file instead of blindly assuming it succeedded.
- 10:04 PM Revision dce360e2: Generate a random number correctly
- 10:04 PM Revision d8d0d571: Actually generate a random number
- 09:04 PM Revision 57a2e25f: Add missing ".
- Pointy-hat-to: Myself.
- 08:28 PM Revision 528ec8db: * Download bogons entries from pfsense.com
- * Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing ... - 08:28 PM Revision 38b65b80: * Download bogons entries from pfsense.com
- * Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing ... - 08:22 PM Revision d35fa17e: * Download bogons entries from pfsense.com
- * Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing ... - 04:00 PM Revision 8dca032f: add HBCI to traffic shaper
11/26/2007
- 01:25 AM Revision 514ced4c: Move PPPoE Server to Services, VPN menu is misleading
- 01:23 AM Revision f0dbab25: Move PPPoE Server to Services, VPN menu is misleading
- 01:23 AM Revision 814295d0: Move PPPoE Server to Services, VPN menu is misleading
11/25/2007
- 08:32 PM Revision ac4ae11b: Proper fix for aliases edit.
- Ticket #1513
Ticket #1476 - 08:27 PM Revision cb824d05: Proper fix for aliases edit, backing out entire change was overzealous.
- Ticket #1513
Ticket #1476 - 07:56 PM Revision 1d47cc7a: Really kill off slbd
- Ticket #1533
- 07:54 PM Revision c47e956f: Really kill off slbd
- Ticket #1533
11/24/2007
- 05:02 AM Revision 7b2f53f7: Remove extra C/R
- 05:02 AM Revision e5b3e767: Remove extra C/R
- 04:38 AM Revision 537bc12e: Really allow command arguments from pfSsh.php
- 04:37 AM Revision 37b0098e: Really allow command arguments from pfSsh.php
- 04:35 AM Revision 71845120: Allow command arguments from pfSsh.php
- 04:35 AM Revision f8757b62: Allow command arguments from pfSsh.php
- 01:44 AM Revision dc2d40b2: Remove syslog.conf from checked out files marked for updating.
- 01:43 AM Revision 44d2484c: Remove syslog.conf from checked out files marked for updating.
- 01:26 AM Revision a2bb4586: edit.php show an error on opening an empty file
- Ticket #1519
- 01:24 AM Revision 7e2dd51d: edit.php show an error on opening an empty file
- Ticket #1519
- 01:07 AM Revision 861283c1: Nuke cvs_sync.sh on upgrade
11/23/2007
- 11:58 PM Revision bc482236: Add pfSense php shell playback scripts
- 11:57 PM Revision bb1a546c: MFC pfSense shell from HEAD.
- 10:44 PM Revision 9fa76728: Move branch names and descriptions to an array instead of hard coding.
- 10:36 PM Revision 47643f5b: Detect playback file not found when passed as argument. Example: pfSsh.php replay cvssync RELENG_1
- 10:34 PM Revision 7a291481: Nuke cvs_sync.sh on upgrade now that it resides in pfSsh.php
- 09:26 PM Revision 2680d791: Add restartipsec script
- 08:10 AM Revision 9c55f824: Remove extra c/r
- 07:57 AM Revision 96ebb0a6: Allow arguments to be passed to cvssync so you can do:
- pfSsh.php playback cvssync RELENG_1
- 07:47 AM Revision 64754618: Note script is "Terminating" at end.
- 07:42 AM Revision 784cca4d: Simplify the process and do not download the entire cvs tree for cvssync operations. Simply cvsup the needed branch. Saves bandwidth, time, diskspace, etc.
- 06:38 AM Revision 991193e4: Add restart dhcp server script
- 06:14 AM Revision 90d9604a: Add missing carriage returns
- 06:08 AM Revision 800351cc: Move cvs_sync.sh to pfSense shell as the cvssync playback command.
- 06:07 AM Revision 415c850d: Allow arguments to be passed to the pfSense php shell.
- 05:59 AM Revision 4e8e15e6: Turn register_argc_argv on
- 05:58 AM Revision a00a739c: Turn register_argc_argv on
- 04:03 AM Revision 93a3d242: Bring us one step closer to being able to port cvs_sync.sh to pfSsh by adding multiline support. For example
11/22/2007
- 06:47 AM Revision 00ea455f: Do not forget ; on php lines.
- 06:22 AM Revision 328ab0ae: Collect the help file into one variable and then pipe through more()
- 06:14 AM Revision 02105da4: Add recording related commands
- 06:12 AM Revision 60ff8601: Collect the help file into one variable and then pipe through more()
- 01:27 AM Revision 276356d4: Show starting and ending of script
- 01:26 AM Revision da30a386: Really cleanup c/r usage.
- 01:13 AM Revision 36ecb273: Cleanup c/r usage.
- 01:06 AM Revision ecfd78d9: Add c/r's to improve presentation
- 01:04 AM Revision f9fd2b14: * Fix ! commands (do not echo commands but execute as shell)
- * Fix grep commands in playback session for restart ftp helper
- 12:54 AM Revision 8182275e: Start the pfSense php shell playback library archive.
- 12:32 AM Revision 8c4c46c3: Add showrecordings command which will show available sessions for playback
- 12:20 AM Revision 5c5abb91: Remove blank line from end of file.
- 12:09 AM Revision a07fbc84: Teach pfSense's php shell how to record and playback a set of commands.
- For instance you could automate a series of reptitive developer commands. For example:
pfSense shell: record restar... - 12:05 AM Revision 34af0cab: Teach pfSense's php shell how to record and playback a set of commands.
- For instance you could automate a series of reptitive developer commands. For example:
pfSense shell: record restar...
11/21/2007
- 11:17 PM Revision 250845de: Remove ftpproxy anchor that is not needed by ftp-proxy.
- Noticed-by: lsf
- 11:04 PM Revision 68bf32da: Convert anchors and such over to ftp-proxy.
- 10:40 PM Revision e786fa1e: Switch over to ftp-proxy from pftpx.
11/20/2007
- 11:52 PM Revision 8e7b8da0: Correctly show defined reflection timeout value
- 11:38 PM Revision 507a5e3e: Add frontend for reflection timeout value
- 12:29 AM Revision c62ff4e7: description text correction
- 12:29 AM Revision 1422da65: description text correction
11/19/2007
- 08:38 PM Revision 19886913: Add carriage return after outputting help screen
- 08:23 PM Revision 376807d7: Remove debugging echo
- 08:38 AM Revision 8eb08ba7: fix typo and touch up text
- 08:36 AM Revision fa495e94: fix typo and touch up text
- 05:38 AM Revision 50fa05d1: Add pipe_cmd() function
- 04:30 AM Revision 7aa6eee6: Missed a c/r
- 04:30 AM Revision 7116ab7f: * Allow shell commands to be executed if you proceed the command with =
- * Clean up carriage returns and make presentation look nicer
- 03:23 AM Revision 3d3be836: If readline is not included in PHP then fall back to normal boring text input methods.
- 02:57 AM Revision cd8ca22f: Add second argument of more allowing control of when press Return is displayed
- 02:52 AM Revision 5003c48a: add more($text) function. With this function it will ask the person to press return after 24 rows of output. Good for stuff like this:
- $temp = print_r($config, true);
more($temp); - 01:24 AM Revision 59eedf08: Add other helper pages
- 01:20 AM Revision 0433a8ff: Remove annoying shake on error.
- 12:33 AM Revision a54b3d2d: Nuke code that does nothing.
- 12:22 AM Revision 0b70925e: Make the error message clickable so that the admin can easily return to the GUI.
- 12:17 AM Revision a3401618: Do not logout session if the user does not have access to a page. We should also hide menu items that user does not have access to.
- 12:15 AM Revision 859e12ed: * Turn off debugging.
- * Show Loading in error space but show it without being red.
- 12:05 AM Revision 2d78c552: Correctly check for page names by including .php. Strip off / if found so that we can get an exact page match against the URL. My test diagnostics user now works.
11/18/2007
- 11:55 PM Revision 1351991d: Instead of throwing a very vague 401 error actually tell the user which page they do not have access to. This will also help admins troubleshoot group manager page privs.
- 11:35 PM Revision be23be5a: * Correctly report invalid password
- * Correctly report invalid username
* Correctly report 401 errors - 11:25 PM Revision 950f0f9e: Correctly show 401 errors.
11/17/2007
- 11:36 PM Revision ad629036: Fix math on throughput graph
- 11:35 PM Revision c9a4b3f2: Fix math on throughput graph
- 11:16 PM Revision 28949e85: Fix Spacing for wireless graph
- 11:12 PM Revision 7aa6c10f: Fix spelling
- 11:11 PM Revision c546ca5c: Fix Spelling
- 04:03 AM Revision 1df17ba9: * Restore previous user manager, it works.
- * Remove #!/usr/local/bin/php from m0n0wall version of group manager page
- 12:20 AM Revision 0d11b018: Define more pages
11/16/2007
- 04:39 AM Revision c3deaf7f: Unbreak title in package areas.
- 04:31 AM Revision 9b54e3ff: Remove duplicate $pgtitle entry.
- 02:07 AM Revision 834a1074: Minor nitpick: make : ": ".
- 02:01 AM Revision 179b35d4: Clarify a few of the manually added descriptions.
- 02:00 AM Revision 9c2814ec: Ignore a number of misc pages.
- 01:54 AM Revision cd933fbb: Add correctly.
- 01:54 AM Revision d293a500: Add page title.
- 01:43 AM Revision d2ce93d3: Switch icon locations to pfSense style themes.
- 01:39 AM Revision b229cae4: Switch over to array style page titles. Obtained-from: m0n0wall
- 01:22 AM Revision 87fe2b7f: Move common functions to guiconfig.inc since head.inc requires them.
- 01:09 AM Revision 9d9adc7f: Move common functions to guiconfig.inc since head.inc requires them.
- 12:58 AM Revision d0e6f971: Do not declare gentitle twice.
- 12:58 AM Revision 28b1cc39: Switch over to array style page titles. Obtained-from: m0n0wall
- 12:48 AM Revision d88c6a9f: Switch over to array style page titles. Obtained-from: m0n0wall
11/15/2007
- 11:58 PM Revision 19b331c1: Sync code against m0n0wall:
- * Output pgtitle in fbegin.inc.
A global commit will be coming up to remove the operation from each page shortly. - 11:17 PM Revision e93441e0: Add genhtmltitle() from m0n0wall.
11/12/2007
11/10/2007
- 03:11 PM Revision 3760690c: do not run pfctl -ss 4 times
- 02:30 AM Revision 98d79efb: Correctly define Developers option.
- 02:29 AM Revision a04eb873: Correctly define Developers kernel option.
11/09/2007
- 02:09 AM Revision ebe2951e: Add libreadline support for command histories.
- Requested-by: CMB
Also available in: Atom