Activity
From 10/25/2007 to 11/23/2007
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
11/07/2007
- 11:11 PM Revision 7afeb359: Remove any previous MD5 sums after upgrade.
- 11:09 PM Revision 9350a642: Remove any previous MD5 sums after upgrade.
- 11:09 PM Revision 24c4023c: Remove any previous MD5 sums after upgrade.
- From Seth:
11/06/2007
- 06:43 PM Revision 2cd5ce14: Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.
- 06:43 PM Revision 7f37e7dc: Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.
11/05/2007
- 08:20 PM Revision cf09e497: Minor style nitpicks. # should have a space betwen it and the next text.
- 07:30 PM Revision 09fa959e: Automatically permit PFTPX traffic behind the scenes. Without this change multi-wan can break ftp very easily when someone defines rules for the same port range (8020-8029).
- 05:33 PM Revision f971bb63: IPSEC keep alive pinger using the wrong source IP address
- Ticket #1482
- 05:29 PM Revision cbcc5530: IPSEC keep alive pinger using the wrong source IP address
- Ticket #1482
- 02:25 AM Revision d7028c74: remove whitespace at end
- 02:24 AM Revision 80b1932d: remove whitespace at end
- 01:33 AM Revision 73a80049: fix setting of sysctls to remove error at bootup
- 12:42 AM Revision e8e8d1ed: comment out debugging code, was slightly breaking IPsec logs page and possibly others.
- 12:41 AM Revision 5e3de917: comment out debugging code, was slightly breaking IPsec logs page and possibly others.
11/04/2007
- 10:06 PM Revision f6db0eef: Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
- Ticket #1488
- 10:03 PM Revision 3d7b7757: Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
- Ticket #1488
11/03/2007
- 09:06 PM Revision 48c6ab80: Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface. Ticket #1488
- 09:06 PM Revision 348b53dd: Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface. Ticket #1488
- 08:42 PM Revision 8a7997ca: Revert graph.php back to 1.8.2.10.2.3
- Tested-by: hoba
Ticket #1496
11/01/2007
- 10:17 PM Revision 67c04e80: Back out counter wrap fix from ticket 1494 as it causes more issues then
- we were trying to solve.
- 09:55 PM Revision b9c8193e: Back out counter wrap fix from ticket 1494 as it causes more issues then
- we were trying to solve.
- 09:02 PM Revision 63353c9e: Add back scriptaculous files which are being used by the RRD graphs
- page. Replacements welcome if we want it removed. See
status_rrd_graph.php - 06:14 PM Revision 37a7a75b: multiple vlans + spoofmac result in unexpected behaviour
- Ticket #1514
Introduction
I have an acceptable workaround, so the problem is not urgent, but before i fiogured out t... - 06:14 PM Revision c5af8bf9: multiple vlans + spoofmac result in unexpected behaviour
- Ticket #1514
Introduction
I have an acceptable workaround, so the problem is not urgent, but before i fiogured out t... - 05:59 PM Revision f3b44e0a: Backout RELENG_1_2 alias edit changes since it breaks until a proper fix can be sought.
- Modify existing "Aliases" - php error
Ticket #1513 - 05:54 PM Revision a7204435: Adding keep alive host to IPsec causes warning in webGUI
- Ticket #1509
- 05:54 PM Revision d6c79741: Adding keep alive host to IPsec causes warning in webGUI
- Ticket #1509
10/29/2007
- 10:01 PM Revision e945fa15: Fix courtesey of Billm, hackathon 2007 conversation.
- Forgotten commit.
- 10:00 PM Revision f0a3ac47: Fix courtesey of Billm, hackathon 2007 conversation.
- Forgotten commit.
- 05:59 AM Revision ee5f368f: Define ifconfig command
10/28/2007
- 11:06 PM Revision c8cf69f3: Fix typo in variable
- 02:19 AM Revision 8f4423e5: * removed scriptaculous. It will be added while building the ISO
- or embedded image.
10/26/2007
- 02:13 AM Revision a890a971: MFC [19856] - ticket #1497
- 02:06 AM Revision 8ccc84e9: Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496
- 02:05 AM Revision c24d0dd0: Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496
10/25/2007
Also available in: Atom