Project

General

Profile

Activity

From 10/25/2007 to 11/23/2007

11/23/2007

11:58 PM Revision bc482236: Add pfSense php shell playback scripts
Scott Ullrich
11:57 PM Revision bb1a546c: MFC pfSense shell from HEAD.
Scott Ullrich
10:44 PM Revision 9fa76728: Move branch names and descriptions to an array instead of hard coding.
Scott Ullrich
10:36 PM Revision 47643f5b: Detect playback file not found when passed as argument. Example: pfSsh.php replay cvssync RELENG_1
Scott Ullrich
10:34 PM Revision 7a291481: Nuke cvs_sync.sh on upgrade now that it resides in pfSsh.php
Scott Ullrich
09:26 PM Revision 2680d791: Add restartipsec script
Scott Ullrich
08:10 AM Revision 9c55f824: Remove extra c/r
Scott Ullrich
07:57 AM Revision 96ebb0a6: Allow arguments to be passed to cvssync so you can do:
pfSsh.php playback cvssync RELENG_1 Scott Ullrich
07:47 AM Revision 64754618: Note script is "Terminating" at end.
Scott Ullrich
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.
Scott Ullrich
06:38 AM Revision 991193e4: Add restart dhcp server script
Scott Ullrich
06:14 AM Revision 90d9604a: Add missing carriage returns
Scott Ullrich
06:08 AM Revision 800351cc: Move cvs_sync.sh to pfSense shell as the cvssync playback command.
Scott Ullrich
06:07 AM Revision 415c850d: Allow arguments to be passed to the pfSense php shell.
Scott Ullrich
05:59 AM Revision 4e8e15e6: Turn register_argc_argv on
Scott Ullrich
05:58 AM Revision a00a739c: Turn register_argc_argv on
Scott Ullrich
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
Scott Ullrich

11/22/2007

06:47 AM Revision 00ea455f: Do not forget ; on php lines.
Scott Ullrich
06:22 AM Revision 328ab0ae: Collect the help file into one variable and then pipe through more()
Scott Ullrich
06:14 AM Revision 02105da4: Add recording related commands
Scott Ullrich
06:12 AM Revision 60ff8601: Collect the help file into one variable and then pipe through more()
Scott Ullrich
01:27 AM Revision 276356d4: Show starting and ending of script
Scott Ullrich
01:26 AM Revision da30a386: Really cleanup c/r usage.
Scott Ullrich
01:13 AM Revision 36ecb273: Cleanup c/r usage.
Scott Ullrich
01:06 AM Revision ecfd78d9: Add c/r's to improve presentation
Scott Ullrich
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 Scott Ullrich
12:54 AM Revision 8182275e: Start the pfSense php shell playback library archive.
Scott Ullrich
12:32 AM Revision 8c4c46c3: Add showrecordings command which will show available sessions for playback
Scott Ullrich
12:20 AM Revision 5c5abb91: Remove blank line from end of file.
Scott Ullrich
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...
Scott Ullrich
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...
Scott Ullrich

11/21/2007

11:17 PM Revision 250845de: Remove ftpproxy anchor that is not needed by ftp-proxy.
Noticed-by: lsf Scott Ullrich
11:04 PM Revision 68bf32da: Convert anchors and such over to ftp-proxy.
Scott Ullrich
10:40 PM Revision e786fa1e: Switch over to ftp-proxy from pftpx.
Scott Ullrich

11/20/2007

11:52 PM Revision 8e7b8da0: Correctly show defined reflection timeout value
Scott Ullrich
11:38 PM Revision 507a5e3e: Add frontend for reflection timeout value
Scott Ullrich
12:29 AM Revision c62ff4e7: description text correction
Chris Buechler
12:29 AM Revision 1422da65: description text correction
Chris Buechler

11/19/2007

08:38 PM Revision 19886913: Add carriage return after outputting help screen
Scott Ullrich
08:23 PM Revision 376807d7: Remove debugging echo
Scott Ullrich
08:38 AM Revision 8eb08ba7: fix typo and touch up text
Chris Buechler
08:36 AM Revision fa495e94: fix typo and touch up text
Chris Buechler
05:38 AM Revision 50fa05d1: Add pipe_cmd() function
Scott Ullrich
04:30 AM Revision 7aa6eee6: Missed a c/r
Scott Ullrich
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 Scott Ullrich
03:23 AM Revision 3d3be836: If readline is not included in PHP then fall back to normal boring text input methods.
Scott Ullrich
02:57 AM Revision cd8ca22f: Add second argument of more allowing control of when press Return is displayed
Scott Ullrich
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);
Scott Ullrich
01:24 AM Revision 59eedf08: Add other helper pages
Scott Ullrich
01:20 AM Revision 0433a8ff: Remove annoying shake on error.
Scott Ullrich
12:33 AM Revision a54b3d2d: Nuke code that does nothing.
Scott Ullrich
12:22 AM Revision 0b70925e: Make the error message clickable so that the admin can easily return to the GUI.
Scott Ullrich
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.
Scott Ullrich
12:15 AM Revision 859e12ed: * Turn off debugging.
* Show Loading in error space but show it without being red. Scott Ullrich
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.
Scott Ullrich

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.
Scott Ullrich
11:35 PM Revision be23be5a: * Correctly report invalid password
* Correctly report invalid username
* Correctly report 401 errors
Scott Ullrich
11:25 PM Revision 950f0f9e: Correctly show 401 errors.
Scott Ullrich

11/17/2007

11:36 PM Revision ad629036: Fix math on throughput graph
Seth Mos
11:35 PM Revision c9a4b3f2: Fix math on throughput graph
Seth Mos
11:16 PM Revision 28949e85: Fix Spacing for wireless graph
Seth Mos
11:12 PM Revision 7aa6c10f: Fix spelling
Seth Mos
11:11 PM Revision c546ca5c: Fix Spelling
Seth Mos
04:03 AM Revision 1df17ba9: * Restore previous user manager, it works.
* Remove #!/usr/local/bin/php from m0n0wall version of group manager page Scott Ullrich
12:20 AM Revision 0d11b018: Define more pages
Scott Ullrich

11/16/2007

04:39 AM Revision c3deaf7f: Unbreak title in package areas.
Scott Ullrich
04:31 AM Revision 9b54e3ff: Remove duplicate $pgtitle entry.
Scott Ullrich
02:07 AM Revision 834a1074: Minor nitpick: make : ": ".
Scott Ullrich
02:01 AM Revision 179b35d4: Clarify a few of the manually added descriptions.
Scott Ullrich
02:00 AM Revision 9c2814ec: Ignore a number of misc pages.
Scott Ullrich
01:54 AM Revision cd933fbb: Add correctly.
Scott Ullrich
01:54 AM Revision d293a500: Add page title.
Scott Ullrich
01:43 AM Revision d2ce93d3: Switch icon locations to pfSense style themes.
Scott Ullrich
01:39 AM Revision b229cae4: Switch over to array style page titles. Obtained-from: m0n0wall
Scott Ullrich
01:22 AM Revision 87fe2b7f: Move common functions to guiconfig.inc since head.inc requires them.
Scott Ullrich
01:09 AM Revision 9d9adc7f: Move common functions to guiconfig.inc since head.inc requires them.
Scott Ullrich
12:58 AM Revision d0e6f971: Do not declare gentitle twice.
Scott Ullrich
12:58 AM Revision 28b1cc39: Switch over to array style page titles. Obtained-from: m0n0wall
Scott Ullrich
12:48 AM Revision d88c6a9f: Switch over to array style page titles. Obtained-from: m0n0wall
Scott Ullrich

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.
Scott Ullrich
11:17 PM Revision e93441e0: Add genhtmltitle() from m0n0wall.
Scott Ullrich

11/12/2007

11:42 AM Revision 8a9caa98: Reference correct file for upgrade from console.
Seth Mos

11/10/2007

03:11 PM Revision 3760690c: do not run pfctl -ss 4 times
Seth Mos
02:30 AM Revision 98d79efb: Correctly define Developers option.
Scott Ullrich
02:29 AM Revision a04eb873: Correctly define Developers kernel option.
Scott Ullrich

11/09/2007

02:09 AM Revision ebe2951e: Add libreadline support for command histories.
Requested-by: CMB Scott Ullrich

11/07/2007

11:11 PM Revision 7afeb359: Remove any previous MD5 sums after upgrade.
Scott Ullrich
11:09 PM Revision 9350a642: Remove any previous MD5 sums after upgrade.
Scott Ullrich
11:09 PM Revision 24c4023c: Remove any previous MD5 sums after upgrade.
From Seth: Scott Ullrich

11/06/2007

06:43 PM Revision 2cd5ce14: Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.
Scott Ullrich
06:43 PM Revision 7f37e7dc: Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.
Scott Ullrich

11/05/2007

08:20 PM Revision cf09e497: Minor style nitpicks. # should have a space betwen it and the next text.
Scott Ullrich
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).
Scott Ullrich
05:33 PM Revision f971bb63: IPSEC keep alive pinger using the wrong source IP address
Ticket #1482 Scott Ullrich
05:29 PM Revision cbcc5530: IPSEC keep alive pinger using the wrong source IP address
Ticket #1482 Scott Ullrich
02:25 AM Revision d7028c74: remove whitespace at end
Chris Buechler
02:24 AM Revision 80b1932d: remove whitespace at end
Chris Buechler
01:33 AM Revision 73a80049: fix setting of sysctls to remove error at bootup
Chris Buechler
12:42 AM Revision e8e8d1ed: comment out debugging code, was slightly breaking IPsec logs page and possibly others.
Chris Buechler
12:41 AM Revision 5e3de917: comment out debugging code, was slightly breaking IPsec logs page and possibly others.
Chris Buechler

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 Chris Buechler
10:03 PM Revision 3d7b7757: Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
Ticket #1488 Chris Buechler

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
Scott Ullrich
09:06 PM Revision 348b53dd: Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface. Ticket #1488
Scott Ullrich
08:42 PM Revision 8a7997ca: Revert graph.php back to 1.8.2.10.2.3
Tested-by: hoba
Ticket #1496
Scott Ullrich

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. Seth Mos
09:55 PM Revision b9c8193e: Back out counter wrap fix from ticket 1494 as it causes more issues then
we were trying to solve. Seth Mos
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
Seth Mos
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...
Scott Ullrich
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...
Scott Ullrich
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
Scott Ullrich
05:54 PM Revision a7204435: Adding keep alive host to IPsec causes warning in webGUI
Ticket #1509 Scott Ullrich
05:54 PM Revision d6c79741: Adding keep alive host to IPsec causes warning in webGUI
Ticket #1509 Scott Ullrich

10/29/2007

10:01 PM Revision e945fa15: Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit. Seth Mos
10:00 PM Revision f0a3ac47: Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit. Seth Mos
05:59 AM Revision ee5f368f: Define ifconfig command
Seth Mos

10/28/2007

11:06 PM Revision c8cf69f3: Fix typo in variable
Seth Mos
02:19 AM Revision 8f4423e5: * removed scriptaculous. It will be added while building the ISO
or embedded image. Daniel Stefan Haischt

10/26/2007

02:13 AM Revision a890a971: MFC [19856] - ticket #1497
Bill Marquette
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
Bill Marquette
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
Bill Marquette

10/25/2007

10:36 AM Revision 63bef62c: Remove private networks
Seth Mos
10:36 AM Revision a7dca53c: Remove private networks
Seth Mos
09:38 AM Revision f1d483a7: Update bogons list, it is severly out of date
Seth Mos
09:37 AM Revision 0e36d245: Update bogons list, it is severly out of date
Seth Mos
 

Also available in: Atom