summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Really cleanup c/r usage.Scott Ullrich2007-11-221-12/+14
|
* Cleanup c/r usage.Scott Ullrich2007-11-221-9/+0
|
* Add c/r's to improve presentationScott Ullrich2007-11-221-0/+9
|
* * Fix ! commands (do not echo commands but execute as shell)Scott Ullrich2007-11-222-8/+15
| | | | * Fix grep commands in playback session for restart ftp helper
* Start the pfSense php shell playback library archive.Scott Ullrich2007-11-221-0/+15
|
* Add showrecordings command which will show available sessions for playbackScott Ullrich2007-11-221-0/+10
|
* Remove blank line from end of file.Scott Ullrich2007-11-221-1/+1
|
* Teach pfSense's php shell how to record and playback a set of commands.Scott Ullrich2007-11-221-2/+3
| | | | | | | | | | | | | | For instance you could automate a series of reptitive developer commands. For example: pfSense shell: record restartftp pfSense shell: = killall ftp-proxy pfSense shell: system_start_ftp_helpers(); pfSense shell: = ps awux | grep ftp-proxy pfSense shell: stoprecording And then you could replay the above commands later with: pfSense shell: playback restartftp
* Teach pfSense's php shell how to record and playback a set of commands.Scott Ullrich2007-11-221-53/+120
| | | | | | | | | | | | | | For instance you could automate a series of reptitive developer commands. For example: pfSense shell: record restartftp pfSense shell: = killall ftp-proxy pfSense shell: system_start_ftp_helpers(); pfSense shell: = ps awux | grep ftp-proxy pfSense shell: stoprecording And then you could replay the above commands later with: pfSense shell: playback restartftp
* Remove ftpproxy anchor that is not needed by ftp-proxy.Scott Ullrich2007-11-212-2/+1
| | | | Noticed-by: lsf
* Convert anchors and such over to ftp-proxy.Scott Ullrich2007-11-212-12/+12
|
* Switch over to ftp-proxy from pftpx.Scott Ullrich2007-11-212-8/+8
|
* Correctly show defined reflection timeout valueScott Ullrich2007-11-201-1/+1
|
* Add frontend for reflection timeout valueScott Ullrich2007-11-201-0/+10
|
* description text correctionChris Buechler2007-11-201-1/+1
|
* Add carriage return after outputting help screenScott Ullrich2007-11-191-1/+1
|
* Remove debugging echoScott Ullrich2007-11-191-1/+0
|
* fix typo and touch up textChris Buechler2007-11-191-4/+4
|
* Add pipe_cmd() functionScott Ullrich2007-11-191-0/+25
|
* Missed a c/rScott Ullrich2007-11-191-1/+1
|
* * Allow shell commands to be executed if you proceed the command with =Scott Ullrich2007-11-191-3/+35
| | | | * Clean up carriage returns and make presentation look nicer
* If readline is not included in PHP then fall back to normal boring text ↵Scott Ullrich2007-11-191-1/+10
| | | | input methods.
* Add second argument of more allowing control of when press Return is displayedScott Ullrich2007-11-191-2/+4
|
* add more($text) function. With this function it will ask the person to ↵Scott Ullrich2007-11-191-1/+20
| | | | | | | press return after 24 rows of output. Good for stuff like this: $temp = print_r($config, true); more($temp);
* Add other helper pagesScott Ullrich2007-11-191-4/+12
|
* Remove annoying shake on error.Scott Ullrich2007-11-191-2/+0
|
* Nuke code that does nothing.Scott Ullrich2007-11-191-23/+4
|
* Make the error message clickable so that the admin can easily return to the GUI.Scott Ullrich2007-11-191-0/+1
|
* Do not logout session if the user does not have access to a page. We should ↵Scott Ullrich2007-11-191-6/+1
| | | | also hide menu items that user does not have access to.
* * Turn off debugging.Scott Ullrich2007-11-191-3/+2
| | | | * Show Loading in error space but show it without being red.
* Correctly check for page names by including .php. Strip off / if found so ↵Scott Ullrich2007-11-191-2/+2
| | | | that we can get an exact page match against the URL. My test diagnostics user now works.
* Instead of throwing a very vague 401 error actually tell the user which page ↵Scott Ullrich2007-11-181-1/+1
| | | | they do not have access to. This will also help admins troubleshoot group manager page privs.
* * Correctly report invalid passwordScott Ullrich2007-11-182-1/+9
| | | | | * Correctly report invalid username * Correctly report 401 errors
* Correctly show 401 errors.Scott Ullrich2007-11-183-4/+36
|
* Fix math on throughput graphSeth Mos2007-11-171-2/+2
|
* Fix Spacing for wireless graphSeth Mos2007-11-171-1/+1
|
* Fix SpellingSeth Mos2007-11-171-1/+1
|
* * Restore previous user manager, it works.Scott Ullrich2007-11-172-267/+445
| | | | * Remove #!/usr/local/bin/php from m0n0wall version of group manager page
* Define more pagesScott Ullrich2007-11-171-3/+16
|
* Unbreak title in package areas.Scott Ullrich2007-11-161-1/+4
|
* Remove duplicate $pgtitle entry.Scott Ullrich2007-11-162-2/+0
|
* Minor nitpick: make : ": ".Scott Ullrich2007-11-161-1/+1
|
* Clarify a few of the manually added descriptions.Scott Ullrich2007-11-161-2/+2
|
* Ignore a number of misc pages.Scott Ullrich2007-11-161-0/+8
|
* Add correctly.Scott Ullrich2007-11-161-1/+1
|
* Add page title.Scott Ullrich2007-11-161-0/+2
|
* Switch icon locations to pfSense style themes.Scott Ullrich2007-11-162-6/+6
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+0
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-5/+0
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-3/+13
|
OpenPOWER on IntegriCloud